.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection *:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="text"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="email"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="tel"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection textarea:focus-visible { outline: none; } #QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { background-color: transparent; background-image: none; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container > .video-iframe-container { display: none; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row > .video-iframe-container { display: none; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .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); }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { border-width: 0; border-radius: 0; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { width:75rem;height:6.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection { position:relative;display:none; } #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection *:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="text"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="email"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="tel"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection textarea:focus-visible { outline: none; } #JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo { border-width: 0; border-radius: 0; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { background-color: transparent; background-image: none; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container > .video-iframe-container { display: none; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row > .video-iframe-container { display: none; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .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); }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { border-width: 0; border-radius: 0; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { width:75rem;height:43.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DyZ8Dy68WFglWamiLdh42Npoz8TzHAUB { display:block;width:37.875rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:14.3125rem;left:37.0625rem;height:7.3125rem;color:#ea4d8c;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DCAXi4yLQ3dGkeEQbTbozoJSB47yheBu { color:#000000;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:22.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAaCfK6idrwELs8ZriXCOqftMw85CT4Z { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:22.625rem;left:40.875rem;height:5.60595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOTqdQm2XXl9MT7z7Sb1DJfNBttqdNbS { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:53.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gN6Fb7cIb8Nl2edOs083xNeTFblnT9IN { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:38rem;top:10.9375rem;left:37rem;display:block; }
#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { border-width: 0; border-radius: 0; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { width:75rem;height:43.125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#UMehTPzTT0xtKQkdfxriReOQKdoaWDse { display:block;width:36.4375rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:13.625rem;left:38.5625rem;height:7.875rem;color:#ea4d8c;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttPRyN8F4EmXOvJSLwitLaWLdqrSgiE2 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:22.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOv2NUaPEShTKKXFHp9tkHdzWB0yR7El { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:22.125rem;left:41.59375rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTdNrxmg1JO26RIiwixllhJCgdW42MIb { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#ETUT1B7ynvsTmGTf4kc0pedN4rbaA6bv { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:36.5625rem;top:10.9375rem;left:38.4375rem;display:block; }
#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ea4d8c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container { background-color: transparent; background-image: none; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container > .video-iframe-container { display: none; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row > .video-iframe-container { display: none; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .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); }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container { border-width: 0; border-radius: 0; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#cgJ6TssK6Un9yR4m8sVoTey0Pi6IqgOZ { display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/PoqrIIL9/nutrishop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9rem;top:3.1875rem;left:14.8125rem;display:block; }#w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ.adaptive-delivery-prevent-bg, #w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ.lazyload, #w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ.lazyloading { background-image: none; }
#fasbZxWcW1K1J0HivpTP3rgPtzvpeydH { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/dI6G7Fzh/the_orange_county_register_logo_png_transparent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.25rem;top:3rem;left:26.3125rem;display:block; }#fasbZxWcW1K1J0HivpTP3rgPtzvpeydH.adaptive-delivery-prevent-bg, #fasbZxWcW1K1J0HivpTP3rgPtzvpeydH.lazyload, #fasbZxWcW1K1J0HivpTP3rgPtzvpeydH.lazyloading { background-image: none; }
#Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/TeMJiMda/The_Doctors_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.5rem;top:3rem;left:39.625rem;display:block; }#Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT.adaptive-delivery-prevent-bg, #Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT.lazyload, #Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT.lazyloading { background-image: none; }
#irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/SnSteSHE/wbfflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.1875rem;top:2.1875rem;left:53.5rem;display:block; }#irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW.adaptive-delivery-prevent-bg, #irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW.lazyload, #irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW.lazyloading { background-image: none; }
#uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f2986b4-a5e6-416c-b7c7-c1d52606d3ee/original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.625rem;top:3.0625rem;left:62.375rem;display:block; }#uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX.adaptive-delivery-prevent-bg, #uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX.lazyload, #uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX.lazyloading { background-image: none; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#Ofzy79o1LnxpHtcBrTmTrHWvH92gpudH { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:5.09375rem;left:13.875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#xLc7xmxa2IlbrSkNMZumPOOGxf7Hu0Zk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.375rem;left:0rem;display:block; }
#nC3of33sHETE2TgbdXaXSSCBBzXb8fFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPPhJTsiIkpHpVf6WkxALUIQS8R49wwT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.373916625976rem;left:18.75rem;display:block; }
#teH4pKXHxxPhefHZNIg2bPpGalEfEiVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9strxTwRuc200ETIn6vwJHxNhzFlEOl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.9233925rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.373916625976rem;left:37.5rem;display:block; }
#DKB7E1y4OadF1uV6GNmarDeINre3x0Tv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dtk5EQfwhHvdz46aRVSwVOPpREb1QwTT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #60c8c8;border-left:0.0625rem solid #60c8c8;border-right:0.0625rem solid #60c8c8;border-bottom:0.0625rem solid #60c8c8;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:14.373916625976rem;left:56.25rem;display:block; }
#S1bt020c3fhwVIP9VVHw0Pow0IQVRZIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaC3gX5A8bK4N67KbNWMT59KOoVrABt7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.249349594116rem;left:8.6859817504881rem;overflow:hidden;display:block; }
#VhhfC9KA21Cp3AVhTlvArU4T7NIpwvDO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.249349594116rem;left:27.435981750488rem;overflow:hidden;display:block; }
#LpGyTNOzBNLTutIdfQL37zQEIqnB9FCo { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.249349594116rem;left:46.185981750488rem;overflow:hidden;display:block; }
#TTTkbbgwzIEQuZP7iXhHMTSZ2WzcV54b { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.249349594116rem;left:64.935981750487rem;overflow:hidden;display:block; }
#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h > .row .container { border-width: 0; border-radius: 0; }#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:none; }#imdr5wTqJ05zpmNZsOBTgKQm4q67XIO1 { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:5.09375rem;left:13.875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f40b3a07-84d6-4866-9d03-9c37628fd0eb/TLM1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn.adaptive-delivery-prevent-bg, #WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn.lazyload, #WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn.lazyloading { background-image: none; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container { background-color: transparent; background-image: none; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container > .video-iframe-container { display: none; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row > .video-iframe-container { display: none; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .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); }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container { border-width: 0; border-radius: 0; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#BBaafQmU3MmWJDiwmQNmAI2GSdlQsA3N { color:#ea4d8c;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:39.625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqvL33Dm4E9eDkL4NwAvV042CMfDg13E { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.375rem;left:39.8125rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hW14lKCDAsHNK1VwQ7TzlQAvSR1mJ67A { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.9375rem;left:39.625rem;display:block; }
#lA7PU7gH5iTdiUNBEwBdEnr6LsTuvfEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZWTyovgWdZTTBR1SdRWs4B9EVpWn5c9 { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.3125rem;left:37.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nv2dG4eXQqiyN8wRuD2PnTk1ZHPVqz5p { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.4375rem;top:9.625rem;left:39.625rem;display:block; }
#CidDC0g8hD7tLIsZrTlTpcaSFIAacmtl { color:#ea4d8c;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.375rem;left:51.6875rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f40b3a07-84d6-4866-9d03-9c37628fd0eb/TLM1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr.adaptive-delivery-prevent-bg, #y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr.lazyload, #y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr.lazyloading { background-image: none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container { border-width: 0; border-radius: 0; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#iS7Mo3PHRswvTV41xWciqnpdqlxJqE7E { color:#ea4d8c;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:39.625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XgUcwUEvi3fwXT6HP7khfb2g0ScdwTzW { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.4375rem;left:39.8125rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6XtQ9dUaheALEaVah4aow6OczeM7TFE { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28rem;left:39.625rem;display:block; }
#IrTyeTOeVHXZtmzbe1FqQTOAQxINJ5bb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgairJDPbptnqwQ1ldmTspi1yB6tMUqp { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.125rem;left:37.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwbZueHgTtvUxrG9z0IeWal7nIMvJqLz { position:absolute;display:block;z-index:15021;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:block; }
#wiGHEHbAh4mPTlIovXREPNHOlh8AJ776 { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.4375rem;top:10.4375rem;left:39.625rem;display:block; }
#eEKwPwR1fk7sQmrBk43bLTQtdJKNpAFR { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:3.5rem;left:27.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQqPRyatBAl1pw7JrPERPkFlAVxqCqgS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#eLgwRTT3qN6zd7GBWeHbtAZGo8f8ix7J { color:#ea4d8c;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.375rem;left:51.6875rem;height:1.68728125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f40b3a07-84d6-4866-9d03-9c37628fd0eb/TLM1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd.adaptive-delivery-prevent-bg, #g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd.lazyload, #g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd.lazyloading { background-image: none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container { border-width: 0; border-radius: 0; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#SyyB7yUmkppJJt2f1WGBQR77Fkr0541a { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.4375rem;top:10.4375rem;left:39.625rem;display:block; }
#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f967ade3-5da4-4e2f-af79-957fe23103a6/GlowCoaching.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf.adaptive-delivery-prevent-bg, #Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf.lazyload, #Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf.lazyloading { background-image: none; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container { background-color: transparent; background-image: none; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container > .video-iframe-container { display: none; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row > .video-iframe-container { display: none; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .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); }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container { border-width: 0; border-radius: 0; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Zq9CgAfZ0eKzn8bgI6cTxT848PplUzwy { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:7.75rem;left:2.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LpTDMOw20P7J6f8VXzTIOGhpRstA7JCp { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.25rem;left:2.4375rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUmllBXPuQryCc8dNP7dWCt3bTiwcTMG { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.4375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LfOkLygiU4IxTaT9GRZrnZJM7P7G9ovo { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.8125rem;left:2.4375rem;display:block; }
#LV853nApeDi4BMEdKT86J9gHLGHINvB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fx1RuDEsD1982eWR5Czi9hlmTkBcWcZc { position:absolute;display:block;z-index:15044;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.5625rem;top:11.5625rem;left:2.4375rem;display:block; }
#LraoSooWWpshle7c9VfhwBwUGolODVXF { position:absolute;display:block;z-index:15025;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.875rem;left:37.375rem;display:block; }
#pwWT2NgaXRdTX9UO3c9dlg5OrCGAxo0n { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:4.4375rem;left:37.375rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wd4T3SqdlOZ2uKUhUX3udVCXEfN0alXP { color:#ea4d8c;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.25rem;left:8.625rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f967ade3-5da4-4e2f-af79-957fe23103a6/GlowCoaching.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT.adaptive-delivery-prevent-bg, #cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT.lazyload, #cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT.lazyloading { background-image: none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { border-width: 0; border-radius: 0; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#B7vWAQnkOqaXagOB6DluNlTHrBIVs9z0 { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.75rem;left:2.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hpRI6LRg2DOqVCoTlOdEJZeC5ygdgw9e { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.25rem;left:2.4375rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zaHH3eJiglTTm5VkxzHnI6Xc388XWVqJ { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:9.3125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pVZiR01cDctlLRwUkt7igLu3FMowfL8D { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:25.8125rem;left:2.4375rem;display:block; }
#T4ZE72hQZ1XJNrGyGHMtmptPFEiAnT3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6GWUqU7xlzv2RucI9fPKC4eDkMUEnhm { position:absolute;display:block;z-index:15044;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.5625rem;top:12.5625rem;left:2.4375rem;display:block; }
#o1m0XeGJKtA5kfDMZQVMwITFqwt0WyDB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#oWv70CTUteQiv6TQibT5WVCb0gpqufpO { color:#ea4d8c;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.25rem;left:8.625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#waFIPK9iz0nUpE4yZNN9xJKqTtc8yfdg { position:absolute;display:block;z-index:15025;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.875rem;left:37.375rem;display:none; }
#HTKkcJ1EgNLdcCrt1umgl5EPur5wFpoC { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:4.4375rem;left:37.375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f40b3a07-84d6-4866-9d03-9c37628fd0eb/TLM1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT.adaptive-delivery-prevent-bg, #aMXDhxyLSBPA59yup8VTh5BV5GmmuegT.lazyload, #aMXDhxyLSBPA59yup8VTh5BV5GmmuegT.lazyloading { background-image: none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container { border-width: 0; border-radius: 0; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#vXxMCgCWILmHDaFnmLlhR69PtOeyL1aR { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.4375rem;top:10.4375rem;left:39.625rem;display:block; }
#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e4ddc74f-2b24-4420-b3fb-1177c7d3bef4/HotGirlHoliday.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV.adaptive-delivery-prevent-bg, #Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV.lazyload, #Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV.lazyloading { background-image: none; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV > .row .container { border-width: 0; border-radius: 0; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#ptyatsRe17DLBgpzVDRg6u9KM6VpGELT { color:#ea4d8c;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5rem;left:39.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#de3MQpe6ZHbEKrbUxmMIa2wbzmc70FIJ { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14rem;left:39.8125rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRVJMFLARlEdW94xNWSxxSoDOZGMomOs { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.8125rem;left:39.8125rem;display:block; }
#wJI0gyrEse2vLdZH23wNLGmI4AoTnw4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN5TaxndulF1M3T9voPUrcqCbu6RTScE { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:9.1875rem;left:37.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A5qagdIqTseMDRkbX8aK4H7K5Vbgr4li { position:absolute;display:block;z-index:15042;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.75rem;top:12.1875rem;left:39.8125rem;display:block; }
#eoinutZh4xxoPt0uppKsgd5UhupMJSJw { position:absolute;display:block;z-index:15025;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:block; }
#pdNm9Twv4D6H9o4ug18X8ORCoSPNicMd { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:3.5625rem;left:27.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e4ddc74f-2b24-4420-b3fb-1177c7d3bef4/HotGirlHoliday.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk.adaptive-delivery-prevent-bg, #Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk.lazyload, #Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk.lazyloading { background-image: none; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk > .row .container { border-width: 0; border-radius: 0; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#E1k8GZam8gDDsx1OHO51iCg5AwAtuNKq { color:#ea4d8c;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5rem;left:39.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytnLIS7s7FzgmOpl8EtRI72uHHH5uJDQ { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14rem;left:39.8125rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U12aDl6yVreVZOelH1ExKuGwW6zgHMoE { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.8125rem;left:39.8125rem;display:block; }
#lpMvtXL2J8L36vSTdl4C2KNW8TsN1sX6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOn7xMWfg66mZXyxUr6hDHA95TDtGQQc { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:9.1875rem;left:37.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fFXR3ip4v2NFIx17rIdkczrivAzRrzPp { position:absolute;display:block;z-index:15042;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.75rem;top:12.1875rem;left:39.8125rem;display:block; }
#bZviqGI65CcFm1te8oqkI9zoKC19UnsN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#T2JrFzbbQ27CAmCq9SNPpk3pRQaUfVf1 { position:absolute;display:block;z-index:15025;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:none; }
#TM94ArrU0XS5TWUsaxpMyGOyqloyy6fW { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:3.5625rem;left:27.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/47e306b1-9fe8-4704-bbd5-0764b5c779d4/GlowFitness.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd.adaptive-delivery-prevent-bg, #TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd.lazyload, #TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd.lazyloading { background-image: none; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container { background-color: transparent; background-image: none; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container > .video-iframe-container { display: none; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row > .video-iframe-container { display: none; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .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); }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container { border-width: 0; border-radius: 0; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#oFlr4CUFznW6d0SzoX49Pzn3tdksAqfe { color:#ea4d8c;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.6875rem;left:39.8125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MHwcsIbUUrPlfOTXly94vimmSXiUi8Kx { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.125rem;left:39.75rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpSsxmrU5sUClIZlm1ms2otpqtLqZHMk { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.9375rem;left:39.8125rem;display:block; }
#DdLfDh50cepFbGxhdAyOkMaIWFFsyy4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCSBRaSp3KBOQGnlP13dC8dNuoKvekgq { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.375rem;left:37.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tksQwUNplt34BQdpIxo9p4PTMBLaA5l0 { position:absolute;display:block;z-index:15042;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.75rem;top:10.375rem;left:39.75rem;display:block; }
#lcAEGnt9mz5wmTt2r1Lmz8ZlLgnbThhg { position:absolute;display:block;z-index:15025;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:block; }
#rQwe6lTFB88TJzEIJWhFkUALMe4qCp1f { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:3.5625rem;left:27.75rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8bcbc1f2-900c-49f8-851c-ff24a1a9130b/GlowFitness.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC.adaptive-delivery-prevent-bg, #Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC.lazyload, #Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC.lazyloading { background-image: none; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC > .row .container { border-width: 0; border-radius: 0; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#rst7Lnm6bdJIhHXO5Hov7LJiAQTV7Mvh { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.9375rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s1qepSZhzP9F79oUdLuI5hKwaftqT43i { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.75rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDM3NP7aOfVEpIFbTpMIUQRPPwdFsyDQ { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqKC5UpZhvkxnxZbGZbFU0kdqSTvHHXr { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.625rem;left:0rem;display:block; }
#PexO1OrU4TQexiDEWqM2P5WVDgGDw016 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyDnlE2NDVCFkZKmtWC9QeI4k6iqGfPq { position:absolute;display:block;z-index:15045;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.6875rem;top:10.6875rem;left:2.75rem;display:block; }
#dxwdFvIcQZmkq3hklyKMgkaa01S8fbZI { position:absolute;display:block;z-index:15023;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.875rem;left:37.375rem;display:block; }
#Es3UZCDsa3VB1CSi6IL9IscKR1bJWNR4 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:4.36328125rem;left:37.375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8bcbc1f2-900c-49f8-851c-ff24a1a9130b/GlowFitness.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x.adaptive-delivery-prevent-bg, #TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x.lazyload, #TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x.lazyloading { background-image: none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container { border-width: 0; border-radius: 0; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#P4GPvsTwWUbhFVbVSpGTA6kNZFlS2DAx { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.9375rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymf9QK7l5XriO2d0oL8cHZUGdKwc6q7W { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.75rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKABXdUv875I96gaTw82ccO5nakymOeT { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GdMAgEQPzfP96WSLQGvhXmn5pgAvXwIV { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.625rem;left:0rem;display:block; }
#Sr6QnLIi7rAlThb55cS3znVXvsEZNI0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ur7I7Kqouy2OmBqEnRCCQJLzbT7fbnzX { position:absolute;display:block;z-index:15045;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.6875rem;top:10.6875rem;left:2.75rem;display:block; }
#IoZs6olur9KnixyTAyb2oldeNwO9vxoF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#aKEK4NEMuGzqmCfUHNQxDH0cADyVeX3J { position:absolute;display:block;z-index:15023;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.875rem;left:37.375rem;display:none; }
#WOJKvutGHkd2p6QU4TRZmUqZNShmN47Q { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:4.36328125rem;left:37.375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f40b3a07-84d6-4866-9d03-9c37628fd0eb/TLM1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo.adaptive-delivery-prevent-bg, #w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo.lazyload, #w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo.lazyloading { background-image: none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container { border-width: 0; border-radius: 0; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#WaT5eDz6GiAkO5mET3TWrBJMoqZSAhoS { position:absolute;display:block;z-index:15041;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.4375rem;top:10.4375rem;left:39.625rem;display:block; }
#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e2ffc06f-2787-4c88-9f37-84da4eaf07f3/Th4.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf.adaptive-delivery-prevent-bg, #RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf.lazyload, #RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf.lazyloading { background-image: none; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container { background-color: transparent; background-image: none; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container > .video-iframe-container { display: none; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row > .video-iframe-container { display: none; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .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); }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container { border-width: 0; border-radius: 0; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#uPAVZzg7Wt2BcUrgNtMTBgnS7vV9TNlr { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.25rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMHTtwUplPF4FREkDAV6H0TLI2q6MJfq { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.0625rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsQL7JIyE42N2AvFNXU8qV9nbIi4L3ay { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FWgfI6qNSwTemwH26UfUF4RaVs7oIgsa { position:absolute;display:block;z-index:15045;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.5rem;top:11.999786376953rem;left:2.7495651245117rem;display:block; }
#zWHqaEqlixmBwp0S9vIvrHaw4NgRF8tg { position:absolute;display:block;z-index:15023;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.875rem;left:37.375rem;display:block; }
#ay1aclTOEfZrKVGqfr5flDUPHbUv4T1p { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:4.36328125rem;left:37.375rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enwTlOLs5AlVfr3VOcdv7LST7c4DkugD { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.124375rem;height:2.93728125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.375rem;left:0rem;display:block; }
#HGF7txy473H7Z1aRQeAGhECHl1ArthB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/90800826-966a-4a6f-a742-a5ee8d247072/GlowRetreats.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW.adaptive-delivery-prevent-bg, #OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW.lazyload, #OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW.lazyloading { background-image: none; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW > .row .container { border-width: 0; border-radius: 0; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#T7fKVoQGQAxbJ12wSiAP3ogcElJxB2PI { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5625rem;left:39.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSM2t40UWWNhSPq6gZN3ZEHtEXUCCAgM { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.4375rem;left:39.8125rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SakMu51X1X7NG3ll8TBttl9Bk1pxQsWU { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.25rem;left:39.875rem;display:block; }
#HcJB2HrTl6HFOm607cy1CQb8DAqn2ZG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v54U2sD4LBRPeAflCkK4LLc6erZFfoXz { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:9.125rem;left:37.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O46WeV6b77aTtnH4s5d743ncTD2udrc0 { position:absolute;display:block;z-index:15043;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:12.1875rem;left:39.8125rem;display:block; }
#wEVN5vWOJ6K2QcKpB9pLmpOfvysEdfnG { position:absolute;display:block;z-index:15023;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:block; }
#b3yNbr1rDVxiCMSzX1XRFAui2mo6NaSG { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:3.837890625rem;left:27.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/90800826-966a-4a6f-a742-a5ee8d247072/GlowRetreats.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE.adaptive-delivery-prevent-bg, #XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE.lazyload, #XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE.lazyloading { background-image: none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container { border-width: 0; border-radius: 0; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#I5avN3JV110iBqJ4iu7M4vOuybO61BLW { color:#ea4d8c;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5625rem;left:39.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B42HcBakHUTbSmCTRXhDKhNROKV3LM1M { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.4375rem;left:39.8125rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JnXI0aZUnKQaCdOOGkHzfEmS2wD86sZn { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.25rem;left:39.875rem;display:block; }
#oamTmEeDiZPxn51RsaQ7m8Lqbb6bRLMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZPpQONTfbeZmmhI9lffT0oUCJu9hIuT { color:#ea4d8c;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:9.125rem;left:37.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X5vRXlauEGzNxlsqG2TpBXiVukiHCZNS { position:absolute;display:block;z-index:15043;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:12.1875rem;left:39.8125rem;display:block; }
#oShyv7dCyrFn3iOZbtaDbgrDQm9ia6UU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20rem;display:none; }
#DWAbzAmrBOSITBBrRWTr6NFagUuTGWqn { position:absolute;display:block;z-index:15023;background-color:#dadcdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.1875rem;left:27.75rem;display:none; }
#dlPCT4FTJO6tk52PdMTDeV2qan1XoLI1 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:3.712890625rem;left:27.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LOJ79rrksosMdckuUFMaufhKL3l33Ztz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { background-color: transparent; background-image: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .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); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { border-width: 0; border-radius: 0; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:75rem;position:relative;display:block; }#l9QgKwNdbq6KyeDyfAEDVIqZcsRSc19C { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:4.1875rem;left:23.3125rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#xGu26BJvUdwwfxan2odnN3BvRr145msI { position:absolute;display:block;z-index:15034;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/6410f97e-cdb1-442f-a331-40e08129207d/sara1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:11.625rem;left:10.9375rem;display:block; }#xGu26BJvUdwwfxan2odnN3BvRr145msI.adaptive-delivery-prevent-bg, #xGu26BJvUdwwfxan2odnN3BvRr145msI.lazyload, #xGu26BJvUdwwfxan2odnN3BvRr145msI.lazyloading { background-image: none; }
#mBifiJRB3VwspG3CmSDNcRP2itEZzqRl { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:58.75rem;left:11.1875rem;height:9.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:5.3125rem;left:20.0625rem;height:3.78125rem;text-align:center;text-align-last:center;display:block; }
#m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75 { position:absolute;display:block;z-index:15035;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/c0461df9-e9db-406e-8f60-52ef629c4118/sara2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:31.9375rem;left:10.9375rem;display:block; }#m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.adaptive-delivery-prevent-bg, #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.lazyload, #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.lazyloading { background-image: none; }
#iBWbInlyLuZTrSmXPqd5JsI0b7n6XyIg { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:58.75rem;left:40.15625rem;height:9.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia { position:absolute;display:block;z-index:15038;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/c5bd5970-a867-4cab-8171-42bf82b8485d/sandra1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:11.625rem;left:39.0625rem;display:block; }#cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.adaptive-delivery-prevent-bg, #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.lazyload, #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.lazyloading { background-image: none; }
#zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv { position:absolute;display:block;z-index:15039;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/9ed9f327-fc4c-414a-9a5e-e07674958ee8/sandra2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:32rem;left:39.0625rem;display:block; }#zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.adaptive-delivery-prevent-bg, #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.lazyload, #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.lazyloading { background-image: none; }
#aIRvWLF51mDomTPc6HZJN6KTy43ROkmO { color:#000000;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:69.93505859375rem;left:18.8125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hLUoMmtDLxvQppW37OiGVcyTCTTDFxk3 { color:#000000;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:69.935546875rem;left:42.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { background-color: transparent; background-image: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container > .video-iframe-container { display: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row > .video-iframe-container { display: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .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); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { border-width: 0; border-radius: 0; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#lrXHmvE439oyTB3tfiPhgKzl5URoylCA { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"pacific beach";font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:28.75rem;left:39.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#txkDKFpeNHkiie0rNiWTtve8QUQQBWnh { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:32.3125rem;left:39.25rem;height:0.96245625rem;text-align:left;text-align-last:left;display:block; }
#txutdRbsgTh8apOHimpnvuE61fwD2weq { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.25rem;left:39.25rem;height:17.06055rem;text-align:left;text-align-last:left;display:block; }
#RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/h11usKsi/lifestlyemthod.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.125rem;width:46.75rem;top:4.5rem;left:-6.6875rem;display:none; }#RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh.adaptive-delivery-prevent-bg, #RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh.lazyload, #RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh.lazyloading { background-image: none; }
#i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24952f74-91d8-47c5-b620-404e1d2549c0/Brittney7196HighRes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:35.9375rem;top:0rem;left:0rem;display:block; }#i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK.adaptive-delivery-prevent-bg, #i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK.lazyload, #i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK.lazyloading { background-image: none; }
#DJC0HULIiMoo3xJlumi0HKTd7GiKxPPM { color:#ea4d8c;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;top:5.5625rem;left:39.25rem;height:3.78125rem;text-align:left;text-align-last:left;display:block; }
#FLQuAxGiBEghVXXnrf3GkT7OmVQ1FZbT { position:absolute;display:block;z-index:15000;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:62.5rem;top:41.25rem;left:6.25rem;display:block; }
#er5EUaukDXMFvkbrWdGl2wcbVFRzVT22 { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.155817031861rem;left:7.0616302490238rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#U1ckWtctr0da8r0bMHyTHkW4dR88rDiz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6245625rem;width:0.124783125rem;top:42.687732696533rem;left:37.874565124512rem;display:block; }
#cTPWJn2O1MIdaBodwgG3eqoQnhvDFf4c { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.155830383301rem;left:38.06706237793rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#mzpcTR4f16K3utmevwhQbxMhPHRNnRTc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6245625rem;width:0.124783125rem;top:42.686647415161rem;left:53.373481750488rem;display:block; }
#m5EcD6uZEtHlaTPtayTq9auImX9MlKAE { color:#ffffff;display:block;width:16.0623125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:44.155830383301rem;left:52.756080627441rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#loRtB7tqzQTL12Am6EnTuChmMSSblWoX { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6235rem;width:0.124783125rem;top:42.687719345093rem;left:21.185981750488rem;display:block; }
#IMtL7RIBRJ9woiGi9I2V5nKUX52BRFTk { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.225261688233rem;left:22.632377624512rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#aotA7g930BcUizVHRdyv9sCg576vFLIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { background-color: transparent; background-image: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container > .video-iframe-container { display: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row > .video-iframe-container { display: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .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); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { border-width: 0; border-radius: 0; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#iJspcdJaUtnxQtZCvV6agCKTIe6hR2Du { color:#ffffff;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:7.5911445617675rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnCL5Q3PENHsvSdvLZRylL6pQxPCUI0b { color:#ffffff;display:block;width:12.561875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:39.342666625976rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEFsIy2MqkD89GgNfQ4lF89JNapz5ueT { color:#ffffff;display:block;width:14.124375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:1.9053573608399rem;left:54.02995300293rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSXUS44DvJe6a5xpwJPziDC5ayBwLOJy { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:44.15625rem;left:50.9375rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#MSvU0RDuf8vTOSU45m7iGbXCun60MSeX { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.15625rem;left:8.78125rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#NG5ksNLOaqTEkLTACVGWnVqzzOya6T8g { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.15625rem;left:29.46875rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#ZgkVUmyodmbkVCyvmFOueT8Av7lTbzk5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#XZqOJtekU9ENG5EWyHGleprzyAnZ3XPI { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#VJb30VvftIKlbuCTEfFK1GWgGR5vS5PZ { position:absolute;display:block;z-index:15000;background-color:#ea4d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:62.5rem;top:41.25rem;left:6.25rem;display:none; }
#lkFIzi7wNg4IKBcSfLBy1EGVV5on9gxG { color:#ffffff;display:block;width:13.624125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:1.904296875rem;left:22.566188812256rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THuDT2zmH5B0qa1Rh0B6gqMROAsk63NX { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:44.225261688233rem;left:22.632377624512rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#KM2QTrS9rFUGl7pIOxdlyzUTy0PDKlWO { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:42.6875rem;left:48.59375rem;display:none; }
#WSbBEXRUk6BSwG7pxacuINTaCLlJApKx { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:44.15625rem;left:8.78125rem;height:3.4375rem;text-align:center;text-align-last:center;display:none; }
#TcO08okprEodlBdqkuDJA7y3fMIXdtlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TcO08okprEodlBdqkuDJA7y3fMIXdtlC > .row .container { border-width: 0; border-radius: 0; }#TcO08okprEodlBdqkuDJA7y3fMIXdtlC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcO08okprEodlBdqkuDJA7y3fMIXdtlC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:none; }#LEF8bJREfllxTMPBs0SrvInUeNGTxXHM { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:1.90625rem;left:10.40625rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfaxIfBE1lkcngfrtNh7fpWBTpitQ8JW { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:1.90625rem;left:31.21875rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDv4NAl3FWmU4I7SJ1Bzgv8SiriTNKJl { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:1.90625rem;left:51.90625rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/869e1ffd-6cff-4bf5-9833-e2cdb4d85e62/presssectionbg.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O.adaptive-delivery-prevent-bg, #DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O.lazyload, #DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O.lazyloading { background-image: none; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container { background-color: transparent; background-image: none; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container > .video-iframe-container { display: none; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row > .video-iframe-container { display: none; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .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); }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container { border-width: 0; border-radius: 0; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#T2rOlr3qrTK9ea0MJXboA5vJxG927Mal { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15044;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#ia0HQX5BEAsJoaOnJX7iZlWuLedkPCZz { color:#000000;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#exDTruMV8cEy6BOyG61yWxZN7kVZNsWS { position:absolute;display:block;z-index:15045;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53rem;width:37.5rem;top:12.5rem;left:0rem;display:block; }
#A8LpmBl8N3KNSS7sMnfmRuscJkO2qhhT { position:absolute;display:block;z-index:15046;background-color:#ec4c8c;background-image:none;border-top:0rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:37.5rem;top:12.5rem;left:0rem;display:block; }
#Tl7OlsJMDW8FqAg5gXllxf3II3wyhSef { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:13.51220703125rem;left:8.0625rem;height:1.349825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTEkHXpAiAuFJ36KWUCEZHXeFPkkg6r4 { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:21.4375rem;left:1.375rem;display:block; }
#eFHaTpPFwHuLh5HV2uEyipTmbs4Q6gBn { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:17.25rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#W0XVwX7I6D54fEupbXO5ZKRZEQqd4Ang { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:17.8310546875rem;left:7.5rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#oGaEWgedtaEH6WaEDksWDPVtVI3iP6Nl { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:17.46875rem;left:32.8125rem;display:block; }
#qmJbZeOoBcS14RI1MiIpWXe40myrKN8s { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:22.037109375rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#cntdDTyN25Ha9mpQmWlpC1Oq3pTTFqIi { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#kZgCK92rdakORlAnif0Z6A8G4maVBSST { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:22.28125rem;left:32.8125rem;display:block; }
#FkLBiqQ404G2IqsyuBLq2EiuW2fotqfq { position:absolute;display:block;z-index:15047;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:25.974609375rem;left:1.375rem;display:block; }
#GnuI6X0Q55QXe05vchtHhpmdgEIuMdpE { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15048;line-height:1.1;letter-spacing:0;top:26.8125rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#CJZISRggXz4GHyNgQcgd9A60biskdnKw { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:31.625rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#a3OvOsEPKQGN66LGqCnavSbDiLsWgT3o { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15050;line-height:1.1;letter-spacing:0;top:36.625rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#baZmkvBTUtDserfXrLCy3sgWW1bozt3E { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:41.3125rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#Eg8A7Qxhsgn4osn8BQqFBB56vORDang2 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:46.1875rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#FwZ7s1ittq2h8GVMUd6gyRMwzJxhIf4Q { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:50.9375rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#FE637INaAMMptQJuv2RHrRBtmxU1M9Iy { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15054;line-height:1.1;letter-spacing:0;top:55.75rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#V2L5pfPQIL2lqMzNtI2TT8C5hPiwce3E { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15055;line-height:1.1;letter-spacing:0;top:60.6875rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#fzU5xRrSpfqef1qnH7xtXaXaio3F2h3C { position:absolute;display:block;z-index:15048;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:30.8125rem;left:1.375rem;display:block; }
#mRhi3R54GxMSz70FrzebkfREThofdBC0 { position:absolute;display:block;z-index:15049;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:35.8125rem;left:1.375rem;display:block; }
#EOhewnuW0iOAQh4igKJ7nJ6Kr1Q2eOcT { position:absolute;display:block;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:40.5625rem;left:1.375rem;display:block; }
#DRhTdh2wx4AihtMUwFi5z5AzM4yVRVrg { position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:45.375rem;left:1.375rem;display:block; }
#Ox2scNLoV7t2uMGCVF9R9KeRU6f9Ci5G { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:50rem;left:1.375rem;display:block; }
#VUqnzForgVGzTuXqbbdOXTnIiUezoJue { position:absolute;display:block;z-index:15053;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:54.9375rem;left:1.375rem;display:block; }
#mI5180sck8hDETPRIG30n2cuWWkAflbp { position:absolute;display:block;z-index:15054;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:59.625rem;left:1.375rem;display:block; }
#LPVFLBX6W2ZGUZr9ELic1S59m5E2gRka { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.962890625rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#ZfPNQT0J8awnSMdN8GJ8L7ZrbUVgkQMs { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:27.03125rem;left:32.8125rem;display:block; }
#B4M7Tn9mePxyPwOiw1VhstGnz69T4kPn { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:32.20703125rem;left:7.46875rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#sH6zC6ql8UwLSV5JQvrDTtI3vTzJlIDs { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:31.84375rem;left:32.8125rem;display:block; }
#zGWI1zy1hubN3qmqrqGNuFzOGZPLt1q9 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:37.20703125rem;left:7.5rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#U9XAqG4RGqHHprvVhcm5edalgPfmHckM { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:36.84375rem;left:32.8125rem;display:block; }
#tCR6TWgDgteUqpS3qc6S1T4txQb26EqA { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:42.462890625rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#WPWbPubHHfD4SzgQUzOs3XtOqvrrbRqO { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:41.53125rem;left:32.8125rem;display:block; }
#rzsKy5PdgudpuCHekwF8NZqyodGNO30e { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:46.76953125rem;left:7.5rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#nuFwctUQDsQXQ43gg3qO3pppsSwzhZRx { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:46.40625rem;left:32.8125rem;display:block; }
#FnUDK4f2oDt9zuc7WpUZ5ObpcwklyZTM { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:52.087890625rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#wFyknpc2AXfJhT7CGyMFX34toqxvC1Tc { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:51.15625rem;left:32.8125rem;display:block; }
#ShbmMio3ELANUFVSg6OqKcVLttRHKTpZ { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:56.900390625rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#UopxuHKrNDTRc1RHs2aWF92ZCOcgTTQo { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:55.96875rem;left:32.8125rem;display:block; }
#DalJu2X0WWrQa99MZz3zXHbka5tivKMk { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:61.837890625rem;left:7.5rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#QoopR0qKZaVaH6BDmZhoP4T3RllsMIQl { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:60.90625rem;left:32.8125rem;display:block; }
#W8tzkIhyqoxuOZmBwWtpPMx6VNHQb28E { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:4.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:17.0625rem;left:1.375rem;display:block; }
#QPTbaUwvg9ZbNmeiQFinmgl6sZD2lR0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCTxXvqKokG7s6D8Xe2obAi85aCRBrBw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:22.037109375rem;left:1.375rem;display:block; }
#xlKweylCTTNaZBRB03mJF1pZSAlWPikW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFv6HorLaz7HCeaqGk0yNxnLZcOA5AIf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.1875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:26.6875rem;left:1.375rem;display:block; }
#Z60hsGqkDgITD0U3XRyAafRC96biaGdG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMkHZImOqCQuG2SeKtB9EvfeV95sG6o6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.1875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:31.625rem;left:1.375rem;display:block; }
#tDWICf0f8FQ4GnqRWGOzErvGbvWH3um3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXiHpEKHyFpGWoqEoXt2NuGKS0fIe242 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:36.59375rem;left:1.375rem;display:block; }
#JXsEzEuSpdMqLzp54hfBP5rDZPH7eLEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJEowOLAZ7r4cpbScXtLisRV0EhIE0Rv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:41.3125rem;left:1.375rem;display:block; }
#naGshmSMhRU2dr6WagQWEcPx1gv6rLuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0fxzkuongL4igLa0OhP55xSz7iJlLmo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.75rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:46.25rem;left:1.375rem;display:block; }
#NhOFrovlc7J12TJPni6oQefphcfrJTEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRslDupzFU5ZcKTWrS3b83AF9Pd9OK1V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:50.875rem;left:1.375rem;display:block; }
#pqTHoK4i9CUgTgRpPJlobX5IRA4muMMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8q4Lg30T9LUd4Thg71Im43DrLrUBnaT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:55.5rem;left:1.375rem;display:block; }
#bm2MLgmSObXTsZmlJffUffaoWeai6TRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0k6yOlnGWWI7i2H44WyOp0ZmU0eBsXp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:60.3125rem;left:1.375rem;display:block; }
#TAa0NwXUKnmTeS4iOFff8x10fmCkEzbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6GG5hoBOl18Qle15wwqQevSoowBTFa5 { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/963feb1f-c00a-4de8-9029-07a3e101ecd9/BrittneyFreebie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:30.1875rem;top:67.5625rem;left:5.1875rem;display:block; }#b6GG5hoBOl18Qle15wwqQevSoowBTFa5.adaptive-delivery-prevent-bg, #b6GG5hoBOl18Qle15wwqQevSoowBTFa5.lazyload, #b6GG5hoBOl18Qle15wwqQevSoowBTFa5.lazyloading { background-image: none; }
#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/869e1ffd-6cff-4bf5-9833-e2cdb4d85e62/presssectionbg.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3.adaptive-delivery-prevent-bg, #ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3.lazyload, #ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3.lazyloading { background-image: none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container { border-width: 0; border-radius: 0; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:none; }#V8ZffhyU4C0R7PdFaiMa7hPxQcNLlPzU { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15044;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#gR2u8THZ5yZcNvPyVzuTvflzDLvZhdfZ { color:#000000;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#tM9EWTXzktyxTcZSpzLgpFeMq0xP4v9x { position:absolute;display:block;z-index:15045;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53rem;width:37.5rem;top:12.5rem;left:0rem;display:block; }
#TzgA00qBC1Sa04ty0aA4rJZDSs5psQDR { position:absolute;display:block;z-index:15046;background-color:#ec4c8c;background-image:none;border-top:0rem solid #000000;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:37.5rem;top:12.5rem;left:0rem;display:block; }
#wJE2EIG73uPNysmU2vEBUOHaUmSzl8og { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:13.51220703125rem;left:8.0625rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvGk2k1cEA3Tzg33tcDX5sixG6HWPDcW { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:21.4375rem;left:1.375rem;display:block; }
#DCgPGwlNIF00vka8dQ53Ehx9xKiFFmUZ { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:17.25rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#bATsCldvJpTAxDhFHxx5E6oemuKElGqZ { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:17.8310546875rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#N2Ns888GHA3335VacOTmKSGhe9zTAFJT { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:17.46875rem;left:32.8125rem;display:block; }
#TytzNpcx37vLAT2yvPrKeCBrc6haFApe { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:22.037109375rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#TL9LtTw80RiWbZoHDpo4ZT0bTqU110Di { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#hB8aHke7WT2qWv84BdAoHW1i8bFRVn4f { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:22.28125rem;left:32.8125rem;display:block; }
#O9a4fkxpUaKLRvAf1rXFT229TLg4phEt { position:absolute;display:block;z-index:15047;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:25.974609375rem;left:1.375rem;display:block; }
#ANBd9PCw840VVP1urea5CXnxBOlwPiA9 { color:#000000;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15048;line-height:1.1;letter-spacing:0;top:26.8125rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#MZLe3h1ltPNVft2ad3M9NwGXFrQ99qLe { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:31.625rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#T1l03MKiRDBVJvPQyL13V7QH5zVXxQ5s { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15050;line-height:1.1;letter-spacing:0;top:36.625rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#tftvFD0kRed5wTPzMkS4NXh4t3mzAduX { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15051;line-height:1.1;letter-spacing:0;top:41.3125rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#tt61TgOp8w4n66oFmD6BolQ1SW1Ugmya { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:46.1875rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#Tbhq3bXex8Wxi598tTiuWg4VycSdfvFC { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:50.9375rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#LkbE5HLpllOs9vRwN5P2Vh9NfdEeIOZ8 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15054;line-height:1.1;letter-spacing:0;top:55.75rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#L7CqpxJ36mBWvEdLFBJfOQL5p2X29bt3 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15055;line-height:1.1;letter-spacing:0;top:60.6875rem;left:2.3125rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#uiP448MquLeiFJxboSDwXlH8MxB9u8OE { position:absolute;display:block;z-index:15048;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:30.8125rem;left:1.375rem;display:block; }
#H992VQ5mEOKkLiEeqyUtoSH23SJTflOk { position:absolute;display:block;z-index:15049;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:35.8125rem;left:1.375rem;display:block; }
#rxIswQT6iTJWvroQ1RqZJp5scrWDpNx5 { position:absolute;display:block;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:40.5625rem;left:1.375rem;display:block; }
#IW2Ebbez5s6VSk5y3TIBx1KOqacH0xK7 { position:absolute;display:block;z-index:15051;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:45.375rem;left:1.375rem;display:block; }
#AGs3oVyicQidnDnvET0NbeKqxBwGg5J8 { position:absolute;display:block;z-index:15052;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:50rem;left:1.375rem;display:block; }
#G1EqUcfOvnTRAtkpycdk7QS1bECddiFM { position:absolute;display:block;z-index:15053;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:54.9375rem;left:1.375rem;display:block; }
#Ucew1f9K43FC6oMvVSkcIU6zvwXekGoG { position:absolute;display:block;z-index:15054;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35rem;top:59.625rem;left:1.375rem;display:block; }
#lSvJTf5yzWgP3RqJ99LwDJAWRKzMTw8u { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.962890625rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#acnVNfCmNWu4GpNdNi9XfdlJH4gFXd9I { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:27.03125rem;left:32.8125rem;display:block; }
#lWZUDtuyqO4ZNcAOaTKOIEWROunIfFJX { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:32.20703125rem;left:7.46875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#ZxUAonDCKo5Lm2h5Fkf72ogAaUNXT3Zo { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:31.84375rem;left:32.8125rem;display:block; }
#sLGDmwcZHlzB3wsAuTyEXqQSPwOht2TL { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:37.20703125rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#NU5yTWxKGP6aoOnOuUSdIGLOJLIdr6FB { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:36.84375rem;left:32.8125rem;display:block; }
#h640xywggNlIc1XDAhEzsITvrklDP5Xi { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:42.462890625rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#Ea0yPavmz6mCVDQT1e1iArKnze3O2Dt0 { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:41.53125rem;left:32.8125rem;display:block; }
#yTTNOabsocoVO0SZSfX1L5McCcP1LE93 { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:46.76953125rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#d3AsryvpFX6i9fnZq3oPg2HPPEbm8z1o { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:46.40625rem;left:32.8125rem;display:block; }
#irAuT1fSNxCiDw8k5AVwSwCTayBnLp3c { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:52.087890625rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#KFfqmlbCHrUk8TwRJK0btQA7PNoyETbB { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:51.15625rem;left:32.8125rem;display:block; }
#gWgKCO4AT83U4FCngcfqgQcECxRUcrub { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:56.900390625rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#gLcqb7sZ0re6KcdeDAvPNd8lEPB8gSvs { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:55.96875rem;left:32.8125rem;display:block; }
#hWA5qz7oRNzTdPWFZVQLeTrGVGiouSRZ { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:61.837890625rem;left:7.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#Vp5Pkmfg92GbRs0TdIeqw3yQduDcG3W2 { box-sizing:content-box;color:#000000;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:60.90625rem;left:32.8125rem;display:block; }
#EoxWAxCnldVe5C5dAhL74LtoEH00q1rM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:4.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:17.0625rem;left:1.375rem;display:block; }
#fOP1t4D27ugtbeUczDimPAVk5MTDoxS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBTLFuGa7DCLkpr70T9UZPKQ3Jqozi7l { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:22.037109375rem;left:1.375rem;display:block; }
#reXnTzeFdFRwFopbHdIi2LaHlpuM8Nyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9bZhZkwJenQEDCb6B9qWpscgTGZ91vw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.1875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:26.6875rem;left:1.375rem;display:block; }
#XBHI6Oicmn3Wl3gwd692KJT5VEJ0I261 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxtgKtzmiCNlTSnpCT2aTXwOBFnyr1B8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:4.1875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:31.625rem;left:1.375rem;display:block; }
#wvimTzcvNGH2ehraDMk2iMgk9uPoCpNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbgHV4iihtyn94ZPy7icg890KhxQv8PW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:36.59375rem;left:1.375rem;display:block; }
#TRRIPxKksS2A8MrKiHCg11nBBs8H8EW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttsbBdPB4PXnsT3TeTT9DlD42Cm7m2dS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:41.3125rem;left:1.375rem;display:block; }
#uCGLIOCrZWUgDaqGhvDxtryUAEfJg92B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJnPTuXf588RTyh4OHrM6Skp1aJdpC18 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.75rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:46.25rem;left:1.375rem;display:block; }
#uCRXISktD8fA5D6SB2rTudKc8Gqx4ZVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tbr4yn7EH3pLJbvtEsRvfzTrIWOwDQ8N { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:50.875rem;left:1.375rem;display:block; }
#wzMBbIztg9r5d2FnIRWwfg9HSrCzIpZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1P0GTR2HvucW6GFd5R3W0fXAnip9XnD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:55.5rem;left:1.375rem;display:block; }
#KL1uEdZBp2CyPtDRM5HsG4SoSTeUmpVN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPGaWD4O44utAU2J97aqBW4uTfIPxDve { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:60.3125rem;left:1.375rem;display:block; }
#WtNfRrSH2bwgc2A3n9HzXUDSJFTglLOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/963feb1f-c00a-4de8-9029-07a3e101ecd9/BrittneyFreebie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:30.1875rem;top:67.5625rem;left:5.1875rem;display:block; }#LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa.adaptive-delivery-prevent-bg, #LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa.lazyload, #LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa.lazyloading { background-image: none; }
#RSLgR2EK0vEas8hhnZUOBNJyyXDQUizx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:20rem;display:none; }
#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,239,239,0.94);background-image:url("https://images.assets-landingi.com/uc/0309431a-55e2-4b6f-be8a-cbf5549de7f0/freebiebackground.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.adaptive-delivery-prevent-bg, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.lazyload, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.lazyloading { background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { background-color: transparent; background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .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); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { border-width: 0; border-radius: 0; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#dlvXODetEITd6KEBfLm4RmTCL3uT0egW { color:#000000;display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:7.0625rem;left:36.25rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XecMewpr75B5XQ7xgyrTKHuC8vVeB44T { color:#000000;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.75rem;left:36.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhc8BiEsPZEWVC9XBoRW9UMioJESLTp6 { background-color:#60c8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.9375rem;left:36.25rem;display:block; }
#ZQshSb6XD1lq3TyGOuqfUA9L8dskPowO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy { position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/963feb1f-c00a-4de8-9029-07a3e101ecd9/BrittneyFreebie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:30.1875rem;top:47.75rem;left:5.25rem;display:none; }#snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy.adaptive-delivery-prevent-bg, #snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy.lazyload, #snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy.lazyloading { background-image: none; }
#FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container { background-color: transparent; background-image: none; }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container > .video-iframe-container { display: none; }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row > .video-iframe-container { display: none; }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .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); }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container { border-width: 0; border-radius: 0; }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection *:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="text"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="email"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="tel"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection textarea:focus-visible { outline: none; } #nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container { background-color: transparent; background-image: none; }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container > .video-iframe-container { display: none; }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row > .video-iframe-container { display: none; }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .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); }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container { border-width: 0; border-radius: 0; }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection *:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="text"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="email"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="tel"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection textarea:focus-visible { outline: none; } #T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container { background-color: transparent; background-image: none; }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container > .video-iframe-container { display: none; }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row > .video-iframe-container { display: none; }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .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); }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container { border-width: 0; border-radius: 0; }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection { display:block; } #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection *:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="text"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="email"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="tel"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection textarea:focus-visible { outline: none; } #QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection { display:none; } #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection *:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="text"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="email"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="tel"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection textarea:focus-visible { outline: none; } #JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XJArEWk3gop1fN1xzvDaNzyb7srUW2yU { display:block; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyZ8Dy68WFglWamiLdh42Npoz8TzHAUB { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAXi4yLQ3dGkeEQbTbozoJSB47yheBu { width:29.625rem;height:0;top:36.5rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaCfK6idrwELs8ZriXCOqftMw85CT4Z { top:22.625rem;left:17.375rem;width:30.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTqdQm2XXl9MT7z7Sb1DJfNBttqdNbS { top:0rem;left:0rem;width:47.75rem;height:38.177867902665rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN6Fb7cIb8Nl2edOs083xNeTFblnT9IN { top:10.9375rem;left:9.75rem;width:38rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH { display:none; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UMehTPzTT0xtKQkdfxriReOQKdoaWDse { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttPRyN8F4EmXOvJSLwitLaWLdqrSgiE2 { width:29.625rem;height:0;top:36.5rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOv2NUaPEShTKKXFHp9tkHdzWB0yR7El { top:22.125rem;left:17.375rem;width:30.375rem;height:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdNrxmg1JO26RIiwixllhJCgdW42MIb { top:0rem;left:0rem;width:20rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETUT1B7ynvsTmGTf4kc0pedN4rbaA6bv { top:10.9375rem;left:11.1875rem;width:36.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk { display:block; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgJ6TssK6Un9yR4m8sVoTey0Pi6IqgOZ { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ { top:3.1875rem;left:2.9375rem;width:9rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fasbZxWcW1K1J0HivpTP3rgPtzvpeydH { top:3rem;left:13.625rem;width:10.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT { top:3rem;left:23.875rem;width:10.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW { top:2.1875rem;left:29.625rem;width:6.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX { top:3.0625rem;left:35.125rem;width:12.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ofzy79o1LnxpHtcBrTmTrHWvH92gpudH { top:5.0625rem;left:0.25rem;width:47.25rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLc7xmxa2IlbrSkNMZumPOOGxf7Hu0Zk { width:18.75rem;height:2.9375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC3of33sHETE2TgbdXaXSSCBBzXb8fFx { display:block; }
 }@media only screen and (max-width: 763px) { #OPPhJTsiIkpHpVf6WkxALUIQS8R49wwT { width:18.75rem;height:2.9375rem;top:14.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teH4pKXHxxPhefHZNIg2bPpGalEfEiVD { display:block; }
 }@media only screen and (max-width: 763px) { #q9strxTwRuc200ETIn6vwJHxNhzFlEOl { width:18.75rem;height:2.9375rem;top:14.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKB7E1y4OadF1uV6GNmarDeINre3x0Tv { display:block; }
 }@media only screen and (max-width: 763px) { #Dtk5EQfwhHvdz46aRVSwVOPpREb1QwTT { width:18.75rem;height:2.9375rem;top:14.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bt020c3fhwVIP9VVHw0Pow0IQVRZIx { display:block; }
 }@media only screen and (max-width: 763px) { #SaC3gX5A8bK4N67KbNWMT59KOoVrABt7 { top:12.1875rem;left:0rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhfC9KA21Cp3AVhTlvArU4T7NIpwvDO { top:12.1875rem;left:13.810981750488rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGyTNOzBNLTutIdfQL37zQEIqnB9FCo { top:12.1875rem;left:32.560981750488rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTkbbgwzIEQuZP7iXhHMTSZ2WzcV54b { top:12.1875rem;left:46.375rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWG8KbMRTFN2uAwblDOE7mTAl9067G4h { display:none; }#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imdr5wTqJ05zpmNZsOBTgKQm4q67XIO1 { top:5.0625rem;left:0.25rem;width:47.25rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn { display:block; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBaafQmU3MmWJDiwmQNmAI2GSdlQsA3N { top:5.6875rem;left:12.375rem;width:35.375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvL33Dm4E9eDkL4NwAvV042CMfDg13E { width:35.1875rem;height:14.0625rem;top:13.375rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW14lKCDAsHNK1VwQ7TzlQAvSR1mJ67A { width:19.125rem;height:2.9375rem;top:28.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7PU7gH5iTdiUNBEwBdEnr6LsTuvfEP { display:block; }
 }@media only screen and (max-width: 763px) { #eZWTyovgWdZTTBR1SdRWs4B9EVpWn5c9 { top:6.3125rem;left:24rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2dG4eXQqiyN8wRuD2PnTk1ZHPVqz5p { top:9.625rem;left:13.3125rem;width:34.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CidDC0g8hD7tLIsZrTlTpcaSFIAacmtl { width:11.25rem;height:1.6875rem;top:10.375rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr { display:none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iS7Mo3PHRswvTV41xWciqnpdqlxJqE7E { top:6.5rem;left:12.375rem;width:35.375rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgUcwUEvi3fwXT6HP7khfb2g0ScdwTzW { width:35.1875rem;height:14.0625rem;top:12.4375rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6XtQ9dUaheALEaVah4aow6OczeM7TFE { width:19.125rem;height:2.9375rem;top:28rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTyeTOeVHXZtmzbe1FqQTOAQxINJ5bb { display:block; }
 }@media only screen and (max-width: 763px) { #BgairJDPbptnqwQ1ldmTspi1yB6tMUqp { top:7.125rem;left:24rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwbZueHgTtvUxrG9z0IeWal7nIMvJqLz { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiGHEHbAh4mPTlIovXREPNHOlh8AJ776 { top:10.4375rem;left:13.3125rem;width:34.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEKwPwR1fk7sQmrBk43bLTQtdJKNpAFR { width:7.5rem;height:2.6875rem;top:3.5rem;left:14.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQqPRyatBAl1pw7JrPERPkFlAVxqCqgS { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLgwRTT3qN6zd7GBWeHbtAZGo8f8ix7J { width:11.25rem;height:1.6875rem;top:10.375rem;left:36.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd { display:none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SyyB7yUmkppJJt2f1WGBQR77Fkr0541a { top:10.4375rem;left:13.3125rem;width:34.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf { display:block; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq9CgAfZ0eKzn8bgI6cTxT848PplUzwy { top:7.75rem;left:0rem;width:28.9375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTDMOw20P7J6f8VXzTIOGhpRstA7JCp { width:33.5625rem;height:9.8125rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmllBXPuQryCc8dNP7dWCt3bTiwcTMG { top:8.4375rem;left:0rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfOkLygiU4IxTaT9GRZrnZJM7P7G9ovo { width:19.125rem;height:2.9375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV853nApeDi4BMEdKT86J9gHLGHINvB7 { display:block; }
 }@media only screen and (max-width: 763px) { #Fx1RuDEsD1982eWR5Czi9hlmTkBcWcZc { top:11.5625rem;left:0rem;width:24.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraoSooWWpshle7c9VfhwBwUGolODVXF { top:1.875rem;left:23.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWT2NgaXRdTX9UO3c9dlg5OrCGAxo0n { width:7.5rem;height:2.6875rem;top:4.4375rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4T3SqdlOZ2uKUhUX3udVCXEfN0alXP { width:12.1875rem;height:1.6875rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT { display:none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7vWAQnkOqaXagOB6DluNlTHrBIVs9z0 { top:8.75rem;left:0rem;width:28.9375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpRI6LRg2DOqVCoTlOdEJZeC5ygdgw9e { width:33.5625rem;height:9.8125rem;top:14.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHH3eJiglTTm5VkxzHnI6Xc388XWVqJ { top:9.3125rem;left:0rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVZiR01cDctlLRwUkt7igLu3FMowfL8D { width:19.125rem;height:2.9375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZE72hQZ1XJNrGyGHMtmptPFEiAnT3o { display:block; }
 }@media only screen and (max-width: 763px) { #q6GWUqU7xlzv2RucI9fPKC4eDkMUEnhm { top:12.5625rem;left:0rem;width:24.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1m0XeGJKtA5kfDMZQVMwITFqwt0WyDB { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWv70CTUteQiv6TQibT5WVCb0gpqufpO { width:12.1875rem;height:1.6875rem;top:12.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #waFIPK9iz0nUpE4yZNN9xJKqTtc8yfdg { top:1.875rem;left:23.75rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTKkcJ1EgNLdcCrt1umgl5EPur5wFpoC { width:7.5rem;height:2.6875rem;top:4.4375rem;left:23.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMXDhxyLSBPA59yup8VTh5BV5GmmuegT { display:none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXxMCgCWILmHDaFnmLlhR69PtOeyL1aR { top:10.4375rem;left:13.3125rem;width:34.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV { display:block; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptyatsRe17DLBgpzVDRg6u9KM6VpGELT { top:8.5rem;left:18.4375rem;width:29.3125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3MQpe6ZHbEKrbUxmMIa2wbzmc70FIJ { width:34.375rem;height:9.8125rem;top:14rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRVJMFLARlEdW94xNWSxxSoDOZGMomOs { width:19.125rem;height:2.9375rem;top:25.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJI0gyrEse2vLdZH23wNLGmI4AoTnw4D { display:block; }
 }@media only screen and (max-width: 763px) { #nN5TaxndulF1M3T9voPUrcqCbu6RTScE { top:9.1875rem;left:24rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5qagdIqTseMDRkbX8aK4H7K5Vbgr4li { top:12.1875rem;left:20rem;width:27.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoinutZh4xxoPt0uppKsgd5UhupMJSJw { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNm9Twv4D6H9o4ug18X8ORCoSPNicMd { width:7.5rem;height:2.6875rem;top:3.5625rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk { display:none; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E1k8GZam8gDDsx1OHO51iCg5AwAtuNKq { top:8.5rem;left:18.4375rem;width:29.3125rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytnLIS7s7FzgmOpl8EtRI72uHHH5uJDQ { width:34.375rem;height:9.8125rem;top:14rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U12aDl6yVreVZOelH1ExKuGwW6zgHMoE { width:19.125rem;height:2.9375rem;top:25.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMvtXL2J8L36vSTdl4C2KNW8TsN1sX6 { display:block; }
 }@media only screen and (max-width: 763px) { #rOn7xMWfg66mZXyxUr6hDHA95TDtGQQc { top:9.1875rem;left:24rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFXR3ip4v2NFIx17rIdkczrivAzRrzPp { top:12.1875rem;left:20rem;width:27.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZviqGI65CcFm1te8oqkI9zoKC19UnsN { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2JrFzbbQ27CAmCq9SNPpk3pRQaUfVf1 { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM94ArrU0XS5TWUsaxpMyGOyqloyy6fW { width:7.5rem;height:2.6875rem;top:3.5625rem;left:14.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd { display:block; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFlr4CUFznW6d0SzoX49Pzn3tdksAqfe { top:6.6875rem;left:18.4375rem;width:29.3125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHwcsIbUUrPlfOTXly94vimmSXiUi8Kx { width:35.1875rem;height:14.0625rem;top:12.125rem;left:12.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSsxmrU5sUClIZlm1ms2otpqtLqZHMk { width:19.125rem;height:2.9375rem;top:27.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdLfDh50cepFbGxhdAyOkMaIWFFsyy4H { display:block; }
 }@media only screen and (max-width: 763px) { #WCSBRaSp3KBOQGnlP13dC8dNuoKvekgq { top:7.375rem;left:23.9375rem;width:5.1875rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tksQwUNplt34BQdpIxo9p4PTMBLaA5l0 { top:10.375rem;left:20rem;width:27.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAEGnt9mz5wmTt2r1Lmz8ZlLgnbThhg { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQwe6lTFB88TJzEIJWhFkUALMe4qCp1f { width:7.5rem;height:2.6875rem;top:3.5625rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC { display:block; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rst7Lnm6bdJIhHXO5Hov7LJiAQTV7Mvh { top:6.9375rem;left:0rem;width:28.9375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1qepSZhzP9F79oUdLuI5hKwaftqT43i { width:35rem;height:14.0625rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM3NP7aOfVEpIFbTpMIUQRPPwdFsyDQ { top:7.5rem;left:0rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqKC5UpZhvkxnxZbGZbFU0kdqSTvHHXr { width:19.125rem;height:2.9375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexO1OrU4TQexiDEWqM2P5WVDgGDw016 { display:block; }
 }@media only screen and (max-width: 763px) { #TyDnlE2NDVCFkZKmtWC9QeI4k6iqGfPq { top:10.6875rem;left:0rem;width:27.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwdFvIcQZmkq3hklyKMgkaa01S8fbZI { top:1.875rem;left:23.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es3UZCDsa3VB1CSi6IL9IscKR1bJWNR4 { width:7.5rem;height:2.6875rem;top:4.3125rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x { display:none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4GPvsTwWUbhFVbVSpGTA6kNZFlS2DAx { top:6.9375rem;left:0rem;width:28.9375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymf9QK7l5XriO2d0oL8cHZUGdKwc6q7W { width:35rem;height:14.0625rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKABXdUv875I96gaTw82ccO5nakymOeT { top:20.125rem;left:0rem;width:5.125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMAgEQPzfP96WSLQGvhXmn5pgAvXwIV { width:19.125rem;height:2.9375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6QnLIi7rAlThb55cS3znVXvsEZNI0q { display:block; }
 }@media only screen and (max-width: 763px) { #ur7I7Kqouy2OmBqEnRCCQJLzbT7fbnzX { top:10.6875rem;left:0rem;width:27.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZs6olur9KnixyTAyb2oldeNwO9vxoF { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKEK4NEMuGzqmCfUHNQxDH0cADyVeX3J { top:1.875rem;left:23.75rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOJKvutGHkd2p6QU4TRZmUqZNShmN47Q { width:7.5rem;height:2.6875rem;top:4.3125rem;left:23.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo { display:none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WaT5eDz6GiAkO5mET3TWrBJMoqZSAhoS { top:10.4375rem;left:13.3125rem;width:34.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf { display:block; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPAVZzg7Wt2BcUrgNtMTBgnS7vV9TNlr { top:8.25rem;left:0rem;width:28.875rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMHTtwUplPF4FREkDAV6H0TLI2q6MJfq { width:34.375rem;height:11.25rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsQL7JIyE42N2AvFNXU8qV9nbIi4L3ay { top:8.8125rem;left:0rem;width:5.125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgfI6qNSwTemwH26UfUF4RaVs7oIgsa { top:11.9375rem;left:0rem;width:21.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHqaEqlixmBwp0S9vIvrHaw4NgRF8tg { top:1.875rem;left:23.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay1aclTOEfZrKVGqfr5flDUPHbUv4T1p { width:7.5rem;height:2.6875rem;top:4.3125rem;left:23.749130249024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwTlOLs5AlVfr3VOcdv7LST7c4DkugD { width:19.0625rem;height:2.875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF7txy473H7Z1aRQeAGhECHl1ArthB9 { display:block; }
 }@media only screen and (max-width: 763px) { #OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW { display:block; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7fKVoQGQAxbJ12wSiAP3ogcElJxB2PI { top:8.5625rem;left:18.8125rem;width:28.9375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSM2t40UWWNhSPq6gZN3ZEHtEXUCCAgM { width:34.375rem;height:11.25rem;top:13.4375rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SakMu51X1X7NG3ll8TBttl9Bk1pxQsWU { width:19.125rem;height:2.9375rem;top:26.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJB2HrTl6HFOm607cy1CQb8DAqn2ZG9 { display:block; }
 }@media only screen and (max-width: 763px) { #v54U2sD4LBRPeAflCkK4LLc6erZFfoXz { top:9.125rem;left:24.125rem;width:5.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O46WeV6b77aTtnH4s5d743ncTD2udrc0 { top:12.1875rem;left:25.875rem;width:21.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVN5vWOJ6K2QcKpB9pLmpOfvysEdfnG { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3yNbr1rDVxiCMSzX1XRFAui2mo6NaSG { width:7.5rem;height:2.6875rem;top:3.8125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE { display:none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I5avN3JV110iBqJ4iu7M4vOuybO61BLW { top:8.5625rem;left:18.8125rem;width:28.9375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B42HcBakHUTbSmCTRXhDKhNROKV3LM1M { width:18.4375rem;height:18.3125rem;top:24.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXI0aZUnKQaCdOOGkHzfEmS2wD86sZn { width:19.125rem;height:2.9375rem;top:26.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oamTmEeDiZPxn51RsaQ7m8Lqbb6bRLMy { display:block; }
 }@media only screen and (max-width: 763px) { #mZPpQONTfbeZmmhI9lffT0oUCJu9hIuT { top:19.875rem;left:0rem;width:5.125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vRXlauEGzNxlsqG2TpBXiVukiHCZNS { top:12.1875rem;left:25.875rem;width:21.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oShyv7dCyrFn3iOZbtaDbgrDQm9ia6UU { width:20rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWAbzAmrBOSITBBrRWTr6NFagUuTGWqn { top:1.1875rem;left:14.125rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlPCT4FTJO6tk52PdMTDeV2qan1XoLI1 { width:7.5rem;height:2.6875rem;top:3.6875rem;left:14.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOJ79rrksosMdckuUFMaufhKL3l33Ztz { display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9QgKwNdbq6KyeDyfAEDVIqZcsRSc19C { top:4.1875rem;left:9.6875rem;width:28.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGu26BJvUdwwfxan2odnN3BvRr145msI { top:11.625rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBifiJRB3VwspG3CmSDNcRP2itEZzqRl { top:58.75rem;left:0rem;width:24.5rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { top:5.3125rem;left:6.4375rem;width:34.9375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75 { top:31.9375rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWbInlyLuZTrSmXPqd5JsI0b7n6XyIg { top:58.75rem;left:24.9375rem;width:22.8125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia { top:11.625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv { top:32rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRvWLF51mDomTPc6HZJN6KTy43ROkmO { top:69.875rem;left:5.1875rem;width:9.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLUoMmtDLxvQppW37OiGVcyTCTTDFxk3 { top:69.875rem;left:28.4375rem;width:19rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu { display:block; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrXHmvE439oyTB3tfiPhgKzl5URoylCA { top:28.75rem;left:19.375rem;width:28.375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txkDKFpeNHkiie0rNiWTtve8QUQQBWnh { top:32.3125rem;left:23.0625rem;width:24.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txutdRbsgTh8apOHimpnvuE61fwD2weq { top:10.25rem;left:12rem;width:35.75rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh { top:4.5rem;left:0rem;width:46.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK { top:0rem;left:0rem;width:35.9375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJC0HULIiMoo3xJlumi0HKTd7GiKxPPM { top:5.5625rem;left:12.8125rem;width:34.9375rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQuAxGiBEghVXXnrf3GkT7OmVQ1FZbT { top:41.25rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5EUaukDXMFvkbrWdGl2wcbVFRzVT22 { top:44.125rem;left:0rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ckWtctr0da8r0bMHyTHkW4dR88rDiz { top:42.6875rem;left:24.249565124512rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPWJn2O1MIdaBodwgG3eqoQnhvDFf4c { top:44.125rem;left:24.44206237793rem;width:15.1875rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzpcTR4f16K3utmevwhQbxMhPHRNnRTc { top:42.625rem;left:39.748481750488rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5EcD6uZEtHlaTPtayTq9auImX9MlKAE { top:44.125rem;left:31.75rem;width:16rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRtB7tqzQTL12Am6EnTuChmMSSblWoX { top:42.6875rem;left:7.5609817504881rem;width:0.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtL7RIBRJ9woiGi9I2V5nKUX52BRFTk { top:44.1875rem;left:9.0073776245119rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aotA7g930BcUizVHRdyv9sCg576vFLIF { display:none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJspcdJaUtnxQtZCvV6agCKTIe6hR2Du { width:12.5rem;height:1.3125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCL5Q3PENHsvSdvLZRylL6pQxPCUI0b { width:12.5rem;height:1.3125rem;top:1.875rem;left:25.717666625976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFsIy2MqkD89GgNfQ4lF89JNapz5ueT { width:14.0625rem;height:1.3125rem;top:1.875rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXUS44DvJe6a5xpwJPziDC5ayBwLOJy { top:15.25rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSvU0RDuf8vTOSU45m7iGbXCun60MSeX { top:0rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG5ksNLOaqTEkLTACVGWnVqzzOya6T8g { top:7.5625rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgkVUmyodmbkVCyvmFOueT8Av7lTbzk5 { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZqOJtekU9ENG5EWyHGleprzyAnZ3XPI { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJb30VvftIKlbuCTEfFK1GWgGR5vS5PZ { top:41.25rem;left:0rem;width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkFIzi7wNg4IKBcSfLBy1EGVV5on9gxG { width:13.5625rem;height:1.3125rem;top:1.875rem;left:8.9411888122556rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuDT2zmH5B0qa1Rh0B6gqMROAsk63NX { top:44.1875rem;left:9.0073776245119rem;width:13.3125rem;height:3.4375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM2QTrS9rFUGl7pIOxdlyzUTy0PDKlWO { top:42.6875rem;left:34.96875rem;width:0.125rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSbBEXRUk6BSwG7pxacuINTaCLlJApKx { top:7.3125rem;left:0rem;width:16rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcO08okprEodlBdqkuDJA7y3fMIXdtlC { display:block; }#TcO08okprEodlBdqkuDJA7y3fMIXdtlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEF8bJREfllxTMPBs0SrvInUeNGTxXHM { width:12.5625rem;height:1.3125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfaxIfBE1lkcngfrtNh7fpWBTpitQ8JW { width:12.5625rem;height:1.3125rem;top:1.875rem;left:17.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDv4NAl3FWmU4I7SJ1Bzgv8SiriTNKJl { width:14.125rem;height:1.3125rem;top:1.875rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O { display:block; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2rOlr3qrTK9ea0MJXboA5vJxG927Mal { top:3.5625rem;left:0rem;width:37.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0HQX5BEAsJoaOnJX7iZlWuLedkPCZz { top:7.4375rem;left:0rem;width:37.125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDTruMV8cEy6BOyG61yWxZN7kVZNsWS { top:12.5rem;left:0rem;width:37.5rem;height:53rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8LpmBl8N3KNSS7sMnfmRuscJkO2qhhT { top:12.5rem;left:0rem;width:37.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7OlsJMDW8FqAg5gXllxf3II3wyhSef { width:21.625rem;height:1.3125rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEkHXpAiAuFJ36KWUCEZHXeFPkkg6r4 { top:21.4375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHaTpPFwHuLh5HV2uEyipTmbs4Q6gBn { top:17.25rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0XVwX7I6D54fEupbXO5ZKRZEQqd4Ang { top:17.8125rem;left:0rem;width:21.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaEWgedtaEH6WaEDksWDPVtVI3iP6Nl { top:17.4375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmJbZeOoBcS14RI1MiIpWXe40myrKN8s { top:22rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntdDTyN25Ha9mpQmWlpC1Oq3pTTFqIi { top:23.1875rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZgCK92rdakORlAnif0Z6A8G4maVBSST { top:22.25rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkLBiqQ404G2IqsyuBLq2EiuW2fotqfq { top:25.9375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnuI6X0Q55QXe05vchtHhpmdgEIuMdpE { top:26.8125rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJZISRggXz4GHyNgQcgd9A60biskdnKw { top:31.625rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3OvOsEPKQGN66LGqCnavSbDiLsWgT3o { top:36.625rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baZmkvBTUtDserfXrLCy3sgWW1bozt3E { top:41.3125rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8A7Qxhsgn4osn8BQqFBB56vORDang2 { top:46.1875rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ7s1ittq2h8GVMUd6gyRMwzJxhIf4Q { top:50.9375rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE637INaAMMptQJuv2RHrRBtmxU1M9Iy { top:55.75rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2L5pfPQIL2lqMzNtI2TT8C5hPiwce3E { top:60.6875rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzU5xRrSpfqef1qnH7xtXaXaio3F2h3C { top:30.8125rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRhi3R54GxMSz70FrzebkfREThofdBC0 { top:35.8125rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOhewnuW0iOAQh4igKJ7nJ6Kr1Q2eOcT { top:40.5625rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRhTdh2wx4AihtMUwFi5z5AzM4yVRVrg { top:45.375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox2scNLoV7t2uMGCVF9R9KeRU6f9Ci5G { top:50rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqnzForgVGzTuXqbbdOXTnIiUezoJue { top:54.9375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5180sck8hDETPRIG30n2cuWWkAflbp { top:59.625rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPVFLBX6W2ZGUZr9ELic1S59m5E2gRka { top:27.9375rem;left:0rem;width:23.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPNQT0J8awnSMdN8GJ8L7ZrbUVgkQMs { top:27rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4M7Tn9mePxyPwOiw1VhstGnz69T4kPn { top:32.1875rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6zC6ql8UwLSV5JQvrDTtI3vTzJlIDs { top:31.8125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGWI1zy1hubN3qmqrqGNuFzOGZPLt1q9 { top:37.1875rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9XAqG4RGqHHprvVhcm5edalgPfmHckM { top:36.8125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCR6TWgDgteUqpS3qc6S1T4txQb26EqA { top:42.4375rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWbPubHHfD4SzgQUzOs3XtOqvrrbRqO { top:41.5rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsKy5PdgudpuCHekwF8NZqyodGNO30e { top:46.75rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFwctUQDsQXQ43gg3qO3pppsSwzhZRx { top:46.375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnUDK4f2oDt9zuc7WpUZ5ObpcwklyZTM { top:52.0625rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFyknpc2AXfJhT7CGyMFX34toqxvC1Tc { top:51.125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShbmMio3ELANUFVSg6OqKcVLttRHKTpZ { top:56.875rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UopxuHKrNDTRc1RHs2aWF92ZCOcgTTQo { top:55.9375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DalJu2X0WWrQa99MZz3zXHbka5tivKMk { top:61.8125rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoopR0qKZaVaH6BDmZhoP4T3RllsMIQl { top:60.875rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tzkIhyqoxuOZmBwWtpPMx6VNHQb28E { width:34.9375rem;height:4.4375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPTbaUwvg9ZbNmeiQFinmgl6sZD2lR0M { display:block; }
 }@media only screen and (max-width: 763px) { #hCTxXvqKokG7s6D8Xe2obAi85aCRBrBw { width:35rem;height:3.9375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKweylCTTNaZBRB03mJF1pZSAlWPikW { display:block; }
 }@media only screen and (max-width: 763px) { #AFv6HorLaz7HCeaqGk0yNxnLZcOA5AIf { width:35rem;height:4.1875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60hsGqkDgITD0U3XRyAafRC96biaGdG { display:block; }
 }@media only screen and (max-width: 763px) { #hMkHZImOqCQuG2SeKtB9EvfeV95sG6o6 { width:35rem;height:4.1875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDWICf0f8FQ4GnqRWGOzErvGbvWH3um3 { display:block; }
 }@media only screen and (max-width: 763px) { #eXiHpEKHyFpGWoqEoXt2NuGKS0fIe242 { width:35.125rem;height:4.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXsEzEuSpdMqLzp54hfBP5rDZPH7eLEC { display:block; }
 }@media only screen and (max-width: 763px) { #VJEowOLAZ7r4cpbScXtLisRV0EhIE0Rv { width:35.125rem;height:4.125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGshmSMhRU2dr6WagQWEcPx1gv6rLuH { display:block; }
 }@media only screen and (max-width: 763px) { #r0fxzkuongL4igLa0OhP55xSz7iJlLmo { width:35rem;height:3.75rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhOFrovlc7J12TJPni6oQefphcfrJTEi { display:block; }
 }@media only screen and (max-width: 763px) { #PRslDupzFU5ZcKTWrS3b83AF9Pd9OK1V { width:35.125rem;height:4.125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTHoK4i9CUgTgRpPJlobX5IRA4muMMX { display:block; }
 }@media only screen and (max-width: 763px) { #i8q4Lg30T9LUd4Thg71Im43DrLrUBnaT { width:35.125rem;height:4.1875rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm2MLgmSObXTsZmlJffUffaoWeai6TRT { display:block; }
 }@media only screen and (max-width: 763px) { #v0k6yOlnGWWI7i2H44WyOp0ZmU0eBsXp { width:35.125rem;height:4.375rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAa0NwXUKnmTeS4iOFff8x10fmCkEzbM { display:block; }
 }@media only screen and (max-width: 763px) { #b6GG5hoBOl18Qle15wwqQevSoowBTFa5 { top:67.5625rem;left:0rem;width:30.1875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 { display:none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V8ZffhyU4C0R7PdFaiMa7hPxQcNLlPzU { top:3.5625rem;left:0rem;width:37.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR2u8THZ5yZcNvPyVzuTvflzDLvZhdfZ { top:7.4375rem;left:0rem;width:37.125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM9EWTXzktyxTcZSpzLgpFeMq0xP4v9x { top:12.5rem;left:0rem;width:37.5rem;height:53rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgA00qBC1Sa04ty0aA4rJZDSs5psQDR { top:12.5rem;left:0rem;width:37.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJE2EIG73uPNysmU2vEBUOHaUmSzl8og { width:21.625rem;height:1.3125rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGk2k1cEA3Tzg33tcDX5sixG6HWPDcW { top:21.4375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCgPGwlNIF00vka8dQ53Ehx9xKiFFmUZ { top:17.25rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATsCldvJpTAxDhFHxx5E6oemuKElGqZ { top:17.8125rem;left:0rem;width:21.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Ns888GHA3335VacOTmKSGhe9zTAFJT { top:17.4375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytzNpcx37vLAT2yvPrKeCBrc6haFApe { top:22rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9LtTw80RiWbZoHDpo4ZT0bTqU110Di { top:23.1875rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8aHke7WT2qWv84BdAoHW1i8bFRVn4f { top:22.25rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9a4fkxpUaKLRvAf1rXFT229TLg4phEt { top:25.9375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANBd9PCw840VVP1urea5CXnxBOlwPiA9 { top:26.8125rem;left:0rem;width:4rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZLe3h1ltPNVft2ad3M9NwGXFrQ99qLe { top:31.625rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1l03MKiRDBVJvPQyL13V7QH5zVXxQ5s { top:36.625rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tftvFD0kRed5wTPzMkS4NXh4t3mzAduX { top:41.3125rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt61TgOp8w4n66oFmD6BolQ1SW1Ugmya { top:46.1875rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbhq3bXex8Wxi598tTiuWg4VycSdfvFC { top:50.9375rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbE5HLpllOs9vRwN5P2Vh9NfdEeIOZ8 { top:55.75rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7CqpxJ36mBWvEdLFBJfOQL5p2X29bt3 { top:60.6875rem;left:0rem;width:4.5625rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiP448MquLeiFJxboSDwXlH8MxB9u8OE { top:30.8125rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H992VQ5mEOKkLiEeqyUtoSH23SJTflOk { top:35.8125rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxIswQT6iTJWvroQ1RqZJp5scrWDpNx5 { top:40.5625rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2Ebbez5s6VSk5y3TIBx1KOqacH0xK7 { top:45.375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGs3oVyicQidnDnvET0NbeKqxBwGg5J8 { top:50rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1EqUcfOvnTRAtkpycdk7QS1bECddiFM { top:54.9375rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucew1f9K43FC6oMvVSkcIU6zvwXekGoG { top:59.625rem;left:0rem;width:35rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSvJTf5yzWgP3RqJ99LwDJAWRKzMTw8u { top:27.9375rem;left:0rem;width:23.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acnVNfCmNWu4GpNdNi9XfdlJH4gFXd9I { top:27rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWZUDtuyqO4ZNcAOaTKOIEWROunIfFJX { top:32.1875rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUAonDCKo5Lm2h5Fkf72ogAaUNXT3Zo { top:31.8125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGDmwcZHlzB3wsAuTyEXqQSPwOht2TL { top:37.1875rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU5yTWxKGP6aoOnOuUSdIGLOJLIdr6FB { top:36.8125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h640xywggNlIc1XDAhEzsITvrklDP5Xi { top:42.4375rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea0yPavmz6mCVDQT1e1iArKnze3O2Dt0 { top:41.5rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTNOabsocoVO0SZSfX1L5McCcP1LE93 { top:46.75rem;left:0rem;width:20.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AsryvpFX6i9fnZq3oPg2HPPEbm8z1o { top:46.375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irAuT1fSNxCiDw8k5AVwSwCTayBnLp3c { top:52.0625rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfqmlbCHrUk8TwRJK0btQA7PNoyETbB { top:51.125rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWgKCO4AT83U4FCngcfqgQcECxRUcrub { top:56.875rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcqb7sZ0re6KcdeDAvPNd8lEPB8gSvs { top:55.9375rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWA5qz7oRNzTdPWFZVQLeTrGVGiouSRZ { top:61.8125rem;left:0rem;width:20.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp5Pkmfg92GbRs0TdIeqw3yQduDcG3W2 { top:60.875rem;left:19.1875rem;width:2.5rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxWAxCnldVe5C5dAhL74LtoEH00q1rM { width:34.9375rem;height:4.4375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOP1t4D27ugtbeUczDimPAVk5MTDoxS6 { display:block; }
 }@media only screen and (max-width: 763px) { #gBTLFuGa7DCLkpr70T9UZPKQ3Jqozi7l { width:35rem;height:3.9375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reXnTzeFdFRwFopbHdIi2LaHlpuM8Nyx { display:block; }
 }@media only screen and (max-width: 763px) { #T9bZhZkwJenQEDCb6B9qWpscgTGZ91vw { width:35rem;height:4.1875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHI6Oicmn3Wl3gwd692KJT5VEJ0I261 { display:block; }
 }@media only screen and (max-width: 763px) { #KxtgKtzmiCNlTSnpCT2aTXwOBFnyr1B8 { width:35rem;height:4.1875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvimTzcvNGH2ehraDMk2iMgk9uPoCpNI { display:block; }
 }@media only screen and (max-width: 763px) { #XbgHV4iihtyn94ZPy7icg890KhxQv8PW { width:35.125rem;height:4.125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRRIPxKksS2A8MrKiHCg11nBBs8H8EW0 { display:block; }
 }@media only screen and (max-width: 763px) { #ttsbBdPB4PXnsT3TeTT9DlD42Cm7m2dS { width:35.125rem;height:4.125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCGLIOCrZWUgDaqGhvDxtryUAEfJg92B { display:block; }
 }@media only screen and (max-width: 763px) { #oJnPTuXf588RTyh4OHrM6Skp1aJdpC18 { width:35rem;height:3.75rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCRXISktD8fA5D6SB2rTudKc8Gqx4ZVS { display:block; }
 }@media only screen and (max-width: 763px) { #Tbr4yn7EH3pLJbvtEsRvfzTrIWOwDQ8N { width:35.125rem;height:4.125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMBbIztg9r5d2FnIRWwfg9HSrCzIpZR { display:block; }
 }@media only screen and (max-width: 763px) { #u1P0GTR2HvucW6GFd5R3W0fXAnip9XnD { width:35.125rem;height:4.1875rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL1uEdZBp2CyPtDRM5HsG4SoSTeUmpVN { display:block; }
 }@media only screen and (max-width: 763px) { #dPGaWD4O44utAU2J97aqBW4uTfIPxDve { width:35.125rem;height:4.375rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtNfRrSH2bwgc2A3n9HzXUDSJFTglLOH { display:block; }
 }@media only screen and (max-width: 763px) { #LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa { top:67.5625rem;left:0rem;width:30.1875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSLgR2EK0vEas8hhnZUOBNJyyXDQUizx { width:20rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlvXODetEITd6KEBfLm4RmTCL3uT0egW { top:7.0625rem;left:0rem;width:33.5rem;height:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecMewpr75B5XQ7xgyrTKHuC8vVeB44T { width:32rem;height:3.9375rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhc8BiEsPZEWVC9XBoRW9UMioJESLTp6 { width:18.75rem;height:2.9375rem;top:19.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQshSb6XD1lq3TyGOuqfUA9L8dskPowO { display:block; }
 }@media only screen and (max-width: 763px) { #snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy { top:47.75rem;left:0rem;width:30.1875rem;height:34.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { display:block; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection { display:block; } #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection *:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="text"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="email"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="tel"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection textarea:focus-visible { outline: none; } #nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection { display:block; } #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection *:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="text"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="email"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="tel"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection textarea:focus-visible { outline: none; } #T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/khIMnPon/img_0629_final_copy_3.JPG");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection.adaptive-delivery-prevent-bg, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection.lazyload, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection.lazyloading { background-image: none; } #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection *:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="text"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="email"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection input[type="tel"]:focus-visible, #wpWuhXkakB4vqcB4OkegQ6zdBolVlqc5.widget-smartsection textarea:focus-visible { outline: none; } #QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { border-width: 0; border-radius: 0; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcnvnpBkOpvPFyQm6uTWSbJdTTpaqmPC > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection *:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="text"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="email"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection input[type="tel"]:focus-visible, #Ati1qak42VMcEyE2tgqL9ZFTEdxZbb2k.widget-smartsection textarea:focus-visible { outline: none; } #JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container { background-color: transparent; background-image: none; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container > .video-iframe-container { display: none; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row > .video-iframe-container { display: none; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .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); }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container { border-width: 0; border-radius: 0; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQiftiRuyS3wmt1pk7eVvvDmT68e4rTo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJArEWk3gop1fN1xzvDaNzyb7srUW2yU { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { border-width: 0; border-radius: 0; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJArEWk3gop1fN1xzvDaNzyb7srUW2yU > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DyZ8Dy68WFglWamiLdh42Npoz8TzHAUB { width:16.625rem;height:4.5rem;top:18.75rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAXi4yLQ3dGkeEQbTbozoJSB47yheBu { width:20rem;height:0;top:37.750000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaCfK6idrwELs8ZriXCOqftMw85CT4Z { width:15.375rem;height:6.186525rem;top:24.0625rem;left:2.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTqdQm2XXl9MT7z7Sb1DJfNBttqdNbS { width:20rem;height:15.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN6Fb7cIb8Nl2edOs083xNeTFblnT9IN { width:17.9375rem;height:17.1875rem;top:15.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { background-color: transparent; background-image: none; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container > .video-iframe-container { display: none; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row > .video-iframe-container { display: none; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .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); }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { border-width: 0; border-radius: 0; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ga7lzXKq2TqkDcOW34TKq3lgyhanPoBH > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMehTPzTT0xtKQkdfxriReOQKdoaWDse { width:17.875rem;height:8.997375rem;top:17.5rem;left:1.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttPRyN8F4EmXOvJSLwitLaWLdqrSgiE2 { width:20rem;height:0;top:37.750000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOv2NUaPEShTKKXFHp9tkHdzWB0yR7El { width:15.375rem;height:6.18489375rem;top:27.25rem;left:2.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CTdNrxmg1JO26RIiwixllhJCgdW42MIb { width:20rem;height:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETUT1B7ynvsTmGTf4kc0pedN4rbaA6bv { width:17.9375rem;height:19.5rem;top:15.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk { display:block; }#P6CqWQE8n3X84b8hhXJ5hnduarkn49Jk > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgJ6TssK6Un9yR4m8sVoTey0Pi6IqgOZ { width:13.3125rem;height:1.25rem;top:1.25rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8XDbTvBBTcTtA8z6zVQnh5a8yHIV8VQ { width:12.5rem;height:1.875rem;top:3.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fasbZxWcW1K1J0HivpTP3rgPtzvpeydH { width:12.5rem;height:1.875rem;top:7.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9DZNqZDLCa2uEaCi5dC87uhy7npRwT { width:10.5rem;height:1.875rem;top:10.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irxJFaNzyZsGmOiJo9ixBUMUxHBPP0pW { width:6.1875rem;height:2.5rem;top:14rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZz6Zs4X7hic3b2n4BO3GefJPyoTT0oX { width:12.625rem;height:2.8125rem;top:17.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ofzy79o1LnxpHtcBrTmTrHWvH92gpudH { width:20rem;height:4.8112rem;top:2.75rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLc7xmxa2IlbrSkNMZumPOOGxf7Hu0Zk { width:15rem;height:2.9375rem;top:8.875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC3of33sHETE2TgbdXaXSSCBBzXb8fFx { display:block; }
 }@media only screen and (max-width: 763px) { #OPPhJTsiIkpHpVf6WkxALUIQS8R49wwT { width:15rem;height:2.9375rem;top:12.5rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teH4pKXHxxPhefHZNIg2bPpGalEfEiVD { display:block; }
 }@media only screen and (max-width: 763px) { #q9strxTwRuc200ETIn6vwJHxNhzFlEOl { width:15rem;height:2.9375rem;top:16.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKB7E1y4OadF1uV6GNmarDeINre3x0Tv { display:block; }
 }@media only screen and (max-width: 763px) { #Dtk5EQfwhHvdz46aRVSwVOPpREb1QwTT { width:15rem;height:2.9375rem;top:19.6875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1bt020c3fhwVIP9VVHw0Pow0IQVRZIx { display:block; }
 }@media only screen and (max-width: 763px) { #SaC3gX5A8bK4N67KbNWMT59KOoVrABt7 { width:1.375rem;height:1.25rem;top:9.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhhfC9KA21Cp3AVhTlvArU4T7NIpwvDO { width:1.375rem;height:1.25rem;top:13.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGyTNOzBNLTutIdfQL37zQEIqnB9FCo { width:1.375rem;height:1.25rem;top:16.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTkbbgwzIEQuZP7iXhHMTSZ2WzcV54b { width:1.375rem;height:1.25rem;top:20.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWG8KbMRTFN2uAwblDOE7mTAl9067G4h { display:block; }#xWG8KbMRTFN2uAwblDOE7mTAl9067G4h > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imdr5wTqJ05zpmNZsOBTgKQm4q67XIO1 { width:20rem;height:4.8112rem;top:3.8422317504883rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn { display:none; }#WvpQf2VKqG3BPoS9r3eK5h10yIGUCiZn > .row .container { width:20rem;height:74.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BBaafQmU3MmWJDiwmQNmAI2GSdlQsA3N { width:20rem;height:1.19970625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqvL33Dm4E9eDkL4NwAvV042CMfDg13E { width:14.5605625rem;height:26.25rem;top:44.07421875rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW14lKCDAsHNK1VwQ7TzlQAvSR1mJ67A { width:18.75rem;height:2.9370125rem;top:40.32421875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7PU7gH5iTdiUNBEwBdEnr6LsTuvfEP { display:block; }
 }@media only screen and (max-width: 763px) { #eZWTyovgWdZTTBR1SdRWs4B9EVpWn5c9 { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2dG4eXQqiyN8wRuD2PnTk1ZHPVqz5p { width:20rem;height:0.125rem;top:62.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CidDC0g8hD7tLIsZrTlTpcaSFIAacmtl { width:11.25rem;height:1.68728125rem;top:71.57421875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr { background-color:#000000;background-image:none;display:block; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container { background-color: transparent; background-image: none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container > .video-iframe-container { display: none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row > .video-iframe-container { display: none; }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .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); }#y89dGTyeOaDT1WQp4R9yuowe0ON0FcCr > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iS7Mo3PHRswvTV41xWciqnpdqlxJqE7E { width:20rem;height:4.375rem;top:21.3125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XgUcwUEvi3fwXT6HP7khfb2g0ScdwTzW { width:17.5rem;height:20.98958125rem;top:28.205282211304rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6XtQ9dUaheALEaVah4aow6OczeM7TFE { width:18.75rem;height:2.9362rem;top:49.936431884766rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTyeTOeVHXZtmzbe1FqQTOAQxINJ5bb { display:block; }
 }@media only screen and (max-width: 763px) { #BgairJDPbptnqwQ1ldmTspi1yB6tMUqp { width:5.1875rem;height:1.5rem;top:19.8125rem;left:7.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwbZueHgTtvUxrG9z0IeWal7nIMvJqLz { width:6.25rem;height:6.25rem;top:13.8125rem;left:1.25rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #wiGHEHbAh4mPTlIovXREPNHOlh8AJ776 { width:20rem;height:0.125rem;top:62.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEKwPwR1fk7sQmrBk43bLTQtdJKNpAFR { width:6.25rem;height:2.2482625rem;top:15.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #FQqPRyatBAl1pw7JrPERPkFlAVxqCqgS { top:0rem;left:0rem;width:20rem;height:18.75rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eLgwRTT3qN6zd7GBWeHbtAZGo8f8ix7J { width:11.25rem;height:1.6875rem;top:25.686850547791rem;left:4.3750002980232rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd { background-color:#ffffff;background-image:none;display:block; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container { background-color: transparent; background-image: none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container > .video-iframe-container { display: none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row > .video-iframe-container { display: none; }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .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); }#g7xyOCtc6W8D7ycKnmE9NFhMAGgkA6hd > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyyB7yUmkppJJt2f1WGBQR77Fkr0541a { width:20rem;height:0.125rem;top:62.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf { display:none; }#Jr6QAvTWvr5grvnJ4JkWICsCru0ld7Wf > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zq9CgAfZ0eKzn8bgI6cTxT848PplUzwy { width:20rem;height:1.19970625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpTDMOw20P7J6f8VXzTIOGhpRstA7JCp { width:14.5605625rem;height:15.75rem;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmllBXPuQryCc8dNP7dWCt3bTiwcTMG { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfOkLygiU4IxTaT9GRZrnZJM7P7G9ovo { width:19.125rem;height:2.9375rem;top:35.07421875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV853nApeDi4BMEdKT86J9gHLGHINvB7 { display:block; }
 }@media only screen and (max-width: 763px) { #Fx1RuDEsD1982eWR5Czi9hlmTkBcWcZc { width:20rem;height:0.125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraoSooWWpshle7c9VfhwBwUGolODVXF { width:7.5rem;height:7.5rem;top:29.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWT2NgaXRdTX9UO3c9dlg5OrCGAxo0n { width:7.5rem;height:2.69921875rem;top:32.5rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4T3SqdlOZ2uKUhUX3udVCXEfN0alXP { width:12.1875rem;height:1.6875rem;top:38.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { background-color: transparent; background-image: none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container > .video-iframe-container { display: none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row > .video-iframe-container { display: none; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .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); }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { border-width: 0; border-radius: 0; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJk7W6KFMynBy9VPsXUdnZJeVhTxXgUT > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7vWAQnkOqaXagOB6DluNlTHrBIVs9z0 { width:20rem;height:3rem;top:23.375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpRI6LRg2DOqVCoTlOdEJZeC5ygdgw9e { width:17.5rem;height:14.4303375rem;top:28.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHH3eJiglTTm5VkxzHnI6Xc388XWVqJ { width:5.1875rem;height:1.5rem;top:21.875rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVZiR01cDctlLRwUkt7igLu3FMowfL8D { width:19.125rem;height:2.9375rem;top:44rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZE72hQZ1XJNrGyGHMtmptPFEiAnT3o { display:block; }
 }@media only screen and (max-width: 763px) { #q6GWUqU7xlzv2RucI9fPKC4eDkMUEnhm { width:20rem;height:0.125rem;top:42.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1m0XeGJKtA5kfDMZQVMwITFqwt0WyDB { top:2.125rem;left:0rem;width:20rem;height:18.75rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oWv70CTUteQiv6TQibT5WVCb0gpqufpO { width:12.1875rem;height:1.6875rem;top:26.125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #waFIPK9iz0nUpE4yZNN9xJKqTtc8yfdg { width:6.25rem;height:6.25rem;top:15.9375rem;left:1.25rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #HTKkcJ1EgNLdcCrt1umgl5EPur5wFpoC { width:6.1875rem;height:2.2482625rem;top:18.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #aMXDhxyLSBPA59yup8VTh5BV5GmmuegT { background-color:#ffffff;background-image:none;display:block; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container { background-color: transparent; background-image: none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container > .video-iframe-container { display: none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row > .video-iframe-container { display: none; }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .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); }#aMXDhxyLSBPA59yup8VTh5BV5GmmuegT > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXxMCgCWILmHDaFnmLlhR69PtOeyL1aR { width:20rem;height:0.125rem;top:62.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV { display:none; }#Ip09BzHGnmDeJRPygEoomu3G8hu8NpwV > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ptyatsRe17DLBgpzVDRg6u9KM6VpGELT { width:20rem;height:1.19921875rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de3MQpe6ZHbEKrbUxmMIa2wbzmc70FIJ { width:14.5605625rem;height:17.0625rem;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRVJMFLARlEdW94xNWSxxSoDOZGMomOs { width:18.75rem;height:2.9370125rem;top:40.32421875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJI0gyrEse2vLdZH23wNLGmI4AoTnw4D { display:block; }
 }@media only screen and (max-width: 763px) { #nN5TaxndulF1M3T9voPUrcqCbu6RTScE { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5qagdIqTseMDRkbX8aK4H7K5Vbgr4li { width:20rem;height:0.125rem;top:44.51074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoinutZh4xxoPt0uppKsgd5UhupMJSJw { width:7.5rem;height:7.5rem;top:37.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNm9Twv4D6H9o4ug18X8ORCoSPNicMd { width:7.5rem;height:2.69921875rem;top:39.4375rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk { background-color:#000000;background-image:none;display:none; }#Ty8fysiBrPIPKrT03phAiT7wJ7VDaPbk > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E1k8GZam8gDDsx1OHO51iCg5AwAtuNKq { width:20rem;height:5rem;top:21.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ytnLIS7s7FzgmOpl8EtRI72uHHH5uJDQ { width:17.5rem;height:14.4303625rem;top:27.19921875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U12aDl6yVreVZOelH1ExKuGwW6zgHMoE { width:18.75rem;height:2.936525rem;top:42.76171875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpMvtXL2J8L36vSTdl4C2KNW8TsN1sX6 { display:block; }
 }@media only screen and (max-width: 763px) { #rOn7xMWfg66mZXyxUr6hDHA95TDtGQQc { width:5.1875rem;height:1.5rem;top:19.75rem;left:7.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFXR3ip4v2NFIx17rIdkczrivAzRrzPp { width:20rem;height:0.125rem;top:44.51074375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZviqGI65CcFm1te8oqkI9zoKC19UnsN { top:0rem;left:0rem;width:20rem;height:18.75rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2JrFzbbQ27CAmCq9SNPpk3pRQaUfVf1 { width:6.25rem;height:6.25rem;top:13.8125rem;left:1.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TM94ArrU0XS5TWUsaxpMyGOyqloyy6fW { width:6.375rem;height:2.2482625rem;top:15.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd { display:none; }#TGzNsMK4SVrUIEHurOgBe0Ha1mcedQxd > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFlr4CUFznW6d0SzoX49Pzn3tdksAqfe { width:20rem;height:1.19921875rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHwcsIbUUrPlfOTXly94vimmSXiUi8Kx { width:14.5605625rem;height:17.0625rem;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSsxmrU5sUClIZlm1ms2otpqtLqZHMk { width:18.75rem;height:2.9370125rem;top:40.32421875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdLfDh50cepFbGxhdAyOkMaIWFFsyy4H { display:block; }
 }@media only screen and (max-width: 763px) { #WCSBRaSp3KBOQGnlP13dC8dNuoKvekgq { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tksQwUNplt34BQdpIxo9p4PTMBLaA5l0 { width:20rem;height:0.125rem;top:44.51074375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAEGnt9mz5wmTt2r1Lmz8ZlLgnbThhg { width:7.5rem;height:7.5rem;top:37.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQwe6lTFB88TJzEIJWhFkUALMe4qCp1f { width:7.5rem;height:2.69921875rem;top:39.4375rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC { display:none; }#Sem4XeXTTzzUmcNLs2Rcuw5VbK4FuZNC > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rst7Lnm6bdJIhHXO5Hov7LJiAQTV7Mvh { width:20rem;height:1.19970625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1qepSZhzP9F79oUdLuI5hKwaftqT43i { width:14.5605625rem;height:0;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDM3NP7aOfVEpIFbTpMIUQRPPwdFsyDQ { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqKC5UpZhvkxnxZbGZbFU0kdqSTvHHXr { width:19.125rem;height:2.9375rem;top:35.07421875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexO1OrU4TQexiDEWqM2P5WVDgGDw016 { display:block; }
 }@media only screen and (max-width: 763px) { #TyDnlE2NDVCFkZKmtWC9QeI4k6iqGfPq { width:20rem;height:0.125rem;top:54.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwdFvIcQZmkq3hklyKMgkaa01S8fbZI { width:7.5rem;height:7.5rem;top:47.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es3UZCDsa3VB1CSi6IL9IscKR1bJWNR4 { width:7.5rem;height:2.69921875rem;top:49.8125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x { background-color:#000000;background-image:none;display:block; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container { background-color: transparent; background-image: none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container > .video-iframe-container { display: none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row > .video-iframe-container { display: none; }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .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); }#TyN70ZgB6NRzHwm8BrLlQGTUA7CL5T4x > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4GPvsTwWUbhFVbVSpGTA6kNZFlS2DAx { width:20rem;height:5rem;top:24.4375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ymf9QK7l5XriO2d0oL8cHZUGdKwc6q7W { width:17.5rem;height:22.30143125rem;top:30.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKABXdUv875I96gaTw82ccO5nakymOeT { width:5.1875rem;height:1.5rem;top:23rem;left:7.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdMAgEQPzfP96WSLQGvhXmn5pgAvXwIV { width:19.124375rem;height:2.93728125rem;top:53.5625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6QnLIi7rAlThb55cS3znVXvsEZNI0q { display:block; }
 }@media only screen and (max-width: 763px) { #ur7I7Kqouy2OmBqEnRCCQJLzbT7fbnzX { width:20rem;height:0.125rem;top:54.76171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoZs6olur9KnixyTAyb2oldeNwO9vxoF { top:2.8125rem;left:0rem;width:20rem;height:18.75rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aKEK4NEMuGzqmCfUHNQxDH0cADyVeX3J { width:6.25rem;height:6.25rem;top:17.1875rem;left:1.25rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #WOJKvutGHkd2p6QU4TRZmUqZNShmN47Q { width:6.06228125rem;height:2.2482625rem;top:19.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo { background-color:#ffffff;background-image:none;display:block; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container { background-color: transparent; background-image: none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container > .video-iframe-container { display: none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row > .video-iframe-container { display: none; }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .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); }#w69fKlDOgenXpgvBoGeH1C5q9WLFHKEo > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaT5eDz6GiAkO5mET3TWrBJMoqZSAhoS { width:20rem;height:0.125rem;top:62.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf { display:none; }#RJmLWMV8Qz6tO26eODK9u1qRWKPHuMOf > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPAVZzg7Wt2BcUrgNtMTBgnS7vV9TNlr { width:20rem;height:1.19970625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMHTtwUplPF4FREkDAV6H0TLI2q6MJfq { width:14.5605625rem;height:0;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsQL7JIyE42N2AvFNXU8qV9nbIi4L3ay { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWgfI6qNSwTemwH26UfUF4RaVs7oIgsa { width:20rem;height:0.125rem;top:54.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHqaEqlixmBwp0S9vIvrHaw4NgRF8tg { width:7.5rem;height:7.5rem;top:47.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay1aclTOEfZrKVGqfr5flDUPHbUv4T1p { width:7.5rem;height:2.69921875rem;top:49.8125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwTlOLs5AlVfr3VOcdv7LST7c4DkugD { width:19.0625rem;height:2.875rem;top:56.13671875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF7txy473H7Z1aRQeAGhECHl1ArthB9 { display:block; }
 }@media only screen and (max-width: 763px) { #OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW { display:none; }#OU7wDH58nEAJtpP7C6yRO0GOEe0nqJCW > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7fKVoQGQAxbJ12wSiAP3ogcElJxB2PI { width:20rem;height:1.19970625rem;top:6.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSM2t40UWWNhSPq6gZN3ZEHtEXUCCAgM { width:14.5605625rem;height:21rem;top:25.94921875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SakMu51X1X7NG3ll8TBttl9Bk1pxQsWU { width:18.75rem;height:2.9370125rem;top:40.32421875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcJB2HrTl6HFOm607cy1CQb8DAqn2ZG9 { display:block; }
 }@media only screen and (max-width: 763px) { #v54U2sD4LBRPeAflCkK4LLc6erZFfoXz { width:5.1875rem;height:1.5rem;top:3.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O46WeV6b77aTtnH4s5d743ncTD2udrc0 { width:20rem;height:0.125rem;top:48.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVN5vWOJ6K2QcKpB9pLmpOfvysEdfnG { width:7.5rem;height:7.5rem;top:40.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3yNbr1rDVxiCMSzX1XRFAui2mo6NaSG { width:7.5rem;height:2.69921875rem;top:43.3125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE { background-color:#000000;background-image:none;display:block; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container { background-color: transparent; background-image: none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container > .video-iframe-container { display: none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row > .video-iframe-container { display: none; }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .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); }#XPEgV8MtaHeXATfMqlTiEeNUTruvi4wE > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5avN3JV110iBqJ4iu7M4vOuybO61BLW { width:20rem;height:3rem;top:24.0625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B42HcBakHUTbSmCTRXhDKhNROKV3LM1M { width:17.5rem;height:18.36588125rem;top:27.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXI0aZUnKQaCdOOGkHzfEmS2wD86sZn { width:18.75rem;height:2.936525rem;top:47.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oamTmEeDiZPxn51RsaQ7m8Lqbb6bRLMy { display:block; }
 }@media only screen and (max-width: 763px) { #mZPpQONTfbeZmmhI9lffT0oUCJu9hIuT { width:5.1875rem;height:1.5rem;top:22.5625rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5vRXlauEGzNxlsqG2TpBXiVukiHCZNS { width:20rem;height:0.125rem;top:48.19921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oShyv7dCyrFn3iOZbtaDbgrDQm9ia6UU { top:2.625rem;left:0rem;width:20rem;height:18.75rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DWAbzAmrBOSITBBrRWTr6NFagUuTGWqn { width:6.25rem;height:6.25rem;top:16.4375rem;left:1.25rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #dlPCT4FTJO6tk52PdMTDeV2qan1XoLI1 { width:6.3125rem;height:2.2482625rem;top:18.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #LOJ79rrksosMdckuUFMaufhKL3l33Ztz { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { background-color: transparent; background-image: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container { display: none; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .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); }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { border-width: 0; border-radius: 0; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOJ79rrksosMdckuUFMaufhKL3l33Ztz > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9QgKwNdbq6KyeDyfAEDVIqZcsRSc19C { width:20rem;height:0.9619125rem;top:2.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGu26BJvUdwwfxan2odnN3BvRr145msI { width:20rem;height:20rem;top:9.6279296875rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/6410f97e-cdb1-442f-a331-40e08129207d/sara1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15030;display:block; }#xGu26BJvUdwwfxan2odnN3BvRr145msI.adaptive-delivery-prevent-bg, #xGu26BJvUdwwfxan2odnN3BvRr145msI.lazyload, #xGu26BJvUdwwfxan2odnN3BvRr145msI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mBifiJRB3VwspG3CmSDNcRP2itEZzqRl { width:18.125rem;height:8.658875rem;top:47rem;left:0.9375rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQPpuv96Rw6k24EDUrJVppPdHwX3ltV7 { width:20rem;height:5rem;top:3.6875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75 { width:20rem;height:20rem;top:25.6904296875rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/c0461df9-e9db-406e-8f60-52ef629c4118/sara2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.adaptive-delivery-prevent-bg, #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.lazyload, #m0LwL7vG3Ego8RcT9OHDZKIDCQwWPm75.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iBWbInlyLuZTrSmXPqd5JsI0b7n6XyIg { width:17.5rem;height:7.421875rem;top:97.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia { width:20rem;height:20rem;top:60rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/c5bd5970-a867-4cab-8171-42bf82b8485d/sandra1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15029;display:block; }#cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.adaptive-delivery-prevent-bg, #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.lazyload, #cRwMFv8PlPDHCPH3le6eL8M9NUFpyHia.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv { width:20rem;height:20rem;top:76rem;left:0rem;background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/9ed9f327-fc4c-414a-9a5e-e07674958ee8/sandra2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.adaptive-delivery-prevent-bg, #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.lazyload, #zK6X6Eg8M69gfq0ZT1gmT8eFgFHcVvUv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aIRvWLF51mDomTPc6HZJN6KTy43ROkmO { width:17.5rem;height:1.462675rem;top:56.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLUoMmtDLxvQppW37OiGVcyTCTTDFxk3 { width:17.5rem;height:1.462675rem;top:105.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu { background-color:#000000;background-image:none;display:block; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { background-color: transparent; background-image: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container > .video-iframe-container { display: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row > .video-iframe-container { display: none; }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .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); }#VuTU2Wr2AVzH8yxkvxd85CpivctVTaGu > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrXHmvE439oyTB3tfiPhgKzl5URoylCA { width:20rem;height:2.0625rem;top:61.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txkDKFpeNHkiie0rNiWTtve8QUQQBWnh { width:20rem;height:0.9619125rem;top:64.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txutdRbsgTh8apOHimpnvuE61fwD2weq { width:17.5rem;height:29.53775625rem;top:30.347223281861rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RL7goQ9qT9fcB2gU0bDCK1FQvvFTmezh { width:20rem;height:20rem;top:5.5989589691162rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2DnKVhfBPaHWKzzf6Sc7E7CewAwukDK { width:20rem;height:20.3125rem;top:8.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJC0HULIiMoo3xJlumi0HKTd7GiKxPPM { width:20rem;height:5rem;top:3.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FLQuAxGiBEghVXXnrf3GkT7OmVQ1FZbT { width:17.5rem;height:2.87435rem;top:67.249375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5EUaukDXMFvkbrWdGl2wcbVFRzVT22 { width:16.0625rem;height:0;top:66.6796875rem;left:2.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U1ckWtctr0da8r0bMHyTHkW4dR88rDiz { width:0.125rem;height:9.625rem;top:65.2109375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTPWJn2O1MIdaBodwgG3eqoQnhvDFf4c { width:16.0625rem;height:0;top:73.8046875rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mzpcTR4f16K3utmevwhQbxMhPHRNnRTc { width:0.125rem;height:9.625rem;top:65.2109375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5EcD6uZEtHlaTPtayTq9auImX9MlKAE { width:16.0625rem;height:0;top:74.8359375rem;left:3.091796875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #loRtB7tqzQTL12Am6EnTuChmMSSblWoX { width:0.0625rem;height:9.5625rem;top:42.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMtL7RIBRJ9woiGi9I2V5nKUX52BRFTk { width:13.3125rem;height:auto;top:44.1875rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aotA7g930BcUizVHRdyv9sCg576vFLIF { background-color:#ffffff;background-image:none;display:block; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { background-color: transparent; background-image: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container > .video-iframe-container { display: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row > .video-iframe-container { display: none; }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .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); }#aotA7g930BcUizVHRdyv9sCg576vFLIF > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJspcdJaUtnxQtZCvV6agCKTIe6hR2Du { width:12.5625rem;height:1.349825rem;top:2.19921875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wnCL5Q3PENHsvSdvLZRylL6pQxPCUI0b { width:12.561875rem;height:1.349825rem;top:18.891060829163rem;left:3.7185333371162rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IEFsIy2MqkD89GgNfQ4lF89JNapz5ueT { width:14.124375rem;height:1.349825rem;top:27.572700500488rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DSXUS44DvJe6a5xpwJPziDC5ayBwLOJy { width:16.0623125rem;height:2.1994375rem;top:25.373264312744rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15050;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MSvU0RDuf8vTOSU45m7iGbXCun60MSeX { width:16.0625rem;height:2.1994375rem;top:0rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15048;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NG5ksNLOaqTEkLTACVGWnVqzzOya6T8g { width:16.0623125rem;height:2.1994375rem;top:16.692491531372rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15047;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZgkVUmyodmbkVCyvmFOueT8Av7lTbzk5 { width:14.375rem;height:0.125rem;top:5.375rem;left:2.8125rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XZqOJtekU9ENG5EWyHGleprzyAnZ3XPI { width:14.375rem;height:0.124783125rem;top:22.860244750976rem;left:2.8125000596046rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VJb30VvftIKlbuCTEfFK1GWgGR5vS5PZ { width:17.5rem;height:32.1875rem;top:0rem;left:1.2500000596046rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lkFIzi7wNg4IKBcSfLBy1EGVV5on9gxG { width:13.5623125rem;height:1.349825rem;top:10.299480438233rem;left:3.2183161377907rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THuDT2zmH5B0qa1Rh0B6gqMROAsk63NX { width:6.625rem;height:0;top:26.876037597656rem;left:4.7083333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #KM2QTrS9rFUGl7pIOxdlyzUTy0PDKlWO { width:14.375rem;height:0.124783125rem;top:14.089628219604rem;left:2.8125000596046rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WSbBEXRUk6BSwG7pxacuINTaCLlJApKx { width:16.0623125rem;height:2.1994375rem;top:8.1019964218137rem;left:1.9683161377907rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15049;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TcO08okprEodlBdqkuDJA7y3fMIXdtlC { background-color:#ffffff;background-image:none;display:none; }#TcO08okprEodlBdqkuDJA7y3fMIXdtlC > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LEF8bJREfllxTMPBs0SrvInUeNGTxXHM { width:12.5625rem;height:1.3496125rem;top:1.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfaxIfBE1lkcngfrtNh7fpWBTpitQ8JW { width:12.5625rem;height:1.3496125rem;top:3.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDv4NAl3FWmU4I7SJ1Bzgv8SiriTNKJl { width:14.125rem;height:1.3496125rem;top:6.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O { background-color:#ffffff;background-image:none;display:none; }#DnhdxRwRI7oAr0K8uOHyeUrSIAWRUm4O > .row .container { width:20rem;height:115.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2rOlr3qrTK9ea0MJXboA5vJxG927Mal { width:20rem;height:2.5rem;top:20.3408203125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ia0HQX5BEAsJoaOnJX7iZlWuLedkPCZz { width:18.5rem;height:7.347625rem;top:23.2783203125rem;left:0.75rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exDTruMV8cEy6BOyG61yWxZN7kVZNsWS { width:20rem;height:53rem;top:31.8750078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8LpmBl8N3KNSS7sMnfmRuscJkO2qhhT { width:20rem;height:3.375rem;top:31.8750078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7OlsJMDW8FqAg5gXllxf3II3wyhSef { width:20rem;height:1.3496125rem;top:32.8867265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEkHXpAiAuFJ36KWUCEZHXeFPkkg6r4 { width:20rem;height:0.125rem;top:40.8125078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHaTpPFwHuLh5HV2uEyipTmbs4Q6gBn { width:4rem;height:2.19921875rem;top:36.6250078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0XVwX7I6D54fEupbXO5ZKRZEQqd4Ang { width:20rem;height:1.94921875rem;top:37.2060625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGaEWgedtaEH6WaEDksWDPVtVI3iP6Nl { width:2.5rem;height:3rem;top:36.8437578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmJbZeOoBcS14RI1MiIpWXe40myrKN8s { width:4rem;height:2.19921875rem;top:41.4121171875rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cntdDTyN25Ha9mpQmWlpC1Oq3pTTFqIi { width:18.75rem;height:0.9746125rem;top:42.5625078125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZgCK92rdakORlAnif0Z6A8G4maVBSST { width:2.5rem;height:3rem;top:41.6562578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkLBiqQ404G2IqsyuBLq2EiuW2fotqfq { width:20rem;height:0.125rem;top:45.3496171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnuI6X0Q55QXe05vchtHhpmdgEIuMdpE { width:4rem;height:2.19921875rem;top:46.1875078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJZISRggXz4GHyNgQcgd9A60biskdnKw { width:4.5625rem;height:2.19921875rem;top:51.0000078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3OvOsEPKQGN66LGqCnavSbDiLsWgT3o { width:4.5625rem;height:2.19921875rem;top:56.0000078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baZmkvBTUtDserfXrLCy3sgWW1bozt3E { width:4.5625rem;height:2.19921875rem;top:60.6875078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8A7Qxhsgn4osn8BQqFBB56vORDang2 { width:4.5625rem;height:2.19921875rem;top:65.5625078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ7s1ittq2h8GVMUd6gyRMwzJxhIf4Q { width:4.5625rem;height:2.19921875rem;top:70.3125078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FE637INaAMMptQJuv2RHrRBtmxU1M9Iy { width:4.5625rem;height:2.19921875rem;top:75.1250078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2L5pfPQIL2lqMzNtI2TT8C5hPiwce3E { width:4.5625rem;height:2.19921875rem;top:80.0625078125rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzU5xRrSpfqef1qnH7xtXaXaio3F2h3C { width:20rem;height:0.125rem;top:50.1875078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRhi3R54GxMSz70FrzebkfREThofdBC0 { width:20rem;height:0.125rem;top:55.1875078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOhewnuW0iOAQh4igKJ7nJ6Kr1Q2eOcT { width:20rem;height:0.125rem;top:59.9375078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRhTdh2wx4AihtMUwFi5z5AzM4yVRVrg { width:20rem;height:0.125rem;top:64.7500078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox2scNLoV7t2uMGCVF9R9KeRU6f9Ci5G { width:20rem;height:0.125rem;top:69.3750078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqnzForgVGzTuXqbbdOXTnIiUezoJue { width:20rem;height:0.125rem;top:74.3125078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5180sck8hDETPRIG30n2cuWWkAflbp { width:20rem;height:0.125rem;top:79.0000078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPVFLBX6W2ZGUZr9ELic1S59m5E2gRka { width:20rem;height:0.9746125rem;top:47.3378984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPNQT0J8awnSMdN8GJ8L7ZrbUVgkQMs { width:2.5rem;height:3rem;top:46.4062578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4M7Tn9mePxyPwOiw1VhstGnz69T4kPn { width:20rem;height:1.94921875rem;top:51.5820390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6zC6ql8UwLSV5JQvrDTtI3vTzJlIDs { width:2.5rem;height:3rem;top:51.2187578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGWI1zy1hubN3qmqrqGNuFzOGZPLt1q9 { width:20rem;height:1.94921875rem;top:56.5820390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9XAqG4RGqHHprvVhcm5edalgPfmHckM { width:2.5rem;height:3rem;top:56.2187578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCR6TWgDgteUqpS3qc6S1T4txQb26EqA { width:20rem;height:0.9746125rem;top:61.8378984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWbPubHHfD4SzgQUzOs3XtOqvrrbRqO { width:2.5rem;height:3rem;top:60.9062578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsKy5PdgudpuCHekwF8NZqyodGNO30e { width:20rem;height:1.94921875rem;top:66.1445390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFwctUQDsQXQ43gg3qO3pppsSwzhZRx { width:2.5rem;height:3rem;top:65.7812578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnUDK4f2oDt9zuc7WpUZ5ObpcwklyZTM { width:20rem;height:0.9746125rem;top:71.4628984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFyknpc2AXfJhT7CGyMFX34toqxvC1Tc { width:2.5rem;height:3rem;top:70.5312578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShbmMio3ELANUFVSg6OqKcVLttRHKTpZ { width:20rem;height:0.9746125rem;top:76.2753984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UopxuHKrNDTRc1RHs2aWF92ZCOcgTTQo { width:2.5rem;height:3rem;top:75.3437578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DalJu2X0WWrQa99MZz3zXHbka5tivKMk { width:20rem;height:0.9746125rem;top:81.2128984375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoopR0qKZaVaH6BDmZhoP4T3RllsMIQl { width:2.5rem;height:3rem;top:80.2812578125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tzkIhyqoxuOZmBwWtpPMx6VNHQb28E { width:19rem;height:4.4375rem;top:36.4375078125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPTbaUwvg9ZbNmeiQFinmgl6sZD2lR0M { display:block; }
 }@media only screen and (max-width: 763px) { #hCTxXvqKokG7s6D8Xe2obAi85aCRBrBw { width:19rem;height:3.9375rem;top:41.4121171875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKweylCTTNaZBRB03mJF1pZSAlWPikW { display:block; }
 }@media only screen and (max-width: 763px) { #AFv6HorLaz7HCeaqGk0yNxnLZcOA5AIf { width:19rem;height:4.1875rem;top:46.0625078125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60hsGqkDgITD0U3XRyAafRC96biaGdG { display:block; }
 }@media only screen and (max-width: 763px) { #hMkHZImOqCQuG2SeKtB9EvfeV95sG6o6 { width:19rem;height:4.1875rem;top:51.0000078125rem;left:1rem;color:rgba(0,0,0,0);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tDWICf0f8FQ4GnqRWGOzErvGbvWH3um3 { display:block; }
 }@media only screen and (max-width: 763px) { #eXiHpEKHyFpGWoqEoXt2NuGKS0fIe242 { width:19rem;height:4.125rem;top:55.9687578125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JXsEzEuSpdMqLzp54hfBP5rDZPH7eLEC { display:block; }
 }@media only screen and (max-width: 763px) { #VJEowOLAZ7r4cpbScXtLisRV0EhIE0Rv { width:19rem;height:4.125rem;top:60.6875078125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #naGshmSMhRU2dr6WagQWEcPx1gv6rLuH { display:block; }
 }@media only screen and (max-width: 763px) { #r0fxzkuongL4igLa0OhP55xSz7iJlLmo { width:19rem;height:3.75rem;top:65.6250078125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NhOFrovlc7J12TJPni6oQefphcfrJTEi { display:block; }
 }@media only screen and (max-width: 763px) { #PRslDupzFU5ZcKTWrS3b83AF9Pd9OK1V { width:19rem;height:4.125rem;top:70.2500078125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #pqTHoK4i9CUgTgRpPJlobX5IRA4muMMX { display:block; }
 }@media only screen and (max-width: 763px) { #i8q4Lg30T9LUd4Thg71Im43DrLrUBnaT { width:19rem;height:4.1875rem;top:74.8750078125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #bm2MLgmSObXTsZmlJffUffaoWeai6TRT { display:block; }
 }@media only screen and (max-width: 763px) { #v0k6yOlnGWWI7i2H44WyOp0ZmU0eBsXp { width:19rem;height:4.375rem;top:79.6875078125rem;left:1rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #TAa0NwXUKnmTeS4iOFff8x10fmCkEzbM { display:block; }
 }@media only screen and (max-width: 763px) { #b6GG5hoBOl18Qle15wwqQevSoowBTFa5 { width:20rem;height:16.9355625rem;top:155.091796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 { background-color:#ffffff;background-image:none;display:block; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container { background-color: transparent; background-image: none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container > .video-iframe-container { display: none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row > .video-iframe-container { display: none; }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .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); }#ezBzBeqTtuWUHcX3pgneOS08AcKnK7h3 > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8ZffhyU4C0R7PdFaiMa7hPxQcNLlPzU { width:20rem;height:2.5rem;top:32.6875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR2u8THZ5yZcNvPyVzuTvflzDLvZhdfZ { width:18.5rem;height:7.34375rem;top:35.625rem;left:0.75rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tM9EWTXzktyxTcZSpzLgpFeMq0xP4v9x { width:20rem;height:53rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgA00qBC1Sa04ty0aA4rJZDSs5psQDR { width:20rem;height:3.375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJE2EIG73uPNysmU2vEBUOHaUmSzl8og { width:20rem;height:1.349825rem;top:45.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGk2k1cEA3Tzg33tcDX5sixG6HWPDcW { width:20rem;height:0.125rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCgPGwlNIF00vka8dQ53Ehx9xKiFFmUZ { width:4rem;height:2.1994375rem;top:49.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bATsCldvJpTAxDhFHxx5E6oemuKElGqZ { width:13.375rem;height:1.94921875rem;top:49.5rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Ns888GHA3335VacOTmKSGhe9zTAFJT { width:2.5rem;height:2.5rem;top:49.224609375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytzNpcx37vLAT2yvPrKeCBrc6haFApe { width:4rem;height:2.1994375rem;top:54.2626953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL9LtTw80RiWbZoHDpo4ZT0bTqU110Di { width:15.25rem;height:0.9746125rem;top:54.875rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB8aHke7WT2qWv84BdAoHW1i8bFRVn4f { width:2.5rem;height:2.5rem;top:54.1123046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9a4fkxpUaKLRvAf1rXFT229TLg4phEt { width:20rem;height:0.125rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANBd9PCw840VVP1urea5CXnxBOlwPiA9 { width:4rem;height:2.1994375rem;top:59.0126953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZLe3h1ltPNVft2ad3M9NwGXFrQ99qLe { width:4.5625rem;height:2.1994375rem;top:63.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1l03MKiRDBVJvPQyL13V7QH5zVXxQ5s { width:4.5625rem;height:2.1994375rem;top:68.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tftvFD0kRed5wTPzMkS4NXh4t3mzAduX { width:4.5625rem;height:2.1994375rem;top:73.5126953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tt61TgOp8w4n66oFmD6BolQ1SW1Ugmya { width:4.5625rem;height:2.1994375rem;top:78.525390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tbhq3bXex8Wxi598tTiuWg4VycSdfvFC { width:4.5625rem;height:2.1994375rem;top:83.1376953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkbE5HLpllOs9vRwN5P2Vh9NfdEeIOZ8 { width:4.5625rem;height:2.1994375rem;top:87.9501953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7CqpxJ36mBWvEdLFBJfOQL5p2X29bt3 { width:4.5625rem;height:2.1994375rem;top:92.8876953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiP448MquLeiFJxboSDwXlH8MxB9u8OE { width:20rem;height:0.125rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H992VQ5mEOKkLiEeqyUtoSH23SJTflOk { width:20rem;height:0.125rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxIswQT6iTJWvroQ1RqZJp5scrWDpNx5 { width:20rem;height:0.125rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2Ebbez5s6VSk5y3TIBx1KOqacH0xK7 { width:20rem;height:0.125rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGs3oVyicQidnDnvET0NbeKqxBwGg5J8 { width:20rem;height:0.125rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1EqUcfOvnTRAtkpycdk7QS1bECddiFM { width:20rem;height:0.125rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucew1f9K43FC6oMvVSkcIU6zvwXekGoG { width:20rem;height:0.125rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSvJTf5yzWgP3RqJ99LwDJAWRKzMTw8u { width:12.8125rem;height:1.94921875rem;top:59.1376953125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acnVNfCmNWu4GpNdNi9XfdlJH4gFXd9I { width:2.5rem;height:2.5rem;top:58.8623046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWZUDtuyqO4ZNcAOaTKOIEWROunIfFJX { width:14.625rem;height:1.94921875rem;top:63.875rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUAonDCKo5Lm2h5Fkf72ogAaUNXT3Zo { width:2.5rem;height:2.5rem;top:63.599609375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGDmwcZHlzB3wsAuTyEXqQSPwOht2TL { width:13.75rem;height:1.94921875rem;top:68.875rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU5yTWxKGP6aoOnOuUSdIGLOJLIdr6FB { width:2.5rem;height:2.5rem;top:68.599609375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h640xywggNlIc1XDAhEzsITvrklDP5Xi { width:15.0625rem;height:0.9746125rem;top:74.125rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea0yPavmz6mCVDQT1e1iArKnze3O2Dt0 { width:2.5rem;height:2.5rem;top:73.3623046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTNOabsocoVO0SZSfX1L5McCcP1LE93 { width:12.3125rem;height:2.923825rem;top:78.162109375rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AsryvpFX6i9fnZq3oPg2HPPEbm8z1o { width:2.5rem;height:2.5rem;top:78.375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irAuT1fSNxCiDw8k5AVwSwCTayBnLp3c { width:14.5625rem;height:0.9746125rem;top:83.75rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfqmlbCHrUk8TwRJK0btQA7PNoyETbB { width:2.5rem;height:2.5rem;top:82.9873046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWgKCO4AT83U4FCngcfqgQcECxRUcrub { width:16.1875rem;height:0.9746125rem;top:88.5625rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcqb7sZ0re6KcdeDAvPNd8lEPB8gSvs { width:2.5rem;height:2.5rem;top:87.7998046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWA5qz7oRNzTdPWFZVQLeTrGVGiouSRZ { width:13.375rem;height:0.9746125rem;top:93.5rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp5Pkmfg92GbRs0TdIeqw3yQduDcG3W2 { width:2.5rem;height:2.5rem;top:92.7373046875rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxWAxCnldVe5C5dAhL74LtoEH00q1rM { width:20rem;height:4.4375rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOP1t4D27ugtbeUczDimPAVk5MTDoxS6 { display:block; }
 }@media only screen and (max-width: 763px) { #gBTLFuGa7DCLkpr70T9UZPKQ3Jqozi7l { width:20rem;height:4.375rem;top:53.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reXnTzeFdFRwFopbHdIi2LaHlpuM8Nyx { display:block; }
 }@media only screen and (max-width: 763px) { #T9bZhZkwJenQEDCb6B9qWpscgTGZ91vw { width:20rem;height:4.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHI6Oicmn3Wl3gwd692KJT5VEJ0I261 { display:block; }
 }@media only screen and (max-width: 763px) { #KxtgKtzmiCNlTSnpCT2aTXwOBFnyr1B8 { width:20rem;height:4.5625rem;top:62.9375rem;left:0rem;color:rgba(0,0,0,0);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wvimTzcvNGH2ehraDMk2iMgk9uPoCpNI { display:block; }
 }@media only screen and (max-width: 763px) { #XbgHV4iihtyn94ZPy7icg890KhxQv8PW { width:20rem;height:4.25rem;top:68.037109375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TRRIPxKksS2A8MrKiHCg11nBBs8H8EW0 { display:block; }
 }@media only screen and (max-width: 763px) { #ttsbBdPB4PXnsT3TeTT9DlD42Cm7m2dS { width:20rem;height:4.4375rem;top:72.5498046875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uCGLIOCrZWUgDaqGhvDxtryUAEfJg92B { display:block; }
 }@media only screen and (max-width: 763px) { #oJnPTuXf588RTyh4OHrM6Skp1aJdpC18 { width:20rem;height:4rem;top:77.75rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uCRXISktD8fA5D6SB2rTudKc8Gqx4ZVS { display:block; }
 }@media only screen and (max-width: 763px) { #Tbr4yn7EH3pLJbvtEsRvfzTrIWOwDQ8N { width:20rem;height:4.25rem;top:82.1748046875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #wzMBbIztg9r5d2FnIRWwfg9HSrCzIpZR { display:block; }
 }@media only screen and (max-width: 763px) { #u1P0GTR2HvucW6GFd5R3W0fXAnip9XnD { width:20rem;height:4.4375rem;top:86.9560546875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #KL1uEdZBp2CyPtDRM5HsG4SoSTeUmpVN { display:block; }
 }@media only screen and (max-width: 763px) { #dPGaWD4O44utAU2J97aqBW4uTfIPxDve { width:20rem;height:5.25rem;top:91.7998046875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #WtNfRrSH2bwgc2A3n9HzXUDSJFTglLOH { display:block; }
 }@media only screen and (max-width: 763px) { #LftvNyZu9CACoOvuL5KmxZ3yCuStvHwa { width:20rem;height:16.9355625rem;top:155.091796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSLgR2EK0vEas8hhnZUOBNJyyXDQUizx { top:0rem;left:0rem;width:20rem;height:31.25rem;z-index:15091;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0309431a-55e2-4b6f-be8a-cbf5549de7f0/freebiebackground.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.adaptive-delivery-prevent-bg, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.lazyload, #DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg.lazyloading { background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { background-color: transparent; background-image: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { display: none; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .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); }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { border-width: 0; border-radius: 0; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRUeKtv1FtZRoFxQtMJZciiT46K3CWCg > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlvXODetEITd6KEBfLm4RmTCL3uT0egW { width:20rem;height:6.5625rem;top:20rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XecMewpr75B5XQ7xgyrTKHuC8vVeB44T { width:17.5rem;height:7.871125rem;top:27.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhc8BiEsPZEWVC9XBoRW9UMioJESLTp6 { width:18.75rem;height:2.936525rem;top:35.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQshSb6XD1lq3TyGOuqfUA9L8dskPowO { display:block; }
 }@media only screen and (max-width: 763px) { #snfsTKI1qDWolkPNEPTcOvTZ6U2iRNAy { width:20rem;height:16.9355625rem;top:2.3125rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection { display:block; } #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection *:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="text"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="email"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection input[type="tel"]:focus-visible, #FmCbXNCeMGQQb6Vcr8z3ooQpW8zKo3J7.widget-smartsection textarea:focus-visible { outline: none; } #Xk2L2Se8Ex7E4C0mb4opgBPz1Mk8ymgh > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection { display:block; } #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection *:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="text"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="email"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection input[type="tel"]:focus-visible, #vOcbfmw9sMHff8TlE32NZ7CzdH6TnKLD.widget-smartsection textarea:focus-visible { outline: none; } #nu659GET5ZECWLEHUPiGgygud6Rh8tpC > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection { display:block; } #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection *:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="text"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="email"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection input[type="tel"]:focus-visible, #qbprxMyeLGvyS0KkTqhO3sLQ7Aa9E04h.widget-smartsection textarea:focus-visible { outline: none; } #T7dhnTnbbAqAAlblEEEVVCU2wy438QKG > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }