.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !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; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { background-color: transparent; background-image: none; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container > .video-iframe-container { display: none; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row > .video-iframe-container { display: none; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .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); }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { border-width: 0; border-radius: 0; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fea858, #ed765e);background-image: -moz-linear-gradient(178deg, #fea858, #ed765e);background-image: -ms-linear-gradient(178deg, #fea858, #ed765e);background-image: -o-linear-gradient(178deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(178deg, #fea858, #ed765e);background-size:contain !important;box-shadow: 1px 4px 5px rgba(237,118,94,0.25) ;color:#ffffff;padding-top:10.74px;padding-right:9.69px;padding-bottom:10.74px;padding-left:9.69px;display:block;align-items:center;width:58.08px;min-width:58.08px;height:57.74px;position:relative;font-family:arial;font-size:42.97px;font-weight:400;line-height:57.74px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-label { background-color:;background-image:none;color:#ed765e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.72px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:77.43px;height:22.83px;position:relative;font-family:arial;font-size:16.11px;font-weight:700;line-height:22.83px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:374px;height:108.77px;padding-top:1.35px;padding-right:1.38px;padding-bottom:1.35px;padding-left:1.38px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:411.61112976074px;z-index:15000; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #Qv1LSXZpgQvLuKkZrmd5G27pTbX2hgib { width:auto; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #x3VhVthfuiPDpxOvTucoMrZHbmpsTxJL {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #RV7qB0uSqP1dkT8WRk0wKQZVLRlxRcsH { display:flex;position:relative;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ydby3AMNa9hQra5ZPODsuUsB3ycpz1XQ {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ceAk1J8CHhhybJMfyVkLxkgSGt89JSQb {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #tdolIx2ZNV6qz8EKFqBOQUG5QZpvCx2y { display:flex;position:relative;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #t0ghgL3bcRvshVOgZUciVPlb9e936ThP {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #QSWPhQel9a9W6OK55vtXJVsKa8RRmReT {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #O9H0z1gtAbzPJu1qB2ZmKJPgDMT20Kgs { display:flex;position:relative;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #y7ncdlCPc2HXyaR8eRGNAIxTrhtE4IG2 {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #LCPHCbHJEwLUOzT9XWGgPwXZPRxu98Od {  }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/tD8qjixD/Beth_FINALS_0007.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:1200px;height:870px;font-size:14px;font-family:"open sans";position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:824px;position:absolute;font-family:"open sans";font-size:68px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:11px;left:376.00003051758px;height:149.597px;color:#5bdee3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:503px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:215.99305725098px;left:604.22221374512px;height:166.3892px;color:#1e221f;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 1px 1px 3px #000000 ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:83px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:440.38890075684px;left:655.72221374512px;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/p14azQ1d/bg_2.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; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.adaptive-delivery-prevent-bg, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyload, #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH.lazyloading { background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { background-color: transparent; background-image: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container { display: none; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .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); }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { border-width: 0; border-radius: 0; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { font-size:14px;font-family:arial;height:856px;width:1200px;position:relative;display:block; }#OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { display:block;width:888px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:33.568725585938px;left:156px;height:101.194px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:172.56873321533px;left:167px;height:96px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { display:block;width:795px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:298.99999237061px;left:213.5px;height:36.4px;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { display:block;width:1035px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:347.99999237061px;left:164.99374389648px;height:180px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
#C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { display:block;width:795px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:566.98611450195px;left:239.49305725098px;height:36.3958px;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:655.60005950928px;left:193px;height:96px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6EOCFI4l/IMG_1302.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; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.adaptive-delivery-prevent-bg, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyload, #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8.lazyloading { background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { background-color: transparent; background-image: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container { display: none; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .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); }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { border-width: 0; border-radius: 0; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8::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; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { font-size:14px;font-family:arial;height:552px;width:1200px;position:relative;display:block; }#MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { display:block;width:1094px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:35.999908447266px;left:53px;height:101.1944px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 1px 1px 3px #000000 ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:83px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:422.99981689453px;left:400.00003051758px;display:block; }
#aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:290.99371337891px;left:156px;height:96px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9KbueewXeBVvRtfeFTeFRElElUIzMLK { display:block;width:920px;position:absolute;font-family:"open sans";font-size:35px;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:184.77774047852px;left:139.99305725098px;height:63px;color:#ffffff;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1n1xUKqX/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.adaptive-delivery-prevent-bg, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyload, #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ.lazyloading { background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { background-color: transparent; background-image: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container { display: none; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .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); }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { border-width: 0; border-radius: 0; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { font-size:14px;font-family:arial;height:640px;width:1200px;position:relative;display:block; }#fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { display:block;width:888px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:88.387609481812px;left:156px;height:50.5972px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:196.39581298828px;left:155.99305725098px;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
#aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:388.40000009537px;left:156px;height:32px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 1px 1px 3px #000000 ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:617px;height:83px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:505.48611450195px;left:267.48609924316px;display:block; }
#gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#UbKCCg8JF2p4srpm5go70glhNSVirkDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08b3bb;background-image:url("https://images.assets-landingi.com/qNMCPtp8/bg_4.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; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg.adaptive-delivery-prevent-bg, #UbKCCg8JF2p4srpm5go70glhNSVirkDg.lazyload, #UbKCCg8JF2p4srpm5go70glhNSVirkDg.lazyloading { background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { background-color: transparent; background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .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); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { border-width: 0; border-radius: 0; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { font-size:14px;font-family:"open sans";height:603px;width:1200px;position:relative;display:block; }#cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { display:block;width:888px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:107px;left:156px;height:50.6px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:201px;left:156px;height:239px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
#ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { display:block;width:888px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:456.00021362305px;left:155.99305725098px;height:80px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DtdT0GMA/5.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; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.adaptive-delivery-prevent-bg, #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.lazyload, #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ.lazyloading { background-image: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { background-color: transparent; background-image: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container > .video-iframe-container { display: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container { display: none; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .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); }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { border-width: 0; border-radius: 0; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { font-size:14px;font-family:arial;height:1657px;width:1200px;position:relative;display:block; }#n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { display:block;width:937px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:66.382049560547px;left:131.49305725098px;height:50.5972px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVveQTwsI80GukuJpPUwTeVarDqVzbHo { display:block;width:888px;position:absolute;font-family:"open sans";font-size:26px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:167.38761901855px;left:156px;height:117px;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:307.39366912842px;left:156px;height:192px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { background-color:#ffd600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 1px 1px 3px #000000 ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:25px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:617px;height:83px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1053.7987213135px;left:315.98612976074px;display:block; }
#Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { display:block;width:937px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1179.3959350586px;left:155.99305725098px;height:50.5972px;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:1270.9792785645px;left:155.99305725098px;height:138px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
#K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { display:block;width:888px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:1432.3681640625px;left:155.99305725098px;height:192px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { color:#000000;display:block;width:954px;position:absolute;font-family:caveat;font-size:68px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:499.38885498047px;left:115.38194274902px;height:88.3958px;text-align:center;text-align-last:center;display:block; }
#wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { color:#ff3300;display:block;width:251px;position:absolute;font-family:"seaweed script";font-size:151px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:605.36795043945px;left:474.49998474121px;height:196.299px;display:block; }
#QJUuMSFaT8aqEw1FgOIrtLPhbDafPpb9 { color:#000000;display:block;width:646px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:974.66677093506px;left:301.48612976074px;height:41.5972px;display:block; }
#V4H8sbPXgRvLLBakghDe5m6EbXFl2Qiu { color:#ff3300;display:block;width:401px;position:absolute;font-family:caveat;font-size:75px;font-weight:normal;z-index:15014;line-height:.8;letter-spacing:0;top:801.65960693359px;left:391.88194274902px;height:120px;text-align:center;text-align-last:center;display:block; }
#rokvkQA6c5hOiUA9r1r8WWMFyLNHXapi { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:226px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:542.21522521973px;left:535.22221374512px;height:293.799px;display:block; }
#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AhO66MyX/bg_5.png");background-position:top 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; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.adaptive-delivery-prevent-bg, #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.lazyload, #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2.lazyloading { background-image: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { background-color: transparent; background-image: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,179,187,0.89); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container > .video-iframe-container { display: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,179,187,0.89); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container { display: none; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .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); }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { border-width: 0; border-radius: 0; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2::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; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { font-size:14px;font-family:arial;height:440px;width:1200px;position:relative;display:block; }#vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:130px;left:0px;height:41.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;height:2px;width:230px;top:101px;left:485px;display:block; }
#rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { color:#ffffff;display:block;width:749px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:199px;left:226px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ2lLy16zCxthRSdyIcl14fNLIdiFRBt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdff00, #ff3300);background-image: -moz-linear-gradient(180deg, #fdff00, #ff3300);background-image: -ms-linear-gradient(180deg, #fdff00, #ff3300);background-image: -o-linear-gradient(180deg, #fdff00, #ff3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdff00', endColorstr='#ff3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdff00', endColorstr='#ff3300' );";background-image: linear-gradient(180deg, #fdff00, #ff3300);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px #d5fd00 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:371px;height:71px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:259.43748855591px;left:399.0555267334px;display:block; }
#nxEH4Qm9mcE1A8ZGHEp7vR2SOrAsiFGT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b0636;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; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:14px;font-family:"open sans";height:62px;width:1200px;position:relative;display:block; }#soouDdfhivX513l2lDNEqlIT2suOqc2J { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:21.887512207031px;left:500.00003051758px;height:18.1944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MZyZowIypkJaUqG8deWtOIR0kp2LMV1H { display:block; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh { width:288px;height:81px;display:flex;top:0px;left:228.00003051758px;z-index:15000; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #Qv1LSXZpgQvLuKkZrmd5G27pTbX2hgib {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #x3VhVthfuiPDpxOvTucoMrZHbmpsTxJL {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #RV7qB0uSqP1dkT8WRk0wKQZVLRlxRcsH { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ydby3AMNa9hQra5ZPODsuUsB3ycpz1XQ {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ceAk1J8CHhhybJMfyVkLxkgSGt89JSQb {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #tdolIx2ZNV6qz8EKFqBOQUG5QZpvCx2y { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #t0ghgL3bcRvshVOgZUciVPlb9e936ThP {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #QSWPhQel9a9W6OK55vtXJVsKa8RRmReT {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #O9H0z1gtAbzPJu1qB2ZmKJPgDMT20Kgs { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #y7ncdlCPc2HXyaR8eRGNAIxTrhtE4IG2 {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #LCPHCbHJEwLUOzT9XWGgPwXZPRxu98Od {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:764px;height:149px;top:11px;left:0px;font-size:68px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:503px;height:166px;top:215px;left:261px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:400px;height:83px;top:440px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:764px;height:101px;top:33px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:764px;height:96px;top:172px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:764px;height:36px;top:298px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:764px;height:180px;top:347px;left:0px;font-size:20px;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:764px;height:36px;top:566px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:764px;height:96px;top:655px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:764px;height:101px;top:35px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:400px;height:83px;top:422px;left:182.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:764px;height:96px;top:290px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:764px;height:63px;top:184px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:764px;height:50px;top:88px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:764px;height:;top:196px;left:0px;font-size:19px;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:764px;height:32px;top:388px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:617px;height:83px;top:505px;left:49.486099243164px;display:block; }
 }@media only screen and (max-width: 763px) { #gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:764px;height:50px;top:107px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:764px;height:;top:201px;left:0px;font-size:20px;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:764px;height:80px;top:456px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:764px;height:50px;top:66px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:764px;height:117px;top:167px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:764px;height:192px;top:307px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:617px;height:83px;top:1053px;left:97.986129760742px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:764px;height:50px;top:1179px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:764px;height:138px;top:1270px;left:0px;font-size:20px;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:764px;height:192px;top:1432px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { top:499px;left:0px;width:764px;height:88px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { top:605px;left:256.49998474121px;width:251px;height:196px;font-size:134px;display:block; }
 }@media only screen and (max-width: 763px) { #QJUuMSFaT8aqEw1FgOIrtLPhbDafPpb9 { top:974px;left:83.486129760742px;width:646px;height:41px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V4H8sbPXgRvLLBakghDe5m6EbXFl2Qiu { top:801px;left:173.88194274902px;width:401px;height:120px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #rokvkQA6c5hOiUA9r1r8WWMFyLNHXapi { top:542px;left:317.22221374512px;width:200px;height:293px;font-size:209px;display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:764px;height:41px;top:130px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:230px;height:2px;top:101px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:749px;height:26px;top:199px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2lLy16zCxthRSdyIcl14fNLIdiFRBt { width:371px;height:71px;top:259px;left:181.0555267334px;display:block; }
 }@media only screen and (max-width: 763px) { #nxEH4Qm9mcE1A8ZGHEp7vR2SOrAsiFGT { display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { top:21px;left:281.99998474121px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MZyZowIypkJaUqG8deWtOIR0kp2LMV1H { display:block; }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh { width:288px;height:81px;display:flex;top:21.138889312744px;left:14.61111164093px;z-index:15000; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #Qv1LSXZpgQvLuKkZrmd5G27pTbX2hgib {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #x3VhVthfuiPDpxOvTucoMrZHbmpsTxJL {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #RV7qB0uSqP1dkT8WRk0wKQZVLRlxRcsH { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ydby3AMNa9hQra5ZPODsuUsB3ycpz1XQ {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ceAk1J8CHhhybJMfyVkLxkgSGt89JSQb {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #tdolIx2ZNV6qz8EKFqBOQUG5QZpvCx2y { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #t0ghgL3bcRvshVOgZUciVPlb9e936ThP {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #QSWPhQel9a9W6OK55vtXJVsKa8RRmReT {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #O9H0z1gtAbzPJu1qB2ZmKJPgDMT20Kgs { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #y7ncdlCPc2HXyaR8eRGNAIxTrhtE4IG2 {  }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #LCPHCbHJEwLUOzT9XWGgPwXZPRxu98Od {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/tD8qjixD/Beth_FINALS_0007.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:512px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:320px;height:105.583px;top:9.9937515258789px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:177px;height:208px;top:124.60000228882px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:256px;height:50px;top:439.20001220703px;left:32.000001907349px;font-size:19px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:320px;height:1538px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:320px;height:140.778px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:320px;height:288px;top:180.8px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:320px;height:109.188px;top:488.8px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:320px;height:564px;top:618px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:320px;height:72.7917px;top:1202px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:320px;height:224px;top:1294.8px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:320px;height:625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:320px;height:112.1875px;top:9.9999542236328px;left:0px;text-align:center;text-align-last:center;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:304px;height:83px;top:527.39999389648px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:320px;height:201.59px;top:267.18731689453px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:320px;height:73.5972px;top:142.58125305176px;left:0px;text-align:center;text-align-last:center;font-size:23px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:320px;height:70.3889px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:320px;height:379.75px;top:110.4px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:320px;height:96px;top:506.298828125px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:304px;height:83px;top:620.40960693359px;left:7.9930562973022px;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gneyTnuz5vgdwwwIyOdPcZZuwdoZMx6V { display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:320px;height:70.3889px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:320px;height:559px;top:110.39384460449px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:320px;height:128px;top:677.39584350586px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:320px;height:2333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:320px;height:105.583px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:320px;height:312px;top:145.6px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:320px;height:336px;top:468.80001831055px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:304px;height:83px;top:1286.5px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:320px;height:76.7917px;top:1410.5975036621px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:320px;height:330px;top:1532.5695114136px;left:0px;text-align:left;text-align-last:left;font-size:20px;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:320px;height:352px;top:1900.0693359375px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { width:320px;height:48.0972px;top:827.79849243164px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { width:200px;height:174.194px;top:900.98635864258px;left:59.999997138977px;font-size:134px;display:block; }
 }@media only screen and (max-width: 763px) { #QJUuMSFaT8aqEw1FgOIrtLPhbDafPpb9 { width:320px;height:62.3889px;top:1197.0692443848px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V4H8sbPXgRvLLBakghDe5m6EbXFl2Qiu { width:320px;height:88.1944px;top:1075.1736297607px;left:-2.8610229492188E-6px;font-size:49px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rokvkQA6c5hOiUA9r1r8WWMFyLNHXapi { width:200px;height:271.694px;top:842.06249427795px;left:59.999997138977px;font-size:209px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:320px;height:379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:320px;height:105.583px;top:104.65277099609px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:90px;height:2px;top:81.993057250977px;left:114.99999713898px;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:320px;height:19.5px;top:232.36109924316px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2lLy16zCxthRSdyIcl14fNLIdiFRBt { width:280px;height:55px;top:278.27082824707px;left:19.993056297302px;display:block; }
 }@media only screen and (max-width: 763px) { #nxEH4Qm9mcE1A8ZGHEp7vR2SOrAsiFGT { display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { width:200px;height:18.2px;top:20px;left:60px;font-size:14px;display:block; }
 }