.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;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 {  }#MZyZowIypkJaUqG8deWtOIR0kp2LMV1H > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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: 0.0625rem 0.25rem 0.3125rem rgba(237,118,94,0.25) ;color:#ffffff;padding-top:0.915625rem;padding-right:0.825rem;padding-bottom:0.915625rem;padding-left:0.825rem;display:block;align-items:center;width:4.9475rem;min-width:4.9475rem;height:4.92125rem;position:relative;font-family:arial;font-size:3.6625rem;font-weight:400;line-height:78.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;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:0.5725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.59625rem;height:1.945625rem;position:relative;font-family:arial;font-size:1.373125rem;font-weight:700;line-height:31.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;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:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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:30.375rem;height:9.270625rem;padding-top:0.115rem;padding-right:0.1175rem;padding-bottom:0.115rem;padding-left:0.1175rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.46875rem;left:21.725780487061rem;z-index:15000; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #Qv1LSXZpgQvLuKkZrmd5G27pTbX2hgib { width:auto; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #x3VhVthfuiPDpxOvTucoMrZHbmpsTxJL {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #RV7qB0uSqP1dkT8WRk0wKQZVLRlxRcsH { display:flex;position:relative;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ydby3AMNa9hQra5ZPODsuUsB3ycpz1XQ {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #ceAk1J8CHhhybJMfyVkLxkgSGt89JSQb {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #tdolIx2ZNV6qz8EKFqBOQUG5QZpvCx2y { display:flex;position:relative;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #t0ghgL3bcRvshVOgZUciVPlb9e936ThP {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #QSWPhQel9a9W6OK55vtXJVsKa8RRmReT {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #O9H0z1gtAbzPJu1qB2ZmKJPgDMT20Kgs { display:flex;position:relative;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #y7ncdlCPc2HXyaR8eRGNAIxTrhtE4IG2 {  }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #LCPHCbHJEwLUOzT9XWGgPwXZPRxu98Od {  }
#aBHk3QZpGh2CIU8Db7ik3A3ZVMpL3onX { color:#f69200;display:block;width:68.1875rem;position:absolute;font-family:caveat;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:0rem;left:0rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/tD8qjixD/Beth_FINALS_0007.jpg");background-position:bottom 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;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 {  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:50.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0.6875rem;left:23.500001907349rem;height:9.35rem;color:#5bdee3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.687499046326rem;left:37.76406288147rem;height:10.4rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.02499961853rem;left:25.000001907349rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { background-color: transparent; background-image: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container { display: none; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .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); }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { border-width: 0; border-radius: 0; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row > .video-iframe-container {  }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1679706573486rem;left:12.65625rem;height:2.6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { background-color: transparent; background-image: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container > .video-iframe-container { display: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container { display: none; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .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); }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { border-width: 0; border-radius: 0; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row > .video-iframe-container {  }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#riaICIVm1prueQsRQKMW6EgA98gLmqQu { position:absolute;display:block;z-index:15006;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.1875rem solid #00a88e;border-left:0.1875rem solid #00a88e;border-right:0.1875rem solid #00a88e;border-bottom:0.1875rem solid #00a88e;height:13.125rem;width:19.5rem;top:5.625rem;left:2.75rem;display:block; }
#xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { color:#585858;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.375rem;left:3.6875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.625rem;left:3.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { position:absolute;display:block;z-index:15011;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.1875rem solid #00a88e;border-left:0.1875rem solid #00a88e;border-right:0.1875rem solid #00a88e;border-bottom:0.1875rem solid #00a88e;height:13.125rem;width:19.5rem;top:5.75rem;left:27.5625rem;display:block; }
#mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { color:#585858;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:9.375rem;left:28.687501907349rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:15.8125rem;left:28.6875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IREBWVlimUXSV2mNtvhAZaR3l71coKTw { position:absolute;display:block;z-index:15016;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.1875rem solid #00a88e;border-left:0.1875rem solid #00a88e;border-right:0.1875rem solid #00a88e;border-bottom:0.1875rem solid #00a88e;height:13.125rem;width:19.5rem;top:5.9375rem;left:52.75rem;display:block; }
#DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { color:#585858;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:8.375rem;left:53.687501907349rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:16rem;left:53.875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Br9eTTRCoV9SWmquT2OJ85P8mFPU1BwS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:3.75rem;left:11rem;overflow:hidden;display:block; }
#vzi6pKySQD7bXrOm0kb6AmHk3y6UtcGU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:3.75rem;left:60.812498092651rem;overflow:hidden;display:block; }
#vWhgHd2teW8lRhtpgWXMtgU3TPzWt4Gv { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:3.75rem;left:35.812501907349rem;overflow:hidden;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;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 {  }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:2.0980453491211rem;left:9.75rem;height:6.325rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.785545825958rem;left:10.4375rem;height:6rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.687499523163rem;left:13.34375rem;height:2.275rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.749999523163rem;left:10.31210899353rem;height:11.25rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
#C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:35.436721324921rem;left:12.65625rem;height:2.275rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:40.97500371933rem;left:12.0625rem;height:6rem;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;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%;  }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row > .video-iframe-container {  }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { display:block;width:68.375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.2499942779541rem;left:3.3125rem;height:6.325rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.437488555908rem;left:25.000001907349rem;display:block; }
#aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:18.187107086182rem;left:9.75rem;height:6rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9KbueewXeBVvRtfeFTeFRElElUIzMLK { display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:9.4242215156556rem;left:8.75rem;height:7.875rem;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;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 {  }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5242255926133rem;left:9.75rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:11.212499976158rem;left:9.75rem;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
#aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.275000005961rem;left:9.75rem;height:2rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.118362426757rem;left:0.0625rem;height:12.91875rem;color:#ff3300;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:44.099201202392rem;left:9.75rem;height:4rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.718732833862rem;left:18.21875rem;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;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 {  }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { font-size:0.875rem;font-family:"open sans";height:37.6875rem;width:75rem;position:relative;display:block; }#cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.6875rem;left:9.75rem;height:3.1625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:12.5625rem;left:9.75rem;height:12.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
#ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:27rem;left:9.75rem;height:4rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;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;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 {  }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { font-size:0.875rem;font-family:arial;height:103.8125rem;width:75rem;position:relative;display:block; }#n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3367195129394rem;left:8.21875rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVveQTwsI80GukuJpPUwTeVarDqVzbHo { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.461726188659rem;left:9.75rem;height:7.3125rem;color:#000000;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.212104320526rem;left:9.75rem;height:12rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.5625rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:61.737492561341rem;left:18.21875rem;display:block; }
#Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:68.274986267087rem;left:8.21875rem;height:3.1625rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:72.812095642087rem;left:9.2800788879394rem;height:;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
#K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:83.023832321169rem;left:9.2800788879394rem;height:12rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:96.486333847044rem;left:24.530469894409rem;display:block; }
#ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { color:#000000;display:block;width:59.625rem;position:absolute;font-family:caveat;font-size:4.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.449238777161rem;left:7.21835899353rem;height:16.575rem;text-align:center;text-align-last:center;display:block; }
#vNen1BF1bfIg8yJTW4Ime1DcLqP4fm6t { color:#000000;display:block;width:55.75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:57.649991989136rem;left:11.09335899353rem;height:2.51875rem;display:block; }
#wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { color:#ff3300;display:block;width:19.375rem;position:absolute;font-family:"seaweed script";font-size:9.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:47.461727142334rem;left:27.812501907349rem;height:12.26875rem;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;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%;  }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row > .video-iframe-container {  }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:8.125rem;left:0rem;height:2.5875rem;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;height:0.125rem;width:14.375rem;top:6.3125rem;left:30.3125rem;display:block; }
#rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:12.4375rem;left:14.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-form-header {  }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-regular-label { display:block;width:17.5625rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:3.75rem;width:17.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:300;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;height:2.9375rem;width:17.5625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:300;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:17.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.75rem;width:18.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:300;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#ffd600;background-image:none;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#abaeb4;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.5625rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.84375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.25rem;padding-bottom:0;padding-left:0.25rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-container:first-of-type{padding-top:0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-container:last-of-type{padding-bottom:0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;left:7.53125rem;top:15rem;z-index:15021;position:absolute; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .radio-container { width:18.1875rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.4375rem;height:auto;left:7.53125rem;top:15rem;z-index:15021;position:absolute; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #l4zGVn6tiOh9mwONLbbXyurf7G1VhyQS { position:relative; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #WbJLNnskdvkqv5u4aZH5TMXvq7HaowPg { position:relative;display:none; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #bFOlLCLhoDhxLOERORaswZswhIvpQJtx { position:relative; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #swLmTyc0GobsnqAnv4fw2hTBZGQZk7d0 { position:relative; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #hCG3HU6JvJrN44pgCxybuMLhvGmzFoCx { position:relative;display:none; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #ploP0EJII1NsEpMmheUp865tTfm8cnt9 { position:relative; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #mL4BsKhevJVEP1iOlqECkMdimRekq0XN { position:relative; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i #it0WJrL7VVlnWDnKlC1MyEeXEdvGKuW4 { position:relative; }
#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { position:relative;display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { background-color: transparent; background-image: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row > .video-iframe-container { display: none; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .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); }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { border-width: 0; border-radius: 0; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container > .video-iframe-container {  }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:17.5625rem;top:5.4375rem;left:9.9375rem;overflow:hidden;display:block; }
#ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.25rem;left:30.875rem;height:6.175rem;font-style:normal;display:block; }
#ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { color:rgba(0,0,0,0.7);display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:2.1;letter-spacing:0;top:15.125rem;left:30.875rem;height:14.7rem;font-style:normal;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b0636;background-image:none;position:relative;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 {  }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:75rem;position:relative;display:block; }#soouDdfhivX513l2lDNEqlIT2suOqc2J { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3679695129394rem;left:31.250001907349rem;height:1.1375rem;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:47.75rem;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:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh { width:18rem;height:5.0625rem;display:flex;top:0rem;left:14.250001907349rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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) { #aBHk3QZpGh2CIU8Db7ik3A3ZVMpL3onX { top:0rem;left:0rem;width:47.75rem;height:15rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:9.3125rem;top:0.6875rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:31.4375rem;height:10.375rem;top:13.625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:25rem;height:5.1875rem;top:44rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:47.75rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riaICIVm1prueQsRQKMW6EgA98gLmqQu { width:19.5rem;height:13.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { width:17.625rem;height:6rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { width:17.625rem;height:1.75rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { width:19.5rem;height:13.125rem;top:5.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { width:17.625rem;height:6rem;top:9.375rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { width:17.625rem;height:1.75rem;top:15.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IREBWVlimUXSV2mNtvhAZaR3l71coKTw { width:19.5rem;height:13.125rem;top:5.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { width:17.625rem;height:8rem;top:8.375rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { width:17.625rem;height:1.75rem;top:16rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br9eTTRCoV9SWmquT2OJ85P8mFPU1BwS { top:3.75rem;left:6.4375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzi6pKySQD7bXrOm0kb6AmHk3y6UtcGU { top:3.75rem;left:37.999998092651rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhgHd2teW8lRhtpgWXMtgU3TPzWt4Gv { top:3.75rem;left:22.125001907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:47.75rem;height:6.3125rem;top:2.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:47.75rem;height:6rem;top:10.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:47.75rem;height:2.25rem;top:18.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:47.75rem;height:11.25rem;top:21.6875rem;left:0rem;font-size:1.25rem;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:47.75rem;height:2.25rem;top:35.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:47.75rem;height:6rem;top:40.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:47.75rem;height:6.3125rem;top:2.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:25rem;height:5.1875rem;top:26.375rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:47.75rem;height:6rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:47.75rem;height:7.875rem;top:9.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:47.75rem;height:3.125rem;top:5.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:47.75rem;height:;top:11.1875rem;left:0rem;font-size:1.1875rem;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:47.75rem;height:2rem;top:24.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:47.75rem;height:12.9375rem;top:29.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:47.75rem;height:4rem;top:44.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:38.5625rem;height:5.1875rem;top:50.6875rem;left:4.59375rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:47.75rem;height:3.125rem;top:6.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:47.75rem;height:12.625rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:47.75rem;height:4rem;top:27rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:47.75rem;height:3.125rem;top:5.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:47.75rem;height:7.3125rem;top:10.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:47.75rem;height:12rem;top:19.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:38.5625rem;height:5.1875rem;top:61.6875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:47.75rem;height:3.125rem;top:68.25rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:47.75rem;height:8.625rem;top:72.75rem;left:0rem;font-size:1.25rem;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:47.75rem;height:12rem;top:83rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { width:25rem;height:5.1875rem;top:96.4375rem;left:10.905469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { top:31.4375rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNen1BF1bfIg8yJTW4Ime1DcLqP4fm6t { top:57.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { top:47.4375rem;left:14.187501907349rem;width:19.375rem;height:12.25rem;font-size:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:47.75rem;height:2.5625rem;top:8.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:14.375rem;height:0.125rem;top:6.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:46.8125rem;height:1.625rem;top:12.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-regular-label { width:11.4375rem;display:block; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text { width:11.4375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-textarea { width:11.4375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-select { width:11.4375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-checkbox-label { width:43.4375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-radio-label { width:4.78125rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i  { width:45.25rem;height:auto;top:15rem;left:0rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .radio-container { width:12.0625rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i {display:inline-block;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i { width:45.25rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #l4zGVn6tiOh9mwONLbbXyurf7G1VhyQS {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #WbJLNnskdvkqv5u4aZH5TMXvq7HaowPg { display:none; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #bFOlLCLhoDhxLOERORaswZswhIvpQJtx {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #swLmTyc0GobsnqAnv4fw2hTBZGQZk7d0 {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #hCG3HU6JvJrN44pgCxybuMLhvGmzFoCx { display:none; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #ploP0EJII1NsEpMmheUp865tTfm8cnt9 {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #mL4BsKhevJVEP1iOlqECkMdimRekq0XN {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #it0WJrL7VVlnWDnKlC1MyEeXEdvGKuW4 {  }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { top:5.4375rem;left:0rem;width:17.5625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:27.5625rem;height:6.125rem;top:7.25rem;left:17.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:34.1875rem;height:14.6875rem;top:15.125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { top:1.3125rem;left:17.625001907349rem;width:12.5rem;height:1.125rem;font-size:0.875rem;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:20rem;height:25.6875rem;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:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh { width:18rem;height:5.0625rem;display:flex;top:17.743360519409rem;left:0.90390622615812rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #bWaH0J8W3dl95HNf1BCC0TFax0m8iZEh #nvhLspwf2hdNwpMuiMCeOx3TtdsZOEk7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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:0rem;left:0rem; }
 }@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) { #aBHk3QZpGh2CIU8Db7ik3A3ZVMpL3onX { width:20rem;height:15.8125rem;top:0rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;color:#f69200;line-height:1.1;display:block; }
 }@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:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:6.6rem;top:0.62460947036743rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:11.0625rem;height:11.7rem;top:7.7875001430512rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:16rem;height:3.125rem;top:27.450000762939rem;left:2.0000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T { display:block; }#Nsy579XTFfHhCnZrzAe6lIHchPyDlX7T > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmfGTraBFF6T6yy8ClfFG0bfvgxpfsCB { width:20rem;height:2.925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH { display:block; }#sUudxUDTOn1dG7WHbNSyrcuGgDB18FdH > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riaICIVm1prueQsRQKMW6EgA98gLmqQu { width:19.5rem;height:13.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNq4AyPVDlCkJleNCzLTiKJiNaQfXoP { width:17.625rem;height:4.8rem;top:5rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72Oxrw0i8bSeR4IWDU5wqasDOKU1SQX { width:17.625rem;height:1.6rem;top:11.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql69OAUEWPl5xVzIOTiaBeKJ149d28nU { width:19.5rem;height:13.125rem;top:20.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVk31PgC68hFqw5PPCaWupSTPwK2vHbU { width:17.625rem;height:3.2rem;top:24.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKqTA5P6Rk0xCTG0JxSTcQEyrOIcxme { width:17.625rem;height:1.6rem;top:30.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IREBWVlimUXSV2mNtvhAZaR3l71coKTw { width:19.5rem;height:13.125rem;top:40rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkrEtUrDGNe2eT9lbD5RD4Or5oKGG7EE { width:17.625rem;height:4.8rem;top:42.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI21TOHJFTvswEtJdmS8wLeTzTmT8HnJ { width:17.625rem;height:1.6rem;top:50.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br9eTTRCoV9SWmquT2OJ85P8mFPU1BwS { width:3.375rem;height:3.375rem;top:9.5367431640625E-7rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzi6pKySQD7bXrOm0kb6AmHk3y6UtcGU { width:3.375rem;height:3.375rem;top:38.3125rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhgHd2teW8lRhtpgWXMtgU3TPzWt4Gv { width:3.375rem;height:3.375rem;top:18.999999046326rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH { display:block; }#BoMmp3nvtHTtVp7Gt9spLehMzAwztqwH > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlUi0fm1GZlCg5IaTSfP1lyyb9iGQtUH { width:20rem;height:8.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCfc7BSMR9ag85gOtNztcUlSlcLv9u8N { width:20rem;height:18rem;top:11.3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwDZ0BztqVNUTM8cADBzza0TfgS0azVX { width:20rem;height:6.825rem;top:30.55rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM { width:20rem;height:35.25rem;top:38.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#ztsVqZtsG9SuR13oCpGX1B1ysyXv42sM li:before{  }
 }@media only screen and (max-width: 763px) { #C6P1qcgFxw55zzA1uFeq1NvOkKMMoMNT { width:20rem;height:4.55rem;top:75.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twfpLB19RMc1Pf34J8SFukKRQ2Luqcmm { width:20rem;height:14rem;top:80.925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 { display:block; }#BmlWACyMwPvxH64PZqGDfSoGkrI6vwu8 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyClBMClwL7QKnCIz1INxLhkFp1xyQTZ { width:20rem;height:7.0125rem;top:0.62499713897705rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEykTHcWOwE1eQuexRNuV0PRBaNHtQ4a { width:19rem;height:5.1875rem;top:32.96249961853rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDepNpliiZWpatn3xRsK4uGzTeNOvHVP { display:block; }
 }@media only screen and (max-width: 763px) { #xQ2uIEFRP7oMs5ag5dLDpE7W57xXUkJx { width:20rem;height:12.6rem;top:19.44960975647rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KbueewXeBVvRtfeFTeFRElElUIzMLK { width:20rem;height:9.2rem;top:8.911328315735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ { display:block; }#zUSwHT0t3JGRzcFiufveUwcaICrFx2PJ > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiUI8IuPHeydStzqm6Rb2ukAClhnXgED { width:20rem;height:4.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq { width:20rem;height:19.9375rem;top:6.9rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#xIDx1cmlGJ7InV4WeKVZgg35VSGD94Vq li:before{  }
 }@media only screen and (max-width: 763px) { #aQbkq7Mv65nI3ePA6LpHzfRZXQxiRRTf { width:20rem;height:6rem;top:28.587121009827rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HfRNJTRni6m2xnNEhNnqEmqURhIvFC { width:20rem;height:16.0875rem;top:35.024610519409rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9goUhZHPZTZezJUcAcD7nHzs0RrChvw { width:20rem;height:8rem;top:52.449598312378rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONooSokvsJlpgmCU8F6VUTeTGIykLOE2 { width:19rem;height:5.1875rem;top:61.213689804077rem;left:0.5rem;font-size:0.875rem;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:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cndfKhzFD0pyGDriwJmpNuQ1EQsxq4H3 { width:20rem;height:4.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio { width:20rem;height:28.625rem;top:6.8996152877806rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#XJsz3hx6taCH8hrTMqu6ADMU6vT01Iio li:before{  }
 }@media only screen and (max-width: 763px) { #ktNtCeSqxnsn0N5bBXs2d7shVvLTaHo6 { width:20rem;height:8rem;top:36.775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laCzDFiXsJTX61dVtwiAANHwnJoXyckQ { display:block; }#laCzDFiXsJTX61dVtwiAANHwnJoXyckQ > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7DDqynOG1rf6bNVrwTazDl0JTXIu57T { width:20rem;height:6.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVveQTwsI80GukuJpPUwTeVarDqVzbHo { width:20rem;height:19.5rem;top:9.1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQZ4ewfldORgcThFqXRznAdzQACLtkT7 { width:20rem;height:21rem;top:29.300001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FxJtNJW9P9OEFD0yI0XSDa7gfmAmnWGV { width:19rem;height:5.1875rem;top:78.40625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr9xBbrBUdciP85AMZAckBQ0mGD9VKOt { display:block; }
 }@media only screen and (max-width: 763px) { #uEg4mLDJ8mFGl51gkSenVvnJQEDHfkWz { width:20rem;height:4.8rem;top:84.487110137938rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l { width:20rem;height:20.625rem;top:90.012107849119rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#fmSGZnuFUpKmFhO9o9G8rfhTCgfk6Q3l li:before{  }
 }@media only screen and (max-width: 763px) { #K9fWDPs4vGWG3KOIsGETxyzCQoosHHvz { width:20rem;height:22rem;top:111.26250839233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQznmIFVbc0yg239Lrc1qNRtyyDT48ok { width:19rem;height:5.1875rem;top:133.88750267029rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTbvk8UKZweaKc1rLPsSy0amSu3WSeJ { display:block; }
 }@media only screen and (max-width: 763px) { #wkncGKpy2KOFq0ty8RKPkwmSZVw3pQBZ { width:20rem;height:12.025rem;top:50.299999237061rem;left:-0.12500011920929rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNen1BF1bfIg8yJTW4Ime1DcLqP4fm6t { width:19.0625rem;height:3.575rem;top:73.612110137938rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wN4KP1MunoGH1onwMi8dfsHdHhTlNDk6 { width:12.5rem;height:10.8875rem;top:62.787109375rem;left:2.3746093511581rem;font-size:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 { display:block; }#ub73zcGTXbPHTK9VLN59Upy8XUemz2k2 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo7Iu7PLscmzzIp2WX1OcKuu57dci3r4 { width:20rem;height:6.6rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aRbbbTLy1rlAXXK6OtsSJO7aTdkQ2CT6 { width:5.625rem;height:0.125rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAJ8tD23Qfkb5pKcSFIe3cD9dxKFGWH { width:20rem;height:1.21875rem;top:10.475rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-regular-label { width:16.375rem;display:block; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text { width:16.375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-textarea { width:16.375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-select { width:16.375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-input-button { width:16.375rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-checkbox-label { width:15.6875rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .widget-radio-label { width:7.25rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i  { width:17.5rem;height:13.125rem;top:12.94375rem;left:0rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i .radio-container { width:17rem; }
#tUIWTOSx38rETG5HPIFPW5w7meVMv83i {display:inline-block;}#tUIWTOSx38rETG5HPIFPW5w7meVMv83i { width:17.5rem;height:13.125rem;top:12.94375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #l4zGVn6tiOh9mwONLbbXyurf7G1VhyQS {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #WbJLNnskdvkqv5u4aZH5TMXvq7HaowPg { display:none; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #bFOlLCLhoDhxLOERORaswZswhIvpQJtx {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #swLmTyc0GobsnqAnv4fw2hTBZGQZk7d0 {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #hCG3HU6JvJrN44pgCxybuMLhvGmzFoCx { display:none; }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #ploP0EJII1NsEpMmheUp865tTfm8cnt9 {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #mL4BsKhevJVEP1iOlqECkMdimRekq0XN {  }
 }@media only screen and (max-width: 763px) { #tUIWTOSx38rETG5HPIFPW5w7meVMv83i #it0WJrL7VVlnWDnKlC1MyEeXEdvGKuW4 {  }
 }@media only screen and (max-width: 763px) { #Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 { display:block; }#Xpw8T44g36cWGgiORePX1A4IqGsL8SI7 > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4ka4XG4GDPFPoshSiUuHTBZOJUZS17d { width:17.5625rem;height:23.375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizCUJAhm1dx6SUysADwMxrZal5lkqtr { width:20rem;height:4.55rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfsoZurTCwh7fWg0pVuyLeR4SqMxwooJ { width:18.9375rem;height:12rem;top:31.675rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soouDdfhivX513l2lDNEqlIT2suOqc2J { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }