.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3598db;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container { background-color: transparent; background-image: none; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container > .video-iframe-container { display: none; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row > .video-iframe-container { display: none; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container { border-width: 0; border-radius: 0; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#X05fHF6h0NIyD0PEcgVEg6c3wRJME4p9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.75rem;left:28.09375rem;overflow:hidden;display:block; }
#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5d92ff;background-color:transparent;background-image:url("https://images.assets-landingi.com/DJsnjOB3/IMG_4900.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.adaptive-delivery-prevent-bg, #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.lazyload, #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.lazyloading { background-image: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { background-color: transparent; background-image: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,53,16,0.63); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container > .video-iframe-container { display: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,53,16,0.63); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container { display: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { border-width: 0; border-radius: 0; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#MVTDxAmFs8UEkKXUwZ3LxubS1MFsgquK { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9bnS6XqOEFkJzRNJHp7tvnwWF4zK7D9 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.8183625rem;display:block; }
#NhvP1LRRp6CCRGvFNoPG9nnEvalODbTC { color:#ffffff;display:block;width:18.061809539795rem;position:absolute;font-family:futura;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0949020385742rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#h7R42x9ghvZ42g8fx1wTxkdur0i0fnv2 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.75rem;left:0rem;height:1.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wl0LH7uaTmWEnL2bHmNocEx7RPBIXNBq { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.84375rem;left:48.5rem;display:block; }
#U412WTHQlxKlv6OVMCQhzwBhoDlNf37k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xam08ir630yJUoWBRKuucAEQz3k5OlOC { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dff97;background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC.adaptive-delivery-prevent-bg, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyload, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyloading { background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { background-color: transparent; background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,38,56,0.41); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,38,56,0.41); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { border-width: 0; border-radius: 0; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { font-size:0.875rem;font-family:lato;height:10.893382430077rem;width:60rem;position:relative;display:block; }#unK5WhATWsWsyWKFaOFKShb5URTVhKX7 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.590992435813rem;height:2.9041819423437rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.8763809204101rem;left:48.313413619995rem;display:block; }
#cPcaT0MtTvq57dSXVx7ugfU5D1ISSlG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDScC502ee90QyKEk5iVBv4oP50P5x9H { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#UhdTqORf2LT58MbqaXS7fDT98OaWM5Wf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff5dea;background-color:transparent;background-image:url("https://images.assets-landingi.com/juJXgA9T/IMG_6980.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.adaptive-delivery-prevent-bg, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyload, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyloading { background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { background-color: transparent; background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { border-width: 0; border-radius: 0; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { font-size:0.875rem;font-family:lato;height:12.9375rem;width:60rem;position:relative;display:block; }#Z9TyRplJRByO53pv6X7564QDXCn2VJVA { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.869140625rem;left:46.8125rem;height:1.19970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LKJiQDlkBe4crbAMhP7J76az44drifVI { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#bwAaT1OLafIZHRZ4hVAznLBaOchUmcy7 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#qCxKm5P8APMTqVUWktf48QbcZvNhpMxR { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:5.8125rem;left:48.3125rem;display:block; }
#Wg5TVU2oo3RUuQKfAbi3wO8osDCe9ZXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 { border-top:0rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:1.5625rem solid #fffe5d;background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.adaptive-delivery-prevent-bg, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyload, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyloading { background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { background-color: transparent; background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,94,120,0.43); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,94,120,0.43); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { border-width: 0; border-radius: 0; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { font-size:0.875rem;font-family:lato;height:13.3125rem;width:60rem;position:relative;display:block; }#vzCrmAUh6J16WeJJ2KLqb4mOTky9OVRw { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#kynkfn0B44mJI2q9ZRHsfzsoEsE2SnUH { color:#000000;display:block;width:16.875rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#q3s1ch0cC9HBIOB18aTHLu7HNzxEFhtF { color:#ffffff;display:block;width:15.249310493469rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.7240333557131rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRJN5K9TI4lEskGpNUp1ivxIvcIe1B0e { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.590992435813rem;height:2.9041819423437rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:5.361213684082rem;left:48.409925460816rem;display:block; }
#exxiOXuhpWOq2m5b3TDKtcrVlPSREqF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #7a5dff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TyF11yg2/Screen_Shot_2021_04_12_at_3.27.25_PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF.adaptive-delivery-prevent-bg, #s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF.lazyload, #s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF.lazyloading { background-image: none; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container { background-color: transparent; background-image: none; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container > .video-iframe-container { display: none; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row > .video-iframe-container { display: none; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container { border-width: 0; border-radius: 0; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container { font-size:0.875rem;font-family:arial;height:19.893382430077rem;width:60rem;position:relative;display:block; }#a32CzKLVliluhenBsTTzRbReGnbyCgIy { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#d7ruWh1QBq2yhkcRoZPwfQT43pwBwhV4 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.8183625rem;display:block; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-form-header { font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-regular-label { height:auto;display:block;font-family:futura;font-size:1.0625rem;font-weight:400;color:#ffffff;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;overflow:hidden;font-style:normal; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:19.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:19.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:19.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -moz-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -ms-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -o-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5effe400', endColorstr='#91ac00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5effe400', endColorstr='#91ac00ff' );";background-image: linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:19.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:8.125rem;height:2.8125rem;font-family:lato;overflow:hidden; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal;float:none; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:first-of-type{padding-top:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:last-of-type{padding-bottom:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:1.71484375rem;left:29.435546875rem;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.875rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky {display:block;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:1.71484375rem;left:29.435546875rem;font-size:0.875rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rbDfZCKcph8UpZm0ovctJEh0sCHEa3m5 { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ib6s8WmHDBMaVXZ3K1TU3WLbwIJHWTaV { position:relative;display:block; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #UU5iwJEDW1sG46kUgkBcJJwOMKS0HQco { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ipETFbnSd8t5C7vMxLdNOTDRaI2xJu3G { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #yvNWFG8IxC6IWq6IxGGOi22VZ1N0FsbE { position:relative;display:block; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ZTAfhTfKehEZoTR844cTNRGiH3eIKCw0 { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #H2LKg60kZgWBT7lT9L9l7TiDAlP5HTTq { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #VsbWb7XPWH4Cd2768vDGww78h248PsNp { position:relative;display:block; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #KCfOzL0hXw5BpC3MlRVbLIU7H0NVpfcp { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rJBgtOax3n3Dy2DEiBGs5wZ1lV7Q0ApO { position:relative; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #IRr27kBmGGT19vKJSyAEac88APwl3w0h { position:relative; }
#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs { border-top:0rem dotted #5d92ff;border-left:0;border-right:0;border-bottom:1.5625rem solid #fffe5d;background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.adaptive-delivery-prevent-bg, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyload, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyloading { background-image: none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row .container { border-width: 0; border-radius: 0; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row .container { font-size:0.875rem;font-family:lato;height:13.3125rem;width:60rem;position:relative;display:none; }#NV03ZqsT4JWS1GT7ohxq05UAmSqDTReL { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#HvJf36nPgZPLGSqStO12qpDq6HnHTSGn { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.8125rem;font-style:normal;display:block; }
#BnNGAchGmqXN4ncyBwoupQMi3Zqd4Mvl { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.7236328125rem;left:0rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cIMoXJhy2TQMrNJRMJzGvxC1o4e9yzTs { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.590992435813rem;height:2.9041819423437rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:5.361213684082rem;left:48.409925460816rem;display:block; }
#ffeizbiT1hN86idqCPawO6e2KGhsNc8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff009e;background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.adaptive-delivery-prevent-bg, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyload, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyloading { background-image: none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row .container { border-width: 0; border-radius: 0; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row .container { font-size:0.875rem;font-family:lato;height:12.1875rem;width:60rem;position:relative;display:none; }#Sp38lTbilFcQ6dupOIdI8W8yETrJ5eXD { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#i8iZl6kni8sGkzcgbCkVT5gRx7CkoSg6 { color:#f5f5f6;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#DkQB1HNG7px4vVssUUVFBlATxtcUsoFq { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.6875rem;left:48.375rem;display:block; }
#i8f6TSCr1nzo14bEezGyyMVuXSwfHWy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff009e;background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.adaptive-delivery-prevent-bg, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyload, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyloading { background-image: none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row .container { border-width: 0; border-radius: 0; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row .container { font-size:0.875rem;font-family:lato;height:12.1875rem;width:60rem;position:relative;display:none; }#m72nzMCaranq79lexuNfItdtDZHPRd1s { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#ayH2ZcC8BvM0E1oT7AVzE7lCzFUsk38s { color:#f5f5f6;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#gvSHkSEX5MgfTVNGTBkrHmnZ45ZBQKtr { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.6875rem;left:48.375rem;display:block; }
#b0NFthdUtbAT71tQairv36A0orvAF7uk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff009e;background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.adaptive-delivery-prevent-bg, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyload, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyloading { background-image: none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row .container { border-width: 0; border-radius: 0; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row .container { font-size:0.875rem;font-family:lato;height:17.4375rem;width:60rem;position:relative;display:none; }#doOKGedWZW8VIpFSAHnzGAaA16niSOXW { color:#000000;display:block;width:26.686580657959rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6852021217346rem;left:0rem;height:3.8183625rem;font-style:normal;display:block; }
#PUv3Gt7ETuMkBU2qHn8gF8VeNnoI5TP8 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.3125rem;left:45.1875rem;display:block; }
#T9diT5ut4wEgK0dhv22TlvJWLGALU0EG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noxryKMEnef0MllwwCNJa9pPlO9Df545 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.697265625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#ZDiVlE7yQP812QCwky0FtJPqMnEDhGbc { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5064330101013rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ez5lxWuUPQzixIESJa6ZTyqwSS2cDr09 { color:#000000;display:block;width:45.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.125rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dff97;background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.adaptive-delivery-prevent-bg, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyload, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyloading { background-image: none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row .container { border-width: 0; border-radius: 0; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row .container { font-size:0.875rem;font-family:lato;height:10.893382430077rem;width:60rem;position:relative;display:none; }#N2lM8Z1TLkHMrxstPcUNnKFAdaZnrstg { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.590992435813rem;height:2.9041819423437rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.8763809204101rem;left:48.313413619995rem;display:block; }
#r2cf3MJnnWxVL23UegbgKi6ZUO2y97cT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c12ipdribV8CSwD48ndCN9ZPP3AVivEz { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.8125rem;font-style:normal;display:block; }
#IUplQ3dQMedW6iWZpi7hN4L6QU9wnqql { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff009e;background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.adaptive-delivery-prevent-bg, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyload, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyloading { background-image: none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row .container { border-width: 0; border-radius: 0; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row .container { font-size:0.875rem;font-family:lato;height:17.4375rem;width:60rem;position:relative;display:none; }#hvQGXNqWO3mDkRf39Ns5SCfDKhyoTf40 { color:#000000;display:block;width:26.686580657959rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6852021217346rem;left:0rem;height:3.8125rem;font-style:normal;display:block; }
#TCzJJ1BZSyAH4N6WKFiLkgQlgEy0xnOx { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.3125rem;left:45.1875rem;display:block; }
#lt9rJItMFFmTJdxkmfnULNVvvh6BgsSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSmEK7ygWrZsuhsGeFbyTieL1wyBKEa0 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.697265625rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#gZkUtPH0feTPug5HkcB3SKT52vwOtzNa { color:#000000;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5064330101013rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VV8SDkb8RP0KJWIyHkbCGiQ0ibFb6FfN { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.125rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff009e;background-color:transparent;background-image:url("https://images.assets-landingi.com/OTFY9j1fnDA/unsplash/paul-kapischka-OTFY9j1fnDA-photo-1633674432402-2f0c8ba69d72.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.adaptive-delivery-prevent-bg, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyload, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyloading { background-image: none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row .container { border-width: 0; border-radius: 0; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row .container { font-size:0.875rem;font-family:lato;height:34.25rem;width:60rem;position:relative;display:none; }#F2Z1y0IbWJGq6C5f1T96UeKshhCkL1M9 { color:#ffffff;display:block;width:22.2490234375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.75rem;left:18.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkcyBNSZuGX61l3LbZTPmULMmlq4Vlv4 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7168125rem;height:2.90283125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.5rem;left:23.64111328125rem;display:block; }
#x3HowPf7PKekI3NwbG5TUm9hMSocUmXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hi90LCt7mdO6taoOtoPDwDei7eTUDb66 { color:#000000;display:block;width:24.812330245972rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.9375rem;left:17.625rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDT45nUSbtMZTISqQnzpNCtNTVyFq7hK { color:#ffffff;display:block;width:12.0615234375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.25rem;left:24rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nu7UGZAw3adlJeB5TAomLEDamuiZLN2y { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.90283203125rem;left:22.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIouHoCWJx6NztSu0yhLLRWN8QK0aCKU { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.0498046875rem;left:22.1875rem;height:15.597675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dff97;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a58926af-eadd-4f88-b69e-299b19fb26c4/_NMP0246.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.adaptive-delivery-prevent-bg, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyload, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyloading { background-image: none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row .container { border-width: 0; border-radius: 0; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row .container { font-size:0.875rem;font-family:lato;height:13.4375rem;width:60rem;position:relative;display:none; }#kTkrXOZC8lnyl9D4TOheIvdVw4rZOdL2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#oopgfCSdbWUTlVplAP4IC4kFQkiQughH { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:7.625rem;font-style:normal;display:block; }
#ntBNhzcsIlVnI9WbxI5FG1oEtoS2ukZy { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5908203125rem;height:2.9033203125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:5.2666015625rem;left:48.4091796875rem;display:block; }
#iElIALfLPEfuVbOslQQhcUMh1C7Z3sBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx { border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5d92ff;background-color:transparent;background-image:url("https://images.assets-landingi.com/DJsnjOB3/IMG_4900.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.adaptive-delivery-prevent-bg, #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.lazyload, #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.lazyloading { background-image: none; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row .container { border-width: 0; border-radius: 0; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:none; }#GH6UnRCRlSTwCzTbKZsWfGObmtubF95w { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3KU0OKWa08ggaHxDXguoQIghlfvvQTN { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:futura;font-size:2.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.9121125rem;font-style:normal;display:block; }
#NsIwSxNuh68icAUwss9s2sXBGcoTss0z { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:futura;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.8125rem;left:0rem;height:5.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R66eQBPznzhfXWLcDS1AzHOJE1AfXNhF { color:#ffffff;display:block;width:18.0615rem;position:absolute;font-family:futura;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0caaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { border-width: 0; border-radius: 0; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { font-size:0.875rem;font-family:lato;height:10.8125rem;width:60rem;position:relative;display:block; }#HXOI7cZr6DV0Hh9Q9NTtcTHeOdekB8ip { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:2.125rem;left:9.375rem;height:4.0488375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnUPIbPMUKhK0LxT1sZ4I9k8Zr0FNhVb { color:#ffffff;display:block;width:19.499080657959rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:2.125rem;left:31.25rem;height:4.0488375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHWuTup2mfiVB4pFcdH3A5twHBX2qQHi { color:#ffffff;display:block;width:19.7490234375rem;position:absolute;font-family:futura;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.25rem;left:20.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA { display:block; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X05fHF6h0NIyD0PEcgVEg6c3wRJME4p9 { width:3.8125rem;height:3.8125rem;top:0.75rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 { display:block; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MVTDxAmFs8UEkKXUwZ3LxubS1MFsgquK { width:24.3125rem;height:1.13720625rem;top:7.1875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #v9bnS6XqOEFkJzRNJHp7tvnwWF4zK7D9 { width:8rem;height:2.41845625rem;top:4.8125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #NhvP1LRRp6CCRGvFNoPG9nnEvalODbTC { width:25.249309539795rem;height:1.54345625rem;top:3.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #h7R42x9ghvZ42g8fx1wTxkdur0i0fnv2 { width:32.75rem;height:7.0107375rem;top:8.4375rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #Wl0LH7uaTmWEnL2bHmNocEx7RPBIXNBq { width:11.9375rem;height:2.5625rem;top:6.59375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U412WTHQlxKlv6OVMCQhzwBhoDlNf37k { display:block; }
 }@media only screen and (max-width: 959px) { #Xam08ir630yJUoWBRKuucAEQz3k5OlOC { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC.adaptive-delivery-prevent-bg, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyload, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyloading { background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { background-color: transparent; background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,38,57,0.66); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,38,57,0.66); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #unK5WhATWsWsyWKFaOFKShb5URTVhKX7 { width:9.875rem;height:2.875rem;top:5.625rem;left:37.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cPcaT0MtTvq57dSXVx7ugfU5D1ISSlG1 { display:block; }
 }@media only screen and (max-width: 959px) { #sDScC502ee90QyKEk5iVBv4oP50P5x9H { width:17.5625rem;height:2.1933625rem;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UhdTqORf2LT58MbqaXS7fDT98OaWM5Wf { width:12.5rem;height:1.7871125rem;top:3.8125rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k { background-color:transparent;background-image:url("https://images.assets-landingi.com/3Z1jHVWH/IMG_7050.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.adaptive-delivery-prevent-bg, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyload, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyloading { background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { background-color: transparent; background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,38,57,0.66); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,38,57,0.66); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Z9TyRplJRByO53pv6X7564QDXCn2VJVA { width:11.7497701875rem;height:1.19970625rem;top:2.2874526977539rem;left:35.999539375305rem;display:block; }
 }@media only screen and (max-width: 959px) { #LKJiQDlkBe4crbAMhP7J76az44drifVI { width:12.5rem;height:1.7871125rem;top:2.3125rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #bwAaT1OLafIZHRZ4hVAznLBaOchUmcy7 { width:12.5rem;height:2.35595625rem;top:4rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qCxKm5P8APMTqVUWktf48QbcZvNhpMxR { width:9.875rem;height:2.5rem;top:4.25rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wg5TVU2oo3RUuQKfAbi3wO8osDCe9ZXJ { display:block; }
 }@media only screen and (max-width: 959px) { #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 { background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.adaptive-delivery-prevent-bg, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyload, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyloading { background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { background-color: transparent; background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,35,33,0.46); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,35,33,0.46); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vzCrmAUh6J16WeJJ2KLqb4mOTky9OVRw { width:8.9375rem;height:1.54345625rem;top:1.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kynkfn0B44mJI2q9ZRHsfzsoEsE2SnUH { width:12.5rem;height:2.35595625rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q3s1ch0cC9HBIOB18aTHLu7HNzxEFhtF { width:17.875rem;height:1.13720625rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LRJN5K9TI4lEskGpNUp1ivxIvcIe1B0e { width:9.6533203125rem;height:2.3408203125rem;top:2.9541015625rem;left:38.0966796875rem;display:block; }
 }@media only screen and (max-width: 959px) { #exxiOXuhpWOq2m5b3TDKtcrVlPSREqF7 { display:block; }
 }@media only screen and (max-width: 959px) { #s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF { display:block; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container { width:47.75rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #a32CzKLVliluhenBsTTzRbReGnbyCgIy { width:12.5rem;height:2.03125rem;top:2.5625rem;left:0rem;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #d7ruWh1QBq2yhkcRoZPwfQT43pwBwhV4 { width:15.75rem;height:2.41845625rem;top:4.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-weight:300;font-style:normal;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;vertical-align:middle;height:auto; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-textarea { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;width:1rem;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-button { width:7.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:17.375rem;font-weight:300;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -moz-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -ms-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-image: -o-linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5effe400', endColorstr='#91ac00ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5effe400', endColorstr='#91ac00ff' );";background-image: linear-gradient(123deg, rgba(255,228,0,0.37), rgba(172,0,255,0.57));background-size:initial !important; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0;display:flex;align-items:center;justify-content:flex-end; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:first-of-type{padding-top:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:last-of-type{padding-bottom:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky  { width:24.9375rem;height:auto;top:0.62270736694336rem;left:20.312499046326rem;background-color:transparent;background-image: -webkit-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .radio-container { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky {display:block;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky { width:24.9375rem;height:auto;top:0.62270736694336rem;left:20.312499046326rem;background-color:transparent;background-image: -webkit-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(112deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important; }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rbDfZCKcph8UpZm0ovctJEh0sCHEa3m5 {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ib6s8WmHDBMaVXZ3K1TU3WLbwIJHWTaV { display:block; }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #UU5iwJEDW1sG46kUgkBcJJwOMKS0HQco {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ipETFbnSd8t5C7vMxLdNOTDRaI2xJu3G {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #yvNWFG8IxC6IWq6IxGGOi22VZ1N0FsbE { display:block; }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ZTAfhTfKehEZoTR844cTNRGiH3eIKCw0 {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #H2LKg60kZgWBT7lT9L9l7TiDAlP5HTTq {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #VsbWb7XPWH4Cd2768vDGww78h248PsNp { display:block; }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #KCfOzL0hXw5BpC3MlRVbLIU7H0NVpfcp {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rJBgtOax3n3Dy2DEiBGs5wZ1lV7Q0ApO {  }
 }@media only screen and (max-width: 959px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #IRr27kBmGGT19vKJSyAEac88APwl3w0h {  }
 }@media only screen and (max-width: 959px) { #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs { background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.adaptive-delivery-prevent-bg, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyload, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyloading { background-image: none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row .container { width:47.75rem;height:8.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #NV03ZqsT4JWS1GT7ohxq05UAmSqDTReL { width:8.9375rem;height:1.54345625rem;top:1.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HvJf36nPgZPLGSqStO12qpDq6HnHTSGn { width:12.5rem;height:2.35595625rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BnNGAchGmqXN4ncyBwoupQMi3Zqd4Mvl { width:17.875rem;height:1.13720625rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cIMoXJhy2TQMrNJRMJzGvxC1o4e9yzTs { width:9.6533203125rem;height:2.3408203125rem;top:2.9541015625rem;left:38.0966796875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ffeizbiT1hN86idqCPawO6e2KGhsNc8s { display:block; }
 }@media only screen and (max-width: 959px) { #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.adaptive-delivery-prevent-bg, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyload, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyloading { background-image: none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row .container { width:47.75rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Sp38lTbilFcQ6dupOIdI8W8yETrJ5eXD { width:18.375rem;height:2.35595625rem;top:5.96875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #i8iZl6kni8sGkzcgbCkVT5gRx7CkoSg6 { width:13rem;height:1.7871125rem;top:4.28125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DkQB1HNG7px4vVssUUVFBlATxtcUsoFq { width:11.125rem;height:2.3125rem;top:7.32421875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #i8f6TSCr1nzo14bEezGyyMVuXSwfHWy8 { display:block; }
 }@media only screen and (max-width: 959px) { #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.adaptive-delivery-prevent-bg, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyload, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyloading { background-image: none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row .container { width:47.75rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #m72nzMCaranq79lexuNfItdtDZHPRd1s { width:18.375rem;height:2.35595625rem;top:5.96875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ayH2ZcC8BvM0E1oT7AVzE7lCzFUsk38s { width:13rem;height:1.7871125rem;top:4.28125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gvSHkSEX5MgfTVNGTBkrHmnZ45ZBQKtr { width:11.125rem;height:2.3125rem;top:7.32421875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b0NFthdUtbAT71tQairv36A0orvAF7uk { display:block; }
 }@media only screen and (max-width: 959px) { #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.adaptive-delivery-prevent-bg, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyload, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyloading { background-image: none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row .container { width:47.75rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #doOKGedWZW8VIpFSAHnzGAaA16niSOXW { width:18.375rem;height:2.35595625rem;top:4.2548828125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUv3Gt7ETuMkBU2qHn8gF8VeNnoI5TP8 { width:11.125rem;height:2.75rem;top:5.96875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #T9diT5ut4wEgK0dhv22TlvJWLGALU0EG { display:block; }
 }@media only screen and (max-width: 959px) { #noxryKMEnef0MllwwCNJa9pPlO9Df545 { width:21.25rem;height:1.7871125rem;top:2.4677734375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZDiVlE7yQP812QCwky0FtJPqMnEDhGbc { width:18.8125rem;height:1.13720625rem;top:7.181640625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #ez5lxWuUPQzixIESJa6ZTyqwSS2cDr09 { width:33rem;height:6.82324375rem;top:8.67626953125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.adaptive-delivery-prevent-bg, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyload, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyloading { background-image: none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #N2lM8Z1TLkHMrxstPcUNnKFAdaZnrstg { width:9.875rem;height:2.875rem;top:5.625rem;left:37.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #r2cf3MJnnWxVL23UegbgKi6ZUO2y97cT { display:block; }
 }@media only screen and (max-width: 959px) { #c12ipdribV8CSwD48ndCN9ZPP3AVivEz { width:17.5625rem;height:2.1933625rem;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IUplQ3dQMedW6iWZpi7hN4L6QU9wnqql { width:12.5rem;height:1.7871125rem;top:3.8125rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.adaptive-delivery-prevent-bg, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyload, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyloading { background-image: none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row .container { width:47.75rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #hvQGXNqWO3mDkRf39Ns5SCfDKhyoTf40 { width:18.375rem;height:2.35595625rem;top:4.2548828125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TCzJJ1BZSyAH4N6WKFiLkgQlgEy0xnOx { width:11.125rem;height:2.75rem;top:5.96875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lt9rJItMFFmTJdxkmfnULNVvvh6BgsSa { display:block; }
 }@media only screen and (max-width: 959px) { #xSmEK7ygWrZsuhsGeFbyTieL1wyBKEa0 { width:21.25rem;height:1.7871125rem;top:2.4677734375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gZkUtPH0feTPug5HkcB3SKT52vwOtzNa { width:18.8125rem;height:1.13720625rem;top:7.181640625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #VV8SDkb8RP0KJWIyHkbCGiQ0ibFb6FfN { width:33rem;height:6.82324375rem;top:8.67626953125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI { background-color:transparent;background-image:url("https://images.assets-landingi.com/8V7ymFP8-0M/unsplash/karalina-s-8V7ymFP8-0M-photo-1570586437263-ab629fccc818.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.adaptive-delivery-prevent-bg, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyload, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyloading { background-image: none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row .container { width:47.75rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #F2Z1y0IbWJGq6C5f1T96UeKshhCkL1M9 { width:30.125rem;height:1.94970625rem;top:6.9375rem;left:8.8125rem;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #zkcyBNSZuGX61l3LbZTPmULMmlq4Vlv4 { width:10.9326171875rem;height:2.404296875rem;top:37.1875rem;left:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x3HowPf7PKekI3NwbG5TUm9hMSocUmXc { display:block; }
 }@media only screen and (max-width: 959px) { #Hi90LCt7mdO6taoOtoPDwDei7eTUDb66 { width:23.9375rem;height:3.16845625rem;top:3.8125rem;left:11.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fDT45nUSbtMZTISqQnzpNCtNTVyFq7hK { width:13.5625rem;height:2.35595625rem;top:1.5rem;left:17.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nu7UGZAw3adlJeB5TAomLEDamuiZLN2y { width:19.4990234375rem;height:1.13720625rem;top:35.625rem;left:14.125rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #BIouHoCWJx6NztSu0yhLLRWN8QK0aCKU { width:15.25rem;height:14.78368125rem;top:18.8125rem;left:17.1875rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.adaptive-delivery-prevent-bg, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyload, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyloading { background-image: none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #kTkrXOZC8lnyl9D4TOheIvdVw4rZOdL2 { width:12.5rem;height:1.75rem;top:3.8125rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #oopgfCSdbWUTlVplAP4IC4kFQkiQughH { width:17.5625rem;height:4.375rem;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ntBNhzcsIlVnI9WbxI5FG1oEtoS2ukZy { width:9.875rem;height:2.5625rem;top:6.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iElIALfLPEfuVbOslQQhcUMh1C7Z3sBV { display:block; }
 }@media only screen and (max-width: 959px) { #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx { display:none; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row .container { width:47.75rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #GH6UnRCRlSTwCzTbKZsWfGObmtubF95w { width:32rem;height:1.13720625rem;top:7.1875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #x3KU0OKWa08ggaHxDXguoQIghlfvvQTN { width:15.6875rem;height:2.41845625rem;top:4.8125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #NsIwSxNuh68icAUwss9s2sXBGcoTss0z { width:32.75rem;height:4.673825rem;top:9.556640625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #R66eQBPznzhfXWLcDS1AzHOJE1AfXNhF { width:25.249309539795rem;height:1.54345625rem;top:3.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HXOI7cZr6DV0Hh9Q9NTtcTHeOdekB8ip { width:19.5rem;height:3.63036875rem;top:2.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CnUPIbPMUKhK0LxT1sZ4I9k8Zr0FNhVb { width:19.4375rem;height:3.63036875rem;top:2.125rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #oHWuTup2mfiVB4pFcdH3A5twHBX2qQHi { width:19.6875rem;height:1.4624rem;top:7.25rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA { position:relative;z-index:auto;display:block; }#n6JdKcrh6woSsGJn7zqkFpIpOdZ2kPlA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X05fHF6h0NIyD0PEcgVEg6c3wRJME4p9 { width:3.5625rem;height:3.5625rem;top:0.5625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DJsnjOB3/IMG_4900.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5d92ff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.adaptive-delivery-prevent-bg, #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.lazyload, #d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9.lazyloading { background-image: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { background-color: transparent; background-image: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,23,7,0.59); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container > .video-iframe-container { display: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,23,7,0.59); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container { display: none; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { border-width: 0; border-radius: 0; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4Zm5gbG5ghvfVXIz5OX36TIPw9k8TZ9 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVTDxAmFs8UEkKXUwZ3LxubS1MFsgquK { width:20rem;height:1.21875rem;top:11.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9bnS6XqOEFkJzRNJHp7tvnwWF4zK7D9 { width:20rem;height:3.0683625rem;top:8.5625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhvP1LRRp6CCRGvFNoPG9nnEvalODbTC { width:20rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7R42x9ghvZ42g8fx1wTxkdur0i0fnv2 { width:19.75rem;height:2.5rem;top:16.8125rem;left:0.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0LH7uaTmWEnL2bHmNocEx7RPBIXNBq { width:11.5rem;height:2.75rem;top:26.25rem;left:4.25rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U412WTHQlxKlv6OVMCQhzwBhoDlNf37k { display:block; }
 }@media only screen and (max-width: 763px) { #Xam08ir630yJUoWBRKuucAEQz3k5OlOC { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff5dea;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC.adaptive-delivery-prevent-bg, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyload, #Xam08ir630yJUoWBRKuucAEQz3k5OlOC.lazyloading { background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { background-color: transparent; background-image: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container { display: none; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { border-width: 0; border-radius: 0; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xam08ir630yJUoWBRKuucAEQz3k5OlOC > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unK5WhATWsWsyWKFaOFKShb5URTVhKX7 { width:11.6875rem;height:3rem;top:20rem;left:4.15625rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPcaT0MtTvq57dSXVx7ugfU5D1ISSlG1 { display:block; }
 }@media only screen and (max-width: 763px) { #sDScC502ee90QyKEk5iVBv4oP50P5x9H { width:20rem;height:2.5996125rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UhdTqORf2LT58MbqaXS7fDT98OaWM5Wf { width:12.5rem;height:1.7871125rem;top:2.75rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k { background-color:transparent;background-image:url("https://images.assets-landingi.com/3Z1jHVWH/IMG_7050.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff5dea;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.adaptive-delivery-prevent-bg, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyload, #VLWoK742VBT6DlRP5R9haGeBKn1lGs9k.lazyloading { background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { background-color: transparent; background-image: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container { display: none; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { border-width: 0; border-radius: 0; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLWoK742VBT6DlRP5R9haGeBKn1lGs9k > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9TyRplJRByO53pv6X7564QDXCn2VJVA { width:8.125rem;height:2.54980625rem;top:18.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LKJiQDlkBe4crbAMhP7J76az44drifVI { width:4.75rem;height:1.7871125rem;top:2.0625rem;left:7.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwAaT1OLafIZHRZ4hVAznLBaOchUmcy7 { width:12.5rem;height:2.76220625rem;top:3.8125rem;left:3.75rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qCxKm5P8APMTqVUWktf48QbcZvNhpMxR { width:12rem;height:2.625rem;top:20.8125rem;left:4rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg5TVU2oo3RUuQKfAbi3wO8osDCe9ZXJ { display:block; }
 }@media only screen and (max-width: 763px) { #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 { background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.adaptive-delivery-prevent-bg, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyload, #zXTJDgN4113EEtIkq5cfJVzzuC5lgT82.lazyloading { background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { background-color: transparent; background-image: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,68,81,0.68); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,68,81,0.68); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container { display: none; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { border-width: 0; border-radius: 0; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXTJDgN4113EEtIkq5cfJVzzuC5lgT82 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzCrmAUh6J16WeJJ2KLqb4mOTky9OVRw { width:9.875rem;height:1.7871125rem;top:1.625rem;left:5.0625rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kynkfn0B44mJI2q9ZRHsfzsoEsE2SnUH { width:12.0625rem;height:2.76220625rem;top:3.375rem;left:3.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3s1ch0cC9HBIOB18aTHLu7HNzxEFhtF { width:15.25rem;height:1.21875rem;top:16.75rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRJN5K9TI4lEskGpNUp1ivxIvcIe1B0e { width:11.590992435813rem;height:2.9041819423437rem;top:18.527339935302rem;left:4.1555606126785rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exxiOXuhpWOq2m5b3TDKtcrVlPSREqF7 { display:block; }
 }@media only screen and (max-width: 763px) { #s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF { display:block; }#s3QPxV1HFlvTCyBDFA7qU94nHMwZH9sF > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a32CzKLVliluhenBsTTzRbReGnbyCgIy { width:12.5rem;height:1.7871125rem;top:1.8125rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7ruWh1QBq2yhkcRoZPwfQT43pwBwhV4 { width:15.75rem;height:2.6308625rem;top:3.5625rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5625rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:9.625rem;text-align:center;text-align-last:center; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:first-of-type{padding-top:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .widget-container:last-of-type{padding-bottom:0;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky  { width:17.5rem;height:auto;top:9.3125rem;left:0rem; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky {display:block;}#UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky { width:17.5rem;height:auto;top:9.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rbDfZCKcph8UpZm0ovctJEh0sCHEa3m5 {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ib6s8WmHDBMaVXZ3K1TU3WLbwIJHWTaV { display:block; }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #UU5iwJEDW1sG46kUgkBcJJwOMKS0HQco {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ipETFbnSd8t5C7vMxLdNOTDRaI2xJu3G {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #yvNWFG8IxC6IWq6IxGGOi22VZ1N0FsbE { display:block; }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #ZTAfhTfKehEZoTR844cTNRGiH3eIKCw0 {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #H2LKg60kZgWBT7lT9L9l7TiDAlP5HTTq {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #VsbWb7XPWH4Cd2768vDGww78h248PsNp { display:block; }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #KCfOzL0hXw5BpC3MlRVbLIU7H0NVpfcp {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #rJBgtOax3n3Dy2DEiBGs5wZ1lV7Q0ApO {  }
 }@media only screen and (max-width: 763px) { #UvIt6ZEDhoXecyzVgGGkX9Cg6deWTEky #IRr27kBmGGT19vKJSyAEac88APwl3w0h {  }
 }@media only screen and (max-width: 763px) { #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs { background-color:transparent;background-image:url("https://images.assets-landingi.com/BR1kV2GL/2018_02_18_TrueGrit_30.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.adaptive-delivery-prevent-bg, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyload, #w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs.lazyloading { background-image: none; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row .container { border-width: 0; border-radius: 0; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4A1m1tQnaXKiQUkXv8P5GVLukMd9mPs > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NV03ZqsT4JWS1GT7ohxq05UAmSqDTReL { width:9.875rem;height:1.7871125rem;top:1.625rem;left:5.0625rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvJf36nPgZPLGSqStO12qpDq6HnHTSGn { width:12.0625rem;height:11.0488125rem;top:3.375rem;left:3.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnNGAchGmqXN4ncyBwoupQMi3Zqd4Mvl { width:15.25rem;height:2.4375rem;top:15.4375rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIMoXJhy2TQMrNJRMJzGvxC1o4e9yzTs { width:11.590992435813rem;height:2.9041819423437rem;top:18.527339935302rem;left:4.1555606126785rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffeizbiT1hN86idqCPawO6e2KGhsNc8s { display:block; }
 }@media only screen and (max-width: 763px) { #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.adaptive-delivery-prevent-bg, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyload, #PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26.lazyloading { background-image: none; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row .container { border-width: 0; border-radius: 0; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVplhuJ7MzAPrX7J6G3nIbsThVmwKV26 > .row .container { width:20rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sp38lTbilFcQ6dupOIdI8W8yETrJ5eXD { width:12.0625rem;height:5.5rem;top:3.375rem;left:3.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8iZl6kni8sGkzcgbCkVT5gRx7CkoSg6 { width:16rem;height:1.75rem;top:1.6875rem;left:2rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkQB1HNG7px4vVssUUVFBlATxtcUsoFq { width:11.625rem;height:2.8125rem;top:23.375rem;left:4.1875rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8f6TSCr1nzo14bEezGyyMVuXSwfHWy8 { display:block; }
 }@media only screen and (max-width: 763px) { #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.adaptive-delivery-prevent-bg, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyload, #gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd.lazyloading { background-image: none; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row .container { border-width: 0; border-radius: 0; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf4aMtRfrTpcTFBXoqmoW3DpncPFKAVd > .row .container { width:20rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m72nzMCaranq79lexuNfItdtDZHPRd1s { width:12.0625rem;height:2.75rem;top:3.375rem;left:3.96875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayH2ZcC8BvM0E1oT7AVzE7lCzFUsk38s { width:16rem;height:1.75rem;top:1.6875rem;left:2rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvSHkSEX5MgfTVNGTBkrHmnZ45ZBQKtr { width:11.625rem;height:2.8125rem;top:23.375rem;left:4.1875rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0NFthdUtbAT71tQairv36A0orvAF7uk { display:block; }
 }@media only screen and (max-width: 763px) { #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.adaptive-delivery-prevent-bg, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyload, #WqltbaINpD6lSMeHPVMl1ri4CRRkM2II.lazyloading { background-image: none; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row .container { border-width: 0; border-radius: 0; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqltbaINpD6lSMeHPVMl1ri4CRRkM2II > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #doOKGedWZW8VIpFSAHnzGAaA16niSOXW { width:18.6875rem;height:2.75rem;top:4rem;left:0.65625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUv3Gt7ETuMkBU2qHn8gF8VeNnoI5TP8 { width:11.625rem;height:2.8125rem;top:23.1875rem;left:4.1875rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9diT5ut4wEgK0dhv22TlvJWLGALU0EG { display:block; }
 }@media only screen and (max-width: 763px) { #noxryKMEnef0MllwwCNJa9pPlO9Df545 { width:20rem;height:1.75rem;top:1.6875rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDiVlE7yQP812QCwky0FtJPqMnEDhGbc { width:20rem;height:1.1875rem;top:21.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ez5lxWuUPQzixIESJa6ZTyqwSS2cDr09 { width:20rem;height:11.875rem;top:8.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucwYYebQ/Screen_Shot_2021_04_12_at_15.03.55.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff5dea;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.adaptive-delivery-prevent-bg, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyload, #FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0.lazyloading { background-image: none; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row .container { border-width: 0; border-radius: 0; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhNi6nEQy60WI7iV3tFZfaWKVT9ppNn0 > .row .container { width:20rem;height:25.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2lM8Z1TLkHMrxstPcUNnKFAdaZnrstg { width:11.6875rem;height:3rem;top:20rem;left:4.15625rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2cf3MJnnWxVL23UegbgKi6ZUO2y97cT { display:block; }
 }@media only screen and (max-width: 763px) { #c12ipdribV8CSwD48ndCN9ZPP3AVivEz { width:20rem;height:5.125rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IUplQ3dQMedW6iWZpi7hN4L6QU9wnqql { width:12.5rem;height:1.75rem;top:2.75rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/D2jda0ku/_MG_2117.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.adaptive-delivery-prevent-bg, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyload, #IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3.lazyloading { background-image: none; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row .container { border-width: 0; border-radius: 0; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDnNbJ4Mlw1SzXd0TBCTastMnsQdRLM3 > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvQGXNqWO3mDkRf39Ns5SCfDKhyoTf40 { width:18.6875rem;height:2.75rem;top:4rem;left:0.65625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCzJJ1BZSyAH4N6WKFiLkgQlgEy0xnOx { width:11.625rem;height:2.8125rem;top:23.1875rem;left:4.1875rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9rJItMFFmTJdxkmfnULNVvvh6BgsSa { display:block; }
 }@media only screen and (max-width: 763px) { #xSmEK7ygWrZsuhsGeFbyTieL1wyBKEa0 { width:20rem;height:1.75rem;top:1.6875rem;left:0rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZkUtPH0feTPug5HkcB3SKT52vwOtzNa { width:20rem;height:1.1875rem;top:21.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VV8SDkb8RP0KJWIyHkbCGiQ0ibFb6FfN { width:20rem;height:10.6875rem;top:8.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI { background-color:transparent;background-image:url("https://images.assets-landingi.com/8V7ymFP8-0M/unsplash/karalina-s-8V7ymFP8-0M-photo-1570586437263-ab629fccc818.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5dffa5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.adaptive-delivery-prevent-bg, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyload, #f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI.lazyloading { background-image: none; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row .container { border-width: 0; border-radius: 0; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0d2XgFi8XrEeoqR4gROJ9oCRU1evamI > .row .container { width:20rem;height:48.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2Z1y0IbWJGq6C5f1T96UeKshhCkL1M9 { width:20rem;height:1.21875rem;top:7.7079501152037rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkcyBNSZuGX61l3LbZTPmULMmlq4Vlv4 { width:11.432444080711rem;height:2.6204044669866rem;top:42.9375rem;left:4.25rem;color:#ffffff;background-color:transparent;background-image:none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3HowPf7PKekI3NwbG5TUm9hMSocUmXc { display:block; }
 }@media only screen and (max-width: 763px) { #Hi90LCt7mdO6taoOtoPDwDei7eTUDb66 { width:20rem;height:2.5996125rem;top:5.1355700492859rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDT45nUSbtMZTISqQnzpNCtNTVyFq7hK { width:12.06227016449rem;height:1.7871125rem;top:3.3731617927551rem;left:3.9659925699234rem;font-size:1.375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7UGZAw3adlJeB5TAomLEDamuiZLN2y { width:20rem;height:1.13720625rem;top:41.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIouHoCWJx6NztSu0yhLLRWN8QK0aCKU { width:17.375rem;height:16.897475rem;top:19.3125rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a58926af-eadd-4f88-b69e-299b19fb26c4/_NMP0246.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #ff5dea;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.adaptive-delivery-prevent-bg, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyload, #nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV.lazyloading { background-image: none; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row .container { border-width: 0; border-radius: 0; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nw84PRx6ZlyTfyQsXywt3uRF8BMJo5AV > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kTkrXOZC8lnyl9D4TOheIvdVw4rZOdL2 { width:9.8125rem;height:1.75rem;top:3.0625rem;left:5.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oopgfCSdbWUTlVplAP4IC4kFQkiQughH { width:20rem;height:5.125rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ntBNhzcsIlVnI9WbxI5FG1oEtoS2ukZy { width:11.5625rem;height:2.875rem;top:18.25rem;left:4.21875rem;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElIALfLPEfuVbOslQQhcUMh1C7Z3sBV { display:block; }
 }@media only screen and (max-width: 763px) { #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx { background-color:transparent;background-image:url("https://images.assets-landingi.com/DJsnjOB3/IMG_4900.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:1.5625rem solid #5d92ff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.adaptive-delivery-prevent-bg, #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.lazyload, #v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx.lazyloading { background-image: none; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row .container { border-width: 0; border-radius: 0; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6bCpVfMBwTCwibcy2BAMu9AtoyyQ2qx > .row .container { width:20rem;height:37.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GH6UnRCRlSTwCzTbKZsWfGObmtubF95w { width:20rem;height:2.4375rem;top:7.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3KU0OKWa08ggaHxDXguoQIghlfvvQTN { width:20rem;height:3.0683625rem;top:4.4375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsIwSxNuh68icAUwss9s2sXBGcoTss0z { width:20rem;height:7.5rem;top:25.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R66eQBPznzhfXWLcDS1AzHOJE1AfXNhF { width:18rem;height:1.625rem;top:3.5rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { background-color:#3598db;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.adaptive-delivery-prevent-bg, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyload, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyloading { background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXOI7cZr6DV0Hh9Q9NTtcTHeOdekB8ip { width:19.498046875rem;height:4.30566875rem;top:1.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CnUPIbPMUKhK0LxT1sZ4I9k8Zr0FNhVb { width:14.1875rem;height:4.30566875rem;top:8.125rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHWuTup2mfiVB4pFcdH3A5twHBX2qQHi { width:19.75rem;height:1.4624rem;top:14.75rem;left:0.125rem;font-size:1.125rem;display:block; }
 }