/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
* {
  box-sizing: border-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

html,
body {
  overflow-x: hidden;
  width: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

.false-btn {
  font-size: 2.5rem;
  padding: 1.25rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px grey;
  margin-bottom: 30px;
}

.btn-gradient {
  background-size: cover;
  color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-side, #4BA1EF, #0785f3);
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

input:focus,
button:focus {
  outline: none
}

@font-face {
  font-family: sfprodisplay-regular;
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Regular.eot) format('embedded-opentype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Regular.ttf) format('truetype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Regular.eot) format('embedded-opentype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sfprodisplay-bold;
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Bold.eot) format('embedded-opentype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Bold.ttf) format('truetype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Bold.eot) format('embedded-opentype');
  src: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/../fonts/SFProDisplay-Bold.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

body {
  font-size: 14px;
  font-family: sfprodisplay-regular;
  background: #fff;
  color: #000
}

a {
  color: #fff
}

.h-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.h-row .form-group {
  width: 48%
}

.form-group {
  width: 100%
}

.form-control,
input[type=text],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea {
  font-size: 1.6rem;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
  color: #000;
  padding: 20px 12px;
  font-family: sfprodisplay-regular;
  transition: 300ms;
  font-weight: 400;
  border-radius: 26px;
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #fff !important;
  height: auto;
  line-height: 1
}

select {
    background:#fff url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYXJldC1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2FyZXQtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTMxLjMgMTkyaDI1Ny4zYzE3LjggMCAyNi43IDIxLjUgMTQuMSAzNC4xTDE3NC4xIDM1NC44Yy03LjggNy44LTIwLjUgNy44LTI4LjMgMEwxNy4yIDIyNi4xQzQuNiAyMTMuNSAxMy41IDE5MiAzMS4zIDE5MnoiPjwvcGF0aD48L3N2Zz4=) no-repeat !important;
    background-position: center right 8px!important;
    background-size: 12px!important;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.s-btn,
.sb-btn {
  background: ##ff8301;
  padding: 20px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  display: inline-block
}

.s-btn:hover,
.sb-btn:hover {
  background: #ffe300
}

.hero-form-content .s-btn,
.hero-form-content .sb-btn {
  background: #0785f3;
  color: #fff;
  font-size: 31px;
  margin: 15px 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  border: 0;
  box-shadow: 1px 3px 7px rgb(0 0 0/42%)
}

.hero-form-content .s-btn:hover,
.hero-form-content .sb-btn:hover {
  background: #ffa200;
  border-color: #ffa200
}

.tc-checkbox {
  color: #fff;
  max-width: 290px;
  margin: auto;
  position: relative;
  padding-left: 20px
}

.tc-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 4px
}

.tc-checkbox p {
  line-height: 32px;
  font-size: 16px;
}

.tc-checkbox a:hover {
  color: #fff
}

import url(https://s3.amazonaws.com/subscribe-funnels-production/assets/62b6bf67-33d7-47ae-b651-7fc9ebebb311/css/css2.css);

.clear::before::after,
.clear::after::after,
.entry-content::before::after,
.entry-content::after::after,
.comment-content::before::after,
.comment-content::after::after,
.site-content::before::after,
.site-content::after::after,
.site-footer::before::after,
.site-footer::after::after {
  display: table;
  content: '';
  clear: both
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both
}

.fleft {
  float: left
}

.fright {
  float: right
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.centered {
  text-align: center
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex='-1']:focus {
  outline: 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left
  }

  a:link,
  a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline
  }

  a:not([href="javascript:;"])::after {
    content: " ["attr(href) "] "
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    background: 0 0;
    color: #000
  }

  .temp {
    display: none
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

html *,
html *:before,
html *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word
}

.mb-0 {
  margin-bottom: 0
}

body h1,
body h2,
body h3,
body h4,
body h5,
body button {
  font-family: barlow, Arial, Helvetica, sans-serif;
  letter-spacing: .5px
}

body a {
  letter-spacing: .5px
}

body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8
}

@media all and (min-width:576px) {
  body p {
    font-size: 16px
  }
}

body,
input,
textarea,
blockquote,
q {
  font-family: barlow, Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #212121
}

@media all and (min-width:442px) {
  h2 {
    font-size: 1.875rem
  }
}

@media all and (min-width:768px) {
  h2 {
    font-size: 3rem
  }
}

@media all and (min-width:992px) {
  h2 {
    font-size: 3rem
  }
}

@media all and (min-width:1200px) {
  h2 {
    font-size: 3.75rem
  }
}

h3 {
  font-size: 1.125rem
}

@media all and (min-width:442px) {
  h3 {
    font-size: 1.25rem
  }
}

@media all and (min-width:768px) {
  h3 {
    font-size: 1.75rem
  }
}

@media all and (min-width:992px) {
  h3 {
    font-size: 1.875rem
  }
}

@media all and (min-width:1200px) {
  h3 {
    font-size: 2.25rem
  }
}

@media all and (max-width:442px) {
  h4 {
    font-size: 1.125rem
  }
}

a {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

strong {
  font-weight: 800
}

.text-light {
  font-weight: 300
}

.hidden {
  display: none
}

.uppercase {
  text-transform: uppercase
}

a.btn-primary {
  display: inline-block;
  padding: 12px 30px 10px;
  width: auto
}

button.btn-primary,
a.btn-primary {
  position: relative;
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: barlow, Arial, Helvetica, sans-serif;
  text-transform: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
  background-color: transparent;
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  z-index: 9
}

@media all and (min-width:1200px) {

  button.btn-primary,
  a.btn-primary {
    font-size: 20px
  }
}

.color-primary {
  color: #c631d4
}

.color-secondary {
  color: #ff5a00
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.background img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0
}

@media all and (max-width:320px) {
  .container {
    width: 100% !important
  }
}

.text-gradient {
  background: #c631d4;
  background: -o-linear-gradient(180deg, #c631d4 0%, #4623b0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#c631d4), to(#4623b0));
  background: -o-linear-gradient(top, #c631d4 0%, #4623b0 100%);
  background: linear-gradient(180deg, #c631d4 0%, #4623b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.title {
  color: rgba(255, 255, 255, .98);
  font-weight: 400
}

.title {
  margin-bottom: .8em;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none
}

.title .title__large {
  font-size: 1.2em;
  line-height: 1.1em;
  letter-spacing: .05em
}

.title span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-weight: bolder;
  text-shadow: 0 5px 11px rgba(0, 0, 0, .5)
}

.title em {
  padding-top: 2rem;
  font-size: .8em;
  text-shadow: 0 5px 11px rgba(0, 0, 0, .5);
  display: block
}

h3.title em {
  padding-top: 2rem;
  font-size: 1.5em;
  text-shadow: 0 5px 11px rgba(0, 0, 0, .5);
  display: block
}

.title .letter-spacing {
  letter-spacing: .1em
}

.list {
  list-style: none;
  padding: 0
}

.list.list--fa li i {
  padding-right: 20px;
  font-size: 1.2em
}

.list.list--fa-padded li {
  position: relative;
  padding-left: 30px;
  margin: 8px 0
}

.list.list--fa-padded li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em
}

.lp-form {
  position: relative;
  padding: 20px 20px 5px;
  margin: 0 auto;
  width: 80%;
  max-width: 360px;
  text-align: center;
  background-color: #ba0a48;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 60px !important;
  overflow: hidden;
  box-shadow: none !important
}

@media all and (min-width:442px) {
  .lp-form {
    width: 100%;
    padding: 30px 30px 15px;
    border-radius: 20px
  }
}

@media all and (min-width:768px) {
  .lp-form {
    max-width: 460px
  }
}

@media all and (min-width:992px) {
  .lp-form {
    max-width: unset;
    border-radius: 30px
  }
}

.lp-form::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  display: block;
  background: #D8242F
}

@media all and (min-width:992px) {
  .lp-form::before {
    height: 118px
  }
}

.lp-form .lp-form-title-arrow::after {
  border-top-color: #c631d4
}

.lp-form .lp-form-wrapper {
  position: relative
}

.lp-form .lp-form-wrapper form {
  padding: 0;
  background: 0 0;
  border-radius: 12px
}

.lp-form .lp-form-wrapper .encrypted {
  padding-top: 8px;
  font-size: 12px;
  color: #b3b3b3;
  letter-spacing: 0;
  margin-bottom: 0
}

.lp-form .lp-form-wrapper .encrypted i {
  margin-right: 8px
}

.lp-form .form-group {
  margin-bottom: 1.5rem
}

@media all and (min-width:1200px) {
  .lp-form .form-group {
    margin-bottom: 2rem
  }
}

.lp-form .lp-form-secure {
  padding: 8px
}

.lp-form .lp-form-secure img {
  width: 100%
}

.lp-form .title {
  text-align: left !important
}

.lp-form button {
  max-width: 220px
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px
}

@media all and (min-width:1200px) {
  .timer {
    margin-bottom: 60px
  }
}

.timer .timer__box {
  width: 120px;
  text-align: center;
  position: relative;
  margin: 0 4px;
  padding: 4px 10px 8px;
  font-size: 3.75rem;
  font-weight: 600;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 50px;
  line-height: 1;
  overflow: hidden;
  background: #ffed6a;
  background: #ffed6a;
  background: #ffed6a;
  background: #ffed6a;
  background: #ffed6a;
  -ms-box-shadow: 0 8px 20px rgb(0 0 0/54%) !important;
  -webkit-box-shadow: 0 8px 20px rgb(0 0 0/54%) !important;
  box-shadow: 0 8px 20px rgb(0 0 0/54%) !important
}

@media all and (min-width:442px) {
  .timer .timer__box {
    padding: 4px 12px 10px;
    margin: 0 6px
  }
}

@media all and (min-width:768px) {
  .timer .timer__box {
    font-size: 4.375rem;
    padding: 0 18px 10px;
    margin: 0 8px
  }
}

@media all and (min-width:992px) {
  .timer .timer__box {
    font-size: 5.625rem;
    margin: 0 10px;
    -ms-box-shadow: 0 8px 20px rgba(70, 35, 175, .2);
    -webkit-box-shadow: 0 8px 20px rgba(70, 35, 175, .2);
    box-shadow: 0 8px 20px rgba(70, 35, 175, .2)
  }
}

@media all and (min-width:1200px) {
  .timer .timer__box {
    font-size: 7.375rem
  }
}

.timer .timer__box.no-box {
  margin: 0;
  padding: 0;
  color: #000;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: times new roman, Times, serif
}

.timer .timer__box.no-box::after {
  content: none
}

.timer .timer__box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #4623b0;
  border: none !important
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}

header.sticky .row {
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

@media all and (max-width:320px) {
  header.sticky .row>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    text-align: center;
    margin: 4px 0
  }
}

header.sticky .alert-row {
  position: relative;
  background-color: rgba(0, 0, 0, .85);
  font-weight: 300;
  opacity: 1;
  color: #fff;
  text-align: center
}

header.sticky .alert-row .alert {
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background-color: transparent;
  margin: 0
}

@media all and (min-width:768px) {
  header.sticky .alert-row .alert {
    padding-left: 60px;
    font-size: 16px
  }
}

@media all and (min-width:992px) {
  header.sticky .alert-row .alert {
    font-size: 15px
  }
}

@media all and (min-width:1200px) {
  header.sticky .alert-row .alert {
    padding: 4px 0;
    font-size: 16px
  }
}

header.sticky .alert-row strong {
  font-weight: 700
}

header.sticky .verify {
  display: none
}

@media all and (min-width:768px) {
  header.sticky .verify {
    position: absolute;
    display: block;
    top: 0;
    left: 0
  }
}

header .navbar {
  background-color: rgba(30, 110, 204, .95);
  color: #fff;
  padding: 15px 0
}

@media all and (min-width:768px) {
  header .navbar {
    padding-left: 50px
  }
}

header .navbar .logo {
  margin-left: 0
}

header .navbar .logo img {
  max-height: 60px
}

header .navbar .title-wrapper {
  display: none
}

@media all and (min-width:768px) {
  header .navbar .title-wrapper {
    display: block
  }
}

header .navbar .title {
  font-size: 16px;
  margin: 0;
  color: inherit;
  text-align: right
}

@media all and (min-width:1200px) {
  header .navbar .title {
    font-size: 18px
  }
}

header .navbar .title .title__tagline {
  font-size: 1em
}

header .navbar button {
  margin: 0;
  font-size: 18px
}

@media all and (min-width:442px) {
  header .navbar button {
    font-size: 24px
  }
}

.banner {
  position: relative;
  padding: 40px 0
}

@media all and (min-width:1200px) {
  .banner {
    padding: 60px 0 30px
  }
}

.banner .background {
  background-color: #fff
}

.banner .background .overlay {
  background-color: transparent;
  opacity: 1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.banner .background img {
  max-width: 1500px
}

@media all and (min-width:1200px) {
  .banner .background img {
    max-width: unset
  }
}

.banner .container {
  position: relative
}

.banner .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start
}

.banner .title {
  text-align: center
}

.banner .aside {
  text-align: center
}

.banner .aside .caption {
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  text-transform: none;
  font-size: 2rem;
  text-align: center !important;
  margin: 0 auto 0.5rem auto;
}

@media all and (min-width:768px) {
  .banner .aside .caption {
    padding-top: 0;
    padding-left: 0
  }
}

@media all and (min-width:992px) {
  .banner .aside .caption {
    text-align: left
  }
}

.banner .aside .caption i {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: .05em;
  font-size: 1.8em
}

@media all and (min-width:992px) {
  .banner .aside .caption i {
    margin-right: 10px
  }
}

.banner .aside img {
  position: relative;
  margin-bottom: 0;
  max-width: 100% !important
}

@media all and (min-width:442px) {
  .banner .aside img {
    margin-bottom: 0
  }
}

@media all and (min-width:768px) {
  .banner .aside img {
    margin-bottom: -25px;
    max-width: 565px
  }
}

@media all and (min-width:992px) {
  .banner .aside img {
    margin-bottom: 0;
    z-index: 1
  }
}

@media all and (min-width:1200px) {
  .banner .aside img {
    max-width: initial
  }
}

footer {
  padding: 10px 0 20px;
  text-align: center;
  color: #212121;
  font-weight: 300;
  font-size: 13px;
  background-color: #fff
}

@media all and (min-width:992px) {
  footer {
    padding: 30px 0 20px
  }
}

@media all and (min-width:1200px) {
  footer {
    font-size: 16px
  }
}

footer p {
  color: inherit;
  font-size: inherit
}

p.news {
  color: #9d9d9d
}

p.news strong {
  color: #656565;
  font-weight: 700;
  display: block
}

footer .footer-links {
  color: #a1a1a1
}

footer .footer-links a {
  text-transform: uppercase;
  font-weight: 600;
  color: #0abeea;
  color: #888787
}

.lp-form .lp-form-wrapper {
  position: relative;
  color: #fff
}

.M_modal {
  width: 100%;
  position: absolute;
  top: -100vh;
  opacity: 0;
  display: none;
  transition: all ease-in-out .8s;
  -ms-transition: all ease-in-out .8s;
  -webkit-transition: all ease-in-out .8s;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.madal_cont {
  position: relative;
  max-width: 600px;
  width: 98%;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  color: #444
}

.madal_cont h1 {
  font-size: 1.3em
}

.M_close {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 24px
}

.M_overlay {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 8;
  top: 0;
  left: 0
}

.M_overlay {
  display: none
}

.static_pages {
  text-align: left
}

.static_pages h4 {
  font-size: 18px
}

.lp-form-secure {
  text-align: center
}

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

@media screen and (max-width:1200px) and (min-width:992px) {
  .banner .aside .caption {
    font-size: 1.8rem;
    text-align: center !important
  }
}

@media screen and (max-width:1199px) {
  p.hd {
    padding-top: 15px;
    font-size: 23px
  }
}

@media screen and (max-width:991px) {
  p.hd {
    font-size: 33px
  }
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 2.6rem !important
  }

  .title em {
    font-size: .7em
  }

  h3.title em {
    padding-top: 0
  }

  .lp-form {
    position: relative;
    padding: 20px 20px 5px;
    margin: 0 auto;
    width: 80%;
    max-width: 460px;
    text-align: center;
    background-color: #ba0a48;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 40px !important;
    overflow: hidden;
    box-shadow: none !important
  }
}

@media screen and (max-width:575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px
  }

  h2 {
    font-size: 8vw !important
  }

  p.hd {
    font-size: 7vw !important
  }
}

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

  .h2,
  h2 {
    font-size: 1.5rem
  }

  .banner .aside .caption {
    font-size: 1.8rem;
    text-align: center !important;
    margin: 3rem auto 0.5rem auto;
  }

  p.hd {
    font-weight: 700;
    font-size: 20px
  }

  .form-control,
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=email],
  select,
  textarea {
    font-size: 1rem;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    color: #000;
    padding: 10px 12px;
    font-family: sfprodisplay-regular;
    transition: 300ms;
    font-weight: 400;
    border-radius: 15px;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-appearance: none
  }
}

button.btn.btn-custom.btn-primary.btn-lg.btn-block.animated.infinite.pulse {
  width: 90%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  background: #47a57a
}

p.news {
  color: #9d9d9d;
  max-width: 415px;
  margin: auto;
  margin-bottom: 1rem
}

.btn.disabled,
.btn:disabled {
  opacity: 1
}

.caption.show-mob {
  display: none
}

@media screen and (max-width:767px) {
  .caption.hide-mob {
    display: none
  }

  .caption.show-mob {
    display: block;
    color: #000 !important;
    margin-bottom: 0;
    margin-top: 40px
  }

  .caption.show-mob i img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
  }
}