.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(255,255,255,0.92);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 { 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;z-index:auto;display:block; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { background-color: transparent; background-image: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container > .video-iframe-container { display: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row > .video-iframe-container { display: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .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); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { border-width: 0; border-radius: 0; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#sJ5dUIP4iIx7fIS0sXhm48RRHVNc2fXp { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.75rem;height:2rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.53125rem;left:16.0625rem;display:block; }
#DZXl3gtmMwUixx0Qx782rHFPt40EgQRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCT5GJ88WAa92GVZvPZRMXORFzaqz4W7 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.53125rem;left:25.5rem;display:block; }
#liTJp9M9KNxs2QKJW5vJudH9Jcm7PGkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFMgf1dfPotvWaUPaL03SBrl6XVfK5iv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZV513JxyaAQLfeKxCEm82NLWzNLsCzGS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.1875rem;top:1rem;left:4.625rem;overflow:hidden;display:block; }
#pNDpTVt9OllI3cEREuJq3zJymwcrWEoV { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#555555;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.53125rem;left:39.875rem;display:block; }
#Vm26xZ3vSm5wCIZR5ik3Afesm0CQ2BS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxavoSKs6sW43HVyyaahWTTX5ru563dt { z-index:;position:relative;display:block; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt { background-color: transparent; background-image: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container > .video-iframe-container { display: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row > .video-iframe-container { display: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .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); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt { border-width: 0; border-radius: 0; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ded069d1-b72b-4006-93a5-b0227011ed7a/1headlandingiRYAOL12BACKANDFORWARDmodified.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:30.6875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container.adaptive-delivery-prevent-bg, #FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container.lazyload, #FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container.lazyloading { background-image: none; }#ukl6MxLLlcvCJNeIISz4QW9uN1uvZTNT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7rem;top:4.5625rem;left:0rem;overflow:hidden;display:none; }
#K2WtxfqThZXZdDTPSRKIWpo4sLD7FCip { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:21.5rem;left:17.75rem;overflow:hidden;display:block; }
#aKXFRdeMmUKHvChaHdpIqur5oKK7DeFB { color:#0b0c17;display:block;width:31.5625rem;position:absolute;font-family:"fira sans";font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.6875rem;left:19.5rem;height:4.5498rem;text-align:right;text-align-last:right;display:block; }
#ZW7ERAezrR4s9oJqWJwnc11crtwov64d { position:absolute;display:block;z-index:15018;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:25.6875rem;width:43.4375rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#bXoRo0uQ05em1wNiDXEBsz8TSwIdpOIt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.875rem;left:34.8125rem;height:;display:block; }
#n0hoEystK0E2JXSIcHZwAOmUH78yTGin { color:#f06e1a;display:block;width:21.375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.0625rem;left:30.375rem;height:1.625rem;font-style:normal;display:block; }
#CGsaTiK5X6ZwzmqzIOqrPhHMNw4hLZwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/584fbe45-30e3-4ae5-a0b9-cc687378d137/MeditationSilence.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ.adaptive-delivery-prevent-bg, #dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ.lazyload, #dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ.lazyloading { background-image: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { background-color: transparent; background-image: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container > .video-iframe-container { display: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row > .video-iframe-container { display: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .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); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { border-width: 0; border-radius: 0; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#spLthwX0W85ni2qlh8WRf7x43fTrHObT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.0625rem;left:26.5rem; }
#uvZNXPvVDQqIeFldpkDwqcTHLH4CWbaJ { color:#101010;display:block;width:59.875rem;position:absolute;font-family:"fira sans";font-size:1.9375rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:7.5625rem;left:0.09375rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbTP9W9tCT9Dbg2vdsQ0QwUiCkNrVkpc { color:#333333;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:10.3125rem;left:0.03125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-form-header { font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-regular-label { height:auto;display:block;font-family:"gotham narrow";font-size:0.875rem;font-weight:bold;color:#000000;width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gotham narrow";vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gotham narrow";vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"gotham narrow";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:22.1875rem;height:3.4375rem;font-family:"fira sans";overflow:hidden;font-style:normal; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"fira sans";font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"fira sans";font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"fira sans";font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"fira sans";font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"gotham narrow";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;float:none; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"gotham narrow";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-container:first-of-type{padding-top:0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-container:last-of-type{padding-bottom:0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.66845703125rem;left:17.65625rem;font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-info-text { display:block;height:auto;font-family:"gotham narrow";font-size:0.75rem;line-height:1.3;font-weight:700;color:#6ac75d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f {display:block;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.66845703125rem;left:17.65625rem;font-size:0.875rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #pBGBpfin2GUAQQGhaIEA4QARdo4eevKf { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #rm4mFmm7utiFhEz9bg1MH8DoNAauIqPW { position:relative;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #xwpPP1xet78TUiXdx9WXrJwvzOmnfPFa { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #qGF60nUIlBl6H8Mdd4FwsJD1VOy9Ec4B { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #R9KTR6TzSmlbsmQCUzIJUwhUUo8peTOD { position:relative;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #org6sc928RhkdJrOIcU81yXtzxN0vvd2 { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #P0PFCkQw12w46AIGqruvqZyoB6bt7pxS { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #UNnPkbyUe1trDJkRkmbOQcKAwfGfIGLE { position:relative;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #pvNd0tug9Jcm4Jir1zi2rD0EsVwHyduR { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #H4DBDVOz3LxgrFCwFghWeRWbRJEBSla9 { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #vTh3mcJ2T2IpfTKcEBBd6wrUVtbVFnh8 { position:relative;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #WyWdoTlBPCTs0gIQ2NGhelbn2CWIOUST { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #BzatAZZWx1W3QJP9omxeP1LhO8NetTxy { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #dDEn1yFMRTRK5TK3CTdSLR0R86iNfBHg { position:relative;display:block; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #wRIVvESizTMTvaQicbavA0nDSOTa6Dsv { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #iv2wnUoy1EZuUkmqleXGPvIp2HPxDnoA { position:relative;display:block;z-index:15000; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #mTaTPaAebWNTozhN0ZVs4awe4TSFxwHN { position:relative;display:block;z-index:15000; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #a7JaTW75XaDkZq8T7DO2JlPEvTtSRa5a { position:relative; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f #yf0RyG578E6pl1pS3UnTkLInTFucJHZ2 { position:relative; }
#g4ZcLQHTNMdALdy7XtXiTGZVe07ebEIi { background-color:#f6f3ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f39c12;border-left:0.0625rem solid #f39c12;border-right:0.0625rem solid #f39c12;border-bottom:0.0625rem solid #f39c12;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:#f39c12;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.89306640625rem;left:21rem;display:block; }
#WNehbTbmILP8wZJdAIuxIGmoH2bRpg6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec29fef5-a1bf-44c3-97df-729ca1bc4a0f/CapturadePantalla20250822alas134302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp.adaptive-delivery-prevent-bg, #MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp.lazyload, #MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp.lazyloading { background-image: none; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container { background-color: transparent; background-image: none; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container > .video-iframe-container { display: none; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row > .video-iframe-container { display: none; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .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); }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container { border-width: 0; border-radius: 0; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI { 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; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { background-color: transparent; background-image: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container > .video-iframe-container { display: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container { display: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .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); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { border-width: 0; border-radius: 0; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:60rem;position:relative;display:block; }#UOGvfQJcyFgf1uqkE2ZcUfmcmwpV4NnZ { position:absolute;display:block;z-index:14999;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:12.6875rem;left:0.8125rem;display:block; }
#QDqTtVcpMm9NsarrCmK4sKZmm1lL0NLo { color:#717171;display:block;width:13.625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.87451171875rem;left:43.4375rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKlRTT5mJRkkLJavFUScbnpro1llvk4z { color:#4d4d4d;display:block;width:7.5625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:20.6494140625rem;left:46.75rem;height:1.6499rem;font-style:normal;display:block; }
#LTl55fMWuTFJQAX8v3OdURGtZ5fxefma { color:#434343;display:block;width:30.375rem;position:absolute;font-family:"fira sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.375rem;left:14.8125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX761yHXRoJvZT9RxmJu5BHeKOX8VlB3 { position:absolute;display:block;z-index:14998;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:12.6875rem;left:21.1875rem;display:block; }
#ZSDNealZXTRECaNn03QegOZNNCSEAvvT { color:#717171;display:block;width:13.1875rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.87451171875rem;left:23.40625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLZ7RCENDTuIr9fTZbd2cTapmTTbdkcZ { color:#4d4d4d;display:block;width:8.0625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.68701171875rem;left:25.96875rem;height:3.57421875rem;font-style:normal;display:block; }
#t9x3JFHBT9OtHn91yvTwgWJaTPXzg6Pm { position:absolute;display:block;z-index:14997;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:27.1875rem;width:17.5rem;top:12.6875rem;left:41.5rem;display:block; }
#TNWklnT7zNJIHtRSTgXwWIhV08HAmg9O { color:#717171;display:block;width:13rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:54.625rem;left:3.0625rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTFwiWKAkDEvspsTFDBiUmSoTsgDiexU { color:#4d4d4d;display:block;width:8.5625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:50.4248046875rem;left:5.28125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owcOmgKyNvK17TpnABc0H9ZfqnTslsiE { color:#717171;display:block;width:13.5625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:54.625rem;left:23.25rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFhxVoPmpHxPXOJ3JIPHB3fCHk3tr6Nw { color:#4d4d4d;display:block;width:13.25rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:51.25rem;left:23.375rem;height:1.6499rem;font-style:normal;display:block; }
#GQcpWFORV2zsC4Q6cTcBUvkG483LhXk4 { position:absolute;display:block;z-index:14996;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:25.4375rem;width:17.5rem;top:43.5rem;left:0.8125rem;display:block; }
#X4AEP2BG4kPIQP9xFUX87xNZUMONFoqT { 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:4.6875rem;width:4.6875rem;top:14.4375rem;left:47.90625rem;overflow:hidden;display:block; }
#vLtwcPDThcXIv2BT5kwgS6szBo1r26nB { position:absolute;display:block;z-index:15000;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:25.1875rem;width:17.5rem;top:43.5rem;left:21.1875rem;display:block; }
#l4hsyvQkKmchZUQzvS5EtrPMHxtIohR9 { color:#4d4d4d;display:block;width:5.375rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:51.24951171875rem;left:47.5625rem;height:1.6499rem;font-style:normal;display:block; }
#dxOZmbXPkvIMUWRPKItgD500Op2zurPV { color:#717171;display:block;width:14.75rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:54.625rem;left:43.4375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDaTgOK8o4eycVvHtezZnOrS06t4Xx6m { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:25.0625rem;width:17.5rem;top:43.5rem;left:41.6875rem;display:block; }
#FNOvxxc84oggcZxdrdAauT0obOMkpPeN { color:#4d4d4d;display:block;width:11.625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.64892578125rem;left:3.75rem;height:1.6499rem;font-style:normal;display:block; }
#bcTsBDPSO9MXiDkp1GHiEkTFWTraknLM { color:#717171;display:block;width:15.125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:23.87451171875rem;left:2rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztWqsylPIRGbJxE7mgAwKJ6xP9gT1Mt4 { position:absolute;display:block;z-index:14996;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:25.4375rem;width:17.5rem;top:77.3125rem;left:1.25rem;display:none; }
#hedSel3fhggouuvTZs2mkxgMATsIahyy { position:absolute;display:block;z-index:14996;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:25.4375rem;width:17.5rem;top:77.3125rem;left:1.25rem;display:none; }
#g0aG6ABq6ZhaSqPcX5vaAp8dd7n8A3NN { position:absolute;display:block;z-index:15001;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:4rem;width:4.0625rem;top:14.78125rem;left:6.375rem;overflow:hidden;display:block; }
#Skosmd2coMVNRunV8Z1mA9yLDdsmh138 { position:absolute;display:block;z-index:15001;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:5.25rem;width:2.25rem;top:45.11279296875rem;left:47.90625rem;overflow:hidden;display:block; }
#GxFd6MqQgaTbrKCkfoCNZ7VJiUhLlHBT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#Aw8SET26oLNamKPrCI0qcQXPAO33kbfP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:14.90625rem;left:28.0625rem; }
#XWiV94Tw6x6W4kml8kgHUz1Fs2UQddFS { position:absolute;display:block;z-index:15046;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:4rem;width:3.25rem;top:46.36279296875rem;left:50.8125rem;overflow:hidden;display:block; }
#CHT9tqesZNSZ4BDJT8cBbPITeA4ktc85 { position:absolute;display:block;z-index:15045;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.5rem;width:3.75rem;top:45.48779296875rem;left:7.6875rem;overflow:hidden;display:block; }
#ABh11QqRFFlAFDT0nnJF82uSF4IN0Wh6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:2rem;left:28.4375rem; }
#N9oeZhsAqNAU6TsPLLVB56UpQzGfc2hh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:46.17529296875rem;left:28.4375rem; }
#exMveCeia2ykdTCZw48130xUnCzh3AHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,194,157,0.37);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; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { background-color: transparent; background-image: none; }#exMveCeia2ykdTCZw48130xUnCzh3AHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container > .video-iframe-container { display: none; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row > .video-iframe-container { display: none; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .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); }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { border-width: 0; border-radius: 0; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#l9aHS2lSTZ1DssBnibhicbDdb0DDeNMd { color:#78685e;display:block;width:38.25rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:7.875rem;left:13.875rem;height:7.1997rem;text-align:left;text-align-last:left;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;display:block; }
#Mg3eEmJTwy9Jw0onBLGvT0svk8vu2PTZ { color:#3a3a3a;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.9375rem;left:0.4375rem;height:2.17480625rem;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; }
#byxW1C0gF4VCF2pLTXImc1XKO1I0uupX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.99365234375rem;left:11.8125rem; }
#rucDlp6lgbJGC33wUaZ4XSsvU5PCHxtx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.875rem;left:11.1875rem; }
#ixiUAcss1KwAlRZHZofkkKeg78LW4iei { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.25rem;left:11.1875rem; }
#UN6FTzkTyzT79FTVaNUA5T8X6sJs0vLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.6875rem;left:11.1875rem; }
#s1Edx0uaCmIl7An4C4p7d5HCLNyZDbLa { color:#5b5b5b;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.48828125rem;left:0rem;height:2.76220625rem;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; }
#eCN40ylUePEXGPLhgWWBwgrfdn8fVDpX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.25rem;height:2.03125rem;display:block; }
#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e61ae97c-cbca-4e03-88fb-d8a3e59e031b/1333355.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe.adaptive-delivery-prevent-bg, #uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe.lazyload, #uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe.lazyloading { background-image: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { background-color: transparent; background-image: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container > .video-iframe-container { display: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row > .video-iframe-container { display: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .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); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { border-width: 0; border-radius: 0; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#anEppShg6uR8Oz9lDtTD4twEMBhQJNtK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.0625rem;top:1.0625rem;left:25.8125rem;overflow:hidden;display:block; }
#foLTMTtlT3iuJZInp7qBAoaISL3deoNT { position:absolute;display:block;z-index:14997;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(113,113,113,0.15) ;height:22.4375rem;width:22.1875rem;top:19.5625rem;left:3.5rem;display:none; }
#a19A2gSIsK3m9J0GROTbvonIX2rKzz59 { color:#f39c12;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:2.4375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.375rem;left:-0.15625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMpB8L9aUVsWZh6U93OlFqTX5WCI9QtX { color:#484648;display:block;width:57.0625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.25rem;left:1.59375rem;height:12.75rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sfuntPv7TDMh5Cpp64vF1JbHa5NBitBz { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.69970703125rem;left:0.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wZHCDJ3o1AS3OTUDUaI7tJTme0hQSh8R { color:#f39c12;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED { position:relative;display:block; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED { background-color: transparent; background-image: none; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row .container > .video-iframe-container { display: none; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row > .video-iframe-container { display: none; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .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); }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED { border-width: 0; border-radius: 0; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .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; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .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:20.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dFI4k2P4vuoL1BDk9s18yGB7gnCvWxMW { color:#484648;display:block;width:27.125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:2;letter-spacing:0;top:0.875rem;left:2rem;height:14.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntglwVkTvUg1L0rKTd8vAhcAtVInVr0H { color:#484648;display:block;width:27.625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:0.875rem;left:31.5625rem;height:17rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gbMZAv7ZsNR2bPSUBLcqORQ601PSOT65 { background-color:#f39c12;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.8125rem;left:37.1875rem;display:block; }
#VwAITNQv1RwgxRmotlbXm5E6dF2vRG9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container { background-color: transparent; background-image: none; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container > .video-iframe-container { display: none; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row > .video-iframe-container { display: none; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .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); }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container { border-width: 0; border-radius: 0; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#K8uQeVwDPanEKXho5aZmKv9w8D2lPAUC { color:#101010;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.0625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wH5dAoVlVvvc8ZIEoPEmBab5gWRBzJFb { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xl6eLGtdlKmikl5WOQhf3FyqB4l3q4rB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:14.625rem;left:10rem;display:block; }
#aHke3FimZ0K9CtiLTHk3AaSen0loBAKi { z-index:15003;top:1.125rem;left:18.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;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:#161717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MK8cH2GyFJcIWHTneyE4RgcR1FRfMbHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container { background-color: transparent; background-image: none; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container > .video-iframe-container { display: none; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row > .video-iframe-container { display: none; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .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); }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container { border-width: 0; border-radius: 0; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#UUGtycwsDJSNBfqqTZcGPgxxc5XiAvXP { color:#101010;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:2.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:1.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aykK65WrseOaDxNQ74hTzItTuJzSnLow { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container { background-color: transparent; background-image: none; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container > .video-iframe-container { display: none; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row > .video-iframe-container { display: none; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .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); }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container { border-width: 0; border-radius: 0; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#KTk6ccQPvTXmrnWkCc4MOvhVw0XzvimZ { color:#484648;display:block;width:26.3125rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:1.75rem;left:1.84375rem;height:51rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOU2NGBdWWyLwQAW4Cm0GyHcTbutu1Hf { color:#484648;display:block;width:25.25rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:1.75rem;left:33.15625rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzAUVXPzv6mVwIzZh8i89RkDb2GA5L9P { color:#101010;display:block;width:23.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:14.47509765625rem;left:3.125rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fS8Q9HD4rHyE4zkoorSpMTOLfZUlx9kN { position:absolute;display:block;z-index:15016;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:7.125rem;width:11.0625rem;top:28rem;left:3.84375rem;overflow:hidden;display:block; }
#B5vmUKKLAPSf7mdFkXwvv5CcP4kCipEd { position:absolute;display:block;z-index:15017;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:7.3125rem;width:11.125rem;top:27.90625rem;left:15.8125rem;overflow:hidden;display:block; }
#UTrAdJt8HAmlmT3TaJofPXJ2OmlR6t88 { color:#0b0c17;display:block;width:25rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.8125rem;left:3.21875rem;height:3.8994125rem;font-style:normal;display:block; }
#CrwyQcJOZ0iRMKTBQqp2raKTFDBgCvUF { color:#f39c12;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.9365234375rem;left:3.125rem;height:1.29980625rem;display:block; }
#TC9aBGtzI229zsm7lDRrzwkM9C5quWaq { position:absolute;display:block;z-index:15020;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:7.5rem;width:10.8125rem;top:5.96875rem;left:33.15625rem;overflow:hidden;display:block; }
#dGCAD0HvJCnHAKypiZ5BJQncfesnu1wW { position:absolute;display:block;z-index:15021;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:7.5rem;width:11.4375rem;top:5.96875rem;left:44.93115234375rem;overflow:hidden;display:block; }
#KxFIJNAdRflxNyl517z3P3PLJ6lJPZnF { color:#090908;display:block;width:23.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:14.47509765625rem;left:33.125rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m801WQGkow7XWA905ZbrcGtzqLvsuMPI { color:#484648;display:block;width:20.625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:22.93701171875rem;left:33.15625rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTc3rzlcm1SddLM73gThZvEVHWBwR1f4 { position:absolute;display:block;z-index:15021;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:7.3125rem;width:9.5625rem;top:28rem;left:32.68115234375rem;overflow:hidden;display:block; }
#Zy5kNuW9hNboeU5emxMBXs8nNesHHbg6 { color:#0b0c17;display:block;width:23.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:36.8125rem;left:33.125rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z3yDgkyyfVmzJxNMPqaAirfi6wUFA9UE { position:absolute;display:block;z-index:15022;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:7.0625rem;width:10.75rem;top:28.03125rem;left:43.96875rem;overflow:hidden;display:block; }
#frNTJIPl3enyGUTABC0285KtDFwlnTTi { position:absolute;display:block;z-index:15017;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:7.125rem;width:11.0625rem;top:6.15625rem;left:3.125rem;overflow:hidden;display:block; }
#hCkdJoWTG59FBVEqv14XdL58lJQqXTqF { position:absolute;display:block;z-index:15018;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:7.3125rem;width:11.125rem;top:6.0625rem;left:15.8125rem;overflow:hidden;display:block; }
#XCJTXWTk41xDnGWC2yDSktXHFtBoZzF7 { color:#f39c12;display:block;width:12.5rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.5234375rem;left:9.46875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container { background-color: transparent; background-image: none; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container > .video-iframe-container { display: none; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row > .video-iframe-container { display: none; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .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); }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container { border-width: 0; border-radius: 0; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#oMzPhJEBMEEeetc8v3isGSwXJEx0JFUv { color:#484648;display:block;width:31.0625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:0.75rem;left:14.46875rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsumeTBgfEE7W9HcVtdDoIKS5LgFTdfC { position:absolute;display:block;z-index:15022;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:11.0625rem;width:16.9375rem;top:5.71875rem;left:2.8125rem;overflow:hidden;display:block; }
#K2aKqSREOmk5Tep3yrUmuZlAEcT7JhW2 { color:#484648;display:block;width:20.625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:0.75rem;left:19.6875rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7KTWWQvoP10CyWN0kawLbtMpRmuXf9O { position:absolute;display:block;z-index:15023;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:11.125rem;width:16.75rem;top:5.6875rem;left:20.99365234375rem;overflow:hidden;display:block; }
#pkEpbUg6tJdtoLde2XnCo2HsKK3lnLZp { color:#0b0c17;display:block;width:45.625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:19.66259765625rem;left:8rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ao7F8CQyM1DWhk5p9sT6Bd4gDTpAVpJK { position:absolute;display:block;z-index:15024;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:11.125rem;width:16.75rem;top:5.6875rem;left:38.875rem;overflow:hidden;display:block; }
#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49f93c05-d070-4561-92d0-1481a06cfd5e/WhatsAppImage20250925at120828PM.jpeg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky.adaptive-delivery-prevent-bg, #N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky.lazyload, #N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky.lazyloading { background-image: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { background-color: transparent; background-image: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container > .video-iframe-container { display: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container { display: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .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); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { border-width: 0; border-radius: 0; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;overflow:visible;position:relative;display:block; }#INvhIwoRgmxmBTclP0G7NO464HAKSn3C { color:#ededed;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.8125rem;left:20.5625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dz7kTBDBZN2DIl1CczsdpD63RAEWRJr9 { position:absolute;display:block;z-index:15013;height:23.625rem;width:37rem;top:9.1875rem;left:11.5rem;display:block; }
#ihx3NQdsBT9iiCo1MuvHM9D5E4xSqhKd { color:#ededed;display:block;width:23.6875rem;position:absolute;font-family:"fira sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20.5625rem;height:2.5996125rem;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; }
#lAJJPoX8AiGcrzoBTuP4kh3AlzJgHa38 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:15.75rem; }
#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 { 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; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container { background-color: transparent; background-image: none; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container > .video-iframe-container { display: none; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row > .video-iframe-container { display: none; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .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); }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container { border-width: 0; border-radius: 0; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:60rem;position:relative;display:block; }#npS3e2Ag9eEWpVR5ueofT5BF3eCa2haS { color:#101010;display:block;width:37.9375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:9.5625rem;left:20.125rem;height:18.19875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HQzZyT5xNvaVAEk9Kr9cwWpGUCMu8wy8 { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid rgba(0,0,0,0);border-left:0.3125rem solid rgba(0,0,0,0);border-right:0.3125rem solid rgba(0,0,0,0);border-bottom:0.3125rem solid rgba(0,0,0,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:11.8125rem;top:13.53662109375rem;left:4.59375rem;overflow:hidden;display:block; }
#ZgXFS42BC9h6ugclX9oEpm7aHA60C2IE { color:#101010;display:block;width:37.9375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:32.5rem;left:20.125rem;height:15rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g3nKG4shzVhln0cV2O8NWHi4M5Q3KZ40 { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid rgba(0,0,0,0);border-left:0.3125rem solid rgba(0,0,0,0);border-right:0.3125rem solid rgba(0,0,0,0);border-bottom:0.3125rem solid rgba(0,0,0,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:12.0625rem;top:35.6875rem;left:4.46875rem;overflow:hidden;display:block; }
#QTT82CkQvexo2tTwTSsD41INuRoof4tf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:6.8125rem;top:1.4375rem;left:26.5625rem;overflow:hidden;display:block; }
#pMHexoTVfKgsNfUXrRcqwKymmTXZ8Tth { color:#3a3a3a;display:block;width:23.3125rem;position:absolute;font-family:"fira sans";font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:4.59375rem;height:1.85595625rem;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; }
#M7z5I5uth0IaPP8UATC8qZi2Z3A0Ng4u { color:#fb8b44;display:block;width:16.375rem;position:absolute;font-family:"fira sans";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.99951171875rem;left:4.59375rem;height:2.2749rem;font-style:normal;display:block; }
#ViJeca9AhbNiTkwvcOJzOGP7UM3434fq { color:#fb8b44;display:block;width:13.25rem;position:absolute;font-family:"fira sans";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:5.53125rem;height:2.2749rem;font-style:normal;display:block; }
#gPrEwdreJqm5wQQs82CheCuoWpCWoGRs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.32373046875rem;left:6.25rem; }
#CTa0fx2pWKG4kGAHDT0ESdgbPbgkJ3Te { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.455078125rem;left:7.78125rem;height:1.29980625rem;display:block; }
#WxsZcSwNElTGprLDslTQSHRq9TUEX2m3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:46rem;left:5.53125rem; }
#ArN8lD8CbnDw3aSD200xvRBDVRITEWem { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:46.2626953125rem;left:7.09375rem;height:1.29980625rem;display:block; }
#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw { border-bottom:0;border-left:0;border-right:0;border-top: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; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { background-color: transparent; background-image: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .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); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { border-width: 0; border-radius: 0; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#xMBuPTPTKwwypXMNSb3U5bFrEsyh1sB9 { position:absolute;display:block;z-index:15011;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.9375rem;width:10.0625rem;top:7.8125rem;left:8.8125rem;overflow:hidden;display:block; }
#WFXrTkL7RHs0RU3ZqIOA3Pizmuvttyds { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:12.75rem;left:7.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHp0qISLwa23yf9uNpttfMEZRpSR3qOE { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"fira sans";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:19.07568359375rem;left:6.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRxBT3sFGRXLoxo7JrU7ZV10cRoPJugK { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"fira sans";font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:22.125rem;left:5.875rem;height:1.85595625rem;text-align:center;text-align-last:center;display:block; }
#lXEEbbiJoybFxMHleHbsqnxd3CkFuR9X { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"fira sans";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:36.6875rem;left:7.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux9UAtgTkZV1xiAGc7FbpR7Qy7tRtuXF { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"fira sans";font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:40.125rem;left:7.71875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#w6WoJwGOR5717oP4TJkVTw38TLnp8D01 { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"fira sans";font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:26.75rem;left:7.4375rem;height:2.26855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwbeEzsG7FydHrsgPdLWxhhzcwvU3odw { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"fira sans";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:29.875rem;left:7.21875rem;height:3.8496125rem;text-align:center;text-align-last:center;display:block; }
#wtttaBFlxXEFxW3wR1y1MtNHhkOImJpe { color:#a25be5;display:block;width:14.6875rem;position:absolute;font-family:"fira sans";font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.37841796875rem;left:37.1875rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#Vhrq64FRs2q5OEQ4wF4Bdg4MFH6AtMc8 { color:#777777;display:block;width:28.625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:23.98046875rem;left:30.21875rem;height:23.3974375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#St6quuHaQxdPz7rHJQ8SDMkAe65eZGx7 { position:absolute;display:block;z-index:15012;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:14rem;width:20.5rem;top:5.13818359375rem;left:34.28125rem;overflow:hidden;display:block; }
#FlqpgZ7QbnqZP6WqwDbIEP1pgJb5zGUA { color:#777777;display:block;width:6rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.55029296875rem;left:41.53125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zFI18dnCdsk6SKrVEwC8grVFUxBq9hvx { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.8125rem rgba(99,116,222,0.2) ;height:10.6875rem;width:16.1875rem;top:6.71875rem;left:6.375rem;display:block; }
#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e97645;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; }#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 > .row .container { border-width: 0; border-radius: 0; }#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:none; }#zE0uBccJbfdEehTKWTE0IPyfRH5sKtPq { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.625rem;left:2.875rem;display:block; }
#OvGPtcOg7HWuA98T9oIfT09xlSdNZtqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKaErTTf0Kr8zA9VbdyHDbFWB6TaP2H3 { background-color:transparent;background-image:none;border-top:0.125rem solid #e5e5e5;border-left:0.125rem solid #e5e5e5;border-right:0.125rem solid #e5e5e5;border-bottom:0.125rem solid #e5e5e5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.125rem;left:2.875rem;display:block; }
#ZatGTS0wV4X13UBqlkDry2Gw6qMfXzOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCfB34mZLPviGsS0FemMqvoN87bgrfcZ { box-sizing:content-box;color:#777777;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:14.75rem;left:9.6875rem;display:block; }
#oTRB1yPstXcLoctokJ1tr7FA7Br0velm { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.875rem;height:4.38574375rem;font-style:normal;display:block; }
#OtfOa3Nm13OAW9AMArPzKRsUUwwTIxpm { box-sizing:content-box;color:#777777;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:19.25rem;left:7.25rem;display:block; }
#QyQp9LMvyFAITRJNVUaOnrVFWMukOHTp { color:#fffffb;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.1875rem;left:2.875rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fez5ekBe1W3eRxSsx8PT2Tgg7s8RVHCT { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vQsuLnhxBk11OdNwvgpOEopl2RpBDHVn { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:20.4375rem;width:19.625rem;top:2.8125rem;left:37.125rem;display:block; }
#NyV0sB1eMFCMGwXwn8e3SZuOi67T5PKG { position:absolute;display:block;z-index:15010;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:7.5625rem;width:15.5625rem;top:8.5rem;left:39.125rem;overflow:hidden;display:block; }
#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt { border-top:0.0625rem solid #cecece;border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,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; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container { background-color: transparent; background-image: none; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container > .video-iframe-container { display: none; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row > .video-iframe-container { display: none; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .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); }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container { border-width: 0; border-radius: 0; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#n6uyuCrEsVWr2XnG5iCUvTMzLFgDNHhi { color:#b7b7b7;display:block;width:28.5625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.2255859375rem;left:30.625rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#FPDe8VTtESDp7ayCF2TLdddm9nTl3P1n { color:#b7b7b7;display:block;width:28.5625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.2255859375rem;left:2.125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.875rem;left:0rem; }
#TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rm9dwiR6aOf3bXib373yE2m63clgfQR5 { display:none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sJ5dUIP4iIx7fIS0sXhm48RRHVNc2fXp { width:5.75rem;height:2rem;top:1.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXl3gtmMwUixx0Qx782rHFPt40EgQRu { display:block; }
 }@media only screen and (max-width: 763px) { #ZCT5GJ88WAa92GVZvPZRMXORFzaqz4W7 { width:11rem;height:2rem;top:1.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTJp9M9KNxs2QKJW5vJudH9Jcm7PGkq { display:block; }
 }@media only screen and (max-width: 763px) { #EFMgf1dfPotvWaUPaL03SBrl6XVfK5iv { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZV513JxyaAQLfeKxCEm82NLWzNLsCzGS { width:8.1875rem;height:3.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDpTVt9OllI3cEREuJq3zJymwcrWEoV { width:11rem;height:2rem;top:1.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm26xZ3vSm5wCIZR5ik3Afesm0CQ2BS0 { display:block; }
 }@media only screen and (max-width: 763px) { #FxavoSKs6sW43HVyyaahWTTX5ru563dt { display:block; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukl6MxLLlcvCJNeIISz4QW9uN1uvZTNT { width:8rem;height:3.7142857142857rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2WtxfqThZXZdDTPSRKIWpo4sLD7FCip { width:3.0625rem;height:3.0625rem;top:21.5rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXFRdeMmUKHvChaHdpIqur5oKK7DeFB { width:31.5625rem;height:4.5498rem;top:25.6875rem;left:13.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7ERAezrR4s9oJqWJwnc11crtwov64d { width:43.4375rem;height:25.6875rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoRo0uQ05em1wNiDXEBsz8TSwIdpOIt { width:12.5rem;height:;top:28.875rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0hoEystK0E2JXSIcHZwAOmUH78yTGin { width:21.375rem;height:;top:28.0625rem;left:24.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGsaTiK5X6ZwzmqzIOqrPhHMNw4hLZwR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ { display:block; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spLthwX0W85ni2qlh8WRf7x43fTrHObT { width:5.3125rem;height:5.3125rem;top:1.0625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvZNXPvVDQqIeFldpkDwqcTHLH4CWbaJ { width:47.75rem;height:1.9375rem;top:7.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbTP9W9tCT9Dbg2vdsQ0QwUiCkNrVkpc { width:47.75rem;height:2.9746125rem;top:10.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f  { width:22.1875rem;height:auto;top:14.625rem;left:11.53125rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f {display:block;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f { width:22.1875rem;height:auto;top:14.625rem;left:11.53125rem; }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #pBGBpfin2GUAQQGhaIEA4QARdo4eevKf {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #rm4mFmm7utiFhEz9bg1MH8DoNAauIqPW {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #xwpPP1xet78TUiXdx9WXrJwvzOmnfPFa {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #qGF60nUIlBl6H8Mdd4FwsJD1VOy9Ec4B {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #R9KTR6TzSmlbsmQCUzIJUwhUUo8peTOD {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #org6sc928RhkdJrOIcU81yXtzxN0vvd2 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #P0PFCkQw12w46AIGqruvqZyoB6bt7pxS {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #UNnPkbyUe1trDJkRkmbOQcKAwfGfIGLE {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #pvNd0tug9Jcm4Jir1zi2rD0EsVwHyduR {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #H4DBDVOz3LxgrFCwFghWeRWbRJEBSla9 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #vTh3mcJ2T2IpfTKcEBBd6wrUVtbVFnh8 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #WyWdoTlBPCTs0gIQ2NGhelbn2CWIOUST {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #BzatAZZWx1W3QJP9omxeP1LhO8NetTxy {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #dDEn1yFMRTRK5TK3CTdSLR0R86iNfBHg {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #wRIVvESizTMTvaQicbavA0nDSOTa6Dsv {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #iv2wnUoy1EZuUkmqleXGPvIp2HPxDnoA {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #mTaTPaAebWNTozhN0ZVs4awe4TSFxwHN {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #a7JaTW75XaDkZq8T7DO2JlPEvTtSRa5a {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #yf0RyG578E6pl1pS3UnTkLInTFucJHZ2 {  }
 }@media only screen and (max-width: 763px) { #g4ZcLQHTNMdALdy7XtXiTGZVe07ebEIi { width:18rem;height:3.4375rem;top:41.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNehbTbmILP8wZJdAIuxIGmoH2bRpg6X { display:block; }
 }@media only screen and (max-width: 763px) { #MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp { display:block; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI { display:block; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOGvfQJcyFgf1uqkE2ZcUfmcmwpV4NnZ { width:17.5rem;height:27.1875rem;top:12.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDqTtVcpMm9NsarrCmK4sKZmm1lL0NLo { width:13.625rem;height:12.75rem;top:23.8125rem;left:34.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKlRTT5mJRkkLJavFUScbnpro1llvk4z { width:7.5625rem;height:1.625rem;top:20.625rem;left:34.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTl55fMWuTFJQAX8v3OdURGtZ5fxefma { width:30.375rem;height:4.75rem;top:6.375rem;left:8.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX761yHXRoJvZT9RxmJu5BHeKOX8VlB3 { width:17.5rem;height:27.1875rem;top:12.6875rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSDNealZXTRECaNn03QegOZNNCSEAvvT { width:13.1875rem;height:7.9375rem;top:23.8125rem;left:17.28125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLZ7RCENDTuIr9fTZbd2cTapmTTbdkcZ { width:8.0625rem;height:3.5625rem;top:19.625rem;left:19.84375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9x3JFHBT9OtHn91yvTwgWJaTPXzg6Pm { width:17.5rem;height:27.1875rem;top:12.6875rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNWklnT7zNJIHtRSTgXwWIhV08HAmg9O { width:13rem;height:9.5625rem;top:54.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTFwiWKAkDEvspsTFDBiUmSoTsgDiexU { width:8.5625rem;height:3.25rem;top:50.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #owcOmgKyNvK17TpnABc0H9ZfqnTslsiE { width:13.5625rem;height:11.125rem;top:54.625rem;left:17.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFhxVoPmpHxPXOJ3JIPHB3fCHk3tr6Nw { width:13.25rem;height:1.625rem;top:51.25rem;left:17.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQcpWFORV2zsC4Q6cTcBUvkG483LhXk4 { width:17.5rem;height:25.4375rem;top:43.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4AEP2BG4kPIQP9xFUX87xNZUMONFoqT { width:4.6875rem;height:4.6875rem;top:14.4375rem;left:41.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLtwcPDThcXIv2BT5kwgS6szBo1r26nB { width:17.5rem;height:25.1875rem;top:43.5rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4hsyvQkKmchZUQzvS5EtrPMHxtIohR9 { width:5.375rem;height:1.625rem;top:51.1875rem;left:41.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxOZmbXPkvIMUWRPKItgD500Op2zurPV { width:14.75rem;height:6.375rem;top:54.625rem;left:33rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDaTgOK8o4eycVvHtezZnOrS06t4Xx6m { width:17.5rem;height:25.0625rem;top:43.5rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNOvxxc84oggcZxdrdAauT0obOMkpPeN { width:11.625rem;height:1.625rem;top:20.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcTsBDPSO9MXiDkp1GHiEkTFWTraknLM { width:15.125rem;height:12.75rem;top:23.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztWqsylPIRGbJxE7mgAwKJ6xP9gT1Mt4 { width:17.5rem;height:25.4375rem;top:77.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hedSel3fhggouuvTZs2mkxgMATsIahyy { width:17.5rem;height:25.4375rem;top:77.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0aG6ABq6ZhaSqPcX5vaAp8dd7n8A3NN { width:4.0625rem;height:4rem;top:14.75rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Skosmd2coMVNRunV8Z1mA9yLDdsmh138 { width:2.25rem;height:5.25rem;top:45.0625rem;left:41.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxFd6MqQgaTbrKCkfoCNZ7VJiUhLlHBT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw8SET26oLNamKPrCI0qcQXPAO33kbfP { width:3.875rem;height:3.875rem;top:14.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWiV94Tw6x6W4kml8kgHUz1Fs2UQddFS { width:3.25rem;height:4rem;top:46.3125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHT9tqesZNSZ4BDJT8cBbPITeA4ktc85 { width:3.75rem;height:4.5rem;top:45.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABh11QqRFFlAFDT0nnJF82uSF4IN0Wh6 { width:3.125rem;height:3.125rem;top:2rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9oeZhsAqNAU6TsPLLVB56UpQzGfc2hh { width:3.125rem;height:3.125rem;top:46.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exMveCeia2ykdTCZw48130xUnCzh3AHa { display:block; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9aHS2lSTZ1DssBnibhicbDdb0DDeNMd { width:38.25rem;height:7.1997rem;top:7.875rem;left:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3eEmJTwy9Jw0onBLGvT0svk8vu2PTZ { width:47.75rem;height:2.17480625rem;top:2.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byxW1C0gF4VCF2pLTXImc1XKO1I0uupX { width:2.0625rem;height:2.0625rem;top:2.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rucDlp6lgbJGC33wUaZ4XSsvU5PCHxtx { width:2.5rem;height:2.5rem;top:7.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiUAcss1KwAlRZHZofkkKeg78LW4iei { width:2.5rem;height:2.5rem;top:10.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6FTzkTyzT79FTVaNUA5T8X6sJs0vLh { width:2.4375rem;height:2.4375rem;top:12.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Edx0uaCmIl7An4C4p7d5HCLNyZDbLa { width:47.75rem;height:5.5244125rem;top:18.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCN40ylUePEXGPLhgWWBwgrfdn8fVDpX { width:12.5rem;height:2.03125rem;top:21.25rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe { display:block; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anEppShg6uR8Oz9lDtTD4twEMBhQJNtK { width:8.0625rem;height:3.8125rem;top:1.0625rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLTMTtlT3iuJZInp7qBAoaISL3deoNT { width:22.1875rem;height:22.4375rem;top:19.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a19A2gSIsK3m9J0GROTbvonIX2rKzz59 { width:47.75rem;height:2.4375rem;top:5.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMpB8L9aUVsWZh6U93OlFqTX5WCI9QtX { width:47.75rem;height:12.75rem;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfuntPv7TDMh5Cpp64vF1JbHa5NBitBz { width:47.75rem;height:1.29980625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZHCDJ3o1AS3OTUDUaI7tJTme0hQSh8R { width:47.75rem;height:1.375rem;top:23.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED { display:block; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFI4k2P4vuoL1BDk9s18yGB7gnCvWxMW { width:27.125rem;height:14.875rem;top:0.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntglwVkTvUg1L0rKTd8vAhcAtVInVr0H { width:27.625rem;height:17rem;top:0.875rem;left:20.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbMZAv7ZsNR2bPSUBLcqORQ601PSOT65 { width:15.625rem;height:2rem;top:13.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAITNQv1RwgxRmotlbXm5E6dF2vRG9e { display:block; }
 }@media only screen and (max-width: 763px) { #AvtTzdsFaCX05V33lRESI5wDCAZm8TWy { display:block; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8uQeVwDPanEKXho5aZmKv9w8D2lPAUC { width:47.75rem;height:2.4375rem;top:6.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5dAoVlVvvc8ZIEoPEmBab5gWRBzJFb { width:47.75rem;height:3.25rem;top:9.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl6eLGtdlKmikl5WOQhf3FyqB4l3q4rB { width:40rem;height:22.5rem;top:14.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHke3FimZ0K9CtiLTHk3AaSen0loBAKi { top:1.125rem;left:12.75rem;width:22.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8cH2GyFJcIWHTneyE4RgcR1FRfMbHw { display:block; }
 }@media only screen and (max-width: 763px) { #P2AJcA1ScSBKclZMuIQHGCCgURuxz755 { display:block; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUGtycwsDJSNBfqqTZcGPgxxc5XiAvXP { width:47.75rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykK65WrseOaDxNQ74hTzItTuJzSnLow { width:47.75rem;height:1.625rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GziXMweKcozUTFgNOT4Ourf1rqMgD2XO { display:block; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTk6ccQPvTXmrnWkCc4MOvhVw0XzvimZ { width:26.3125rem;height:51rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOU2NGBdWWyLwQAW4Cm0GyHcTbutu1Hf { width:25.25rem;height:14.875rem;top:1.75rem;left:22.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAUVXPzv6mVwIzZh8i89RkDb2GA5L9P { width:23.75rem;height:;top:14.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS8Q9HD4rHyE4zkoorSpMTOLfZUlx9kN { width:11.0625rem;height:7.125rem;top:28rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vmUKKLAPSf7mdFkXwvv5CcP4kCipEd { width:11.125rem;height:7.3125rem;top:27.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrAdJt8HAmlmT3TaJofPXJ2OmlR6t88 { width:25rem;height:3.875rem;top:36.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrwyQcJOZ0iRMKTBQqp2raKTFDBgCvUF { width:12.5rem;height:1.25rem;top:42.875rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9aBGtzI229zsm7lDRrzwkM9C5quWaq { width:10.8125rem;height:7.5rem;top:5.9375rem;left:23.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGCAD0HvJCnHAKypiZ5BJQncfesnu1wW { width:11.4375rem;height:7.5rem;top:5.9375rem;left:35.74365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxFIJNAdRflxNyl517z3P3PLJ6lJPZnF { width:23.75rem;height:;top:14.4375rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m801WQGkow7XWA905ZbrcGtzqLvsuMPI { width:20.625rem;height:14.875rem;top:22.875rem;left:23.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTc3rzlcm1SddLM73gThZvEVHWBwR1f4 { width:9.5625rem;height:7.3125rem;top:28rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy5kNuW9hNboeU5emxMBXs8nNesHHbg6 { width:23.75rem;height:;top:36.8125rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3yDgkyyfVmzJxNMPqaAirfi6wUFA9UE { width:10.75rem;height:7.0625rem;top:28rem;left:34.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frNTJIPl3enyGUTABC0285KtDFwlnTTi { width:11.0625rem;height:7.125rem;top:6.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCkdJoWTG59FBVEqv14XdL58lJQqXTqF { width:11.125rem;height:7.3125rem;top:6.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCJTXWTk41xDnGWC2yDSktXHFtBoZzF7 { width:12.5rem;height:1.3808625rem;top:25.5rem;left:6.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF { display:block; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMzPhJEBMEEeetc8v3isGSwXJEx0JFUv { width:31.0625rem;height:12.75rem;top:0.75rem;left:8.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsumeTBgfEE7W9HcVtdDoIKS5LgFTdfC { width:16.9375rem;height:11.0625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2aKqSREOmk5Tep3yrUmuZlAEcT7JhW2 { width:20.625rem;height:14.875rem;top:0.75rem;left:13.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7KTWWQvoP10CyWN0kawLbtMpRmuXf9O { width:16.75rem;height:11.125rem;top:5.6875rem;left:14.86865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkEpbUg6tJdtoLde2XnCo2HsKK3lnLZp { width:45.625rem;height:;top:19.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao7F8CQyM1DWhk5p9sT6Bd4gDTpAVpJK { width:16.75rem;height:11.125rem;top:5.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky { display:block; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INvhIwoRgmxmBTclP0G7NO464HAKSn3C { width:10.375rem;height:2.0996125rem;top:4.8125rem;left:14.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7kTBDBZN2DIl1CczsdpD63RAEWRJr9 { width:37rem;height:23.625rem;top:9.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihx3NQdsBT9iiCo1MuvHM9D5E4xSqhKd { width:23.6875rem;height:2.5996125rem;top:2.1875rem;left:14.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAJJPoX8AiGcrzoBTuP4kh3AlzJgHa38 { width:4.8125rem;height:4.8125rem;top:2.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 { display:block; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npS3e2Ag9eEWpVR5ueofT5BF3eCa2haS { width:37.9375rem;height:18.19875rem;top:9.5625rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzZyT5xNvaVAEk9Kr9cwWpGUCMu8wy8 { width:11.8125rem;height:9.625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXFS42BC9h6ugclX9oEpm7aHA60C2IE { width:37.9375rem;height:15rem;top:32.5rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3nKG4shzVhln0cV2O8NWHi4M5Q3KZ40 { width:12.0625rem;height:9.625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTT82CkQvexo2tTwTSsD41INuRoof4tf { width:6.8125rem;height:3.1875rem;top:1.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMHexoTVfKgsNfUXrRcqwKymmTXZ8Tth { width:23.3125rem;height:1.8125rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7z5I5uth0IaPP8UATC8qZi2Z3A0Ng4u { width:16.375rem;height:2.2749rem;top:31.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViJeca9AhbNiTkwvcOJzOGP7UM3434fq { width:13.25rem;height:2.2749rem;top:9.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrEwdreJqm5wQQs82CheCuoWpCWoGRs { width:1.5625rem;height:1.5625rem;top:24.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTa0fx2pWKG4kGAHDT0ESdgbPbgkJ3Te { width:6.0625rem;height:1.29980625rem;top:24.4375rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsZcSwNElTGprLDslTQSHRq9TUEX2m3 { width:1.5625rem;height:1.5625rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArN8lD8CbnDw3aSD200xvRBDVRITEWem { width:12.5rem;height:1.29980625rem;top:46.25rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw { background-color:transparent;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.adaptive-delivery-prevent-bg, #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.lazyload, #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.lazyloading { background-image: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { background-color: transparent; background-image: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .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); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMBuPTPTKwwypXMNSb3U5bFrEsyh1sB9 { width:6.9375rem;height:3.467775rem;top:6.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXrTkL7RHs0RU3ZqIOA3Pizmuvttyds { top:12.75rem;left:1.5rem;width:12.4375rem;height:3.5996125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHp0qISLwa23yf9uNpttfMEZRpSR3qOE { top:19.0625rem;left:0.1875rem;width:16.3125rem;height:1.92480625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRxBT3sFGRXLoxo7JrU7ZV10cRoPJugK { top:22.125rem;left:0rem;width:17.1875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXEEbbiJoybFxMHleHbsqnxd3CkFuR9X { top:36.6875rem;left:1.3125rem;width:12.8125rem;height:1.92480625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux9UAtgTkZV1xiAGc7FbpR7Qy7tRtuXF { top:40.125rem;left:1.59375rem;width:12.25rem;height:1.51220625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6WoJwGOR5717oP4TJkVTw38TLnp8D01 { top:26.75rem;left:1.3125rem;width:12.8125rem;height:1.92480625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwbeEzsG7FydHrsgPdLWxhhzcwvU3odw { top:29.875rem;left:1.09375rem;width:13.25rem;height:1.4433625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtttaBFlxXEFxW3wR1y1MtNHhkOImJpe { width:14.6875rem;height:1.7871125rem;top:19.375rem;left:31.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhrq64FRs2q5OEQ4wF4Bdg4MFH6AtMc8 { width:26.5625rem;height:36.3325rem;top:25.1357421875rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #St6quuHaQxdPz7rHJQ8SDMkAe65eZGx7 { width:20.5rem;height:14rem;top:5.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlqpgZ7QbnqZP6WqwDbIEP1pgJb5zGUA { width:6rem;height:1.625rem;top:21.5rem;left:35.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFI18dnCdsk6SKrVEwC8grVFUxBq9hvx { width:16.1875rem;height:10.6875rem;top:6.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 { display:block; }#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE0uBccJbfdEehTKWTE0IPyfRH5sKtPq { width:26.5625rem;height:3.4375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGPtcOg7HWuA98T9oIfT09xlSdNZtqM { display:block; }
 }@media only screen and (max-width: 763px) { #iKaErTTf0Kr8zA9VbdyHDbFWB6TaP2H3 { width:26.5625rem;height:3.4375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZatGTS0wV4X13UBqlkDry2Gw6qMfXzOn { display:block; }
 }@media only screen and (max-width: 763px) { #TCfB34mZLPviGsS0FemMqvoN87bgrfcZ { width:2.25rem;height:2.25rem;top:14.75rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRB1yPstXcLoctokJ1tr7FA7Br0velm { width:24.9375rem;height:4.38720625rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtfOa3Nm13OAW9AMArPzKRsUUwwTIxpm { width:2rem;height:2rem;top:19.25rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQp9LMvyFAITRJNVUaOnrVFWMukOHTp { width:35.1875rem;height:2.3999rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fez5ekBe1W3eRxSsx8PT2Tgg7s8RVHCT { width:23.6875rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsuLnhxBk11OdNwvgpOEopl2RpBDHVn { width:19.625rem;height:20.4375rem;top:2.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyV0sB1eMFCMGwXwn8e3SZuOi67T5PKG { width:15.5625rem;height:7.5625rem;top:8.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt { display:block; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6uyuCrEsVWr2XnG5iCUvTMzLFgDNHhi { width:28.5625rem;height:1.4624rem;top:3.1875rem;left:19.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPDe8VTtESDp7ayCF2TLdddm9nTl3P1n { width:28.5625rem;height:1.4624rem;top:3.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl { width:1.8125rem;height:1.8125rem;top:2.875rem;left:0rem;display:block; }
#TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Rm9dwiR6aOf3bXib373yE2m63clgfQR5 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { background-color: transparent; background-image: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container > .video-iframe-container { display: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row > .video-iframe-container { display: none; }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .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); }#Rm9dwiR6aOf3bXib373yE2m63clgfQR5 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJ5dUIP4iIx7fIS0sXhm48RRHVNc2fXp { width:5.75rem;height:2rem;top:1.5rem;left:7.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZXl3gtmMwUixx0Qx782rHFPt40EgQRu { display:block; }
 }@media only screen and (max-width: 763px) { #ZCT5GJ88WAa92GVZvPZRMXORFzaqz4W7 { width:11rem;height:2rem;top:1.5rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #liTJp9M9KNxs2QKJW5vJudH9Jcm7PGkq { display:block; }
 }@media only screen and (max-width: 763px) { #EFMgf1dfPotvWaUPaL03SBrl6XVfK5iv { display:flex;top:0.59375rem;left:16.28125rem;width:2.625rem;height:2.625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZV513JxyaAQLfeKxCEm82NLWzNLsCzGS { width:7.5625rem;height:2.8125rem;top:0.375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDpTVt9OllI3cEREuJq3zJymwcrWEoV { width:11rem;height:2rem;top:1.5rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm26xZ3vSm5wCIZR5ik3Afesm0CQ2BS0 { display:block; }
 }@media only screen and (max-width: 763px) { #FxavoSKs6sW43HVyyaahWTTX5ru563dt { display:block; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt { background-color: transparent; background-image: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container > .video-iframe-container { display: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row > .video-iframe-container { display: none; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .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); }#FxavoSKs6sW43HVyyaahWTTX5ru563dt { border-width: 0; border-radius: 0; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxavoSKs6sW43HVyyaahWTTX5ru563dt > .row .container { width:20rem;height:38.8125rem;background-color:#ffffff;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukl6MxLLlcvCJNeIISz4QW9uN1uvZTNT { width:6.3125rem;height:2.8125rem;top:0.9375rem;left:6.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #K2WtxfqThZXZdDTPSRKIWpo4sLD7FCip { width:3.0625rem;height:3.0625rem;top:22.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKXFRdeMmUKHvChaHdpIqur5oKK7DeFB { width:20rem;height:4.5498rem;top:22.99951171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7ERAezrR4s9oJqWJwnc11crtwov64d { width:20rem;height:11.6875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoRo0uQ05em1wNiDXEBsz8TSwIdpOIt { width:12.5rem;height:0;top:38.5625rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0hoEystK0E2JXSIcHZwAOmUH78yTGin { width:20rem;height:1.54345625rem;top:25.2119140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGsaTiK5X6ZwzmqzIOqrPhHMNw4hLZwR { display:flex;top:30.8125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ { background-color:#ffffff;background-image:none;display:block; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { background-color: transparent; background-image: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container > .video-iframe-container { display: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row > .video-iframe-container { display: none; }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .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); }#dHt7Xhrmol7TcMyqbK52h6Z4tTbP3cEJ > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spLthwX0W85ni2qlh8WRf7x43fTrHObT { display:flex;width:4rem;height:4rem;top:0.875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #uvZNXPvVDQqIeFldpkDwqcTHLH4CWbaJ { width:20rem;height:3.8994125rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:700;font-style:normal;color:#191919;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CbTP9W9tCT9Dbg2vdsQ0QwUiCkNrVkpc { width:20rem;height:5.5234375rem;top:10.35009765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;color:#3e3e3e;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-text {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-select {padding-top: 0; padding-bottom: 0;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f  { width:17.5rem;height:auto;top:15.81103515625rem;left:0rem; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rSnO181BTpN97MOu942vp0ruwAXeoq1f {display:block;}#rSnO181BTpN97MOu942vp0ruwAXeoq1f { width:17.5rem;height:auto;top:15.81103515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #pBGBpfin2GUAQQGhaIEA4QARdo4eevKf {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #rm4mFmm7utiFhEz9bg1MH8DoNAauIqPW {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #xwpPP1xet78TUiXdx9WXrJwvzOmnfPFa {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #qGF60nUIlBl6H8Mdd4FwsJD1VOy9Ec4B {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #R9KTR6TzSmlbsmQCUzIJUwhUUo8peTOD {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #org6sc928RhkdJrOIcU81yXtzxN0vvd2 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #P0PFCkQw12w46AIGqruvqZyoB6bt7pxS {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #UNnPkbyUe1trDJkRkmbOQcKAwfGfIGLE {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #pvNd0tug9Jcm4Jir1zi2rD0EsVwHyduR {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #H4DBDVOz3LxgrFCwFghWeRWbRJEBSla9 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #vTh3mcJ2T2IpfTKcEBBd6wrUVtbVFnh8 {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #WyWdoTlBPCTs0gIQ2NGhelbn2CWIOUST {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #BzatAZZWx1W3QJP9omxeP1LhO8NetTxy {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #dDEn1yFMRTRK5TK3CTdSLR0R86iNfBHg {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #wRIVvESizTMTvaQicbavA0nDSOTa6Dsv {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #iv2wnUoy1EZuUkmqleXGPvIp2HPxDnoA {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #mTaTPaAebWNTozhN0ZVs4awe4TSFxwHN {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #a7JaTW75XaDkZq8T7DO2JlPEvTtSRa5a {  }
 }@media only screen and (max-width: 763px) { #rSnO181BTpN97MOu942vp0ruwAXeoq1f #yf0RyG578E6pl1pS3UnTkLInTFucJHZ2 {  }
 }@media only screen and (max-width: 763px) { #g4ZcLQHTNMdALdy7XtXiTGZVe07ebEIi { width:18.875rem;height:2.75rem;top:43.5361328125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNehbTbmILP8wZJdAIuxIGmoH2bRpg6X { display:block; }
 }@media only screen and (max-width: 763px) { #MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp { display:block; }#MzB8y5qcOqDNBTALaqcNH4IB2I2VLPbp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI { background-color:#ffffff;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; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { background-color: transparent; background-image: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container > .video-iframe-container { display: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container { display: none; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .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); }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { border-width: 0; border-radius: 0; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqT7LuUGWXzOqp3n022lK3Dh8QJrKoBI > .row .container { width:20rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOGvfQJcyFgf1uqkE2ZcUfmcmwpV4NnZ { width:20rem;height:18.6875rem;top:15.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QDqTtVcpMm9NsarrCmK4sKZmm1lL0NLo { width:16.8125rem;height:7.5rem;top:60.95458984375rem;left:1.875rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wKlRTT5mJRkkLJavFUScbnpro1llvk4z { width:15.875rem;height:1.57470625rem;top:58.81787109375rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:400;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LTl55fMWuTFJQAX8v3OdURGtZ5fxefma { width:15rem;height:6.8246875rem;top:5.6875rem;left:2.5rem;font-size:1.75rem;line-height:1.3;font-family:rubik;font-weight:400;font-style:normal;color:#fb8b44;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wX761yHXRoJvZT9RxmJu5BHeKOX8VlB3 { width:20rem;height:14.25rem;top:36.0107421875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZSDNealZXTRECaNn03QegOZNNCSEAvvT { width:17.9375rem;height:4.5rem;top:44.0732421875rem;left:1.0625rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cLZ7RCENDTuIr9fTZbd2cTapmTTbdkcZ { width:15.875rem;height:1.70605625rem;top:41.0107421875rem;left:2.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #t9x3JFHBT9OtHn91yvTwgWJaTPXzg6Pm { width:20rem;height:18.6875rem;top:52.44873046875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TNWklnT7zNJIHtRSTgXwWIhV08HAmg9O { width:17.8125rem;height:4.5rem;top:119.06103515625rem;left:0.875rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #FTFwiWKAkDEvspsTFDBiUmSoTsgDiexU { width:15.875rem;height:1.57470625rem;top:83.623078125rem;left:4.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #owcOmgKyNvK17TpnABc0H9ZfqnTslsiE { width:17.5rem;height:7.5rem;top:81.8857421875rem;left:1.25rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XFhxVoPmpHxPXOJ3JIPHB3fCHk3tr6Nw { width:15.875rem;height:1.57470625rem;top:79.4375rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GQcpWFORV2zsC4Q6cTcBUvkG483LhXk4 { width:20rem;height:17.75rem;top:73.5732421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X4AEP2BG4kPIQP9xFUX87xNZUMONFoqT { top:53.32373046875rem;left:7.65625rem;width:4.6875rem;height:4.6875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vLtwcPDThcXIv2BT5kwgS6szBo1r26nB { width:17.5rem;height:25.1875rem;top:166.625rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #l4hsyvQkKmchZUQzvS5EtrPMHxtIohR9 { width:13.25rem;height:1.57470625rem;top:101rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dxOZmbXPkvIMUWRPKItgD500Op2zurPV { width:17.875rem;height:4.5rem;top:103.5rem;left:1rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fDaTgOK8o4eycVvHtezZnOrS06t4Xx6m { width:17.5rem;height:25.0625rem;top:194.125rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #FNOvxxc84oggcZxdrdAauT0obOMkpPeN { width:13.25rem;height:1.57470625rem;top:20.72314453125rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bcTsBDPSO9MXiDkp1GHiEkTFWTraknLM { width:18.4375rem;height:9rem;top:22.82373046875rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ztWqsylPIRGbJxE7mgAwKJ6xP9gT1Mt4 { width:20rem;height:13.625rem;top:112.3857421875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hedSel3fhggouuvTZs2mkxgMATsIahyy { width:20rem;height:15.875rem;top:93.537109375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #g0aG6ABq6ZhaSqPcX5vaAp8dd7n8A3NN { top:15.98046875rem;left:7.96875rem;width:4.0625rem;height:4rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Skosmd2coMVNRunV8Z1mA9yLDdsmh138 { top:94.9375rem;left:7.25rem;width:2.25rem;height:5.25rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GxFd6MqQgaTbrKCkfoCNZ7VJiUhLlHBT { top:165.8779296875rem;left:0rem;width:20rem;height:12.5rem;z-index:15018;border-top:0.0625rem solid #5e4d6d;border-left:0.0625rem solid #5e4d6d;border-right:0.0625rem solid #5e4d6d;border-bottom:0.0625rem solid #5e4d6d;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw8SET26oLNamKPrCI0qcQXPAO33kbfP { display:flex;width:3.0625rem;height:3.0625rem;top:36.97998046875rem;left:8.46875rem; }
 }@media only screen and (max-width: 763px) { #XWiV94Tw6x6W4kml8kgHUz1Fs2UQddFS { width:3.5625rem;height:4.25rem;top:95.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHT9tqesZNSZ4BDJT8cBbPITeA4ktc85 { width:4.625rem;height:5.5625rem;top:112.3857421875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABh11QqRFFlAFDT0nnJF82uSF4IN0Wh6 { display:flex;width:3.25rem;height:3.25rem;top:1.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #N9oeZhsAqNAU6TsPLLVB56UpQzGfc2hh { display:flex;width:3.125rem;height:3.125rem;top:75.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #exMveCeia2ykdTCZw48130xUnCzh3AHa { background-color:transparent;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; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { border-width: 0; border-radius: 0; }#exMveCeia2ykdTCZw48130xUnCzh3AHa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exMveCeia2ykdTCZw48130xUnCzh3AHa > .row .container { width:20rem;height:56.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l9aHS2lSTZ1DssBnibhicbDdb0DDeNMd { width:14.0625rem;height:16.19825rem;top:23.8984375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.2;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3eEmJTwy9Jw0onBLGvT0svk8vu2PTZ { width:16.3125rem;height:3.8984375rem;top:1.25rem;left:1.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#414143;font-weight:300;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #byxW1C0gF4VCF2pLTXImc1XKO1I0uupX { display:flex;width:3.125rem;height:3.125rem;top:6.3984375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rucDlp6lgbJGC33wUaZ4XSsvU5PCHxtx { display:flex;width:3.125rem;height:3.125rem;top:10.7734375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ixiUAcss1KwAlRZHZofkkKeg78LW4iei { display:flex;width:3.125rem;height:3.125rem;top:15.1484375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UN6FTzkTyzT79FTVaNUA5T8X6sJs0vLh { display:flex;width:3.125rem;height:3.125rem;top:19.5234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #s1Edx0uaCmIl7An4C4p7d5HCLNyZDbLa { width:17.75rem;height:10.233375rem;top:41.3466875rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#5e4d6d;font-family:"futura s";display:block; }
 }@media only screen and (max-width: 763px) { #eCN40ylUePEXGPLhgWWBwgrfdn8fVDpX { width:12.5rem;height:0;top:52.829625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { background-color: transparent; background-image: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container > .video-iframe-container { display: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row > .video-iframe-container { display: none; }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .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); }#uTRXALMZKCJ8XRgJ8tI4PPv3Vz6RXJLe > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anEppShg6uR8Oz9lDtTD4twEMBhQJNtK { width:6.4375rem;height:3rem;top:0.94921875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLTMTtlT3iuJZInp7qBAoaISL3deoNT { width:18.6875rem;height:27.8125rem;top:42.3125rem;left:1.3125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #a19A2gSIsK3m9J0GROTbvonIX2rKzz59 { width:20rem;height:2.3999rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#191919;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hMpB8L9aUVsWZh6U93OlFqTX5WCI9QtX { width:20rem;height:22.3125rem;top:9.13671875rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sfuntPv7TDMh5Cpp64vF1JbHa5NBitBz { width:20rem;height:1.29980625rem;top:7.27392578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:"fira sans";color:#383838;display:block; }
 }@media only screen and (max-width: 763px) { #wZHCDJ3o1AS3OTUDUaI7tJTme0hQSh8R { width:20rem;height:2.76171875rem;top:32.69921875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED { display:block; }#UDTc3EQqaJi4Jfh8RkWTI4eq2GNES1ED > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFI4k2P4vuoL1BDk9s18yGB7gnCvWxMW { width:19.9375rem;height:14.34375rem;top:0.125rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ntglwVkTvUg1L0rKTd8vAhcAtVInVr0H { width:20rem;height:15.9375rem;top:16.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gbMZAv7ZsNR2bPSUBLcqORQ601PSOT65 { width:13.3125rem;height:1.8125rem;top:29.375rem;left:3.34375rem;font-family:"fira sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VwAITNQv1RwgxRmotlbXm5E6dF2vRG9e { display:block; }
 }@media only screen and (max-width: 763px) { #AvtTzdsFaCX05V33lRESI5wDCAZm8TWy { display:block; }#AvtTzdsFaCX05V33lRESI5wDCAZm8TWy > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8uQeVwDPanEKXho5aZmKv9w8D2lPAUC { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#191919;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wH5dAoVlVvvc8ZIEoPEmBab5gWRBzJFb { width:20rem;height:9.26075rem;top:7.29980625rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xl6eLGtdlKmikl5WOQhf3FyqB4l3q4rB { height:11.25rem;width:20rem;top:18.29980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHke3FimZ0K9CtiLTHk3AaSen0loBAKi { top:26.98681640625rem;left:0.46875rem;width:19.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8cH2GyFJcIWHTneyE4RgcR1FRfMbHw { display:block; }
 }@media only screen and (max-width: 763px) { #P2AJcA1ScSBKclZMuIQHGCCgURuxz755 { display:block; }#P2AJcA1ScSBKclZMuIQHGCCgURuxz755 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUGtycwsDJSNBfqqTZcGPgxxc5XiAvXP { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#191919;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aykK65WrseOaDxNQ74hTzItTuJzSnLow { width:20rem;height:3.25rem;top:7.29980625rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GziXMweKcozUTFgNOT4Ourf1rqMgD2XO { display:block; }#GziXMweKcozUTFgNOT4Ourf1rqMgD2XO > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTk6ccQPvTXmrnWkCc4MOvhVw0XzvimZ { width:20rem;height:25.5rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IOU2NGBdWWyLwQAW4Cm0GyHcTbutu1Hf { width:20rem;height:8.5rem;top:40.00927734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HzAUVXPzv6mVwIzZh8i89RkDb2GA5L9P { width:20rem;height:8.9243125rem;top:10.9375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#0b0c17;font-family:"fira sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fS8Q9HD4rHyE4zkoorSpMTOLfZUlx9kN { width:7.9375rem;height:5rem;top:23.61669921875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vmUKKLAPSf7mdFkXwvv5CcP4kCipEd { width:7.75rem;height:5.0625rem;top:23.61669921875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrAdJt8HAmlmT3TaJofPXJ2OmlR6t88 { width:20rem;height:5.5234375rem;top:29.86669921875rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CrwyQcJOZ0iRMKTBQqp2raKTFDBgCvUF { width:6.3125rem;height:2.76171875rem;top:36.31591796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC9aBGtzI229zsm7lDRrzwkM9C5quWaq { width:7.9375rem;height:5.375rem;top:44.57177734375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGCAD0HvJCnHAKypiZ5BJQncfesnu1wW { width:8.375rem;height:5.3125rem;top:44.60302734375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxFIJNAdRflxNyl517z3P3PLJ6lJPZnF { width:20rem;height:12.749rem;top:51.25927734375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#0b0c17;font-family:"fira sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m801WQGkow7XWA905ZbrcGtzqLvsuMPI { width:20rem;height:7.4375rem;top:63.5458984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iTc3rzlcm1SddLM73gThZvEVHWBwR1f4 { width:8rem;height:5.9375rem;top:67.53125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy5kNuW9hNboeU5emxMBXs8nNesHHbg6 { width:20rem;height:12.749rem;top:75.24560546875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#0b0c17;font-family:"fira sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z3yDgkyyfVmzJxNMPqaAirfi6wUFA9UE { width:9.1875rem;height:6rem;top:67.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frNTJIPl3enyGUTABC0285KtDFwlnTTi { width:7.6875rem;height:4.9375rem;top:4.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCkdJoWTG59FBVEqv14XdL58lJQqXTqF { width:7.25rem;height:4.75rem;top:4.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCJTXWTk41xDnGWC2yDSktXHFtBoZzF7 { width:12.5rem;height:1.3808625rem;top:20.92333984375rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF { display:block; }#qtra64Ibnwe53bbsVLTvaNTWKZ1TQfuF > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMzPhJEBMEEeetc8v3isGSwXJEx0JFUv { width:20rem;height:7.4375rem;top:1.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DsumeTBgfEE7W9HcVtdDoIKS5LgFTdfC { width:16.9375rem;height:11.0625rem;top:7.5625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2aKqSREOmk5Tep3yrUmuZlAEcT7JhW2 { width:20rem;height:7.4375rem;top:3.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #e7KTWWQvoP10CyWN0kawLbtMpRmuXf9O { width:16.75rem;height:11.125rem;top:20.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkEpbUg6tJdtoLde2XnCo2HsKK3lnLZp { width:20rem;height:12.749rem;top:45.1875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#0b0c17;font-family:"fira sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ao7F8CQyM1DWhk5p9sT6Bd4gDTpAVpJK { width:16.75rem;height:11.125rem;top:32.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky { background-color:#ffffff;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; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { background-color: transparent; background-image: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container > .video-iframe-container { display: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container { display: none; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .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); }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { border-width: 0; border-radius: 0; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0CTqcbGTiNPyP1bkr6tDHGHT3AOpXky > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INvhIwoRgmxmBTclP0G7NO464HAKSn3C { width:10.4375rem;height:3.8994125rem;top:10.7246125rem;left:4.75rem;text-align:center;text-align-last:center;font-family:"work sans";font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7kTBDBZN2DIl1CczsdpD63RAEWRJr9 { width:15.5rem;height:9.375rem;top:15.93603515625rem;left:2.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ihx3NQdsBT9iiCo1MuvHM9D5E4xSqhKd { width:20rem;height:3.5996125rem;top:4.75rem;left:0rem;font-size:2rem;color:#999999;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lAJJPoX8AiGcrzoBTuP4kh3AlzJgHa38 { display:flex;width:2.25rem;height:2.25rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 { display:block; }#BwFaU8al7u2CkhdzEbTqsOAxBmxA0QE4 > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npS3e2Ag9eEWpVR5ueofT5BF3eCa2haS { width:18.25rem;height:35.69725rem;top:24.0048828125rem;left:0.875rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;color:#0b0c17;font-family:"fira sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HQzZyT5xNvaVAEk9Kr9cwWpGUCMu8wy8 { width:9.125rem;height:7.4375rem;top:13.2802734375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXFS42BC9h6ugclX9oEpm7aHA60C2IE { width:18.0625rem;height:36.65625rem;top:73.88330078125rem;left:0.96875rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;font-family:"fira sans";display:block; }
 }@media only screen and (max-width: 763px) { #g3nKG4shzVhln0cV2O8NWHi4M5Q3KZ40 { width:8.8125rem;height:7rem;top:62.75830078125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTT82CkQvexo2tTwTSsD41INuRoof4tf { width:6.75rem;height:3.3125rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMHexoTVfKgsNfUXrRcqwKymmTXZ8Tth { width:20rem;height:3.5996125rem;top:5.8125rem;left:0rem;font-size:2rem;color:#3d3d3e;text-align:center;text-align-last:center;line-height:.9;font-family:"fira sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M7z5I5uth0IaPP8UATC8qZi2Z3A0Ng4u { width:13.25rem;height:1.70605625rem;top:61.05224609375rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"work sans";font-weight:700;font-style:normal;color:#fb8b44;display:block; }
 }@media only screen and (max-width: 763px) { #ViJeca9AhbNiTkwvcOJzOGP7UM3434fq { width:8.125rem;height:1.70605625rem;top:10.88671875rem;left:5.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"work sans";font-weight:700;font-style:normal;color:#fb8b44;display:block; }
 }@media only screen and (max-width: 763px) { #gPrEwdreJqm5wQQs82CheCuoWpCWoGRs { display:flex;width:1.5625rem;height:1.5625rem;top:21.3125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #CTa0fx2pWKG4kGAHDT0ESdgbPbgkJ3Te { width:6.0625rem;height:1.29980625rem;top:21.5rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxsZcSwNElTGprLDslTQSHRq9TUEX2m3 { display:flex;width:1.5625rem;height:1.5625rem;top:71.25830078125rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #ArN8lD8CbnDw3aSD200xvRBDVRITEWem { width:12.5rem;height:1.29980625rem;top:71.3896484375rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e2b9314-9b93-4fc2-a2e4-e7d468328191/FlyerYogaton2022.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.adaptive-delivery-prevent-bg, #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.lazyload, #G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw.lazyloading { background-image: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { background-color: transparent; background-image: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row > .video-iframe-container { display: none; }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .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); }#G2zd8sVQuNBEDqrNq9G2Ng9NvdPchfkw > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMBuPTPTKwwypXMNSb3U5bFrEsyh1sB9 { width:6.3125rem;height:3rem;top:2.40625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFXrTkL7RHs0RU3ZqIOA3Pizmuvttyds { width:18.75rem;height:2.36230625rem;top:5.34375rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:.9;color:#6b546d;display:block; }
 }@media only screen and (max-width: 763px) { #gHp0qISLwa23yf9uNpttfMEZRpSR3qOE { width:12.8125rem;height:1.92480625rem;top:10.2060546875rem;left:3.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:raleway;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #sRxBT3sFGRXLoxo7JrU7ZV10cRoPJugK { width:17.1875rem;height:1.375rem;top:12.130859375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #lXEEbbiJoybFxMHleHbsqnxd3CkFuR9X { width:12.8125rem;height:1.92480625rem;top:18.94970703125rem;left:3.0927734375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:raleway;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #ux9UAtgTkZV1xiAGc7FbpR7Qy7tRtuXF { width:15.249rem;height:1.51220625rem;top:20.87451171875rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #w6WoJwGOR5717oP4TJkVTw38TLnp8D01 { width:12.8125rem;height:1.92480625rem;top:14.380859375rem;left:3.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:raleway;color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #MwbeEzsG7FydHrsgPdLWxhhzcwvU3odw { width:13.25rem;height:1.4433625rem;top:16.24365234375rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #wtttaBFlxXEFxW3wR1y1MtNHhkOImJpe { width:16.7480625rem;height:1.7871125rem;top:34.7578125rem;left:1.62548828125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"work sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vhrq64FRs2q5OEQ4wF4Bdg4MFH6AtMc8 { width:18.25rem;height:37.795875rem;top:37.3125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #St6quuHaQxdPz7rHJQ8SDMkAe65eZGx7 { width:15.875rem;height:10.8125rem;top:24.0078125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlqpgZ7QbnqZP6WqwDbIEP1pgJb5zGUA { width:17.5rem;height:1.7871125rem;top:32.470703125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFI18dnCdsk6SKrVEwC8grVFUxBq9hvx { width:14.6875rem;height:7.9375rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 { display:none; }#BQ222S8Ci6feVi15ne2QQLkM6EaWELF3 > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zE0uBccJbfdEehTKWTE0IPyfRH5sKtPq { width:18.626rem;height:3.313475rem;top:25.33398125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGPtcOg7HWuA98T9oIfT09xlSdNZtqM { display:block; }
 }@media only screen and (max-width: 763px) { #iKaErTTf0Kr8zA9VbdyHDbFWB6TaP2H3 { width:18.626rem;height:3.313475rem;top:17.27099375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZatGTS0wV4X13UBqlkDry2Gw6qMfXzOn { display:block; }
 }@media only screen and (max-width: 763px) { #TCfB34mZLPviGsS0FemMqvoN87bgrfcZ { width:2.25rem;height:2.25rem;top:21.83398125rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRB1yPstXcLoctokJ1tr7FA7Br0velm { width:20rem;height:5.84765625rem;top:10.1733375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtfOa3Nm13OAW9AMArPzKRsUUwwTIxpm { width:1.999025rem;height:1.999025rem;top:29.89696875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQp9LMvyFAITRJNVUaOnrVFWMukOHTp { width:20rem;height:4.798825rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fez5ekBe1W3eRxSsx8PT2Tgg7s8RVHCT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQsuLnhxBk11OdNwvgpOEopl2RpBDHVn { width:20rem;height:33.4375rem;top:66.7060625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5b662b', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NyV0sB1eMFCMGwXwn8e3SZuOi67T5PKG { width:6.25rem;height:3.125rem;top:27.1875rem;left:6.1845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt { display:block; }#JLwAidILm3ibOMUVeBHAW1CJfGTt94Wt > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6uyuCrEsVWr2XnG5iCUvTMzLFgDNHhi { width:11.8125rem;height:2.92480625rem;top:8.48730625rem;left:4.0625rem;font-size:1.125rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPDe8VTtESDp7ayCF2TLdddm9nTl3P1n { width:20rem;height:2.92480625rem;top:4.3125rem;left:0rem;font-size:1.125rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.0625rem; }
#TZKtTTT1dwFeOE3shrEOGtB1KUWUqutl > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }