.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;
}
:root { --color-primary-0:253,246,246;--color-primary-1:247,225,225;--color-primary-2:239,195,195;--color-primary-3:120,98,98;--color-primary-4:36,29,29;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:248,245,245;--color-tertiary-2:149,147,147;--color-tertiary-3:89,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/05471a40-ef3f-45bc-be91-1ede64d47308/BannerMantras2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#solCJWxk3lITSfHtxztF2gWeyKwNyF8A { color:#ffeea7;display:block;width:40.8125rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.69);top:8.375rem;left:17.125rem;height:8.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BsnazJIsDwTfKqnQRQT7tBJgPic3eRTt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"work sans";font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.5rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RECphOFX3109pT0UFGTRRChTMPz24rN7 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.6875rem;left:28.125rem;display:block; }
#D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { background-color:rgba(var(--color-primary-2),1);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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.5rem;left:28.25rem;display:block; }
#plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiICLPlvo4u4JRstnMxUIUom85T7riaT { 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.5rem;top:4.125rem;left:34.25rem;overflow:hidden;display:block; }
#GyOhvS2zJtneST7EL6WroA3vFTF0V49B { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:28.375rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.75rem;left:31.0625rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.0625rem;left:28.875rem; }
#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { background-color: transparent; background-image: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .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); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { border-width: 0; border-radius: 0; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { position:absolute;display:block;z-index:15003;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.25rem;width:8.625rem;top:1.4375rem;left:62.5rem;overflow:hidden;display:block; }
#K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { 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.625rem;width:7.5rem;top:1.75rem;left:51.1875rem;overflow:hidden;display:block; }
#Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { position:absolute;display:block;z-index:15006;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.4375rem;width:5.0625rem;top:1.375rem;left:69.9375rem;overflow:hidden;display:block; }
#PXudFB95N0pO4oSNlrweyugOniy1TNWT { 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:3.5625rem;width:7.5rem;top:1.8125rem;left:57.75rem;overflow:hidden;display:block; }
#WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:2.6875rem;left:31.5rem;overflow:hidden;display:block; }
#cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.8125rem;left:37.125rem;overflow:hidden;display:block; }
#sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:2.875rem;left:7.125rem;overflow:hidden;display:block; }
#uxr7Duxdv84BxgXkGuGAEcronkxORlNq { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:2.4375rem;left:14.75rem;overflow:hidden;display:block; }
#fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:2.4375rem;left:23.5rem;overflow:hidden;display:block; }
#Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:2.375rem;left:44rem;overflow:hidden;display:block; }
#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { background-color: transparent; background-image: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .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); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { border-width: 0; border-radius: 0; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#y2r05W3STOOTGgugWnHysIKqy4xcBIhu { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.5625rem;left:9.75rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:5.1875rem;left:6.6875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIaC7iX1IzG1SB5VSZaH65oFqkHwTc6f { background-color:rgba(var(--color-primary-2),1);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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.5rem;left:28.6875rem;display:block; }
#gJD2P2hGLyvlEK59GdUbEviAhWCxzRWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6sCf9izutVfUn7Pzx8trgqUB3FQ8iey { position:absolute;display:block;z-index:15010;background-color:#013554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.5625rem;top:10rem;left:21.25rem;display:block; }
#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { background-color: transparent; background-image: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .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); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { border-width: 0; border-radius: 0; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#hyFecqN1iQ7zZpvkkQ2TEko6TRZsTieI { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g13PWpXmxmZiiwDT10JNJLhvidGJ4WOa { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#buo6riURCrkQakEX87lCkgPeCZbUt389 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { background-color: transparent; background-image: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .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); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { border-width: 0; border-radius: 0; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#oxi2mpxyCt0ghkzuDZf7JfAEAXxCE4y1 { box-sizing:content-box;height:16rem;width:17.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.75rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#RUyPeUIAqHFNKT5TMbQEeCFLr1Lma2hs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5625rem;left:3.8125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikv1ph2Q57ia6LVJL6qgfS3BeyGTZcXO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.22;letter-spacing:0;top:8.6875rem;left:2.5rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#ITZ82ClR1fhp4xXBhtPcvyBJHS58JUyy { box-sizing:content-box;height:15.8125rem;width:17.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:19.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#fBibTEeCmGn70q8TK2MbcFntKwQJi0sW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:22.3125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsxfRDGbBWUgfgvAMom5hlaeaCmy0nNK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:8.6875rem;left:21rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#TRJrDy4USTU1igpN9U2AdexAHoyfuTu7 { box-sizing:content-box;height:15.8125rem;width:17.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:38.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ugaDnqMG5VX6OfRPZlwTVWeDKk1m1abz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.625rem;left:40.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jd9PlIro3Lo7MVf3eP4WhkyDlVg87roU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.22;letter-spacing:0;top:8.6875rem;left:39.4375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#TT92yKQHxNeVefunbr0l7VFmmqXhVQlV { box-sizing:content-box;height:15.75rem;width:17.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2rem;left:56.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#h8kB4cwnIffpCqTZFOkSB4b0oDo6ICgC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:11.875rem;left:58.28125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POcElKcR8ed2GTwGMFH6L1XqtHw9P9EN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.22;letter-spacing:0;top:8.6875rem;left:57.8125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#LTeTQxc51eUP2wsUtOaX0F0ducFrZweP { 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:4.75rem;width:4.75rem;top:2.875rem;left:26.03125rem;overflow:hidden;display:block; }
#qcqlKteLUVSsbebTNHRlxEQyzqxmAEQO { position:absolute;display:block;z-index:15014;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.75rem;width:4.75rem;top:3.4375rem;left:7.53125rem;overflow:hidden;display:block; }
#VpcOCZ1q09zg32NgQWq4TfnKioAnmPBG { position:absolute;display:block;z-index:15015;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.75rem;width:4.75rem;top:2.875rem;left:44.40625rem;overflow:hidden;display:block; }
#qUSqHrQkBRu5Zsfdcs5GxPUsp2210M4p { 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:5.5rem;width:5.5rem;top:2.5rem;left:62.40625rem;overflow:hidden;display:block; }
#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b39a7a37-9f81-4c6b-be71-f57162e7a78f/BannerMantras.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.adaptive-delivery-prevent-bg, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyload, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyloading { background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { background-color: transparent; background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .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); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { border-width: 0; border-radius: 0; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:25.875rem;display:block; }
#b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:46.25rem;display:block; }
#bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.6875rem;left:30.625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.6875rem;left:10.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { 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:15049;opacity:1;top:16.125rem;left:8.125rem; }
#HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.625rem;left:51.3125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:15.8125rem;left:27.75rem; }
#ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:15.625rem;left:48.875rem; }
#S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { color:#ffeea7;display:block;width:62.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:8.6875rem;left:6.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBCJCfAhD0els6tGlebidgrH8g67f9tN { color:#ffeea7;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5rem;left:8rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESaEXZiIxMnWpqFas6e1K7lTTVa5VFvb { background-color:rgba(var(--color-primary-2),1);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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.1875rem;left:27.3125rem;display:block; }
#pvprtfd0eoMJ2oEdtSaJ9Lx5CA1i6mlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TULaio8aGzM5eaETXvZvKqibHthTvWex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.29);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; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container { background-color: transparent; background-image: none; }#TULaio8aGzM5eaETXvZvKqibHthTvWex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container > .video-iframe-container { display: none; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row > .video-iframe-container { display: none; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .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); }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container { border-width: 0; border-radius: 0; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#c2CbkcFGazXmkPcSHdkAFS4TO3TKvyrq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.1875rem;left:4.125rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pd7NzCGxUKveGa4tKyEoJUs8eTwe2DZE { background-color:#fdfdfd;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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.875rem;left:4.125rem;display:block; }
#aa395U1TTS60zrfbhZmIV7IJCGNT77e9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyveTFXTIXVsECFryftEUxvTfUD7eEwo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:21.5rem;width:13.9375rem;top:9.3125rem;left:56.875rem;overflow:hidden;display:block; }
#C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d45b14dd-a531-4d4a-9a3f-a352386b65db/ANGERSVisuelsYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.3125rem;left:51.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm.adaptive-delivery-prevent-bg, #C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm.lazyload, #C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm.lazyloading { background-image: none; }
#uryAtPKXHGUACv7SX6AByGqCWBrm34rs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.125rem;left:3.875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6p4VERpguNHap5CBxWoxNhVBgC4eUqK { position:absolute;display:block;z-index:15009;background-color:#013554;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:32.5625rem;top:16.125rem;left:4.125rem;display:block; }
#ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx { box-sizing:content-box;height:19.375rem;width:18.5rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:43.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.adaptive-delivery-prevent-bg, #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.lazyload, #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.lazyloading { background-image: none; }
#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:12.9375rem;left:5.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dypme7i92odloVNnq813dGvzQ5xSyGel { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:14.5625rem;left:10.875rem;overflow:hidden;display:block; }
#wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:12.9375rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:3.625rem;left:29.875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:14.375rem;left:34.375rem;overflow:hidden;display:block; }
#TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:3.625rem;left:53.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:12.9375rem;left:52.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IW8DiB33oghyphuWEa8fuMhkgp8Am11p { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:14.4375rem;left:57.875rem;overflow:hidden;display:block; }
#nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:2.4375rem;left:49.9375rem;display:block; }
#QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S9nuJpmoai1tDMTTbgME7T1TPayviP2O { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:2.4375rem;left:24.9375rem;display:block; }
#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { background-color: transparent; background-image: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container > .video-iframe-container { display: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container { display: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .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); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { border-width: 0; border-radius: 0; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.03125rem;left:14.3125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { background-color: transparent; background-image: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container > .video-iframe-container { display: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row > .video-iframe-container { display: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .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); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { border-width: 0; border-radius: 0; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#oloVTL4GH5rSnTThTL9rvXXeDt6WOVM8 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IIivs5bCU4R56S2ZLWeCrtUZ4mMgRywK { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6750183105469rem;left:6.5rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#LSBe6tpPOBqI41vAP6aB3GZ4fzr2lcPT { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#iCKQRdJJGEWt18ymu7upOlJti0B3dnSi { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#nBW9HwEMd3nAZAuZbgBc0oFGNJi6rxK2 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#UHuT23UrKBrIsrproLgD0RZXORWnagIx { color:#000000;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#SxnPzGo3A27bHSC7aOy9eRXPm0UfbPhc { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:60.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#WsK3wayBUymT4dNTzdfLvyFrgI8MOqTd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59.1875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#SVdUMuNlk18xpMhTBEaLBl6ySNN9nD3i { position:absolute;display:block;z-index:15041;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.5625rem;width:3rem;top:1.1000061035156rem;left:20.425001144409rem;overflow:hidden;display:block; }
#kZ7qVgSPr7GKrWt7q4HTVhlxitWMPrgI { position:absolute;display:block;z-index:15042;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.5625rem;width:3rem;top:1.6000061035156rem;left:2.90625rem;overflow:hidden;display:block; }
#Alylfz4SN22V4vCKw1hP4CRGQBGlJ16q { position:absolute;display:block;z-index:15043;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.5625rem;width:3rem;top:1.1125183105469rem;left:40.549999237061rem;overflow:hidden;display:block; }
#Ha8FkchSITluoKbTt9iQTvtBapmUm8gp { position:absolute;display:block;z-index:15044;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.5625rem;width:3rem;top:1.0500183105469rem;left:56.375rem;overflow:hidden;display:block; }
#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { background-color: transparent; background-image: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container > .video-iframe-container { display: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container { display: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .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); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { border-width: 0; border-radius: 0; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:14.1875rem;display:block; }
#OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.8125rem;height:;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; }
#ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.4375rem;top:4.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:10rem;left:14.1875rem;display:block; }
#KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.8125rem;height:;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; }
#CK6bzAcZuONB1QADyyeIze1IzTguLT5s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.5625rem;top:12.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:37.875rem;display:block; }
#PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.21875rem;left:46.6875rem;height:4.6875rem;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; }
#X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { position:absolute;display:block;z-index:15014;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.5rem;width:5.4375rem;top:11.875rem;left:40.1875rem;overflow:hidden;display:block; }
#zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.6875rem;top:4.125rem;left:39.4375rem;overflow:hidden;display:block; }
#cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:9.9375rem;left:37.875rem;display:block; }
#n77TmouUduMMDXOhTe2s45gKsGyEBbku { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:11.34375rem;left:46.6875rem;height:4.6875rem;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; }
#WALaWHrE8TNb18WaPLMElw5PlTch52Nt { background-color:rgba(var(--color-primary-2),1);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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.75rem;left:28.78125rem;display:block; }
#GrIBh5mBwriyTl2E2I5pRvEECIQvoFvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ { position:relative;display:block; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ { background-color: transparent; background-image: none; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row .container > .video-iframe-container { display: none; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row > .video-iframe-container { display: none; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .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); }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ { border-width: 0; border-radius: 0; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .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; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FXGXACoRtTNN2bpzGKXeQ1rAPT5lliLZ { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:15.25rem;height:3.25rem;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; }
#DD5HSdDxUKtKDKrR5DCBOEmz8CzFeen8 { color:#2f2f2f;display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.875rem;left:7.1875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#OzDX6Kwhf9RsM5roGaobNyr8Le60zk0V { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.8125rem;top:8.5rem;left:26.3125rem;display:block; }
#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { background-color: transparent; background-image: none; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container > .video-iframe-container { display: none; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row > .video-iframe-container { display: none; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .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); }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { border-width: 0; border-radius: 0; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { font-size:0.875rem;font-family:arial;height:101.25rem;width:75rem;position:relative;display:block; }#oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { color:#2f2f2f;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.1875rem;left:24.5rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#z3tn0SeDCdO1hQm4yRM2xEq5l0SA0pol { color:#072559;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:27.78125rem;height:3.25rem;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; }
#g1muMRJ1ogxgie0l95BJhiEzulkOD8Sd { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:22.375rem;top:7rem;left:0.8125rem;overflow:hidden;display:block; }
#th1UAqK9M9I5sPBxRFT8cAnzcoaK5KBn { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.5625rem;width:21.875rem;top:7rem;left:39.4375rem;overflow:hidden;display:block; }
#wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:24.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:10.125rem;left:62.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { color:#2f2f2f;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:62.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#P03blFgTz6gA8qAoReFyt279DsT6Zzrc { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:17.625rem;width:15.5rem;top:23.5rem;left:21.3125rem;overflow:hidden;display:block; }
#Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { color:#2f2f2f;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.8125rem;left:3.25rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.8125rem;left:7.25rem;height:1.75rem;text-align:right;text-align-last:right;display:block; }
#hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { color:#2f2f2f;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.875rem;height:2.5rem;text-align:right;text-align-last:right;display:block; }
#GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { color:#2f2f2f;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.9375rem;left:5.25rem;height:1.75rem;text-align:right;text-align-last:right;display:block; }
#MJPDzNCCdHvpvs6APWqSZOpD3CI2x9vM { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:24.25rem;left:39.4375rem;overflow:hidden;display:block; }
#WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { color:#2f2f2f;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.75rem;left:56.125rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { color:#2f2f2f;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:28.875rem;left:56.125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { color:#072559;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:46.0625rem;left:27.75rem;height:3.25rem;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; }
#fJVcGBE2uIvhyAcP6aysx1mOHaDI92JT { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.0625rem;width:20.625rem;top:51.0625rem;left:2.375rem;overflow:hidden;display:block; }
#v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { color:#2f2f2f;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:66.875rem;left:2.625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { color:#2f2f2f;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:64.875rem;left:2.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#pGzii0burUot1V7ts2dl6cALxEPETKTc { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:24.125rem;top:51rem;left:25.0625rem;overflow:hidden;display:block; }
#SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { color:#2f2f2f;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:66.8125rem;left:25.5rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { color:#2f2f2f;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:64.8125rem;left:25.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { color:#2f2f2f;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:66.875rem;left:51.875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { color:#2f2f2f;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:64.875rem;left:51.875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#AbRu2f6nuZacHf8EfptiEv5hsOPWzJSG { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:13.3125rem;width:21.25rem;top:50.9375rem;left:51.1875rem;overflow:hidden;display:block; }
#QBgEnBzGOLlxIMKSdg79CSIRGS48685C { color:#2f2f2f;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:88.5rem;left:2.375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { color:#2f2f2f;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:84.625rem;left:2.375rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#XlCdQUdDxtueZwdKahvvD0ieBVTMOrNK { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.8125rem;width:17.875rem;top:71.9375rem;left:2.375rem;overflow:hidden;display:block; }
#LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { color:#2f2f2f;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:88.5rem;left:21.75rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { color:#2f2f2f;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:84.625rem;left:21.6875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#ufFRcKQc4qrwJMp2JKaIyOkwKT1Tv62r { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12rem;width:17.4375rem;top:71.9375rem;left:21.1875rem;overflow:hidden;display:block; }
#HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { color:#2f2f2f;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:86.75rem;left:39.9375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:84.6875rem;left:39.9375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#U0QTzxCtWroT3MdUEVBvRXdoTWVwaKm1 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:17.75rem;top:72rem;left:39.4375rem;overflow:hidden;display:block; }
#CuXAthwt2usepq2cZNlPewmZJNpUy6In { color:#2f2f2f;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:86.75rem;left:58.3125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { color:#2f2f2f;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:84.625rem;left:58.3125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#oQaAyBWIspiS5KpDrz5CI1lKdCTFKd2a { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.0625rem;width:14.625rem;top:71.9375rem;left:58.0625rem;overflow:hidden;display:block; }
#Dkel3VlkxNImFFvLnmzdAVWEgrTKdmbU { background-color:rgba(var(--color-primary-2),1);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.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:93.9375rem;left:28.875rem;display:block; }
#ciT2DxIEwkRO0qyaQkDHQhnAwmTNKNKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:16.1875rem;top:24.9375rem;left:21.1875rem;overflow:hidden;display:none; }
#QMILgpDIz2bk310yHny93RRCtnAZMim7 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:14.625rem;top:77.375rem;left:58.1875rem;overflow:hidden;display:none; }
#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { background-color: transparent; background-image: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container > .video-iframe-container { display: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container { display: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .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); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { border-width: 0; border-radius: 0; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:1.9375rem;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; }
#ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;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; }
#gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:7.3125rem;left:58.78125rem;height:3.625rem;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; }
#ruMAzoi8nboHuXvTVPxBMn6463Tq672r { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:7.75rem;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; }
#mEplr1mk2o6vFHHn55zZqxxiKugADA57 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.3125rem;left:40.03125rem;height:3.625rem;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; }
#G62aNFbw7TEwBlyiQR27b699LSUz5ThN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:5.8125rem;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; }
#F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:0.5rem;height:4.125rem;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; }
#dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:7.25rem; }
#UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.1875rem;left:21.28125rem;height:4.125rem;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; }
#BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { background-color: transparent; background-image: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .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); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:11.75rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.3125rem;left:8.25rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { 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:3.1875rem;width:6.5rem;top:2rem;left:0.875rem;overflow:hidden;display:block; }
#T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.125rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:56.0625rem;display:block; }
#dGuoFimiptmLB24bqAbkOwLUUNMAvceL { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:67.3125rem;display:block; }
#t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FWqVKTnxbqZyJRhrnxtDcazir044A2AN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:47.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:0.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #solCJWxk3lITSfHtxztF2gWeyKwNyF8A { top:8.375rem;left:3.5rem;width:40.8125rem;height:8.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnazJIsDwTfKqnQRQT7tBJgPic3eRTt { top:17.3125rem;left:6.875rem;width:34.0625rem;height:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RECphOFX3109pT0UFGTRRChTMPz24rN7 { top:23.6875rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { width:18.5rem;height:3.4375rem;top:32.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block; }
 }@media only screen and (max-width: 763px) { #wiICLPlvo4u4JRstnMxUIUom85T7riaT { top:4.125rem;left:20.625rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyOhvS2zJtneST7EL6WroA3vFTF0V49B { top:28.375rem;left:14.5rem;width:18.875rem;height:1.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { top:25.75rem;left:17.4375rem;width:15.125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { top:26.0625rem;left:15.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { top:1.4375rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { top:1.75rem;left:37.5625rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { top:1.375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { top:1.8125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { top:2.8125rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { top:2.6875rem;left:17.875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { top:2.8125rem;left:23.5rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { top:2.875rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { top:2.4375rem;left:1.125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { top:2.4375rem;left:9.875rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { top:2.375rem;left:30.375rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { top:12.5625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { top:5.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIaC7iX1IzG1SB5VSZaH65oFqkHwTc6f { width:17.6875rem;height:3.4375rem;top:30.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJD2P2hGLyvlEK59GdUbEviAhWCxzRWK { display:block; }
 }@media only screen and (max-width: 763px) { #s6sCf9izutVfUn7Pzx8trgqUB3FQ8iey { top:10rem;left:7.625rem;width:32.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyFecqN1iQ7zZpvkkQ2TEko6TRZsTieI { top:3.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13PWpXmxmZiiwDT10JNJLhvidGJ4WOa { top:2.5625rem;left:0rem;width:19.9375rem;height:4.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxi2mpxyCt0ghkzuDZf7JfAEAXxCE4y1 { top:1.75rem;left:0rem;width:17.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUyPeUIAqHFNKT5TMbQEeCFLr1Lma2hs { top:10.5625rem;left:0rem;width:12.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikv1ph2Q57ia6LVJL6qgfS3BeyGTZcXO { top:8.6875rem;left:0rem;width:14.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZ82ClR1fhp4xXBhtPcvyBJHS58JUyy { top:1.9375rem;left:6.0625rem;width:17.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBibTEeCmGn70q8TK2MbcFntKwQJi0sW { top:10.5625rem;left:8.6875rem;width:12.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsxfRDGbBWUgfgvAMom5hlaeaCmy0nNK { top:8.6875rem;left:7.375rem;width:14.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRJrDy4USTU1igpN9U2AdexAHoyfuTu7 { top:1.9375rem;left:24.4375rem;width:17.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugaDnqMG5VX6OfRPZlwTVWeDKk1m1abz { top:10.625rem;left:27.0625rem;width:12.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd9PlIro3Lo7MVf3eP4WhkyDlVg87roU { top:8.6875rem;left:25.8125rem;width:14.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT92yKQHxNeVefunbr0l7VFmmqXhVQlV { top:2rem;left:30.3125rem;width:17.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kB4cwnIffpCqTZFOkSB4b0oDo6ICgC { top:11.875rem;left:34rem;width:13.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcElKcR8ed2GTwGMFH6L1XqtHw9P9EN { top:8.6875rem;left:33rem;width:14.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTeTQxc51eUP2wsUtOaX0F0ducFrZweP { top:2.875rem;left:12.40625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcqlKteLUVSsbebTNHRlxEQyzqxmAEQO { top:3.4375rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpcOCZ1q09zg32NgQWq4TfnKioAnmPBG { top:2.875rem;left:30.78125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSqHrQkBRu5Zsfdcs5GxPUsp2210M4p { top:2.5rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { display:block; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { top:14.4375rem;left:12.25rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { top:14.4375rem;left:32.625rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { top:15.6875rem;left:17rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { top:15.6875rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { top:16.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { top:15.625rem;left:33.6875rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { top:15.8125rem;left:14.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { top:15.625rem;left:35.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { top:8.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCJCfAhD0els6tGlebidgrH8g67f9tN { top:5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaEXZiIxMnWpqFas6e1K7lTTVa5VFvb { width:18.375rem;height:3.4375rem;top:23.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvprtfd0eoMJ2oEdtSaJ9Lx5CA1i6mlw { display:block; }
 }@media only screen and (max-width: 763px) { #TULaio8aGzM5eaETXvZvKqibHthTvWex { display:block; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2CbkcFGazXmkPcSHdkAFS4TO3TKvyrq { top:18.1875rem;left:0rem;width:34.5rem;height:22.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd7NzCGxUKveGa4tKyEoJUs8eTwe2DZE { width:16.4375rem;height:3.4375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa395U1TTS60zrfbhZmIV7IJCGNT77e9 { display:block; }
 }@media only screen and (max-width: 763px) { #lyveTFXTIXVsECFryftEUxvTfUD7eEwo { top:9.3125rem;left:33.8125rem;width:13.9375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm { top:25.3125rem;left:30.5625rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #uryAtPKXHGUACv7SX6AByGqCWBrm34rs { top:6.125rem;left:0rem;width:33.3125rem;height:8.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6p4VERpguNHap5CBxWoxNhVBgC4eUqK { top:16.125rem;left:0rem;width:32.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx { top:15.4375rem;left:29.25rem;width:18.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6rem;top:3.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { top:14.5625rem;left:6.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:12.9375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:15.6875rem;height:7.5rem;top:3.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { top:14.375rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6rem;top:3.625rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:12.9375rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { top:14.4375rem;left:35.0625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { top:2.4375rem;left:31.625rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { display:none; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { display:none; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { top:2.4375rem;left:15.75rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { display:block; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { top:2.5625rem;left:0rem;width:19.9375rem;height:7.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { top:4rem;left:0.6875rem;width:46.375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 { display:block; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oloVTL4GH5rSnTThTL9rvXXeDt6WOVM8 { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIivs5bCU4R56S2ZLWeCrtUZ4mMgRywK { top:4.625rem;left:3.09375rem;width:7.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBe6tpPOBqI41vAP6aB3GZ4fzr2lcPT { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKQRdJJGEWt18ymu7upOlJti0B3dnSi { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBW9HwEMd3nAZAuZbgBc0oFGNJi6rxK2 { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHuT23UrKBrIsrproLgD0RZXORWnagIx { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnPzGo3A27bHSC7aOy9eRXPm0UfbPhc { top:0.625rem;left:37.03125rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsK3wayBUymT4dNTzdfLvyFrgI8MOqTd { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdUMuNlk18xpMhTBEaLBl6ySNN9nD3i { top:1.0625rem;left:11.9375rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7qVgSPr7GKrWt7q4HTVhlxitWMPrgI { top:1.5625rem;left:0rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alylfz4SN22V4vCKw1hP4CRGQBGlJ16q { top:1.0625rem;left:23.875rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha8FkchSITluoKbTt9iQTvtBapmUm8gp { top:1rem;left:35.8125rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { display:block; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { width:23rem;height:7.375rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { top:4.75rem;left:10.1875rem;width:8.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { top:4.1875rem;left:2.5625rem;width:5.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { width:23rem;height:7.375rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { top:11.25rem;left:10.1875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6bzAcZuONB1QADyyeIze1IzTguLT5s { top:12.8125rem;left:2.5625rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { width:23rem;height:7.375rem;top:1.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { top:3.1875rem;left:33.0625rem;width:13.8125rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { top:11.875rem;left:26.5625rem;width:5.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { top:4.125rem;left:25.8125rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { width:23rem;height:7.375rem;top:9.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77TmouUduMMDXOhTe2s45gKsGyEBbku { top:11.3125rem;left:33.0625rem;width:13.5625rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WALaWHrE8TNb18WaPLMElw5PlTch52Nt { width:17.4375rem;height:3.4375rem;top:20.75rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIBh5mBwriyTl2E2I5pRvEECIQvoFvI { display:block; }
 }@media only screen and (max-width: 763px) { #bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ { display:block; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXGXACoRtTNN2bpzGKXeQ1rAPT5lliLZ { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD5HSdDxUKtKDKrR5DCBOEmz8CzFeen8 { top:9.875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDX6Kwhf9RsM5roGaobNyr8Le60zk0V { top:8.5rem;left:12.6875rem;width:27.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { display:block; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { top:11.1875rem;left:10.875rem;width:12.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tn0SeDCdO1hQm4yRM2xEq5l0SA0pol { top:1.625rem;left:14.15625rem;width:19.4375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1muMRJ1ogxgie0l95BJhiEzulkOD8Sd { top:7rem;left:0rem;width:22.375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1UAqK9M9I5sPBxRFT8cAnzcoaK5KBn { top:7rem;left:25.8125rem;width:21.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { top:9.3125rem;left:10.875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { top:10.125rem;left:37.3125rem;width:10.4375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { top:13.3125rem;left:37.125rem;width:10.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P03blFgTz6gA8qAoReFyt279DsT6Zzrc { top:23.5rem;left:7.6875rem;width:15.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { top:27.8125rem;left:0rem;width:16.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { top:25.8125rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { top:35.875rem;left:0rem;width:14.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { top:33.9375rem;left:0rem;width:14.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJPDzNCCdHvpvs6APWqSZOpD3CI2x9vM { top:24.25rem;left:25.8125rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { top:30.75rem;left:33.625rem;width:14.125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { top:28.875rem;left:34.5625rem;width:13.1875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { top:46.0625rem;left:14.125rem;width:19.4375rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJVcGBE2uIvhyAcP6aysx1mOHaDI92JT { top:51.0625rem;left:0rem;width:20.625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { top:66.875rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { top:64.875rem;left:0rem;width:13.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzii0burUot1V7ts2dl6cALxEPETKTc { top:51rem;left:11.4375rem;width:24.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { top:66.8125rem;left:11.875rem;width:15.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { top:64.8125rem;left:11.875rem;width:17.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { top:66.875rem;left:33.625rem;width:14.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { top:64.875rem;left:30rem;width:17.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbRu2f6nuZacHf8EfptiEv5hsOPWzJSG { top:50.9375rem;left:26.5rem;width:21.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgEnBzGOLlxIMKSdg79CSIRGS48685C { top:88.5rem;left:0rem;width:15.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { top:84.625rem;left:0rem;width:14.6875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlCdQUdDxtueZwdKahvvD0ieBVTMOrNK { top:71.9375rem;left:0rem;width:17.875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { top:88.5rem;left:8.125rem;width:15.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { top:84.625rem;left:8.0625rem;width:11.8125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFRcKQc4qrwJMp2JKaIyOkwKT1Tv62r { top:71.9375rem;left:7.5625rem;width:17.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { top:86.75rem;left:26.3125rem;width:12.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { top:84.6875rem;left:26.3125rem;width:13.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QTzxCtWroT3MdUEVBvRXdoTWVwaKm1 { top:72rem;left:25.8125rem;width:17.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuXAthwt2usepq2cZNlPewmZJNpUy6In { top:86.75rem;left:34.4375rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { top:84.625rem;left:31.4375rem;width:16.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQaAyBWIspiS5KpDrz5CI1lKdCTFKd2a { top:71.9375rem;left:33.125rem;width:14.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkel3VlkxNImFFvLnmzdAVWEgrTKdmbU { width:17.25rem;height:3.4375rem;top:93.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciT2DxIEwkRO0qyaQkDHQhnAwmTNKNKe { display:block; }
 }@media only screen and (max-width: 763px) { #XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { top:24.9375rem;left:7.5625rem;width:16.1875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMILgpDIz2bk310yHny93RRCtnAZMim7 { top:77.375rem;left:33.125rem;width:14.625rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { display:block; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { top:7.3125rem;left:34.0625rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMAzoi8nboHuXvTVPxBMn6463Tq672r { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEplr1mk2o6vFHHn55zZqxxiKugADA57 { top:7.3125rem;left:22.125rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62aNFbw7TEwBlyiQR27b699LSUz5ThN { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { top:7.25rem;left:0rem;width:17.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { top:2.5625rem;left:3.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { top:7.1875rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { top:2rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { top:5.125rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { top:5.125rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { top:5.75rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { top:5.75rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { top:4.9375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { top:3rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { top:6rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a748f3f-a65e-4d82-87f2-5ed0b473cee9/BannerMantras5.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::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; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #solCJWxk3lITSfHtxztF2gWeyKwNyF8A { width:20rem;height:7.3125rem;top:19.8125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #BsnazJIsDwTfKqnQRQT7tBJgPic3eRTt { width:20rem;height:2.875rem;top:27.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RECphOFX3109pT0UFGTRRChTMPz24rN7 { width:18.75rem;height:0.125rem;top:15.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { width:16.3125rem;height:3.4375rem;top:37.625rem;left:1.875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block; }
 }@media only screen and (max-width: 763px) { #wiICLPlvo4u4JRstnMxUIUom85T7riaT { width:6.5rem;height:3.1875rem;top:25.5rem;left:6.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GyOhvS2zJtneST7EL6WroA3vFTF0V49B { width:17.375rem;height:1.5rem;top:34.5625rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15003;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { width:12.8125rem;height:1.9375rem;top:32.375rem;left:4.625rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { display:flex;width:2rem;height:2rem;top:32.3125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { width:5.9375rem;height:2.75rem;top:4.4375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { width:4.375rem;height:1.9375rem;top:4.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { width:5.25rem;height:1.4375rem;top:0.6875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { width:3.375rem;height:1.5625rem;top:3.1875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { width:4.375rem;height:1.3125rem;top:5.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { width:4.5rem;height:1.125rem;top:3.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { width:5.375rem;height:1.5625rem;top:2.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { width:3.9375rem;height:1.375rem;top:3rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { width:4.625rem;height:1.5625rem;top:4.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { width:20rem;height:31.25rem;top:10.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { width:20rem;height:4rem;top:3rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIaC7iX1IzG1SB5VSZaH65oFqkHwTc6f { width:15.8125rem;height:3.4375rem;top:44.125rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gJD2P2hGLyvlEK59GdUbEviAhWCxzRWK { display:block; }
 }@media only screen and (max-width: 763px) { #s6sCf9izutVfUn7Pzx8trgqUB3FQ8iey { width:20rem;height:0.125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyFecqN1iQ7zZpvkkQ2TEko6TRZsTieI { width:19.9375rem;height:4.099999875rem;top:2.25rem;left:-0.09375rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g13PWpXmxmZiiwDT10JNJLhvidGJ4WOa { width:19.9375rem;height:4.5rem;top:2.3125rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxi2mpxyCt0ghkzuDZf7JfAEAXxCE4y1 { width:17.375rem;height:14.875rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUyPeUIAqHFNKT5TMbQEeCFLr1Lma2hs { width:13.4375rem;height:3.75rem;top:10.3125rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikv1ph2Q57ia6LVJL6qgfS3BeyGTZcXO { width:14.125rem;height:1.4375rem;top:7.9375rem;left:2.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITZ82ClR1fhp4xXBhtPcvyBJHS58JUyy { width:17.4375rem;height:15.8125rem;top:17.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBibTEeCmGn70q8TK2MbcFntKwQJi0sW { width:12.1875rem;height:5rem;top:26.375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsxfRDGbBWUgfgvAMom5hlaeaCmy0nNK { width:14.75rem;height:1.4375rem;top:24.1875rem;left:2.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRJrDy4USTU1igpN9U2AdexAHoyfuTu7 { width:17.4375rem;height:15.8125rem;top:34.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugaDnqMG5VX6OfRPZlwTVWeDKk1m1abz { width:12.1875rem;height:3.75rem;top:44.5625rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jd9PlIro3Lo7MVf3eP4WhkyDlVg87roU { width:14.75rem;height:1.4375rem;top:42.375rem;left:2.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT92yKQHxNeVefunbr0l7VFmmqXhVQlV { width:17.4375rem;height:15.75rem;top:51.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kB4cwnIffpCqTZFOkSB4b0oDo6ICgC { width:12.1875rem;height:3.75rem;top:61.8125rem;left:3.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POcElKcR8ed2GTwGMFH6L1XqtHw9P9EN { width:14.75rem;height:2.875rem;top:58.25rem;left:2.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTeTQxc51eUP2wsUtOaX0F0ducFrZweP { width:4.75rem;height:4.75rem;top:18.375rem;left:7.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qcqlKteLUVSsbebTNHRlxEQyzqxmAEQO { width:4.75rem;height:4.75rem;top:2.3125rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VpcOCZ1q09zg32NgQWq4TfnKioAnmPBG { width:4.75rem;height:4.75rem;top:36.5rem;left:7.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qUSqHrQkBRu5Zsfdcs5GxPUsp2210M4p { width:5.5rem;height:5.5rem;top:52.5625rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { display:block; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { width:17.3125rem;height:0.125rem;top:19.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { width:17.3125rem;height:0.125rem;top:25.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { width:13.8125rem;height:2.875rem;top:21.0625rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { width:13.75rem;height:2.875rem;top:15.1875rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { display:flex;width:1.5625rem;height:1.5625rem;top:15.5625rem;left:2.125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { width:14.0625rem;height:2.875rem;top:26.875rem;left:4.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { display:flex;width:1.875rem;height:1.875rem;top:21.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { display:flex;width:1.4375rem;height:1.4375rem;top:26.875rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { width:20rem;height:4.125rem;top:9.1875rem;left:0rem;font-size:1.5rem;line-height:1.4;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #eBCJCfAhD0els6tGlebidgrH8g67f9tN { width:20rem;height:5.375rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1.4;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ESaEXZiIxMnWpqFas6e1K7lTTVa5VFvb { width:16rem;height:3.4375rem;top:32.125rem;left:2rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pvprtfd0eoMJ2oEdtSaJ9Lx5CA1i6mlw { display:block; }
 }@media only screen and (max-width: 763px) { #TULaio8aGzM5eaETXvZvKqibHthTvWex { display:block; }#TULaio8aGzM5eaETXvZvKqibHthTvWex > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2CbkcFGazXmkPcSHdkAFS4TO3TKvyrq { width:20rem;height:36.75rem;top:14.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pd7NzCGxUKveGa4tKyEoJUs8eTwe2DZE { width:16.6875rem;height:3.4375rem;top:53.6875rem;left:1.65625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aa395U1TTS60zrfbhZmIV7IJCGNT77e9 { display:block; }
 }@media only screen and (max-width: 763px) { #lyveTFXTIXVsECFryftEUxvTfUD7eEwo { width:11.125rem;height:17.25rem;top:59.875rem;left:8.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C1J2dq8vKCL5ktJp3SwQwbtywoQJXnTm { width:12.125rem;height:12.625rem;top:65.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #uryAtPKXHGUACv7SX6AByGqCWBrm34rs { width:20rem;height:7.125rem;top:3.0625rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6p4VERpguNHap5CBxWoxNhVBgC4eUqK { width:12.5rem;height:0.125rem;top:12.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx { width:14.375rem;height:15.0625rem;top:73.5rem;left:4.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15019;display:block; }#ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.adaptive-delivery-prevent-bg, #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.lazyload, #ZghbUyDyhRfwIvM5BMlZEwPzbyy58nCx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { 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; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6rem;top:2.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:11.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { width:6.25rem;height:1.4375rem;top:12.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:27.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:15.6875rem;height:7.5rem;top:17.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { width:6.25rem;height:1.4375rem;top:29.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6rem;top:34.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:41.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { width:6.25rem;height:1.4375rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { width:0.125rem;height:14.25rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { top:32.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { top:16.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { width:0.125rem;height:14.25rem;top:2.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { display:block; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { width:19.9375rem;height:7.25rem;top:2.6109390258789rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { width:20rem;height:11rem;top:2.625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 { background-color:#ffffff;background-image:none;display:block; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { background-color: transparent; background-image: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container > .video-iframe-container { display: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row > .video-iframe-container { display: none; }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .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); }#ly6d4y3ZnFdikrRpnARS3OUTM1foVk08 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oloVTL4GH5rSnTThTL9rvXXeDt6WOVM8 { width:5.8125rem;height:2rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIivs5bCU4R56S2ZLWeCrtUZ4mMgRywK { width:6.25rem;height:2.5rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBe6tpPOBqI41vAP6aB3GZ4fzr2lcPT { width:6.5rem;height:2rem;top:7.9375rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKQRdJJGEWt18ymu7upOlJti0B3dnSi { width:6.5625rem;height:3.75rem;top:9.9000244140625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBW9HwEMd3nAZAuZbgBc0oFGNJi6rxK2 { width:7.312rem;height:2rem;top:1.6875rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHuT23UrKBrIsrproLgD0RZXORWnagIx { width:7.5615rem;height:1.25rem;top:3.375rem;left:12.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxnPzGo3A27bHSC7aOy9eRXPm0UfbPhc { width:4.8125rem;height:2rem;top:7.9375rem;left:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsK3wayBUymT4dNTzdfLvyFrgI8MOqTd { width:7.4375rem;height:3.75rem;top:9.75rem;left:12.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVdUMuNlk18xpMhTBEaLBl6ySNN9nD3i { width:3rem;height:5.5625rem;top:7.9375305175781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7qVgSPr7GKrWt7q4HTVhlxitWMPrgI { width:3rem;height:5.5625rem;top:1.4249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alylfz4SN22V4vCKw1hP4CRGQBGlJ16q { width:3rem;height:5.5625rem;top:8.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha8FkchSITluoKbTt9iQTvtBapmUm8gp { width:3rem;height:5.5625rem;top:1.4499816894531rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { display:block; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { top:20.475006103516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { top:36.486724853516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { top:52.587493896484rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { width:7.125rem;height:1rem;top:3rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { width:5.3125rem;height:2.625rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { width:20rem;height:5.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { width:9.625rem;height:3rem;top:12.75rem;left:9.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CK6bzAcZuONB1QADyyeIze1IzTguLT5s { width:6.6875rem;height:2rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { width:20rem;height:5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { width:9.8125rem;height:3rem;top:7.3125rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { width:5.625rem;height:3.5625rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { width:7rem;height:2.9375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { width:20rem;height:5.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77TmouUduMMDXOhTe2s45gKsGyEBbku { width:9rem;height:4rem;top:18.3125rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WALaWHrE8TNb18WaPLMElw5PlTch52Nt { width:16.0625rem;height:3.4375rem;top:25.5rem;left:1.96875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GrIBh5mBwriyTl2E2I5pRvEECIQvoFvI { display:block; }
 }@media only screen and (max-width: 763px) { #bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ { display:block; }#bG0rSgTHZkoUEV3UKQ7Lf5T2PtTZ9eBJ > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXGXACoRtTNN2bpzGKXeQ1rAPT5lliLZ { width:20rem;height:4.125rem;top:2.75rem;left:0rem;font-size:2.0625rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DD5HSdDxUKtKDKrR5DCBOEmz8CzFeen8 { width:19rem;height:20.25rem;top:9.8125rem;left:0.5rem;font-size:1.125rem;color:#000000;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzDX6Kwhf9RsM5roGaobNyr8Le60zk0V { width:20rem;height:0.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { display:block; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { width:20rem;height:236.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { width:17.625rem;height:3.75rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tn0SeDCdO1hQm4yRM2xEq5l0SA0pol { width:16.0625rem;height:2rem;top:2.8125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g1muMRJ1ogxgie0l95BJhiEzulkOD8Sd { width:20rem;height:11.8125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1UAqK9M9I5sPBxRFT8cAnzcoaK5KBn { width:20rem;height:12.4rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { width:12.5625rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { width:19.0625rem;height:1.5rem;top:39.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { width:15.125rem;height:2.5rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P03blFgTz6gA8qAoReFyt279DsT6Zzrc { width:9.9375rem;height:11.1875rem;top:49rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { width:16.5rem;height:3.75rem;top:60.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { width:9.625rem;height:1.75rem;top:58.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { width:14.8125rem;height:2.5rem;top:67.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { width:14.5rem;height:1.75rem;top:65.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJPDzNCCdHvpvs6APWqSZOpD3CI2x9vM { width:11.1875rem;height:11.1875rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { width:8.625rem;height:10rem;top:76.375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { width:8.875rem;height:3rem;top:72.875rem;left:11.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { width:19.4375rem;height:2rem;top:90.3125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJVcGBE2uIvhyAcP6aysx1mOHaDI92JT { width:20rem;height:12.666666666667rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { width:14.8125rem;height:1.25rem;top:109.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { width:13.625rem;height:1.75rem;top:107.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzii0burUot1V7ts2dl6cALxEPETKTc { width:20rem;height:10.932642487047rem;top:112.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { width:15.375rem;height:2.5rem;top:126.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { width:17.75rem;height:1.75rem;top:124.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { width:17.8125rem;height:1.25rem;top:146.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { width:17.75rem;height:1.75rem;top:144.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbRu2f6nuZacHf8EfptiEv5hsOPWzJSG { width:20rem;height:12.529411764706rem;top:131.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgEnBzGOLlxIMKSdg79CSIRGS48685C { width:19.875rem;height:2.5rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { width:20rem;height:1.5rem;top:163.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XlCdQUdDxtueZwdKahvvD0ieBVTMOrNK { width:20rem;height:13.1875rem;top:149.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { width:15.375rem;height:2.5rem;top:186.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { width:16.9375rem;height:1.5rem;top:184.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ufFRcKQc4qrwJMp2JKaIyOkwKT1Tv62r { width:20rem;height:13.6875rem;top:170.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { width:18.6875rem;height:1.25rem;top:207.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { width:13.0625rem;height:1.75rem;top:205.75rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QTzxCtWroT3MdUEVBvRXdoTWVwaKm1 { width:20rem;height:13.375rem;top:191.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuXAthwt2usepq2cZNlPewmZJNpUy6In { width:13.3125rem;height:1.25rem;top:226.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { width:17.6875rem;height:1.75rem;top:224.5rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQaAyBWIspiS5KpDrz5CI1lKdCTFKd2a { width:15.1875rem;height:12.625rem;top:224.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Dkel3VlkxNImFFvLnmzdAVWEgrTKdmbU { width:15.875rem;height:3.4375rem;top:230.9375rem;left:2.0625rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ciT2DxIEwkRO0qyaQkDHQhnAwmTNKNKe { display:block; }
 }@media only screen and (max-width: 763px) { #XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { width:20rem;height:11.1875rem;top:46.1875rem;left:0rem;overflow:hidden;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #QMILgpDIz2bk310yHny93RRCtnAZMim7 { width:20rem;height:12.625rem;top:211rem;left:0rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { display:block; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { width:7.8125rem;height:2.5rem;top:7.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { width:8.9375rem;height:2.5rem;top:20.46875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { width:8.1875rem;height:2.5rem;top:17.75rem;left:0.9375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ruMAzoi8nboHuXvTVPxBMn6463Tq672r { width:10.125rem;height:6.25rem;top:20.5rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEplr1mk2o6vFHHn55zZqxxiKugADA57 { width:8.6875rem;height:2.25rem;top:17.875rem;left:10.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62aNFbw7TEwBlyiQR27b699LSUz5ThN { width:8.1875rem;height:5rem;top:7.5625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { width:10.25rem;height:2.5rem;top:4.625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { display:flex;width:3.25rem;height:3.25rem;top:13.875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { display:flex;width:3.4375rem;height:3.4375rem;top:13.6875rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { display:flex;width:3.0625rem;height:3.0625rem;top:0.6875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { width:7.5rem;height:2.5rem;top:4.75rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { display:flex;width:3.625rem;height:3.625rem;top:0.6875rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:20rem;height:17.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:6.75rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:13.5625rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:10.375rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { width:5.5625rem;height:2.6875rem;top:3.4375rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { width:6.75rem;height:1.625rem;top:12.75rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { width:6.375rem;height:1.625rem;top:12.8125rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { width:0.125rem;height:1.25rem;top:13rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { width:0.125rem;height:1.25rem;top:13rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { width:4.5625rem;height:0;top:12.8125rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { width:18.9375rem;height:1rem;top:11rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { width:18rem;height:1rem;top:7.5rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }