﻿.de-editable {
    cursor: auto !important
}

html {
    margin-right: 0px !important;
    overflow-x: hidden
}

body {
    color: #2e2e2e
}

.container {
    overflow: hidden
}

.containerWithVisibleOverflow {
    overflow: visible
}

[data-trigger="load"],
[data-trigger="scroll"] {
    opacity: 0;
    position: relative
}

.stickyTop {
    z-index: 4
}

.stickyTop.stuck {
    position: fixed;
    z-index: 3;
    margin-top: 0px !important;
    top: 0px
}

.elVideoplaceholder,
.elAudioplaceholder {
    display: none
}

.elVideo,
.elAudio {
    display: block !important
}

.stickyTop {
    z-index: 22
}



#closeCFPOPUP,
#closeCFPOPUP:hover {
    cursor: pointer !important
}



.hide {
    display: none
}

#bump-offer {
    cursor: normal !important
}

.modalBackdropWrapper,
.containerModal {
    position: fixed;
    opacity: 0;
    top: -800
}

.innerContent {
    word-wrap: break-word
}

@media screen and (max-width: 500px) {
    #tubular-container {
        display: none !important
    }
}

#product-bump-name {
    width: 70% !important;
    padding-top: 10px
}

#product-bump-price {
    padding-top: 10px
}

@keyframes wobble {
    0% {
        transform: skewX(0deg)
    }

    25% {
        transform: skewX(10deg)
    }

    50% {
        transform: skewX(0deg)
    }

    75% {
        transform: skewX(-10deg)
    }

    100% {
        transform: skewX(0deg)
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0)
    }

    25% {
        box-shadow: 0px 0px 2.5px 1px rgba(255, 255, 255, 0.25)
    }

    50% {
        box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5)
    }

    85% {
        box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0)
    }
}

.ea-buttonIconFlip .elButtonMain::before {
    display: inline-block;
    transition: .5s
}

.ea-buttonIconFlip:hover .elButtonMain::before {
    transform: rotate(360deg)
}

@keyframes rocking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(2deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.ea-buttonIconGrow .elButtonMain {
    position: relative;
    padding-left: 30px
}

.ea-buttonIconGrow .elButtonMain::before {
    display: inline-block;
    position: absolute;
    margin-left: -40px;
    transition: .5s
}

.ea-buttonIconGrow:hover .elButtonMain::before {
    font-size: 1.25em;
    transform: translateY(-4px);
    text-shadow: 0px 0px 2px rgba(25, 25, 25, 0.25)
}

@keyframes elastic {
    0% {
        padding: 13px 35px
    }

    25% {
        padding: 13px 45px
    }

    30% {
        padding: 13px 70px
    }

    50% {
        padding: 13px 35px
    }

    75% {
        padding: 13px 50px
    }

    100% {
        padding: 13px 35px
    }
}

@keyframes bounce {
    15% {
        transform: translateY(0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }

    35% {
        transform: translateY(-35%);
        box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.25)
    }

    45% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }

    55% {
        transform: translateY(-20%);
        box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.25)
    }

    70% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }

    80% {
        transform: translateY(-10%);
        box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25)
    }

    90% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }

    95% {
        transform: translateY(-2%);
        box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.25)
    }

    99% {
        transform: translateY(0%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }

    100% {
        transform: translateY(0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
    }
}

#order-declined-message ul {
    list-style: inside;
    margin-bottom: 0px
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

p {
    margin: 0 0 10px
}

@media (min-width: 768px) {
}

cite {
    font-style: normal
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

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

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

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }
}

@media (min-width: 1200px) {
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

@media (max-width: 767px) {
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//clickfunnels-assets.clickfunnels.com/../fonts/glyphicons-halflings-regular.eot);
    src: url(//clickfunnels-assets.clickfunnels.com/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//clickfunnels-assets.clickfunnels.com/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(//clickfunnels-assets.clickfunnels.com/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//clickfunnels-assets.clickfunnels.com/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media screen and (min-width: 768px) {
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.hide {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media print {
}

@media print {
}

.containerWrapper {
    min-width: 320px
}

.innerContent {
    word-wrap: break-word
}

.wideContainer {
    max-width: 1120px;
    width: 100%
}

.wideContainer .containerInner {
    padding-left: 20px;
    padding-right: 20px
}

.midWideContainer .containerInner {
    padding-left: 20px;
    padding-right: 20px
}

.midContainer .containerInner {
    padding-left: 20px;
    padding-right: 20px
}

.smallContainer {
    width: 550px
}

.smallContainer .containerInner {
    padding-left: 10px;
    padding-right: 10px
}

.fullContainer {
    width: 100%
}

.fullContainer .containerInner {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row {
    padding: 10px
}

.padding10-top {
    padding-top: 10px
}

.padding20-top {
    padding-top: 20px
}

.padding40-top {
    padding-top: 40px
}

.padding10-bottom {
    padding-bottom: 10px
}

.padding20-bottom {
    padding-bottom: 20px
}

.padding40-bottom {
    padding-bottom: 40px
}

.padding20 .containerInner {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding40 .containerInner {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding60 .containerInner {
    padding-top: 60px;
    padding-bottom: 60px
}

.padding100 .containerInner {
    padding-top: 100px;
    padding-bottom: 100px
}

.noPadding .containerInner {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding20.col-inner {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding40.col-inner {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding60.col-inner {
    padding-top: 60px;
    padding-bottom: 60px
}

.padding100.col-inner {
    padding-top: 100px;
    padding-bottom: 100px
}

.noPadding.col-inner {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding20.row {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding40.row {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding60.row {
    padding-top: 60px;
    padding-bottom: 60px
}

.padding100.row {
    padding-top: 100px;
    padding-bottom: 100px
}

.noPadding.row {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding40H {
    padding-left: 0px;
    padding-right: 0px
}

.padding20H.col-inner {
    padding-left: 20px;
    padding-right: 20px
}

.padding40H.col-inner {
    padding-left: 40px;
    padding-right: 40px
}

.padding60H.col-inner {
    padding-left: 60px;
    padding-right: 60px
}

.padding100H.col-inner {
    padding-left: 100px;
    padding-right: 100px
}

.noPaddingH.col-inner {
    padding-left: 10px;
    padding-right: 10px
}

.padding20H.row {
    padding-left: 20px;
    padding-right: 20px
}

.padding40H.row {
    padding-left: 40px;
    padding-right: 40px
}

.padding60H.row {
    padding-left: 60px;
    padding-right: 60px
}

.padding100H.row {
    padding-left: 100px;
    padding-right: 100px
}

.noPaddingH.row {
    padding-left: 10px;
    padding-right: 10px
}

.radius0 {
    border-radius: 0px
}

.radius5 {
    border-radius: 5px
}

.radius10 {
    border-radius: 10px
}

.radius15 {
    border-radius: 15px
}

.radius20 {
    border-radius: 20px
}

.radius50 {
    border-radius: 50px
}

.radius75 {
    border-radius: 75px
}

.padding5 {
    padding: 5px !important
}

.padding10 {
    padding: 10px !important
}

.padding15 {
    padding: 15px !important
}

.padding20 {
    padding: 20px !important
}

.elVideoWrapper.padding5,
.elAudioWrapper.padding5 {
    padding: 5px !important
}

.elVideoWrapper.padding10,
.elAudioWrapper.padding10 {
    padding: 10px !important
}

.elVideoWrapper.padding15,
.elAudioWrapper.padding15 {
    padding: 15px !important
}

.elVideoWrapper.padding20,
.elAudioWrapper.padding20 {
    padding: 20px !important
}

.elVideoWrapper.padding25,
.elAudioWrapper.padding25 {
    padding: 25px !important
}

.cornersTop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.cornersBottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.borderSolid.border1px {
    border-width: 1px;
    border-style: solid
}

.borderSolid.border2px {
    border-width: 2px;
    border-style: solid
}

.borderSolid.border3px {
    border-width: 3px;
    border-style: solid
}

.borderSolid.border5px {
    border-width: 5px;
    border-style: solid
}

.borderSolid.border10px {
    border-width: 10px;
    border-style: solid
}

.borderDashed.border1px {
    border-width: 1px;
    border-style: dashed
}

.borderDashed.border2px {
    border-width: 2px;
    border-style: dashed
}

.borderDashed.border3px {
    border-width: 3px;
    border-style: dashed
}

.borderDashed.border5px {
    border-width: 5px;
    border-style: dashed
}

.borderDashed.border10px {
    border-width: 10px;
    border-style: dashed
}

.borderDotted.border1px {
    border-width: 1px;
    border-style: dotted
}

.borderDotted.border2px {
    border-width: 2px;
    border-style: dotted
}

.borderDotted.border3px {
    border-width: 3px;
    border-style: dotted
}

.noBorder {
    border: none !important
}

.borderLight {
    border-color: rgba(0, 0, 0, 0.7)
}

.borderLightBottom {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-color: rgba(0, 0, 0, 0.7)
}

.borderLightTop {
    border-top-color: rgba(0, 0, 0, 0.7);
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important
}

.borderLightTopBottom {
    border-top-color: rgba(0, 0, 0, 0.7);
    border-bottom-color: rgba(0, 0, 0, 0.7);
    border-left: none !important;
    border-right: none !important
}

.border1px {
    background-position-y: -1px
}

.border2px {
    background-position-y: -2px
}

.border3px {
    background-position-y: -3px
}

.bgNoRepeat {
    background-repeat: no-repeat !important
}

.bgCover {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: center center
}

.bgCover100 {
    background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-repeat: no-repeat !important
}

.bgCover101 {
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-repeat: no-repeat !important
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.containerWrapper .cfRowAlignLeft {
    margin-left: 0 !important
}

.containerWrapper .cfRowAlignRight {
    margin-right: 0 !important
}

.modalBackdropWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 222
}

.containerModal {
    position: fixed;
    z-index: 222;
    top: 0px;
    left: 50%;
    overflow: visible !important
}

.wideContainer.containerModal {
    margin-left: -585px
}

.modalMoveOver.wideContainer.containerModal {
    margin-left: -785px
}

.modalMoveOver.midWideContainer.containerModal {
    margin-left: -675px
}

.midWideContainer.containerModal {
    margin-left: -480px
}

.midContainer.containerModal {
    margin-left: -360px
}

.modalMoveOver.midContainer.containerModal {
    margin-left: -560px
}

.smallContainer.containerModal {
    margin-left: -275px
}

.modalMoveOver.smallContainer.containerModal {
    margin-left: -475px
}

.closeLPModal {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer
}

html {
    background-color: #F1F4F8;
    color: #2f2f2f
}

body {
    -webkit-font-smoothing: antialiased;
    color: inherit !important
}

.de-editable {
    position: relative
}

.elMargin0 {
    margin-top: 0px
}

.elAlign_left {
    text-align: left
}

.elAlign_center {
    text-align: center
}

.elAlign_right {
    text-align: right
}

.elHeadline {
    position: relative
}

.elHeadline {
    margin-bottom: 0px;
    padding: 0px
}

.elHeadline span {
    padding: 5px 10px
}

.elHeadlineWrapper .elHeadline span {
    padding: 0px
}

.elHeadline u {
    border-bottom: 2px solid inherit
}

.hsSize1 {
    font-size: 16px
}

.hsSize2 {
    font-size: 24px
}

.hsSize3 {
    font-size: 32px
}

.lh1 {
    line-height: 1em
}

.lh4 {
    line-height: 1.3em
}

.lh3 {
    line-height: normal
}

.deUppercase {
    text-transform: uppercase
}

.deCapitalize {
    text-transform: capitalize
}

.de1pxLetterSpacing {
    letter-spacing: 1px
}

.deneg1pxLetterSpacing {
    letter-spacing: -1px
}

.de2pxLetterSpacing {
    letter-spacing: 2px
}

.fancyHeadline1 .elHeadline {
    position: relative
}

.fancyHeadline1 .elHeadline:before {
    content: "";
    height: 5px;
    margin-top: 4px;
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    top: 0px;
    left: 0px;
    width: 100%;
    display: inline-block
}

.elHeadline[data-opacity='1'] {
    opacity: 1
}

.elHeadline[data-opacity='8'] {
    opacity: .8
}

.elHeadline[data-opacity='5'] {
    opacity: .5
}

.elHeadline[data-opacity='3'] {
    opacity: .3
}

.elHeadline[data-opacity='0'] {
    opacity: 0
}

.de-image-block img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px
}

.imgRoundCorners {
    border-radius: 5px
}

.imgOpacity3 {
    opacity: .3
}

.elIMG.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777
}

.elIMG.effect2 {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999
}

.elIMG.ximg.img-rounded {
    border-radius: 6px !important
}

.elIMG.ximg.img-circle {
    border-radius: 50% !important
}

.ximg.img-rounded {
    border-radius: 6px !important
}

.ximg.img-circle {
    border-radius: 50% !important
}

.elVideo {
    position: relative;
    overflow: hidden
}

.elVideo video {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3
}

.elVideo iframe {
    z-index: 3
}

.elVideoplaceholder {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
    height: 0;
    margin-bottom: 0px;
    z-index: 1
}

.elVideoplaceholder_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2B2B2B;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/videoplaceholderbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3)
}

.elVideoSkin1 .elVideo {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px
}

.elVideoSkin2 .elVideo {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px
}

.elVideoSkin3 .elVideo {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px
}

.elVideoSkin4 .elVideo {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px
}

.elVideoSkin6 .elVideo {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px
}

.elVideoWidth100 {
    width: 100% !important
}

.elAudioWidth75.elAlign_center,
.elAudioWidth50.elAlign_center {
    margin-left: auto;
    margin-right: auto
}

.elAudioWidth75.elAlign_right,
.elAudioWidth50.elAlign_right {
    margin-left: auto
}

.elButton {
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    -ms-transform: all .2s ease-in-out;
    -webkit-transform: all .2s ease-in-out;
    transform: all .2s ease-in-out;
    text-align: center !important;
    text-decoration: none !important
}

.elButton:hover {
    text-decoration: none;
    color: inherit
}

.elButton:visited,
.elButton:active,
.elButton:hover {
    text-decoration: none !important
}

.elButton {
    padding: 13px 35px
}

.elButtonPadding2 {
    padding: 9px 25px
}

.elButton .fa_appended {
    margin-left: 10px
}

.elButton .fa_prepended {
    margin-right: 10px
}

.elButtonSize1 {
    font-size: 18px
}

.elButtonSub,
.elButtonSub1,
.elButtonSub2 {
    display: block;
    opacity: 0.7;
    font-weight: normal
}

.elButtonSize1 .elButtonSub,
.elButtonSize1 .elButtonSub1,
.elButtonSize1 .elButtonSub2 {
    font-size: 14px
}

.elButtonSize2 .elButtonSub,
.elButtonSize2 .elButtonSub1,
.elButtonSize2 .elButtonSub2 {
    font-size: 16px
}

.elButtonSize3 .elButtonSub,
.elButtonSize3 .elButtonSub1,
.elButtonSize3 .elButtonSub2 {
    font-size: 18px
}

.elButtonSize4 .elButtonSub {
    font-size: 21px
}

.elButtonFull {
    display: block;
    text-align: center;
    width: 100%
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.elButtonRounded {
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 4px solid rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.22);
    border-radius: 6px
}

.elButtonRounded:hover {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset
}

.elButtonMain:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elButtonIcon1 .elButtonMain:before {
    content: "\f061"
}

.elButtonIcon2 .elButtonMain:before {
    content: "\f063"
}

.elButtonIcon3 .elButtonMain:before {
    content: "\f054"
}

.elButtonIcon4 .elButtonMain:before {
    content: "\f078"
}

.elButtonIcon5 .elButtonMain:before {
    content: "\f067"
}

.elButtonIcon6 .elButtonMain:before {
    content: "\f00c"
}

.elButtonIcon7 .elButtonMain:before {
    content: "\f14a"
}

.elButtonIcon8 .elButtonMain:before {
    content: "\f07a"
}

.elButtonIcon9 .elButtonMain:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099"
}

.elButtonIcon10 .elButtonMain:before {
    content: "\f04b"
}

.elButtonIcon11 .elButtonMain:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f082"
}

.elButtonIcon12 .elButtonMain:before {
    content: "\f02d"
}

.elButtonIcon13 .elButtonMain:before {
    content: "\f073"
}

.elButtonIcon14 .elButtonMain:before {
    content: "\f133"
}

.elButtonIcon15 .elButtonMain:before {
    content: "\f1c1"
}

.elButtonIcon16 .elButtonMain:before {
    content: "\f004"
}

.elButtonIcon17 .elButtonMain:before {
    content: "\f079"
}

.elButtonIcon18 .elButtonMain:before {
    content: "\f1cd"
}

.elButtonIcon19 .elButtonMain:before {
    content: "\f130"
}

.elButtonIcon20 .elButtonMain:before {
    content: "\f1c6"
}

.elButtonIcon21 .elButtonMain:before {
    content: "\f1ea"
}

.elButtonIcon22 .elButtonMain:before {
    content: "\f1e0"
}

.elButtonIcon23 .elButtonMain:before {
    content: "\f072"
}

.elButtonIcon24 .elButtonMain:before {
    content: "\f09d"
}

.elButtonIcon1.elButtonRightIcon .elButtonMain:before,
.elButtonIcon2.elButtonRightIcon .elButtonMain:before,
.elButtonIcon3.elButtonRightIcon .elButtonMain:before,
.elButtonIcon4.elButtonRightIcon .elButtonMain:before,
.elButtonIcon5.elButtonRightIcon .elButtonMain:before,
.elButtonIcon6.elButtonRightIcon .elButtonMain:before,
.elButtonIcon7.elButtonRightIcon .elButtonMain:before,
.elButtonIcon8.elButtonRightIcon .elButtonMain:before,
.elButtonIcon9.elButtonRightIcon .elButtonMain:before,
.elButtonIcon10.elButtonRightIcon .elButtonMain:before,
.elButtonIcon10.elButtonRightIcon .elButtonMain:before,
.elButtonIcon11.elButtonRightIcon .elButtonMain:before,
.elButtonIcon12.elButtonRightIcon .elButtonMain:before,
.elButtonIcon13.elButtonRightIcon .elButtonMain:before,
.elButtonIcon14.elButtonRightIcon .elButtonMain:before,
.elButtonIcon15.elButtonRightIcon .elButtonMain:before,
.elButtonIcon16.elButtonRightIcon .elButtonMain:before,
.elButtonIcon17.elButtonRightIcon .elButtonMain:before,
.elButtonIcon18.elButtonRightIcon .elButtonMain:before,
.elButtonIcon19.elButtonRightIcon .elButtonMain:before,
.elButtonIcon20.elButtonRightIcon .elButtonMain:before,
.elButtonIcon21.elButtonRightIcon .elButtonMain:before,
.elButtonIcon22.elButtonRightIcon .elButtonMain:before,
.elButtonIcon23.elButtonRightIcon .elButtonMain:before,
.elButtonIcon24.elButtonRightIcon .elButtonMain:before {
    content: '';
    margin-right: 0
}

.elButtonRightIcon .elButtonMain:after {
    font-family: "Font Awesome 5 Free";
    margin-left: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elButtonIcon1.elButtonRightIcon .elButtonMain:after {
    content: "\f061"
}

.elButtonIcon2.elButtonRightIcon .elButtonMain:after {
    content: "\f063"
}

.elButtonIcon3.elButtonRightIcon .elButtonMain:after {
    content: "\f054"
}

.elButtonIcon4.elButtonRightIcon .elButtonMain:after {
    content: "\f078"
}

.elButtonIcon5.elButtonRightIcon .elButtonMain:after {
    content: "\f067"
}

.elButtonIcon6.elButtonRightIcon .elButtonMain:after {
    content: "\f00c"
}

.elButtonIcon7.elButtonRightIcon .elButtonMain:after {
    content: "\f14a"
}

.elButtonIcon8.elButtonRightIcon .elButtonMain:after {
    content: "\f07a"
}

.elButtonIcon9.elButtonRightIcon .elButtonMain:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f099"
}

.elButtonIcon10.elButtonRightIcon .elButtonMain:after {
    content: "\f04b"
}

.elButtonIcon11.elButtonRightIcon .elButtonMain:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f082"
}

.elButtonIcon12.elButtonRightIcon .elButtonMain:after {
    content: "\f02d"
}

.elButtonIcon13.elButtonRightIcon .elButtonMain:after {
    content: "\f073"
}

.elButtonIcon14.elButtonRightIcon .elButtonMain:after {
    content: "\f133"
}

.elButtonIcon15.elButtonRightIcon .elButtonMain:after {
    content: "\f1c1"
}

.elButtonIcon16.elButtonRightIcon .elButtonMain:after {
    content: "\f004"
}

.elButtonIcon17.elButtonRightIcon .elButtonMain:after {
    content: "\f079"
}

.elButtonIcon18.elButtonRightIcon .elButtonMain:after {
    content: "\f1cd"
}

.elButtonIcon19.elButtonRightIcon .elButtonMain:after {
    content: "\f130"
}

.elButtonIcon20.elButtonRightIcon .elButtonMain:after {
    content: "\f1c6"
}

.elButtonIcon21.elButtonRightIcon .elButtonMain:after {
    content: "\f1ea"
}

.elButtonIcon22.elButtonRightIcon .elButtonMain:after {
    content: "\f1e0"
}

.elButtonIcon23.elButtonRightIcon .elButtonMain:after {
    content: "\f072"
}

.elButtonIcon24.elButtonRightIcon .elButtonMain:after {
    content: "\f09d"
}

.elButtonColor1 {
    background-color: #0092D5
}

.elButtonColor1:hover {
    background-color: #0c69a8
}

.elButtonColor1.elButtonBorder {
    border: 3px solid #0092D5;
    color: #0092D5;
    background-color: transparent !important
}

.elButtonColor1.elButtonBorder:hover {
    border: 3px solid rgba(0, 0, 0, 0.15);
    color: #FFF;
    background-color: #0092D5 !important
}

.elButtonText.elButtonSize1 {
    font-size: 14px
}

.elBtnVP_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.elBtnHP_25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.elBtnHP_0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.elButtonCorner3 {
    border-radius: 3px
}

.elButtonCorner3 {
    border-radius: 3px
}

.elBTN_b_1 {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.elButtonShadowN1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2)
}

[data-awa-bold="yes"] {
    font-weight: bold
}

.elBulletList {
    padding: 0px;
    list-style-type: none
}

.elBulletList li i.fa,
.elBulletList li i.fab,
.elBulletList li i.fas,
.elBulletList li i.fad,
.elBulletList li i.far {
    margin-right: 0.71428571em
}

.elBulletListNew li i.fa,
.elBulletListNew li i.fab,
.elBulletListNew li i.fas,
.elBulletListNew li i.fad,
.elBulletListNew li i.far {
    margin-left: -2em
}

.listSize1 li {
    font-size: 14px;
    padding: 10px 10px;
    padding-left: 20px
}

.elBulletList li:before {
    left: 0px !important;
    position: absolute
}

.listSize1.listIcon8 li {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/green_check_small.png);
    padding-left: 42px
}

.listSize1.listIcon9 li {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/red_cross_small.png);
    padding-left: 42px
}

.listSize1.listIcon10 li {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/green_dot_small.png);
    padding-left: 42px
}

.listSize1.listIcon11 li {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/red_dot_small.png);
    padding-left: 42px
}

.listSize1.listIconSize2 li:before {
    position: absolute;
    font-size: 24px;
    top: 3px
}

.listSize1.listIconSize3 li:before {
    position: absolute;
    font-size: 32px
}

.listImage32 li {
    background-repeat: no-repeat;
    background-position: 7px 9px;
    padding-left: 60px;
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/img_bullet.png)
}

.elBulletList_theme1 li i.fa,
.elBulletList_theme1 li i.far,
.elBulletList_theme1 li i.fas,
.elBulletList_theme1 li i.fad,
.elBulletList_theme1 li i.fab,
.elBulletList_theme1[data-list-type=ordered] li::before {
    padding: 10px 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 4px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme2 li i.fa,
.elBulletList_theme2 li i.far,
.elBulletList_theme2 li i.fas,
.elBulletList_theme2 li i.fab,
.elBulletList_theme2 li i.fad,
.elBulletList_theme2[data-list-type=ordered] li::before {
    padding: 10px 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
    border-radius: 224px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme3 li i.fa,
.elBulletList_theme3 li i.far,
.elBulletList_theme3 li i.fas,
.elBulletList_theme3 li i.fab,
.elBulletList_theme3 li i.fad,
.elBulletList_theme3[data-list-type=ordered] li::before {
    padding: 10px 10px;
    background: #3cb371;
    border-bottom: 2px solid #308f5a;
    color: #fff;
    border-radius: 3px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme4 li i.fa,
.elBulletList_theme4 li i.far,
.elBulletList_theme4 li i.fas,
.elBulletList_theme4 li i.fab,
.elBulletList_theme4 li i.fad,
.elBulletList_theme4[data-list-type=ordered] li::before {
    padding: 10px 10px;
    background: #d8542e;
    border-bottom: 2px solid #ae3d1e;
    color: #fff;
    border-radius: 3px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme5 li i.fa,
.elBulletList_theme5 li i.far,
.elBulletList_theme5 li i.fas,
.elBulletList_theme5 li i.fab,
.elBulletList_theme5 li i.fad,
.elBulletList_theme5[data-list-type=ordered] li::before {
    padding: 11px 9px;
    background: #f9f9f9;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme5 li i.fa:last-child,
.elBulletList_theme5[data-list-type=ordered] li::before {
    border-bottom: none
}

.elBulletList_theme6 li i.fa,
.elBulletList_theme6 li i.far,
.elBulletList_theme6 li i.fas,
.elBulletList_theme6 li i.fab,
.elBulletList_theme6 li i.fad,
.elBulletList_theme6[data-list-type=ordered] li::before {
    padding: 11px 9px;
    background: #128ee6;
    background-image: -webkit-linear-gradient(top, #128ee6, #0074c7);
    background-image: -moz-linear-gradient(top, #128ee6, #0074c7);
    background-image: -ms-linear-gradient(top, #128ee6, #0074c7);
    background-image: -o-linear-gradient(top, #128ee6, #0074c7);
    background-image: linear-gradient(to bottom, #128ee6, #0074c7);
    color: #fff;
    border-right: 1px solid #186aa1;
    border-bottom: 1px solid #186aa1;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList_theme6 li i.fa:last-child,
.elBulletList_theme6 li i.far:last-child,
.elBulletList_theme6 li i.fas:last-child,
.elBulletList_theme6 li i.fab:last-child,
.elBulletList_theme6 li i.fad:last-child,
.elBulletList_theme6[data-list-type=ordered] li::before {
    border-bottom: none
}

.elBulletList_theme7 li i.fa,
.elBulletList_theme7 li i.far,
.elBulletList_theme7 li i.fas,
.elBulletList_theme7 li i.fab,
.elBulletList_theme7 li i.fad,
.elBulletList_theme7[data-list-type=ordered] li::before {
    padding: 11px 9px;
    background: #3fcc7c;
    background-image: -webkit-linear-gradient(top, #3fcc7c, #3cb371);
    background-image: -moz-linear-gradient(top, #3fcc7c, #3cb371);
    background-image: -ms-linear-gradient(top, #3fcc7c, #3cb371);
    background-image: -o-linear-gradient(top, #3fcc7c, #3cb371);
    background-image: linear-gradient(to bottom, #3fcc7c, #3cb371);
    color: #fff;
    border-right: 1px solid #3cb371;
    border-bottom: 1px solid #3cb371;
    margin-right: 6px;
    width: auto;
    margin-left: 0 !important;
    display: inline-block
}

.elBulletList[data-list-type=ordered] ul {
    counter-reset: li
}

.elBulletList[data-list-type=ordered] li {
    counter-increment: li;
    padding-left: 2em
}

.elBulletList[data-list-type=ordered] li i.fa::before,
.elBulletList[data-list-type=ordered] li i.far::before,
.elBulletList[data-list-type=ordered] li i.fas::before,
.elBulletList[data-list-type=ordered] li i.fab::before,
.elBulletList[data-list-type=ordered] li i.fad::before {
    content: counter(li) ".";
    display: inline-block
}

.elBulletList_theme1[data-list-type=ordered] li i.fa,
.elBulletList_theme1[data-list-type=ordered] li i.far,
.elBulletList_theme1[data-list-type=ordered] li i.fas,
.elBulletList_theme1[data-list-type=ordered] li i.fab,
.elBulletList_theme1[data-list-type=ordered] li i.fad,
.elBulletList_theme2[data-list-type=ordered] li i.fa,
.elBulletList_theme2[data-list-type=ordered] li i.far,
.elBulletList_theme2[data-list-type=ordered] li i.fas,
.elBulletList_theme2[data-list-type=ordered] li i.fab,
.elBulletList_theme2[data-list-type=ordered] li i.fad,
.elBulletList_theme3[data-list-type=ordered] li i.fa,
.elBulletList_theme3[data-list-type=ordered] li i.far,
.elBulletList_theme3[data-list-type=ordered] li i.fas,
.elBulletList_theme3[data-list-type=ordered] li i.fab,
.elBulletList_theme3[data-list-type=ordered] li i.fad,
.elBulletList_theme4[data-list-type=ordered] li i.fa,
.elBulletList_theme4[data-list-type=ordered] li i.far,
.elBulletList_theme4[data-list-type=ordered] li i.fas,
.elBulletList_theme4[data-list-type=ordered] li i.fab,
.elBulletList_theme4[data-list-type=ordered] li i.fas,
.elBulletList_theme5[data-list-type=ordered] li i.fa,
.elBulletList_theme5[data-list-type=ordered] li i.far,
.elBulletList_theme5[data-list-type=ordered] li i.fas,
.elBulletList_theme5[data-list-type=ordered] li i.fab,
.elBulletList_theme5[data-list-type=ordered] li i.fas,
.elBulletList_theme6[data-list-type=ordered] li i.fa,
.elBulletList_theme6[data-list-type=ordered] li i.far,
.elBulletList_theme6[data-list-type=ordered] li i.fas,
.elBulletList_theme6[data-list-type=ordered] li i.fab,
.elBulletList_theme6[data-list-type=ordered] li i.fas,
.elBulletList_theme7[data-list-type=ordered] li i.fa,
.elBulletList_theme7[data-list-type=ordered] li i.far,
.elBulletList_theme7[data-list-type=ordered] li i.fas,
.elBulletList_theme7[data-list-type=ordered] li i.fab,
.elBulletList_theme7[data-list-type=ordered] li i.fas {
    font-family: inherit !important
}

.elBulletList_theme1[data-list-type=ordered] li i.fa::before,
.elBulletList_theme1[data-list-type=ordered] li i.far::before,
.elBulletList_theme1[data-list-type=ordered] li i.fas::before,
.elBulletList_theme1[data-list-type=ordered] li i.fab::before,
.elBulletList_theme1[data-list-type=ordered] li i.fad::before,
.elBulletList_theme2[data-list-type=ordered] li i.fa::before,
.elBulletList_theme2[data-list-type=ordered] li i.far::before,
.elBulletList_theme2[data-list-type=ordered] li i.fas::before,
.elBulletList_theme2[data-list-type=ordered] li i.fab::before,
.elBulletList_theme2[data-list-type=ordered] li i.fad::before,
.elBulletList_theme3[data-list-type=ordered] li i.fa::before,
.elBulletList_theme3[data-list-type=ordered] li i.far::before,
.elBulletList_theme3[data-list-type=ordered] li i.fas::before,
.elBulletList_theme3[data-list-type=ordered] li i.fab::before,
.elBulletList_theme3[data-list-type=ordered] li i.fad::before,
.elBulletList_theme4[data-list-type=ordered] li i.fa::before,
.elBulletList_theme4[data-list-type=ordered] li i.far::before,
.elBulletList_theme4[data-list-type=ordered] li i.fas::before,
.elBulletList_theme4[data-list-type=ordered] li i.fab::before,
.elBulletList_theme4[data-list-type=ordered] li i.fad::before,
.elBulletList_theme5[data-list-type=ordered] li i.fa::before,
.elBulletList_theme5[data-list-type=ordered] li i.far::before,
.elBulletList_theme5[data-list-type=ordered] li i.fas::before,
.elBulletList_theme5[data-list-type=ordered] li i.fab::before,
.elBulletList_theme5[data-list-type=ordered] li i.fad::before,
.elBulletList_theme6[data-list-type=ordered] li i.fa::before,
.elBulletList_theme6[data-list-type=ordered] li i.far::before,
.elBulletList_theme6[data-list-type=ordered] li i.fas::before,
.elBulletList_theme6[data-list-type=ordered] li i.fab::before,
.elBulletList_theme6[data-list-type=ordered] li i.fad::before,
.elBulletList_theme7[data-list-type=ordered] li i.fa::before,
.elBulletList_theme7[data-list-type=ordered] li i.far::before,
.elBulletList_theme7[data-list-type=ordered] li i.fas::before,
.elBulletList_theme7[data-list-type=ordered] li i.fab::before,
.elBulletList_theme7[data-list-type=ordered] li i.fad::before {
    content: counter(li);
    min-width: 1em;
    height: 1em;
    font-weight: bold;
    display: inline-block
}

.wideContainer .inlineoptin_form input {
    width: 480px
}

.fullContainer .inlineoptin_form input {
    width: 480px
}

.smallContainer .inlineoptin_form input {
    width: 300px
}

.smallContainer .stackedoptin_form input {
    width: 100%
}

.smallContainer .stackedoptin_btn {
    width: 100%
}

.elDivider {
    width: 100%;
    min-height: 1px;
    margin: 0px
}

.elDivider:not([class*="padding"]) {
    padding: 10px 0
}

.elDividerInner {
    min-height: 1px
}

.elDivider:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.elDivider {
    display: inline-block
}

.elDivider {
    display: block
}

.elDividerColor1 .elDividerInner {
    border-top-color: rgba(0, 0, 0, 0.8)
}

.elDividerColor2 .elDividerInner {
    border-top-color: rgba(0, 0, 0, 0.3)
}

.elDividerColor3 .elDividerInner {
    border-top-color: rgba(0, 0, 0, 0.1)
}

.elDividerColor4 .elDividerInner {
    border-top-color: rgba(255, 255, 255, 0.7)
}

.elDividerColor5 .elDividerInner {
    border-top-color: rgba(255, 255, 255, 0.4)
}

.elDividerColor6 .elDividerInner {
    border-top-color: rgba(255, 255, 255, 0.2)
}

.elDividerStyle1 .elDividerInner {
    border-top-width: 1px;
    border-top-style: solid
}

.elDividerStyle2 .elDividerInner {
    border-top-width: 2px;
    border-top-style: solid
}

.elDividerStyle3 .elDividerInner {
    border-top-width: 1px;
    border-top-style: dashed
}

.elDividerStyle4 .elDividerInner {
    border-top-width: 2px;
    border-top-style: dashed
}

.elDividerShadow1 .elDividerInner {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
}

.elDividerShadow2 .elDividerInner {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4)
}

.elDividerShadow3 .elDividerInner {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2)
}

.elDividerShadow4 .elDividerInner {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4)
}

.elDividerInner[data-style="solid"] {
    border-top-style: solid !important
}

.elDividerInner[data-style="dashed"] {
    border-top-style: dashed !important
}

.elDividerInner[data-style="dotted"] {
    border-top-style: dotted !important
}

.elDividerInner[data-align="center"] {
    float: none
}

.elDividerInner[data-align="left"] {
    float: left;
    width: 100%
}

.elDividerInner[data-align="right"] {
    float: right;
    width: 100%
}

.elDividerInner[data-width-border="100"] {
    width: 100%
}

.elDividerInner[data-width-border="90"] {
    width: 90%
}

.elDividerInner[data-width-border="80"] {
    width: 80%
}

.elDividerInner[data-width-border="75"] {
    width: 75%
}

.elDividerInner[data-width-border="50"] {
    width: 50%
}

.elDividerInner[data-width-border="40"] {
    width: 40%
}

.elDividerInner[data-width-border="30"] {
    width: 30%
}

.elDividerInner[data-width-border="25"] {
    width: 25%
}

.elDividerInner[data-width-border="10"] {
    width: 10%
}

.elDividerInner[data-align="center"][data-width-border="90"] {
    margin-right: 5%;
    margin-left: 5%
}

.elDividerInner[data-align="center"][data-width-border="80"] {
    margin-right: 10%;
    margin-left: 10%
}

.elDividerInner[data-align="center"][data-width-border="75"] {
    margin-right: 12%;
    margin-left: 12%
}

.elDividerInner[data-align="center"][data-width-border="50"] {
    margin-right: 25%;
    margin-left: 25%
}

.elDividerInner[data-align="center"][data-width-border="50"] {
    margin-right: 25%;
    margin-left: 25%
}

.elDividerInner[data-align="center"][data-width-border="40"] {
    margin-right: 30%;
    margin-left: 30%
}

.elDividerInner[data-align="center"][data-width-border="30"] {
    margin-right: 35%;
    margin-left: 35%
}

.elDividerInner[data-align="center"][data-width-border="25"] {
    margin-right: 37.5%;
    margin-left: 37.5%
}

.elDividerInner[data-align="center"][data-width-border="10"] {
    margin-right: 45%;
    margin-left: 45%
}

.elDividerInner[data-height-border="1"] {
    border-top-width: 1px
}

.elDividerInner[data-height-border="2"] {
    border-top-width: 2px
}

.elDividerInner[data-height-border="3"] {
    border-top-width: 3px
}

.elDividerInner[data-height-border="5"] {
    border-top-width: 5px
}

.elDividerInner[data-height-border="10"] {
    border-top-width: 10px
}

.elDividerInner[data-height-border="15"] {
    border-top-width: 15px
}

.elDividerInner[data-height-border="20"] {
    border-top-width: 20px
}

.elDividerInner[data-height-border="25"] {
    border-top-width: 25px
}

.elDividerInner[data-height-border="30"] {
    border-top-width: 30px
}

.elDividerInner[data-height-border="40"] {
    border-top-width: 40px
}

.elDividerInner[data-height-border="50"] {
    border-top-width: 50px
}

.elDividerInner[data-height-border="60"] {
    border-top-width: 60px
}

.elInput {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.elInput[type=checkbox]:focus {
    outline: 2px solid !important
}

.elInputMid {
    font-size: 16px;
    padding: 12px 18px
}

.elInput100 {
    width: 100%
}

.elInputStyl0 {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.elInputStyl0:focus {
    border-color: #42B0E2
}

.elInputBG1 {
    background-color: #fff
}

.elInputBR5 {
    border-radius: 5px
}

.elInputIRight {
    background-position: 97%
}

.elInputI0.elInputILeft {
    background-position: 10px;
    padding-left: 15px
}

.elInputIEmail.elInputIBlack {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/email2.png);
    background-repeat: no-repeat
}

.elInputIName.elInputIBlack {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/name2.png);
    background-repeat: no-repeat
}

.elInputIPhone.elInputIBlack {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png);
    background-repeat: no-repeat
}

.elInputIAddress.elInputIBlack {
    background-image: url(//clickfunnels-assets.clickfunnels.com/images/address2.png);
    background-repeat: no-repeat
}

.togglerTopShipping_hide .elInput {
    margin-top: 0px !important
}

label.elInputMid select {
    padding: 12px 18px;
    font-size: 16px
}

label.elInputLabel.elInputMid:after {
    top: 25%
}

label.elInputSmall,
label.elInputMid,
label.elInputLarge,
label.elInputVeryLarge {
    padding: 0 !important;
    font-size: auto !important;
    line-height: auto !important
}

.elRadioButtonLabel.elInputSmall,
.elRadioButtonLabel.elInputMid,
.elRadioButtonLabel.elInputLarge,
.elRadioButtonLabel.elInputVeryLarge {
    padding: 12px 18px !important
}

.elCheckBoxLabel.elInputSmall,
.elCheckBoxLabel.elInputMid,
.elCheckBoxLabel.elInputLarge,
.elCheckBoxLabel.elInputVeryLarge {
    padding: 12px 18px !important
}

.elInput.elInputBR5 {
    border-radius: 5px !important
}

.elInput.elInputBR0 {
    border-radius: 0 !important
}

.elInput.elInputBR1 {
    border-radius: 10px !important
}

.elInput.elInputBR2 {
    border-radius: 20px !important
}

.elInput.elInputBR6 {
    border-radius: 120px !important
}

.gr-textarea-btn,
.grammarly-btn,
.elInputWrapper span {
    display: none !important
}

@font-face {
    font-family: "social-likes";
    src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
    font-weight: 400;
    font-style: normal
}

.nodoNav ul {
    margin-bottom: 0px !important;
    padding-left: 0px
}

.nodoNavItem {
    display: inline-block;
    padding-right: 30px
}

.nodoNavItem a:hover {
    text-decoration: none !important;
    opacity: 1
}

.nodoNavLink i {
    margin-right: 7px
}

.elLinks2 .nav3,
.elLinks2 .nav4,
.elLinks2 .nav5 {
    display: none
}

.elLinks3 .nav4,
.elLinks3 .nav5 {
    display: none
}

.elLinks4 .nav5 {
    display: none
}

.elLinks2 .nav2 {
    padding-right: 0px
}

.elLinks3 .nav3 {
    padding-right: 0px
}

.elLinks4 .nav4 {
    padding-right: 0px
}

.elLinks5 .nav5 {
    padding-right: 0px
}

.elLinkSize1 a {
    font-size: 14px
}

.es-navTheme1 .nodoNavItem {
    padding-right: 10px
}

.es-navTheme1 .nodoNavLink {
    font-weight: 600;
    opacity: 1 !important;
    transition: .15s;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 4px
}

.es-navTheme1 .nodoNavLink:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.3)
}

.es-navTheme2 .nodoNavItem {
    padding-right: 0
}

.es-navTheme2 .nodoNavLink {
    font-weight: 600;
    opacity: 1 !important;
    transition: .05s;
    padding: 10px 8px;
    text-transform: uppercase
}

.es-navTheme2 .nodoNavLink:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff
}

.col-md-2 .pricely-call a {
    font-size: 16px
}

@media screen and (min-width: 0\0) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    #pricely-align {
        display: inherit;
        margin: 0 0 40px;
        vertical-align: none
    }
}

.video-description .midContainer,
.video-description .containerInner {
    width: 100% !important
}

.o2step_wrapper .elInput {
    margin-top: 15px
}

#elmainVideoPlayIcon {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    font-size: 30px;
    top: 50%;
    text-align: center;
    border-radius: 300px;
    left: 50%;
    margin-left: -50px;
    margin-top: -60px
}

#elmainVideoPlayIcon img {
    max-width: 100%
}

#elVideoProgressBarUnlocker {
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    background-color: #eee;
    clear: both;
    overflow: hidden
}

#elVideoProgressBarUnlocker div {
    height: 100%;
    width: 0;
    background-color: #0074C7
}

.elSurvey[data-survey-new="true"] .surveyStep .elButton {
    display: inline-block;
    width: inherit
}

.sf_btn_c_blue .elButton {
    background-color: #0e8dc7 !important
}

.sf_btn_c_green .elButton {
    background-color: #96bd2c !important
}

.sf_btn_c_red .elButton {
    background-color: #cf4916 !important
}

.sf_btn_c_yellow .elButton {
    background-color: #ffcc33 !important;
    color: rgba(66, 21, 21, 0.7) !important
}

.sf_btn_c_orange .elButton {
    background-color: #fba30a !important
}

.sf_btn_c_black .elButton {
    background-color: #3d3f47
}

.sf_btn_s_small .elButton {
    font-size: 14px
}

.sf_btn_s_medium .elButton {
    font-size: 18px
}

.sf_btn_s_large .elButton {
    font-size: 27px
}

.sf_btn_s_exlarge .elButton {
    font-size: 37px
}

@media only screen and (min-width: 0) and (max-width: 499px) {
}

@media only screen and (min-width: 500px) and (max-width: 770px) {
}

.elInputIEmail.elInputIBlack.elInputBG4.elInputILeft {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 3% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 3% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIEmail.elInputIBlack.elInputBG5.elInputILeft {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 3% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIEmail.elInputIBlack.elInputBG4 {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 97% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 97% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIEmail.elInputIBlack.elInputBG5 {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/email2.png) no-repeat 97% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIName.elInputIBlack.elInputBG4.elInputILeft {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 3% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 3% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIName.elInputIBlack.elInputBG5.elInputILeft {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 3% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIName.elInputIBlack.elInputBG4 {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 97% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 97% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIName.elInputIBlack.elInputBG5 {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/name2.png) no-repeat 97% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIPhone.elInputIBlack.elInputBG4.elInputILeft {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 3% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 3% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIPhone.elInputIBlack.elInputBG5.elInputILeft {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 3% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIPhone.elInputIBlack.elInputBG4 {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 97% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 97% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIPhone.elInputIBlack.elInputBG5 {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/phone2.png) no-repeat 97% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIAddress.elInputIBlack.elInputBG4.elInputILeft {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 3% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 3% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIAddress.elInputIBlack.elInputBG5.elInputILeft {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 3% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInputIAddress.elInputIBlack.elInputBG4 {
    background-color: #eee;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 97% center, -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fff), color-stop(100%, #efefef)) !important;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 97% center, -moz-linear-gradient(top, #fff, #efefef) !important
}

.elInputIAddress.elInputIBlack.elInputBG5 {
    background: #ebebeb;
    background: url(//clickfunnels-assets.clickfunnels.com/images/address2.png) no-repeat 97% center, linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 9%, white 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0) !important
}

.elInput.hide+label {
    display: none
}

.inputOverLabel.required1+label:after,
.inputOverLabel[required]+label:after {
    content: "*"
}

.elButtonAddToCart .elButtonMain {
    font-weight: bold;
    color: #FFFFFF
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-action {
    bottom: -50px
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    top: 0;
    color: #FFF
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px
}

#swipebox-caption {
    top: -50px;
    text-align: center;
    display: none
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0px
    }
}

@keyframes rightSpring {
    0% {
        margin-left: 0px
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0px
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0px
    }
}

@keyframes leftSpring {
    0% {
        margin-left: 0px
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0px
    }
}

@media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
        left: 0
    }

    #swipebox-action #swipebox-prev {
        right: 60px
    }

    #swipebox-action #swipebox-next {
        right: 0
    }
}

#swipebox-overlay {
    background-color: rgba(13, 13, 13, 0.95);
    cursor: pointer
}

#swipebox-action,
#swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
    background-image: -webkit-linear-gradient(top, #0d0d0d, black);
    background-image: linear-gradient(to bottom, #0d0d0d, black);
    opacity: 0.95
}

#swipebox-caption {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 771px) {
    *[data-hide-on="mobile"] {
        display: none !important
    }

    *[data-hide-on="desktop"] {
        display: block
    }

    *[data-timed-style="fade"][data-hide-on="desktop"] {
        display: none
    }

    *[data-timed-style="scale"][data-hide-on="desktop"] {
        display: none
    }
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
    *[data-hide-on="desktop"] {
        display: none !important
    }

    *[data-hide-on="mobile"] {
        display: block
    }

    *[data-timed-style="fade"][data-hide-on="mobile"] {
        display: none
    }

    *[data-timed-style="scale"][data-hide-on="mobile"] {
        display: none
    }

    body {
        overflow-x: hidden
    }

    .closeLPModal {
        right: -6px
    }

    .fullContainer .containerInner {
        width: 100% !important;
        min-width: 320px
    }

    .wideContainer {
        width: 100% !important;
        min-width: 320px
    }

    .smallContainer {
        width: 100% !important;
        min-width: 320px
    }

    .midContainer.containerModal {
        margin-left: -320px;
        width: 100% !important
    }

    .col-inner {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .innerContent {
        padding: 0px !important
    }

    .row {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .col_right {
        margin-top: 20px !important
    }

    .de-video-block {
        width: 100% !important
    }

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

    .containerModal {
        margin-left: 0px !important;
        left: 0px !important;
        width: 100% !important
    }

    .de-image-block {
        text-align: center !important
    }

    .containerInner {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .row,
    .col-inner {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important
    }

    .elSharing,
    .elBTN {
        text-align: center
    }

    .elHeadlineWrapper {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .bgCover {
        background-attachment: scroll !important
    }

    .bgCover100 {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-repeat: repeat repeat !important;
        background-position: center center
    }
}

@media only screen and (min-width: 770px) and (max-width: 1170px) {
    .col-inner {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .fullContainer .col-md-1,
    .fullContainer .col-md-2,
    .fullContainer .col-md-3,
    .fullContainer .col-md-4,
    .fullContainer .col-md-5,
    .fullContainer .col-md-6,
    .fullContainer .col-md-7,
    .fullContainer .col-md-8,
    .fullContainer .col-md-9,
    .fullContainer .col-md-10,
    .fullContainer .col-md-11,
    .fullContainer .col-md-12 {
        float: left !important
    }

    .fullContainer .col-md-12 {
        width: 100%
    }

    .fullContainer .col-md-11 {
        width: 91.66666667%
    }

    .fullContainer .col-md-10 {
        width: 83.33333333%
    }

    .fullContainer .col-md-9 {
        width: 75%
    }

    .fullContainer .col-md-8 {
        width: 66.66666667%
    }

    .fullContainer .col-md-7 {
        width: 58.33333333%
    }

    .fullContainer .col-md-6 {
        width: 50%
    }

    .fullContainer .col-md-5 {
        width: 41.66666667%
    }

    .fullContainer .col-md-4 {
        width: 33.33333333%
    }

    .fullContainer .col-md-3 {
        width: 25%
    }

    .fullContainer .col-md-2 {
        width: 16.66666667%
    }

    .fullContainer .col-md-1 {
        width: 8.33333333%
    }

    .midContainer .col-md-1,
    .midContainer .col-md-2,
    .midContainer .col-md-3,
    .midContainer .col-md-4,
    .midContainer .col-md-5,
    .midContainer .col-md-6,
    .midContainer .col-md-7,
    .midContainer .col-md-8,
    .midContainer .col-md-9,
    .midContainer .col-md-10,
    .midContainer .col-md-11,
    .midContainer .col-md-12 {
        float: left !important
    }

    .midContainer .col-md-12 {
        width: 100%
    }

    .midContainer .col-md-10 {
        width: 83.33333333%
    }

    .midContainer .col-md-9 {
        width: 75%
    }

    .midContainer .col-md-8 {
        width: 66.66666667%
    }

    .midContainer .col-md-7 {
        width: 58.33333333%
    }

    .midContainer .col-md-6 {
        width: 50%
    }

    .midContainer .col-md-5 {
        width: 41.66666667%
    }

    .midContainer .col-md-4 {
        width: 33.33333333%
    }

    .midContainer .col-md-3 {
        width: 25%
    }

    .midContainer .col-md-2 {
        width: 16.66666667%
    }

    .smallContainer .col-md-1,
    .smallContainer .col-md-2,
    .smallContainer .col-md-3,
    .smallContainer .col-md-4,
    .smallContainer .col-md-5,
    .smallContainer .col-md-6,
    .smallContainer .col-md-7,
    .smallContainer .col-md-8,
    .smallContainer .col-md-9,
    .smallContainer .col-md-10,
    .smallContainer .col-md-11,
    .smallContainer .col-md-12 {
        float: left !important
    }

    .smallContainer .col-md-12 {
        width: 100%
    }

    .smallContainer .col-md-11 {
        width: 91.66666667%
    }

    .smallContainer .col-md-10 {
        width: 83.33333333%
    }

    .smallContainer .col-md-9 {
        width: 75%
    }

    .smallContainer .col-md-8 {
        width: 66.66666667%
    }

    .smallContainer .col-md-7 {
        width: 58.33333333%
    }

    .smallContainer .col-md-6 {
        width: 50%
    }

    .smallContainer .col-md-5 {
        width: 41.66666667%
    }

    .smallContainer .col-md-4 {
        width: 33.33333333%
    }

    .smallContainer .col-md-3 {
        width: 25%
    }

    .smallContainer .col-md-2 {
        width: 16.66666667%
    }

    .smallContainer .col-md-1 {
        width: 8.33333333%
    }
}

@media only screen and (max-width: 700px) {
    [class*="mfs_"] li {
        font-size: inherit !important
    }

    .mfs_11 {
        font-size: 11px !important
    }

    .mfs_12 {
        font-size: 12px !important
    }

    .mfs_13 {
        font-size: 13px !important
    }

    .mfs_14 {
        font-size: 14px !important
    }

    .mfs_15 {
        font-size: 15px !important
    }

    .mfs_16 {
        font-size: 16px !important
    }

    .mfs_17 {
        font-size: 17px !important
    }

    .mfs_18 {
        font-size: 18px !important
    }

    .mfs_19 {
        font-size: 19px !important
    }

    .mfs_20 {
        font-size: 20px !important
    }

    .mfs_21 {
        font-size: 21px !important
    }

    .mfs_24 {
        font-size: 24px !important
    }

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

    .mfs_27 {
        font-size: 27px !important
    }

    .mfs_28 {
        font-size: 28px !important
    }

    .mfs_29 {
        font-size: 29px !important
    }

    .mfs_30 {
        font-size: 30px !important
    }

    .mfs_31 {
        font-size: 31px !important
    }

    .mfs_32 {
        font-size: 32px !important
    }
}

@media (max-width: 1170px) {
    .fullContainer .containerInner {
        width: 100% !important
    }
}

@media (max-width: 960px) {

    .midWideContainer .containerInner {
        width: 100% !important
    }
}

@media only screen and (min-width: 650px) and (max-width: 720px) {

    .midContainer.containerModal {
        margin-left: -320px
    }
}

@media only screen and (min-width: 650px) and (max-width: 650px) {
    .smallContainer {
        width: 100% !important;
        min-width: 320px
    }

    .smallContainer.containerModal {
        margin-left: -320px
    }
}

#apple-pay-button {
    display: none;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px
}

[data-de-type="cb_headline"] input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    margin-right: .25em;
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 2px
}

[data-de-type="cb_headline"] .elHeadline {
    margin-left: 25px
}

@media print {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
}

[data-de-type="round_up"] input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    height: 16px;
    width: 16px;
    margin-top: 5px;
    transform: scale(1.2)
}

.elRoundUpWrapper .row {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 0
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.elVideo {
    height: 470px;
}

@media screen and (max-width: 600px) {
    .elVideo {
        height: 200px;
    }
    .elButtonMain {
        font-size: 16px;
    }
}

.elVideoWrapper {
    background-color: #fafafa;
}

.elVideoWrapper, .elVideo {
    border-radius:20px;
}

#hero-video-audio-controls {
    text-align: center;
    margin-top: 20px;
}

#hero-video-audio-controls button {
    font-family: sans-serif;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    background-color: none;
    color: #000;
    border: 1px solid #ccc;
    font-weight: bold;
}
