.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:243,222,226;--color-primary-1:217,144,158;--color-primary-2:178,32,60;--color-primary-3:89,16,30;--color-primary-4:27,5,9;--color-secondary-0:253,232,224;--color-secondary-1:249,178,153;--color-secondary-2:242,101,50;--color-secondary-3:121,51,25;--color-secondary-4:36,15,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { background-color: transparent; background-image: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { border-width: 0; border-radius: 0; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#s0VWFFuMPMVgzywV4RvXvxIG8KdKdiWS { color:#fe6f20;display:block;width:29.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:0.875rem;left:45.873699188233rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-number { border-top:0.068125rem solid rgba(var(--color-tertiary-0),1);border-left:0.0675rem solid rgba(var(--color-tertiary-0),1);border-right:0.0675rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.068125rem solid rgba(var(--color-tertiary-0),1);background-color:#ffcc66;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.55625rem;padding-right:0.488125rem;padding-bottom:0.55625rem;padding-left:0.488125rem;display:block;align-items:center;width:2.9275rem;min-width:2.9275rem;height:2.991875rem;position:relative;font-family:poppins;font-size:2.226875rem;font-weight:700;line-height:47.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-label { background-color:;background-image:none;color:#fe6f20;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3475rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.903125rem;height:1.181875rem;position:relative;font-family:poppins;font-size:0.835rem;font-weight:700;line-height:18.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.125rem;height:5.77rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.0750000476837rem;left:50.65468788147rem;z-index:15012;display:none; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #Jla0oKwne0135pBZvmAollApnmJ3uLIM { display:flex;position:relative;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #VcmOZ1KQ3SXdHfeXvgQsprNr8kyri858 { width:auto; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #f6737biBIeUDRstfUGW6aTqgOTOzKDw2 {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #DQuIEmC9eMxu5TCCDLMWrpsUnZMSgpUK { display:flex;position:relative;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #b1fd7ERkLvkFGDMOLuLn3tC1cR0EctA6 {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #ihteZwdITpuL3vMPGkpoIKdub4GVW787 {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #CXNrZvTv2UN7UWZI9RFg5I3Me9e271i4 { display:flex;position:relative;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #d5gw6sE5Hcfa2HyblcTHypicO1609Bxf {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #tLZk4RngNvduW0DGvgMUmEbAnZVX8SCr {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #U4TwUCdG5rkL2a04fXrIiolOBZRwQcUR { display:flex;position:relative;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #racEDOVPRuoi3PwPpMFviHkoVc83Ivrb {  }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #hLysXTVbzLI2MuxmzwNnhFb4P2v0QtZN {  }
#kKCTb4qqx6L89T0HrlIU7DotOuq8OlcJ { 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:4rem;width:18.125rem;top:0.99934893846512rem;left:28.4375rem;overflow:hidden;display:block; }
#s2ahcLSKbRr4Tk6b9S2rhvzOwCKO9tsD { 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.9375rem;width:12.6875rem;top:0.99934893846512rem;left:28.4375rem;overflow:hidden;display:none; }
#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3893b346-2a1f-46f3-9989-d8896bb8fe7d/BANER_1_v2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb.adaptive-delivery-prevent-bg, #xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb.lazyload, #xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb.lazyloading { background-image: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { background-color: transparent; background-image: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container > .video-iframe-container { display: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row > .video-iframe-container { display: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .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); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { border-width: 0; border-radius: 0; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#I055h0c61Tkr6Cr6ANO147yxpZe6nG9U { color:#da0e7a;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.0625rem;left:10rem;height:5.85rem;font-style:normal;display:block; }
#nqpNTsz0i1r8e0DEXP7WIRAxItSvmS9n { color:#4e5873;display:block;width:23.999rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:22.625rem;left:10.625rem;height:4.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtScuWKaKtcqMIVl0JsB7eIiWmQVeZAD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:29.095596313476rem;left:0rem;display:block; }
#WvkimqMsJOZMiAUeaDOpJXJ6crpMSHQD { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(120,86,104,0.26) ;height:38rem;width:24.9375rem;top:4.3125rem;left:50rem;display:block; }
#ANN0mThrL06ffdCCA2pxuRhrNfZpiERP { position:absolute;display:block;z-index:14999;background-color:#1e67fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:25.186625rem;top:3.6875rem;left:49.875rem;display:block; }
#Zuy1FKekN0R77pQSD00cb5FHnT4f2yVo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.7484375rem;position:absolute;font-family:"barlow condensed";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.0625rem;left:51.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVeD8Zw3NGcbdmsFbi3Wp3Wv4HL3T08S { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9373125rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:51rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-form-header {  }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#1f374a;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#da0e7a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.3125rem;height:3.8125rem;font-family:poppins;overflow:hidden;line-height:1.3; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy [class*="-text"]:-moz-placeholder { color:#1f374a;font-family:"open sans";font-size:0.875rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy [class*="-text"]::-moz-placeholder { color:#1f374a;font-family:"open sans";font-size:0.875rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy [class*="-text"]:-ms-input-placeholder { color:#1f374a;font-family:"open sans";font-size:0.875rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy [class*="-text"]::-webkit-input-placeholder { color:#1f374a;font-family:"open sans";font-size:0.875rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#031f59;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-container:first-of-type{padding-top:0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-container:last-of-type{padding-bottom:0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.686359405517rem;left:50.3125rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy {display:block;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.875rem;left:50.3125rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lZyO6ncKNxBeR6mJc5beS22sBIwTuSGp { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #mTpFU8tpWFBt4PRxJwlBH4sCv0I32fBT { position:relative;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #uIwMu0EC3vC3ahO0dA6WVEEc8BZdymKZ { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #AxuWG3u9qtcbzVGpQCDra3EWb7KXrrPg { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lmen5UGDJwIK5qRfenTncSbJXqQgokI9 { position:relative;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #JZuqx5QR8wFAdswdWcQiW70VeTamtU0T { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #d9cgBkTzAMg9SBWgTLdG2IxIPnvQMzkG { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #LZzPTOfWQymkIFgxf3M0gKb9Txif6L6X { position:relative;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #r4yutQCzfVLHGlfNpc5PFN4UQCQ8KEVc { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #RwcnMnl55p9C85NxC636PXGbZdZOldSn { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #kych9ugMl2oRStfR4q57xOCTUHPQKDxr { position:relative;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #icN9c05ha481TikV1F6GI2svAF1uTZoh { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #Bh2xL7nrafxJztWEkHxwpWhbCC3qQMNg { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #s2WcRFIHsFRGxLkKeDZmI9dWqpru7KN5 { position:relative;z-index:2; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #imG0qIuPnlBP0cSgqVt8HJ2BAQbT7G7M { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #ZaGDV74nZ21J01d1kKyCfWsJqthMOaDi { position:relative;display:block;z-index:15000; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #UcrgDmZxOTiodAbRgRezeQ3IoQcxWMF0 { position:relative;display:block;z-index:15000; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #dqG9TiQB7ETiADApWTTXdP6WoadeGlCq { position:relative; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #FN1fBDUriwx4H1ZUlRvAWn4IwXozO305 { position:relative; }
#I5BTtLr1FxrlTiqvsvTFucLbt4KxlDEd { position:absolute;display:block;z-index:14995;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:32.937rem;width:26.1873125rem;top:16.625rem;left:32.3125rem;overflow:hidden;display:block; }
#QyJT9VBbOwUiqe5Ux1aMhtNzdfw96zt0 { color:#da0e7a;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:17.5rem;left:10rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBgvaLeHwVmfwp7SQvLibBryILTQZaKI { box-sizing:content-box;height:27.4373125rem;width:51.4998125rem;position:absolute;display:block;z-index:14994;background-color:rgba(255,255,255,0.89);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:3.5625rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }
#NM3DXJZCJtZFWqMN8ppBeWXvGBqGtly8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.0625rem;left:38.5625rem; }
#n5hksw4DtlQTxOUptFsn2kVEkCERATwG { position:absolute;display:block;z-index:15000;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:38.8125rem;width:38.8125rem;display:none; }
#mfARP26Eo6r6cTKEyTvo1fSSKpRlOEJp { position:absolute;display:block;z-index:14995;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:37.1875rem;width:29.5621875rem;top:14.545083999634rem;left:30.477699279785rem;overflow:hidden;display:none; }
#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a3085a;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; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container { background-color: transparent; background-image: none; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container > .video-iframe-container { display: none; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row > .video-iframe-container { display: none; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .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); }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container { border-width: 0; border-radius: 0; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#uZDXFkicgt4qCfmd60ylxEC8Lq8Ii2pl { color:#ffffff;display:block;width:26.560875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.5625rem;left:0.5rem;height:8.9238375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vcuzyQnqibxxNblnuUmicq249x691fBw { color:#576671;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5rem;left:48.4375rem;height:9.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFSQzTGefX8rMtHEzbJ5uzNsQATapF40 { color:rgba(var(--color-primary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:49.958765983581rem;left:19.065757751465rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oBUcEBbPLgzCfOPgxUsLalK54CNAibqS { position:absolute;display:block;z-index:14998;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:20.812375rem;width:16.749875rem;top:3.1875rem;left:29.0625rem;overflow:hidden;display:block; }
#xpiDXl1zS70kTutFG30pEAblppRrrGDU { position:absolute;display:block;z-index:14998;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:26.4375rem;width:27.0625rem;top:0.5625rem;left:23.9375rem;overflow:hidden;display:block; }
#RuHP3G4FXExki0x2wu2XzW5dt8KDlWJh { color:#f9f871;display:block;width:40.5623125rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:27.5625rem;left:18.125rem;height:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4bNqOiEDWhOzVFF2s2ZZMe0exzkVaIb { 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:1.62435rem;width:11.624375rem;top:21.5rem;left:31.875rem;overflow:hidden;display:block; }
#xldnonaW0OFZOra5h4z3tKdlo0olQ5tz { 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:3.5612rem;width:24.685875rem;top:22.9375rem;left:4.125rem;overflow:hidden;display:block; }
#V2HcMgMFVT8r6fpeHBuF2qeRczwmP7lV { color:#f9f871;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:14.9375rem;left:48rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbk56p67EHJKCohTlRlP4FqHQ2BLBGsV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:11.519556777023rem;left:63.29024096875rem;overflow:hidden;display:block; }
#AEfDbpJNoPO2KTO7C1u9R89T69Px4LRI { color:#ffffff;display:block;width:65.374375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.6749687194824rem;left:5.703125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RBuCsVbKn8JskQNW4rRzIxCMpPIvrloi { position:absolute;display:block;z-index:14999;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.24956875rem;width:5.49985625rem;top:2.1240234375rem;left:4.12353515625rem;overflow:hidden;display:none; }
#XpozNHrXVVHP5kkt9HAehD0a8eD2uXbS { color:#ffffff;display:block;width:27.312rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.3125rem;left:0rem;height:3.673825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UwPQaQqT5DglfqQmbDzX9TNTHfgbVbZJ { position:absolute;display:block;z-index:14999;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.24956875rem;width:5.49985625rem;top:2.0625rem;left:4.125rem;overflow:hidden;display:none; }
#W13XnKgXZRDEOnmIdaNCyB5dVxJrpgmG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a3085a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH > .row .container { border-width: 0; border-radius: 0; }#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:none; }#r2nJuH0TLUivWtN4uXSXKJUO63Z0Mt0f { color:#ffffff;display:block;width:26.5610625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.123844146729rem;left:0rem;height:9.71191875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e8MASwylV3JrGduZW6sudWFXqU5dJTBF { color:#576671;display:block;width:28.3745625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.562355041504rem;left:46.624708175659rem;height:5.249025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRwLRBsln7dco37etoTJMdGJTUxuhfBx { color:rgba(var(--color-primary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:49.958765983581rem;left:19.065757751465rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZDIoFUkGXgcgGT4bUxJ0IPOL6qdqIJvh { position:absolute;display:block;z-index:14998;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:20.812375rem;width:16.749875rem;top:8.3748550415037rem;left:28.312356948852rem;overflow:hidden;display:block; }
#zT62epp4Akm4zS3tWtX8duhzAw93gEn0 { position:absolute;display:block;z-index:14998;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:26.4375rem;width:27.0625rem;top:5.7497100830078rem;left:23.249422073364rem;overflow:hidden;display:block; }
#ad3FR5aqqg6Ly5lEohD5iFGH9k3G6NTt { color:#f9f871;display:block;width:33.1235625rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:33.311776161194rem;left:20.937501907349rem;height:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6Zp8oxgDwQvMZSapsuqOUW2rorhzi5p { 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.2497125rem;width:10.62425rem;top:26.624275207519rem;left:31.624711990356rem;overflow:hidden;display:block; }
#bw3J0cD9ohV7MkyvgnMnh15SbGxSpPgx { 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:3.5612rem;width:24.6860625rem;top:28.624420166016rem;left:4.5623550415039rem;overflow:hidden;display:block; }
#zz9T7TNTXFuJMDMCDTMWGuK9zMeSx32l { color:#f9f871;display:block;width:12.4985625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:24.874420166016rem;left:47.936925888061rem;height:2.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kq93pFC3uTznyHWBP0KSCXGhFTmdmeDE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2495625rem;width:10.2495625rem;top:21.624275207519rem;left:61.499570846558rem;overflow:hidden;display:block; }
#xk9uI6KZbuLST6VkFNrpuLeqfWoXP2Xn { box-sizing:content-box;height:4.6875rem;width:26.25rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.936920166016rem;left:46.749853134155rem;border-top-right-radius:22.5rem;border-bottom-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-top-left-radius:22.5rem;display:block; }
#lvtEsEtrwPXHACAshVETr6nDTZE6AJGz { position:absolute;display:block;z-index:15019;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:6.3121875rem;width:9.8119375rem;top:17.061920166016rem;left:46.624708175659rem;overflow:hidden;display:block; }
#IMvKge7c2y2CADLDyqb0ilyDnHlJfT4o { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.625rem;top:17.187065124512rem;left:54.811925888061rem;overflow:hidden;display:block; }
#Nms0nNaF3wuxlJwsEFMsSh0HQEDQnW6e { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.625rem;top:17.187065124512rem;left:63.124280929563rem;overflow:hidden;display:block; }
#Rr2kVTFFzWvagq7QFsMuRing9GUIsrlr { box-sizing:content-box;height:11.5625rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#a3085a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.937065124512rem;left:60.81236076355rem;display:block; }
#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.43);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; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container { background-color: transparent; background-image: none; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container > .video-iframe-container { display: none; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row > .video-iframe-container { display: none; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .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); }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container { border-width: 0; border-radius: 0; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#CVsZlPzcTCWvuhmNBNoEwCVvV2SzCLTT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(120,86,99,0.22) ;height:21.1875rem;width:68.25rem;top:2.6875rem;left:3.375rem;display:block; }
#KxTnNiMxsUyTwPzvDOPBuK2fxSsWPRQK { color:#da0e7a;display:block;width:42.6245rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:5.875rem;left:26.5625rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MuxWE5nheigNdnToS7yasRpoZy0a6BX9 { 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:10.8121875rem;width:11.25rem;top:16.125rem;left:58rem;overflow:hidden;display:block; }
#IMVeTTHPPEzITwCDVUVohdTUeiXT96zR { color:rgba(var(--color-primary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:49.958765983581rem;left:19.065757751465rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ziGt8rQqyDID5zb12073niTs8s4RsnKT { color:#1e67fd;display:block;width:30.7495rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:15.5rem;left:26.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSbGTXVszlsDPPzNOq8WeEX3JVvS9F4F { 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:18.186875rem;width:18.2486875rem;top:4.1875rem;left:5rem;overflow:hidden;display:block; }
#EXVucifuMc7Q4Kn5nRHXGcu5a2MI6eDl { box-sizing:content-box;height:2.875rem;width:28.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid #da0e7a;border-left:0.25rem solid #da0e7a;border-right:0.25rem solid #da0e7a;border-bottom:0.25rem solid #da0e7a;top:11.1875rem;left:36.9375rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#ZKicy2h3DO8SFomfGl7qhfsmmfDCPQM1 { color:#da0e7a;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:11.375rem;left:38.0625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a7RtLhr0M2TwBzkHCZTwsfDGLAndaRaR { color:#1e67fd;display:block;width:29.812rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.875rem;left:26.5625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBfs2Us5dAWUXogmpElG9rRF2p05QHWC { background-color:#da0e7a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:6.124675rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.0625rem;left:30.5rem;display:block; }
#KPEyh88sam98tclcasto9U5y4qO7zRzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqvB90rhbkLyr1uXRqI9S5yaTZx8TSzh { color:#1e67fd;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:26.8125rem;left:12.9375rem;height:4.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e67fd;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; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { background-color: transparent; background-image: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container > .video-iframe-container { display: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row > .video-iframe-container { display: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .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); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { border-width: 0; border-radius: 0; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#hyLUMaxWMw0BXQDS46GMPHWGTs4Sd1XT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.681640625rem;left:24.375rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e67fd;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; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { background-color: transparent; background-image: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container > .video-iframe-container { display: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row > .video-iframe-container { display: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .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); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { border-width: 0; border-radius: 0; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#tMDMOA0EVk9Lu7EgMnPW92dvaBfo6MiI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:22.25rem;width:19rem;top:12.6875rem;left:5rem;display:block; }
#x3bk0Zih92d1lJsSxHkoxblVv5Vs8rQo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:31.75rem;left:12.9375rem;display:block; }
#AUnLyLCsuZc1I3vpyqz93h5MuU8CZiIq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:15.9375rem;left:7.125rem;height:15.293rem;text-align:center;text-align-last:center;display:block; }
#t4zVMTVE1lT5xrxaEUndKOag4DtdfQPy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.375rem;left:4.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XeON4a3h9Kq7iPflIzgbMoEI5kqiVsty { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:22.5rem;width:19.5625rem;top:12.5rem;left:28.3125rem;display:block; }
#g7AtXJcTBLpBcTf3knl4Jh9k7yHWz3ID { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:17.861328125rem;left:30.74951171875rem;height:11.8945rem;text-align:center;text-align-last:center;display:block; }
#FJs0E3KNdtSd9AMtN3pWTXR4eG9wodyE { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:31.75rem;left:36.25rem;display:block; }
#ktUypldK1wTQVuCH3vkLchl1sBTkXxUW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.375rem;left:31.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Nxxof8aRbt5Fae9KXQQGUhWbS5K5vThI { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:21.9375rem;width:19rem;top:13.0625rem;left:52.5625rem;display:block; }
#fcXqGdck4Kb6K7l9ADHV11rATvtchWvR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:15.875rem;left:54.6875rem;height:15.9375rem;text-align:center;text-align-last:center;display:block; }
#UtA7NzGhVcfRwgCSZPv2qDXWAnnP1ioq { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:31.75rem;left:60.5rem;display:block; }
#wQtClakyREeoitDLbumgNkv2muw6AMEF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.375rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qs0p9LCLu3T2KZpB6dtSH7G0i24AX05w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.623697280884rem;left:0rem; }
#TB9Luvh5tIM9TohlTg0mffBIVfViJSLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:22.623697280884rem;left:72.625320434569rem; }
#RScU4LokkNAESepg6xy6WxOdQ1L52ssJ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#c2DXELQANfdnQ2uwR28EbGNDWoCI9gR0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#TlRC7rwLq1HXTwcd20rSlrZrwtQzFHNv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:10.875rem;left:12.5rem;overflow:hidden;display:block; }
#vxv6a1wfp6DTWbwRtOJPiECAZOIPZitb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:10.875rem;left:36.0625rem;overflow:hidden;display:block; }
#KZo3hkxqWBsqFKuVEwDIglzIbal7E6XU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:10.875rem;left:60.0625rem;overflow:hidden;display:block; }
#AApHPaZdh4whA95Fv4zeltDFptRSzhBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e67fd;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; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { background-color: transparent; background-image: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container > .video-iframe-container { display: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row > .video-iframe-container { display: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .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); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { border-width: 0; border-radius: 0; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#efxmfctWsibzAvxwe3sofZ8ETPNionUQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:40.6875rem;width:19rem;top:5.0625rem;left:5rem;display:block; }
#FMRQDFtUOOTvX1TngMalrqCC2HaKGPpx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:42.74885559082rem;left:12.872718811035rem;display:block; }
#f2ednTnypsLwzX9bOIe6TEV9JHA9zIPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:10.39778137207rem;left:7.279457092285rem;height:30.28125rem;text-align:center;text-align-last:center;display:block; }
#Sku86CSiXTvdTQdywwUHqN8ecaBQ8gvT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:43.623687744141rem;left:5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NTWHo5ouDJspwH2xxvget10QxXkvPeaK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:40.9375rem;width:18.9995625rem;top:5.0625rem;left:29.091796875rem;display:block; }
#WkGBslfenHs5EtKZiCmVUVIsr1bz5rT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:9.6441955566406rem;left:31.246742248535rem;height:31.75975rem;text-align:center;text-align-last:center;display:block; }
#mw5HrTDDI7O733nZcUwOnK7QgP9Nu0uy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:42.74641418457rem;left:36.964515686035rem;display:block; }
#i6i8bgQmZ02DRWbix2mELtsAOwyBKwHz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:43.6220703125rem;left:32.34130859375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#lq8vQK9iZO5nwreHKxWAvuRNZToJPUZJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-tertiary-4),0.09) ;height:40.875rem;width:19rem;top:5.0625rem;left:52.56184387207rem;display:block; }
#u9wwaOPFLukQsnHgrWvs2xrMNorIJCwK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:16.99690246582rem;left:54.71760559082rem;height:15.293rem;text-align:center;text-align-last:center;display:block; }
#JuXtsFDFdFsnDIeioWKVvI3aotL88fPo { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:42.74641418457rem;left:60.528968811035rem;display:block; }
#tBnawDkS646yecXBE3HgaPozZs1DEJgO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:43.6220703125rem;left:56.43635559082rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XDasShdZE6ZMEcRbP6Oy2li0RuuE2y7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.458820343017rem;left:0rem; }
#LwczrJveS4mulVLJ3E760c3tz2lb9Ewf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:23.458820343017rem;left:72.625320434569rem; }
#F569pWpLpAiSitNMrUfabzguZTRDNJpZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:25.5625rem;left:12.9375rem;display:none; }
#i7dm85wMfEraP0Ck4L44ywMdyR9TC7Ds { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:25.5625rem;left:12.9375rem;display:none; }
#fdi4xxr6mirh2AiA1agEW3ALtVyk800C { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:3.81982421875rem;left:12.498371124267rem;overflow:hidden;display:block; }
#ELTWamT5kuBGd30IFHmk2fQqih5INVf4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:3.8865509033203rem;left:36.59016418457rem;overflow:hidden;display:block; }
#IeXWFifLVktnGmbqw3DgbhvbpzVpCTii { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:3.8173828125rem;left:60.06184387207rem;overflow:hidden;display:block; }
#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/ec3f8896-a82f-4f5c-b45b-a407e73cdb6b/ZDJECIE_NA_DOL_1_2024_07.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.adaptive-delivery-prevent-bg, #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.lazyload, #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.lazyloading { background-image: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { background-color: transparent; background-image: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container > .video-iframe-container { display: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container { display: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .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); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { border-width: 0; border-radius: 0; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#igfuMCBwlzWvcIAS2G5WwE956rBmW9lD { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#UW2DibFF157rn3cJHC7hLgxleRJCFS8W { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pWeCyqm0TVOWDLlkRUXmU0xAxVPECHuu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:34.873050689698rem;display:block; }
#CKy3kQtTFJu0OKwlCdQH6g8RAcDtgCPS { color:#1e67fd;display:block;width:34.562375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0590267181396rem;left:37.467447280884rem;height:11.375rem;text-align:right;text-align-last:right;display:block; }
#tUJkTFw6MRpBsFTgFuLPAash1HqmCf6S { color:#1f374a;display:block;width:22.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:23.23698425293rem;left:49.735242843628rem;height:1.19921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CuMQh2PpT2WysrksUgFvO61V3GPx8Kfm { background-color:#1560da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.576171875rem;left:55.831703186035rem;display:block; }
#Q0mcmTLC2TeVbIVOzkTq2LEgbhl3rhFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:34.5625rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.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:15001;top:1.875rem;left:37.6875rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.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:15002;top:1.875rem;left:41.125rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:31.25rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:0rem;height:1.3rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0VWFFuMPMVgzywV4RvXvxIG8KdKdiWS { width:29.125rem;height:2.1875rem;top:0.875rem;left:18.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM { width:18.5625rem;height:5.19875rem;display:flex;top:3.5625rem;left:28.5rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #Jla0oKwne0135pBZvmAollApnmJ3uLIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #VcmOZ1KQ3SXdHfeXvgQsprNr8kyri858 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #f6737biBIeUDRstfUGW6aTqgOTOzKDw2 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #DQuIEmC9eMxu5TCCDLMWrpsUnZMSgpUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #b1fd7ERkLvkFGDMOLuLn3tC1cR0EctA6 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #ihteZwdITpuL3vMPGkpoIKdub4GVW787 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #CXNrZvTv2UN7UWZI9RFg5I3Me9e271i4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #d5gw6sE5Hcfa2HyblcTHypicO1609Bxf {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #tLZk4RngNvduW0DGvgMUmEbAnZVX8SCr {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #U4TwUCdG5rkL2a04fXrIiolOBZRwQcUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #racEDOVPRuoi3PwPpMFviHkoVc83Ivrb {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #hLysXTVbzLI2MuxmzwNnhFb4P2v0QtZN {  }
 }@media only screen and (max-width: 763px) { #kKCTb4qqx6L89T0HrlIU7DotOuq8OlcJ { width:18.125rem;height:4rem;top:0.9375rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2ahcLSKbRr4Tk6b9S2rhvzOwCKO9tsD { width:12.6875rem;height:3.9375rem;top:0.9375rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb { display:block; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I055h0c61Tkr6Cr6ANO147yxpZe6nG9U { top:14.0625rem;left:0rem;width:32.5rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqpNTsz0i1r8e0DEXP7WIRAxItSvmS9n { top:22.625rem;left:0rem;width:23.9375rem;height:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtScuWKaKtcqMIVl0JsB7eIiWmQVeZAD { top:29.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WvkimqMsJOZMiAUeaDOpJXJ6crpMSHQD { top:4.3125rem;left:22.8125rem;width:24.875rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANN0mThrL06ffdCCA2pxuRhrNfZpiERP { top:3.6875rem;left:22.625rem;width:25.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuy1FKekN0R77pQSD00cb5FHnT4f2yVo { top:4.0625rem;left:26.0625rem;width:21.6875rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVeD8Zw3NGcbdmsFbi3Wp3Wv4HL3T08S { top:8.75rem;left:24.875rem;width:22.875rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy  { width:22.0625rem;height:auto;top:12.625rem;left:23.1875rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy {display:block;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy { width:22rem;height:28.1875rem;top:10.875rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lZyO6ncKNxBeR6mJc5beS22sBIwTuSGp {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #mTpFU8tpWFBt4PRxJwlBH4sCv0I32fBT { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #uIwMu0EC3vC3ahO0dA6WVEEc8BZdymKZ {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #AxuWG3u9qtcbzVGpQCDra3EWb7KXrrPg {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lmen5UGDJwIK5qRfenTncSbJXqQgokI9 { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #JZuqx5QR8wFAdswdWcQiW70VeTamtU0T {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #d9cgBkTzAMg9SBWgTLdG2IxIPnvQMzkG {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #LZzPTOfWQymkIFgxf3M0gKb9Txif6L6X { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #r4yutQCzfVLHGlfNpc5PFN4UQCQ8KEVc {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #RwcnMnl55p9C85NxC636PXGbZdZOldSn {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #kych9ugMl2oRStfR4q57xOCTUHPQKDxr {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #icN9c05ha481TikV1F6GI2svAF1uTZoh {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #Bh2xL7nrafxJztWEkHxwpWhbCC3qQMNg {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #s2WcRFIHsFRGxLkKeDZmI9dWqpru7KN5 {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #imG0qIuPnlBP0cSgqVt8HJ2BAQbT7G7M {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #ZaGDV74nZ21J01d1kKyCfWsJqthMOaDi {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #UcrgDmZxOTiodAbRgRezeQ3IoQcxWMF0 {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #dqG9TiQB7ETiADApWTTXdP6WoadeGlCq {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #FN1fBDUriwx4H1ZUlRvAWn4IwXozO305 {  }
 }@media only screen and (max-width: 763px) { #I5BTtLr1FxrlTiqvsvTFucLbt4KxlDEd { top:16.625rem;left:18.6875rem;width:26.125rem;height:32.858835599927rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJT9VBbOwUiqe5Ux1aMhtNzdfw96zt0 { top:17.5rem;left:0rem;width:37.5rem;height:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBgvaLeHwVmfwp7SQvLibBryILTQZaKI { width:47.75rem;height:27.375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3DXJZCJtZFWqMN8ppBeWXvGBqGtly8 { width:2.5rem;height:2.5rem;top:14.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5hksw4DtlQTxOUptFsn2kVEkCERATwG { width:38.8125rem;height:38.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfARP26Eo6r6cTKEyTvo1fSSKpRlOEJp { top:14.5rem;left:16.852699279785rem;width:29.5rem;height:37.109271768201rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv { display:block; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZDXFkicgt4qCfmd60ylxEC8Lq8Ii2pl { top:9.5625rem;left:0rem;width:26.5rem;height:8.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcuzyQnqibxxNblnuUmicq249x691fBw { top:5rem;left:21.125rem;width:26.625rem;height:9.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFSQzTGefX8rMtHEzbJ5uzNsQATapF40 { top:49.9375rem;left:5.4407577514649rem;width:39.0625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUcEBbPLgzCfOPgxUsLalK54CNAibqS { top:3.1875rem;left:15.4375rem;width:16.6875rem;height:20.73491692942rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpiDXl1zS70kTutFG30pEAblppRrrGDU { top:0.5625rem;left:10.3125rem;width:27rem;height:26.376436217508rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuHP3G4FXExki0x2wu2XzW5dt8KDlWJh { top:27.5625rem;left:4.5rem;width:40.5rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4bNqOiEDWhOzVFF2s2ZZMe0exzkVaIb { width:11.5625rem;height:1.6157038012796rem;top:21.5rem;left:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xldnonaW0OFZOra5h4z3tKdlo0olQ5tz { width:24.625rem;height:3.5524181338518rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2HcMgMFVT8r6fpeHBuF2qeRczwmP7lV { top:14.9375rem;left:33.625rem;width:14.125rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbk56p67EHJKCohTlRlP4FqHQ2BLBGsV { width:11.5rem;height:11.5rem;top:11.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfDbpJNoPO2KTO7C1u9R89T69Px4LRI { top:2.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBuCsVbKn8JskQNW4rRzIxCMpPIvrloi { width:5.4375rem;height:5.1896836517612rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpozNHrXVVHP5kkt9HAehD0a8eD2uXbS { top:5.3125rem;left:0rem;width:27.25rem;height:3.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwPQaQqT5DglfqQmbDzX9TNTHfgbVbZJ { width:5.4375rem;height:5.1900502086986rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13XnKgXZRDEOnmIdaNCyB5dVxJrpgmG { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH { display:none; }#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r2nJuH0TLUivWtN4uXSXKJUO63Z0Mt0f { top:13.0625rem;left:0rem;width:26.5rem;height:9.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8MASwylV3JrGduZW6sudWFXqU5dJTBF { top:10.5rem;left:19.4375rem;width:28.3125rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRwLRBsln7dco37etoTJMdGJTUxuhfBx { top:49.9375rem;left:5.4407577514649rem;width:39.0625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDIoFUkGXgcgGT4bUxJ0IPOL6qdqIJvh { top:8.3125rem;left:14.687356948852rem;width:16.6875rem;height:20.734871622176rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT62epp4Akm4zS3tWtX8duhzAw93gEn0 { top:5.6875rem;left:9.6244220733644rem;width:27rem;height:26.376440537832rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad3FR5aqqg6Ly5lEohD5iFGH9k3G6NTt { top:33.25rem;left:7.3125019073488rem;width:33.0625rem;height:3.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Zp8oxgDwQvMZSapsuqOUW2rorhzi5p { width:10.5625rem;height:2.236781520441rem;top:26.5625rem;left:17.999711990356rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw3J0cD9ohV7MkyvgnMnh15SbGxSpPgx { width:24.625rem;height:3.5523911518899rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9T7TNTXFuJMDMCDTMWGuK9zMeSx32l { top:24.8125rem;left:34.311925888061rem;width:12.4375rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq93pFC3uTznyHWBP0KSCXGhFTmdmeDE { width:10.1875rem;height:10.1875rem;top:21.5625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk9uI6KZbuLST6VkFNrpuLeqfWoXP2Xn { width:26.1875rem;height:4.625rem;top:18.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtEsEtrwPXHACAshVETr6nDTZE6AJGz { width:9.75rem;height:6.2716588849042rem;top:17rem;left:32.999708175659rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMvKge7c2y2CADLDyqb0ilyDnHlJfT4o { width:9.5625rem;height:6.2089775184586rem;top:17.125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nms0nNaF3wuxlJwsEFMsSh0HQEDQnW6e { width:9.5625rem;height:6.2089775184586rem;top:17.125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr2kVTFFzWvagq7QFsMuRing9GUIsrlr { width:11.5rem;height:11.5rem;top:20.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 { display:block; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVsZlPzcTCWvuhmNBNoEwCVvV2SzCLTT { top:2.6875rem;left:0rem;width:47.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTnNiMxsUyTwPzvDOPBuK2fxSsWPRQK { top:5.875rem;left:5.1875rem;width:42.5625rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxWE5nheigNdnToS7yasRpoZy0a6BX9 { top:16.125rem;left:36.5rem;width:11.25rem;height:10.8115rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMVeTTHPPEzITwCDVUVohdTUeiXT96zR { top:49.9375rem;left:5.4407577514649rem;width:39.0625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziGt8rQqyDID5zb12073niTs8s4RsnKT { top:15.5rem;left:12.9375rem;width:30.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbGTXVszlsDPPzNOq8WeEX3JVvS9F4F { width:18.1875rem;height:18.126141816426rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXVucifuMc7Q4Kn5nRHXGcu5a2MI6eDl { width:28.375rem;height:2.875rem;top:11.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKicy2h3DO8SFomfGl7qhfsmmfDCPQM1 { top:11.375rem;left:16.5rem;width:31.25rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7RtLhr0M2TwBzkHCZTwsfDGLAndaRaR { top:17.875rem;left:12.9375rem;width:29.75rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfs2Us5dAWUXogmpElG9rRF2p05QHWC { width:30rem;height:6.0625rem;top:26.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPEyh88sam98tclcasto9U5y4qO7zRzu { display:block; }
 }@media only screen and (max-width: 763px) { #cqvB90rhbkLyr1uXRqI9S5yaTZx8TSzh { top:26.8125rem;left:0rem;width:15.875rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNylLa0FcgJL6A8KeaIkpf707cncVxK7 { display:block; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyLUMaxWMw0BXQDS46GMPHWGTs4Sd1XT { top:1.625rem;left:10.75rem;width:25.3125rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Vs3doEQhhbzGetptvF9q59ghba2vX8 { display:block; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMDMOA0EVk9Lu7EgMnPW92dvaBfo6MiI { width:18.9375rem;height:22.1875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3bk0Zih92d1lJsSxHkoxblVv5Vs8rQo { width:3.1875rem;height:0;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUnLyLCsuZc1I3vpyqz93h5MuU8CZiIq { top:15.9375rem;left:0rem;width:14.6875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4zVMTVE1lT5xrxaEUndKOag4DtdfQPy { top:32.375rem;left:0rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeON4a3h9Kq7iPflIzgbMoEI5kqiVsty { width:19.5rem;height:22.5rem;top:12.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7AtXJcTBLpBcTf3knl4Jh9k7yHWz3ID { top:17.8125rem;left:17.12451171875rem;width:14.6875rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJs0E3KNdtSd9AMtN3pWTXR4eG9wodyE { width:3.1875rem;height:0;top:31.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktUypldK1wTQVuCH3vkLchl1sBTkXxUW { top:32.375rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxxof8aRbt5Fae9KXQQGUhWbS5K5vThI { width:18.9375rem;height:21.875rem;top:13.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcXqGdck4Kb6K7l9ADHV11rATvtchWvR { top:15.875rem;left:33.0625rem;width:14.6875rem;height:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtA7NzGhVcfRwgCSZPv2qDXWAnnP1ioq { width:3.1875rem;height:0;top:31.75rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtClakyREeoitDLbumgNkv2muw6AMEF { top:32.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs0p9LCLu3T2KZpB6dtSH7G0i24AX05w { top:22.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9Luvh5tIM9TohlTg0mffBIVfViJSLW { top:22.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScU4LokkNAESepg6xy6WxOdQ1L52ssJ { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2DXELQANfdnQ2uwR28EbGNDWoCI9gR0 { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlRC7rwLq1HXTwcd20rSlrZrwtQzFHNv { width:3.9375rem;height:3.9375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxv6a1wfp6DTWbwRtOJPiECAZOIPZitb { width:3.9375rem;height:3.9375rem;top:10.875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo3hkxqWBsqFKuVEwDIglzIbal7E6XU { width:3.9375rem;height:3.9375rem;top:10.875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApHPaZdh4whA95Fv4zeltDFptRSzhBm { display:block; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efxmfctWsibzAvxwe3sofZ8ETPNionUQ { width:19rem;height:40.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRQDFtUOOTvX1TngMalrqCC2HaKGPpx { width:3.1875rem;height:0;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ednTnypsLwzX9bOIe6TEV9JHA9zIPJ { top:10.375rem;left:0rem;width:15rem;height:30.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sku86CSiXTvdTQdywwUHqN8ecaBQ8gvT { top:43.5625rem;left:0rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHo5ouDJspwH2xxvget10QxXkvPeaK { width:18.9375rem;height:40.9375rem;top:5.0625rem;left:15.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGBslfenHs5EtKZiCmVUVIsr1bz5rT7 { top:9.625rem;left:17.621742248535rem;width:14.6875rem;height:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw5HrTDDI7O733nZcUwOnK7QgP9Nu0uy { width:3.1875rem;height:0;top:42.6875rem;left:23.339515686035rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6i8bgQmZ02DRWbix2mELtsAOwyBKwHz { top:43.5625rem;left:18.71630859375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq8vQK9iZO5nwreHKxWAvuRNZToJPUZJ { width:19rem;height:40.875rem;top:5.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9wwaOPFLukQsnHgrWvs2xrMNorIJCwK { top:16.9375rem;left:33.0625rem;width:14.6875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuXtsFDFdFsnDIeioWKVvI3aotL88fPo { width:3.1875rem;height:0;top:42.6875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnawDkS646yecXBE3HgaPozZs1DEJgO { top:43.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDasShdZE6ZMEcRbP6Oy2li0RuuE2y7T { top:23.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwczrJveS4mulVLJ3E760c3tz2lb9Ewf { top:23.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F569pWpLpAiSitNMrUfabzguZTRDNJpZ { width:3.1875rem;height:0;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7dm85wMfEraP0Ck4L44ywMdyR9TC7Ds { width:3.1875rem;height:0;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdi4xxr6mirh2AiA1agEW3ALtVyk800C { width:3.9375rem;height:3.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTWamT5kuBGd30IFHmk2fQqih5INVf4 { width:3.9375rem;height:3.9375rem;top:3.875rem;left:22.96516418457rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXWFifLVktnGmbqw3DgbhvbpzVpCTii { width:3.9375rem;height:3.9375rem;top:3.8125rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv { display:block; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igfuMCBwlzWvcIAS2G5WwE956rBmW9lD { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW2DibFF157rn3cJHC7hLgxleRJCFS8W { display:none; }
 }@media only screen and (max-width: 763px) { #pWeCyqm0TVOWDLlkRUXmU0xAxVPECHuu { width:47.75rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKy3kQtTFJu0OKwlCdQH6g8RAcDtgCPS { width:34.5rem;height:11.3125rem;top:3rem;left:13.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJkTFw6MRpBsFTgFuLPAash1HqmCf6S { top:23.1875rem;left:25.5625rem;width:22.1875rem;height:1.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuMQh2PpT2WysrksUgFvO61V3GPx8Kfm { width:16.125rem;height:4.8125rem;top:15.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mcmTLC2TeVbIVOzkTq2LEgbhl3rhFX { display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:2rem;left:20.9375rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.875rem;left:24.0625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.875rem;left:27.5rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.875rem;left:17.625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:1.25rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f8f8f8;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) { #w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { position:relative;z-index:auto;background-color:rgba(255,255,255,0.66);background-image:none;display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { background-color: transparent; background-image: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0VWFFuMPMVgzywV4RvXvxIG8KdKdiWS { width:20rem;height:0.97439375rem;top:4.0625rem;left:0rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-number { padding-top:0.394375rem;padding-right:0.3775rem;padding-bottom:0.394375rem;padding-left:0.3775rem;width:2.26375rem;min-width:2.26375rem;height:2.116875rem;font-size:1.576875rem;line-height:33.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.08rem solid #ffffff;border-right:0.08125rem solid #ffffff;border-bottom:0.08rem solid #ffffff;border-left:0.08125rem solid #ffffff; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.01875rem;height:0.834375rem;font-size:0.59125rem;line-height:13.35px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#1f374a; }
#RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM { width:17.061625rem;height:3.81185rem;display:flex;top:4.1753473281861rem;left:1.4680989384651rem;z-index:15012;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #Jla0oKwne0135pBZvmAollApnmJ3uLIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #VcmOZ1KQ3SXdHfeXvgQsprNr8kyri858 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #f6737biBIeUDRstfUGW6aTqgOTOzKDw2 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #DQuIEmC9eMxu5TCCDLMWrpsUnZMSgpUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #b1fd7ERkLvkFGDMOLuLn3tC1cR0EctA6 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #ihteZwdITpuL3vMPGkpoIKdub4GVW787 {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #CXNrZvTv2UN7UWZI9RFg5I3Me9e271i4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #d5gw6sE5Hcfa2HyblcTHypicO1609Bxf {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #tLZk4RngNvduW0DGvgMUmEbAnZVX8SCr {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #U4TwUCdG5rkL2a04fXrIiolOBZRwQcUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #racEDOVPRuoi3PwPpMFviHkoVc83Ivrb {  }
 }@media only screen and (max-width: 763px) { #RIU4pcX8IM1XV6c7IzFcUBw4THMFJ4gM #hLysXTVbzLI2MuxmzwNnhFb4P2v0QtZN {  }
 }@media only screen and (max-width: 763px) { #kKCTb4qqx6L89T0HrlIU7DotOuq8OlcJ { width:13.562rem;height:2.9370125rem;top:1.7805989086628rem;left:3.2177733182907rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s2ahcLSKbRr4Tk6b9S2rhvzOwCKO9tsD { width:13.125rem;height:3.9998375rem;top:0rem;left:4.0356444120407rem;overflow:hidden;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb { background-color:#ffffff;background-image:none;display:block; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { background-color: transparent; background-image: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container > .video-iframe-container { display: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row > .video-iframe-container { display: none; }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .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); }#xnSDhZZsve4ImZSvt7TWIQkd8yAqDhdb > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I055h0c61Tkr6Cr6ANO147yxpZe6nG9U { width:17.561875rem;height:4.0234375rem;top:0.6608073711395rem;left:1.3745115995407rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nqpNTsz0i1r8e0DEXP7WIRAxItSvmS9n { width:15.686875rem;height:3.25rem;top:23.184733390808rem;left:2.1557615995407rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JtScuWKaKtcqMIVl0JsB7eIiWmQVeZAD { width:0;height:0;top:40.235052062988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvkimqMsJOZMiAUeaDOpJXJ6crpMSHQD { width:20rem;height:32.0625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANN0mThrL06ffdCCA2pxuRhrNfZpiERP { width:20rem;height:3.75rem;top:28.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuy1FKekN0R77pQSD00cb5FHnT4f2yVo { width:20rem;height:2.8125rem;top:29.062335968017rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVeD8Zw3NGcbdmsFbi3Wp3Wv4HL3T08S { width:20rem;height:2.34375rem;top:32.6865234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto;color:#4d4d4d; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;background-color:#da0e7a;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center;font-family:"barlow condensed";font-weight:400;font-style:normal; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy  { width:17.5rem;height:auto;top:34.374835968017rem;left:0rem; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy {display:block;}#e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy { width:17.5rem;height:auto;top:34.374835968017rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lZyO6ncKNxBeR6mJc5beS22sBIwTuSGp {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #mTpFU8tpWFBt4PRxJwlBH4sCv0I32fBT { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #uIwMu0EC3vC3ahO0dA6WVEEc8BZdymKZ {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #AxuWG3u9qtcbzVGpQCDra3EWb7KXrrPg {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #lmen5UGDJwIK5qRfenTncSbJXqQgokI9 { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #JZuqx5QR8wFAdswdWcQiW70VeTamtU0T {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #d9cgBkTzAMg9SBWgTLdG2IxIPnvQMzkG {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #LZzPTOfWQymkIFgxf3M0gKb9Txif6L6X { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #r4yutQCzfVLHGlfNpc5PFN4UQCQ8KEVc {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #RwcnMnl55p9C85NxC636PXGbZdZOldSn {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #kych9ugMl2oRStfR4q57xOCTUHPQKDxr { display:block; }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #icN9c05ha481TikV1F6GI2svAF1uTZoh {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #Bh2xL7nrafxJztWEkHxwpWhbCC3qQMNg {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #s2WcRFIHsFRGxLkKeDZmI9dWqpru7KN5 {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #imG0qIuPnlBP0cSgqVt8HJ2BAQbT7G7M {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #ZaGDV74nZ21J01d1kKyCfWsJqthMOaDi {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #UcrgDmZxOTiodAbRgRezeQ3IoQcxWMF0 {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #dqG9TiQB7ETiADApWTTXdP6WoadeGlCq {  }
 }@media only screen and (max-width: 763px) { #e6rG6GlmQVhWkp5y9LXMVg88heAa23Jy #FN1fBDUriwx4H1ZUlRvAWn4IwXozO305 {  }
 }@media only screen and (max-width: 763px) { #I5BTtLr1FxrlTiqvsvTFucLbt4KxlDEd { width:7.249375rem;height:9.375rem;top:12.122395515442rem;left:12.74983727932rem;z-index:15015;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJT9VBbOwUiqe5Ux1aMhtNzdfw96zt0 { width:18.6873125rem;height:2.7125rem;top:2.2127277851105rem;left:0.68766272068025rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iBgvaLeHwVmfwp7SQvLibBryILTQZaKI { width:20rem;height:34.6875rem;top:3.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3DXJZCJtZFWqMN8ppBeWXvGBqGtly8 { display:flex;width:2.5rem;height:2.5rem;top:26.307783603668rem;left:16.308593153954rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5hksw4DtlQTxOUptFsn2kVEkCERATwG { top:5.5613603591919rem;left:2.2054036855697rem;width:16.5rem;height:16.5rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mfARP26Eo6r6cTKEyTvo1fSSKpRlOEJp { width:11.75rem;height:15.25rem;top:16.183917999267rem;left:0rem;z-index:14993;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv { display:block; }#yA9rHeqHGx6GDVTVRzQglVm6ekRWWLRv > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZDXFkicgt4qCfmd60ylxEC8Lq8Ii2pl { width:17.1875rem;height:5.77441875rem;top:24.811198234558rem;left:1.4054361581802rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcuzyQnqibxxNblnuUmicq249x691fBw { width:17.2485625rem;height:5.77441875rem;top:32.9375rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UFSQzTGefX8rMtHEzbJ5uzNsQATapF40 { width:17.310125rem;height:4.50195rem;top:106.8125rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBUcEBbPLgzCfOPgxUsLalK54CNAibqS { width:11.8123125rem;height:14.6875rem;top:3.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpiDXl1zS70kTutFG30pEAblppRrrGDU { width:20rem;height:18.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuHP3G4FXExki0x2wu2XzW5dt8KDlWJh { width:12.312rem;height:4.0625rem;top:52.434405088424rem;left:3.8435872793197rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q4bNqOiEDWhOzVFF2s2ZZMe0exzkVaIb { width:11.5625rem;height:1.6157038012796rem;top:147.72625730591rem;left:6.1241836547851rem;display:none; }
 }@media only screen and (max-width: 763px) { #xldnonaW0OFZOra5h4z3tKdlo0olQ5tz { width:20rem;height:2.88493125rem;top:50.686847686767rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2HcMgMFVT8r6fpeHBuF2qeRczwmP7lV { width:12.4365rem;height:2.2rem;top:39.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbk56p67EHJKCohTlRlP4FqHQ2BLBGsV { width:8.5625rem;height:8.5625rem;top:42.311846256256rem;left:5.7177733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfDbpJNoPO2KTO7C1u9R89T69Px4LRI { width:16.5625rem;height:4.72265625rem;top:19.248371124267rem;left:1.7187498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBuCsVbKn8JskQNW4rRzIxCMpPIvrloi { width:5.4370125rem;height:5.18961875rem;top:2.0616860389709rem;left:3.2185872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpozNHrXVVHP5kkt9HAehD0a8eD2uXbS { width:20rem;height:0;top:169.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UwPQaQqT5DglfqQmbDzX9TNTHfgbVbZJ { width:5.4370125rem;height:5.18961875rem;top:171.25rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13XnKgXZRDEOnmIdaNCyB5dVxJrpgmG { top:31.884764194489rem;left:3.3430989980697rem;width:13.3125rem;height:0.1875rem;z-index:15023;background-color:#f9f871;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH { display:none; }#sLirIuhJMgQdK1GX4gIenF0Sv3Co8IEH > .row .container { width:20rem;height:180.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r2nJuH0TLUivWtN4uXSXKJUO63Z0Mt0f { width:17.1875rem;height:5.77636875rem;top:2.25rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8MASwylV3JrGduZW6sudWFXqU5dJTBF { width:17.2491875rem;height:5.625rem;top:10.1875rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRwLRBsln7dco37etoTJMdGJTUxuhfBx { width:17.310125rem;height:4.50195rem;top:106.8125rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDIoFUkGXgcgGT4bUxJ0IPOL6qdqIJvh { width:16.6875rem;height:20.73491692942rem;top:146.23233973084rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT62epp4Akm4zS3tWtX8duhzAw93gEn0 { width:20rem;height:19.538100901858rem;top:143.60701357422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad3FR5aqqg6Ly5lEohD5iFGH9k3G6NTt { width:20rem;height:2.0629875rem;top:24.498700141907rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Zp8oxgDwQvMZSapsuqOUW2rorhzi5p { width:10.5625rem;height:2.2362895397883rem;top:164.48103701172rem;left:6.6246757507325rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw3J0cD9ohV7MkyvgnMnh15SbGxSpPgx { width:20rem;height:2.8852126975446rem;top:139.47208232422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz9T7TNTXFuJMDMCDTMWGuK9zMeSx32l { width:12.4373125rem;height:2.19970625rem;top:136.02318857422rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kq93pFC3uTznyHWBP0KSCXGhFTmdmeDE { width:10.1875rem;height:10.1875rem;top:168.9040624176rem;left:4.9368515014649rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk9uI6KZbuLST6VkFNrpuLeqfWoXP2Xn { width:20rem;height:4.625rem;top:130.14818857422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtEsEtrwPXHACAshVETr6nDTZE6AJGz { width:9.75rem;height:6.2725109728053rem;top:122.62618857422rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMvKge7c2y2CADLDyqb0ilyDnHlJfT4o { width:9.5625rem;height:6.2095365494133rem;top:128.39851663818rem;left:8.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nms0nNaF3wuxlJwsEFMsSh0HQEDQnW6e { width:9.5625rem;height:6.2095365494133rem;top:128.39851663818rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr2kVTFFzWvagq7QFsMuRing9GUIsrlr { width:11.5rem;height:11.5rem;top:168.21721473084rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 { display:block; }#gS1gSlAnsEUAxTNTTI1uuWMWceGJq5X0 > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVsZlPzcTCWvuhmNBNoEwCVvV2SzCLTT { width:18.625rem;height:43.5625rem;top:1.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTnNiMxsUyTwPzvDOPBuK2fxSsWPRQK { width:16.875rem;height:7.19925rem;top:20.4375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuxWE5nheigNdnToS7yasRpoZy0a6BX9 { width:3.49935rem;height:3.37456875rem;top:111.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMVeTTHPPEzITwCDVUVohdTUeiXT96zR { width:17.310125rem;height:4.50195rem;top:106.8125rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziGt8rQqyDID5zb12073niTs8s4RsnKT { width:15rem;height:3.375rem;top:34rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSbGTXVszlsDPPzNOq8WeEX3JVvS9F4F { width:14.749375rem;height:14.6875rem;top:4.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXVucifuMc7Q4Kn5nRHXGcu5a2MI6eDl { width:16.25rem;height:4.25rem;top:28.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKicy2h3DO8SFomfGl7qhfsmmfDCPQM1 { width:15.3125rem;height:3.5996125rem;top:28.75rem;left:2.375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a7RtLhr0M2TwBzkHCZTwsfDGLAndaRaR { width:16.624375rem;height:4.7109375rem;top:37.375rem;left:1.75rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HBfs2Us5dAWUXogmpElG9rRF2p05QHWC { width:18.9998125rem;height:3.5620125rem;top:51.6875rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPEyh88sam98tclcasto9U5y4qO7zRzu { display:block; }
 }@media only screen and (max-width: 763px) { #cqvB90rhbkLyr1uXRqI9S5yaTZx8TSzh { width:15.874rem;height:3.8984375rem;top:47rem;left:2.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNylLa0FcgJL6A8KeaIkpf707cncVxK7 { background-color:#1e67fd;background-image:none;display:block; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { background-color: transparent; background-image: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container > .video-iframe-container { display: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row > .video-iframe-container { display: none; }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .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); }#dNylLa0FcgJL6A8KeaIkpf707cncVxK7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyLUMaxWMw0BXQDS46GMPHWGTs4Sd1XT { width:19.124375rem;height:3.10004375rem;top:0.71397399902344rem;left:0.87456601858137rem;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E0Vs3doEQhhbzGetptvF9q59ghba2vX8 { background-color:#1e67fd;background-image:none;display:block; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { background-color: transparent; background-image: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container > .video-iframe-container { display: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row > .video-iframe-container { display: none; }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .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); }#E0Vs3doEQhhbzGetptvF9q59ghba2vX8 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMDMOA0EVk9Lu7EgMnPW92dvaBfo6MiI { width:19rem;height:21.5rem;top:3.5622863769531rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3bk0Zih92d1lJsSxHkoxblVv5Vs8rQo { width:3.24978125rem;height:0.0618489375rem;top:22.374134063721rem;left:8.093533575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUnLyLCsuZc1I3vpyqz93h5MuU8CZiIq { width:14.6875rem;height:15.293rem;top:6.0774745941162rem;left:2.7484810948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4zVMTVE1lT5xrxaEUndKOag4DtdfQPy { width:12.5rem;height:1.3rem;top:23.125rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeON4a3h9Kq7iPflIzgbMoEI5kqiVsty { width:18.9375rem;height:21.1875rem;top:30.1875rem;left:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g7AtXJcTBLpBcTf3knl4Jh9k7yHWz3ID { width:14.6875rem;height:11.8945rem;top:33.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJs0E3KNdtSd9AMtN3pWTXR4eG9wodyE { width:3.1875rem;height:0;top:61.9375rem;left:8.625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ktUypldK1wTQVuCH3vkLchl1sBTkXxUW { width:12.5rem;height:1.3rem;top:48.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxxof8aRbt5Fae9KXQQGUhWbS5K5vThI { width:18.9375rem;height:25.0625rem;top:56.6875rem;left:0.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fcXqGdck4Kb6K7l9ADHV11rATvtchWvR { width:14.6875rem;height:16.9921875rem;top:60.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtA7NzGhVcfRwgCSZPv2qDXWAnnP1ioq { width:3.1875rem;height:0;top:85.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtClakyREeoitDLbumgNkv2muw6AMEF { width:12.5rem;height:1.3rem;top:79.1875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs0p9LCLu3T2KZpB6dtSH7G0i24AX05w { display:flex;width:2.311525rem;height:2.311525rem;top:0.75rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #TB9Luvh5tIM9TohlTg0mffBIVfViJSLW { display:flex;width:2.311525rem;height:2.311525rem;top:0.75rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #RScU4LokkNAESepg6xy6WxOdQ1L52ssJ { width:3.2487rem;height:0.0618489375rem;top:47.875rem;left:8.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c2DXELQANfdnQ2uwR28EbGNDWoCI9gR0 { width:3.2487rem;height:0.0618489375rem;top:78.4375rem;left:8.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TlRC7rwLq1HXTwcd20rSlrZrwtQzFHNv { width:3.81185rem;height:3.81185rem;top:1.6883678436279rem;left:8.093533575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxv6a1wfp6DTWbwRtOJPiECAZOIPZitb { width:3.9375rem;height:3.9375rem;top:28.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo3hkxqWBsqFKuVEwDIglzIbal7E6XU { width:3.9375rem;height:3.9375rem;top:54.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AApHPaZdh4whA95Fv4zeltDFptRSzhBm { background-color:#1e67fd;background-image:none;display:block; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { background-color: transparent; background-image: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container > .video-iframe-container { display: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row > .video-iframe-container { display: none; }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .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); }#AApHPaZdh4whA95Fv4zeltDFptRSzhBm > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efxmfctWsibzAvxwe3sofZ8ETPNionUQ { width:19rem;height:27.625rem;top:3.8115234375rem;left:0.49967449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRQDFtUOOTvX1TngMalrqCC2HaKGPpx { width:3.25rem;height:0.0625rem;top:28.124252319336rem;left:8.3745663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ednTnypsLwzX9bOIe6TEV9JHA9zIPJ { width:15.2485rem;height:19.1161875rem;top:7.3426656723025rem;left:2.3752170205116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sku86CSiXTvdTQdywwUHqN8ecaBQ8gvT { width:12.5rem;height:1.3rem;top:28.68620300293rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHo5ouDJspwH2xxvget10QxXkvPeaK { width:18.9375rem;height:28.1875rem;top:33.685981750488rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGBslfenHs5EtKZiCmVUVIsr1bz5rT7 { width:14.6875rem;height:22.191375rem;top:35.996095657349rem;left:2.6562500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw5HrTDDI7O733nZcUwOnK7QgP9Nu0uy { width:3.1875rem;height:0;top:56.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6i8bgQmZ02DRWbix2mELtsAOwyBKwHz { width:12.5rem;height:1.3rem;top:59.249134063721rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq8vQK9iZO5nwreHKxWAvuRNZToJPUZJ { width:18.9375rem;height:22.75rem;top:66.187072753906rem;left:0.62500005960463rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #u9wwaOPFLukQsnHgrWvs2xrMNorIJCwK { width:14.6875rem;height:15.293rem;top:69.389133453369rem;left:2.6562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuXtsFDFdFsnDIeioWKVvI3aotL88fPo { width:3.1875rem;height:0;top:85.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnawDkS646yecXBE3HgaPozZs1DEJgO { width:12.5rem;height:1.3rem;top:86.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDasShdZE6ZMEcRbP6Oy2li0RuuE2y7T { display:flex;width:2.311525rem;height:2.311525rem;top:0.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #LwczrJveS4mulVLJ3E760c3tz2lb9Ewf { display:flex;width:2.311525rem;height:2.311525rem;top:0.9375rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #F569pWpLpAiSitNMrUfabzguZTRDNJpZ { width:3.2487rem;height:0.060763875rem;top:58.65885925293rem;left:8.3745661377906rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #i7dm85wMfEraP0Ck4L44ywMdyR9TC7Ds { width:3.24924375rem;height:0.0623915rem;top:85.972007751462rem;left:8.375109016895rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fdi4xxr6mirh2AiA1agEW3ALtVyk800C { width:3.9375rem;height:3.9375rem;top:2.3111944198608rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELTWamT5kuBGd30IFHmk2fQqih5INVf4 { width:3.9375rem;height:3.9375rem;top:32.060546875rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXWFifLVktnGmbqw3DgbhvbpzVpCTii { width:3.9375rem;height:3.9375rem;top:63.873701095581rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/ec3f8896-a82f-4f5c-b45b-a407e73cdb6b/ZDJECIE_NA_DOL_1_2024_07.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.adaptive-delivery-prevent-bg, #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.lazyload, #Msda6WMFvzdX92LT5OcKsB9frq27Eqkv.lazyloading { background-image: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { background-color: transparent; background-image: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container > .video-iframe-container { display: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container { display: none; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .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); }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { border-width: 0; border-radius: 0; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Msda6WMFvzdX92LT5OcKsB9frq27Eqkv > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igfuMCBwlzWvcIAS2G5WwE956rBmW9lD { width:20rem;height:13.3125rem;top:0rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2DibFF157rn3cJHC7hLgxleRJCFS8W { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pWeCyqm0TVOWDLlkRUXmU0xAxVPECHuu { width:20rem;height:31.9375rem;top:29.287769317627rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKy3kQtTFJu0OKwlCdQH6g8RAcDtgCPS { width:15.25rem;height:5.5234375rem;top:1.248046875rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #tUJkTFw6MRpBsFTgFuLPAash1HqmCf6S { width:20rem;height:0.8rem;top:7.1380214691163rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuMQh2PpT2WysrksUgFvO61V3GPx8Kfm { width:8.6873125rem;height:2.5rem;top:8.9264316558837rem;left:5.6551107168197rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mcmTLC2TeVbIVOzkTq2LEgbhl3rhFX { display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7480625rem;height:2.798825rem;top:2.005859375rem;left:0rem;font-size:0.875rem;color:#343a40;line-height:1.6;display:block; }
 }