.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/977a38b8-56e4-41fc-90aa-4a65a2257769/BANERDESKTOP.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { border-width: 0; border-radius: 0; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#XiEyyTW5mobCm6sDMQy8Rrt92sqQ1S9G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.75rem;top:0.78081598877906rem;left:4.6853313446045rem;overflow:hidden;display:block; }
#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99a5be9b-d05b-417b-914b-a9dc45cdc4fb/BANERDESKTOP.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:31.0625rem;left:0rem;display:block; }
#QT1H1OodlRxzOE97z4i4TgggFWisLghy { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:31.875rem;top:4.59375rem;left:39.7763671875rem;overflow:hidden;display:block; }
#gwuicg3a9DkNhNIh39zDF5GE9WUktdyI { color:#1560da;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.982421875rem;left:3.6318359375rem;height:17.22225rem;font-style:normal;display:block; }
#mubv5evpCceA4ghbN113eeZHgSUVQwSG { background-color:#fe6f20;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:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima bold";font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.75rem;left:2.5693359375rem;display:block; }
#wswW2PdKUe3vmTa7xHXMmmbwznxEtDZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container { background-color: transparent; background-image: none; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container > .video-iframe-container { display: none; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row > .video-iframe-container { display: none; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .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); }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container { border-width: 0; border-radius: 0; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#xLlWsHKubuvhmRReUeUUcOxR7sTDUT7z { color:#031f59;display:block;width:37.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.578125rem;left:34.74609375rem;height:10.7801875rem;display:block; }
#uePpm7nTQF570lVT8RId35xkzXf9XCbP { color:#1560da;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1904296875rem;left:1.171875rem;height:7.55625rem;display:block; }
#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a678d4e6-6911-455c-b17d-7013a58d050f/tlo_korzysc.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43.adaptive-delivery-prevent-bg, #hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43.lazyload, #hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43.lazyloading { background-image: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { background-color: transparent; background-image: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container > .video-iframe-container { display: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container { display: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .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); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { border-width: 0; border-radius: 0; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#rduoAQGt6azOseySCEQziKWaV28X0WR8 { background-color:#f22f1e;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:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima bold";font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25rem;left:27.125rem;display:block; }
#sq76x2N4OaXiG1MHM0cTICCc54xltd6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2F6ZiU3mXzmGfMXFSeOH2MooFz3IsbM { color:#ff7f00;display:block;width:55.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.0625rem;left:10.75rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#eoyfL7vaQi4pN4SMpyV22kSqhiTlpckx { color:#ff7f00;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.5rem;left:16.4375rem;height:2.51844375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nAuCbtv6UdEu3INOH4iXau90L5tyqz1S { box-sizing:content-box;height:3.625rem;width:17.75rem;position:absolute;display:block;z-index:15027;background-color:#ff7f00;background-image:none;top:13.9375rem;left:40.875rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#LKrqllJr0vPfthiCD19eaal1VkzSH7ta { color:#f8f8f8;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:14.555122375488rem;left:42.874353408814rem;height:2.32530625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MXvnckMQ4oJrAw0NitV4AXKUiuHsNtty { box-sizing:content-box;height:11.4375rem;width:63.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:0.9375rem;left:5.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #1e67fd;border-left:0.125rem solid #1e67fd;border-right:0.125rem solid #1e67fd;border-bottom:0.125rem solid #1e67fd;display:block; }
#rNBDLe6VxODQlJ1ma0aLbmznm4pQAFJE { box-sizing:content-box;height:10.499125rem;width:62.4370625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff5c0b, #ff7f00);background-image: -moz-linear-gradient(90deg, #ff5c0b, #ff7f00);background-image: -ms-linear-gradient(90deg, #ff5c0b, #ff7f00);background-image: -o-linear-gradient(90deg, #ff5c0b, #ff7f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c0b', endColorstr='#ff7f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c0b', endColorstr='#ff7f00' );";background-image: linear-gradient(90deg, #ff5c0b, #ff7f00);background-size:auto !important;top:1.5rem;left:5.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#TQRvGM2wby5F8mlLT0cWqmaMbiwA0f9O { color:#f8f8f8;display:block;width:55.8745625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:9.25rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#LgmG8SwfsNclFvrOxCeqcWzTohSpArJk { color:#f8f8f8;display:block;width:55.8735rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:9.0625rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a678d4e6-6911-455c-b17d-7013a58d050f/tlo_korzysc.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7.adaptive-delivery-prevent-bg, #TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7.lazyload, #TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7.lazyloading { background-image: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { background-color: transparent; background-image: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container > .video-iframe-container { display: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container { display: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .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); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { border-width: 0; border-radius: 0; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#srTTKvybp93EhdVAyRyCtENbVOwcE2iT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:37.5rem;display:none; }
#hT7coUCk2Ex7WD4uzPEttuvosLTquP8r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:59rem;display:none; }
#uyTflfQQmEev4Aw3zIUdbimVFTZiV0Zt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:75rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#TiZZFNXTZ0VMVg9nSPz1cw3qHIWGEwJb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:59rem;display:none; }
#Daucy54yots3Bndzf5FMQ8w1uNR1eloP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container { background-color: transparent; background-image: none; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container > .video-iframe-container { display: none; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row > .video-iframe-container { display: none; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .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); }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container { border-width: 0; border-radius: 0; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#TsgzNTmwyu1NU3QV5zKIy5eUD3LPd2NM { position:absolute;display:block;z-index:14996;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:33.4375rem;width:37.5625rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#1c2491;width:29.75rem;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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;background-color:#f6f5f6;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:29.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;background-color:#f6f5f6;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:29.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:29.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:#ff5c0b;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.5625rem;margin-bottom:0.25rem;margin-left:3.5625rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:22.5625rem;height:4.3125rem;font-family:poppins;overflow:hidden;line-height:.6;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:0.75rem;font-weight:400;color:#7b7b7b;vertical-align:top;width:28.6875rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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;float:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.8125rem;left:41.187500953674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.75rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.8125rem;left:41.187500953674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #lF71ir2BwFgTUHR6pNJGuNMh2bGFA3yy { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WxurSWDkC3ztTsgeRMIqCcQun7DlhNF4 { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #OmQd9QkL41Wwe96TVosuKUsLIpme9dOn { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vMIa2rT2O4oyfASwtU6docELrCTmBExS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LoRHStgzmlT3sIF3p8HgTTtIoD7bTDG1 { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WPt540b7yVU7WdxTmywQcSNBJgBA6IJO { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #W3SFk0gDtQuEuENVBflyZX4SyI0NTMCA { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #h8gV2aNRW11XgAuk7d8DWT9Otb7zJ34W { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #E4yaDanm5W2XTT1E7M89pcLrgcTDTEWr { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hEtfi9uaRTeBWc0VLUIZFAZCMyUSf5MS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoCun0gROPir5wQ7fAJAOZG5VZRUA34e { position:relative;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #FQlUKvmBvDCVBXzRn23CLXTmnwc1zrl0 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#wzLeo4U4y0ITU6akMTbPcqXxNvTnIKWD { color:#ff7f00;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0029296875rem;left:40.96875rem;height:9.09724375rem;text-align:center;text-align-last:center;display:block; }
#Bh7W5cH6hdtLg9qqHmfbTQmadOnh4TVc { color:#ff7f00;display:block;width:31.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0029296875rem;left:40.96875rem;height:11.372075rem;text-align:center;text-align-last:center;display:none; }
#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { background-color: transparent; background-image: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container > .video-iframe-container { display: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container { display: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .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); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { border-width: 0; border-radius: 0; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { color:#f8f8f8;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2113723754883rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { background-color: transparent; background-image: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .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); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { border-width: 0; border-radius: 0; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { color:#1560da;display:block;width:14.561625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:17.442491769791rem;left:7.2146282196044rem;height:4.53450625rem;text-align:center;text-align-last:center;display:block; }
#SrfHQa1O32VIgXRBEtQxec11NgTb06yK { 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:9.375rem;width:9.375rem;top:6.4561636447906rem;left:9.8090305328369rem;overflow:hidden;display:block; }
#HTSWkTmCdE6mTGqsZ1uXpANIqoeD2e3t { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.0625rem;top:4.6310801506042rem;left:5.0000019073486rem;overflow:hidden;display:block; }
#uEfIbeR9mwpE8w37i6nVcXerZBDsBudL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.0625rem;top:4.6310765743256rem;left:29.027780532837rem;overflow:hidden;display:block; }
#ILyBwCPuEfsc23zS0CszTh8wUq8AFJag { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.0625rem;top:4.6310765743256rem;left:52.498918533325rem;overflow:hidden;display:block; }
#TRUvwVcVGO5z5lrc25x5Qeu8FCsRGTSc { 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:9.1875rem;width:9.1875rem;top:6.4561636447906rem;left:33.901910781861rem;overflow:hidden;display:block; }
#RElZc5mMHJKyqI1ofT2mVhOQ8B0bLh9G { position:absolute;display:block;z-index:15008;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:9.375rem;width:9.375rem;top:6.4561636447906rem;left:57.373048782349rem;overflow:hidden;display:block; }
#ktvepIAnXshcu6ri8vd2CJT7nkATtckH { color:#1560da;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:17.442491769791rem;left:30.684682846069rem;height:7.5575rem;text-align:center;text-align-last:center;display:block; }
#TUtHJZlsHSb8FpnBXSp63xzmqKVWbHxP { color:#1560da;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:17.442491769791rem;left:54.780817031861rem;height:10.5805rem;text-align:center;text-align-last:center;display:block; }
#lSCPEBr0wNMpt9xFAmbS2iik7Na3UE8O { 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:15035;opacity:1;top:14.5625rem;left:0.8125rem; }
#xqFxXb9UqzmrbK2U7q0czFALFlOe6OtO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.559462457895rem;left:72.625871658325rem; }
#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { background-color: transparent; background-image: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container > .video-iframe-container { display: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container { display: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .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); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { border-width: 0; border-radius: 0; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#kzTDFZsDhTwtokxVygMZw8UN3RNhXd1m { 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:27.625rem;width:19.0625rem;top:3.625rem;left:5rem;overflow:hidden;display:block; }
#EscLQccXJib6eNZLL4eNAdQpvOwAtQtC { position:absolute;display:block;z-index:15015;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:9.375rem;width:9.375rem;top:5.5rem;left:9.8125rem;overflow:hidden;display:block; }
#OBHmLJKXdznPOOxhOwzap9bqzgLxzwkP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.0625rem;top:3.625rem;left:29rem;overflow:hidden;display:block; }
#BSeDNkug12TXfKZ45Ze21SfLWMyh02QR { position:absolute;display:block;z-index:15016;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:9.375rem;width:9.375rem;top:5.5rem;left:33.875rem;overflow:hidden;display:block; }
#wXwL3wVDukASdMrL45cq2zytqidKAaDN { color:#1560da;display:block;width:14.5605625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:16.436632156372rem;left:7.2808170318606rem;height:9.069rem;text-align:center;text-align-last:center;display:block; }
#GwhUcrDBZewThfDuVsvqRrC91hTfBWbE { color:#1560da;display:block;width:14.5605625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:16.4375rem;left:31.3125rem;height:6.04600625rem;text-align:center;text-align-last:center;display:block; }
#RuHms1fXclkfHWDv0Sc0mnX6XghsNO3o { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.0625rem;top:3.625rem;left:52.5rem;overflow:hidden;display:block; }
#vd7HQuyldrhEh0X7uKddzAxLI6rcQ1DU { color:#1560da;display:block;width:14.5605625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:16.436632156372rem;left:54.781908035278rem;height:6.04600625rem;text-align:center;text-align-last:center;display:block; }
#UXGLaAm244QKtURgrGZp1u7Bkqr2IB6s { position:absolute;display:block;z-index:15017;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:9.375rem;width:9.375rem;top:5.5rem;left:57.375rem;overflow:hidden;display:block; }
#Ki080ywsOsRxav5ftwv8qXBotNiFp3bx { 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:15035;opacity:1;top:16.25rem;left:0.8125rem; }
#VdHZUrkWCuMq9T33VTlOd72whxT5P4nx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.373697280884rem;left:72.625871658325rem; }
#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC { 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; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container { background-color: transparent; background-image: none; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container > .video-iframe-container { display: none; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row > .video-iframe-container { display: none; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .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); }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container { border-width: 0; border-radius: 0; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#Ewmb55M5An9IiZ18GzrqbZPq2cmskTXf { color:#ffffff;display:block;width:39.436875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:6.65798664093rem;left:17.781034469604rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTffdN3hK7R8pBI1p8pB1lb0nudno60e { color:#1560da;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.2434921264649rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSlqhuN3wwP3aAJUdf3zCdXRg2aLM6RJ { box-sizing:content-box;height:5.25rem;width:40.9375rem;position:absolute;display:block;z-index:15008;background-color:#ff5c0b;background-image:none;top:5.375rem;left:17.0625rem;border-top-right-radius:3.6875rem;border-bottom-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-top-left-radius:3.6875rem;display:block; }
#E06MseJaT0GFM84J3ZB519vOkfvkVdBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container { background-color: transparent; background-image: none; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container > .video-iframe-container { display: none; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row > .video-iframe-container { display: none; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .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); }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container { border-width: 0; border-radius: 0; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container { font-size:0.875rem;font-family:arial;height:92.3125rem;width:75rem;position:relative;display:block; }#vzxPQfF2sKfbSqSf9QgzuyoxfxFsixgu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:91.1875rem;width:65.4375rem;top:0.52951431274414rem;left:4.7808170318604rem;overflow:hidden;display:block; }
#sMu4TK9wWVryEcTZNB7pD4RMLazkPsVu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.75rem;width:23.5rem;display:none; }
#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1560da;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; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container { background-color: transparent; background-image: none; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container > .video-iframe-container { display: none; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row > .video-iframe-container { display: none; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .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); }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container { border-width: 0; border-radius: 0; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#SK93H6CcEh9EpbamuPOiuuI1lqu9qey6 { background-color:#ff3300;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:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima bold";font-size:2.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.1875rem;height:6.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.3125rem;left:21.40625rem;display:block; }
#snh46l3odhgCZnLxKb5X4SIbzms7Q9e2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a49ca;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; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container { background-color: transparent; background-image: none; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container > .video-iframe-container { display: none; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row > .video-iframe-container { display: none; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .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); }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container { border-width: 0; border-radius: 0; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s { position:relative;display:block; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s { background-color: transparent; background-image: none; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container > .video-iframe-container { display: none; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row > .video-iframe-container { display: none; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .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); }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s { border-width: 0; border-radius: 0; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZrdMErhHzMaUL2rFDfmpcPy1TEKl1GwW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.5620625rem;top:2rem;left:50.8125rem;overflow:hidden;display:block; }
#oe3wtZA1VGtPnCJ82Hu6FyJnXP9OQp1P { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10rem;top:2rem;left:13.5625rem;overflow:hidden;display:block; }
#aFeZggofJiBKxtMfIepFpGTJfyvCUmoy { color:#1560da;display:block;width:29.749375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.6875rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PO91v1rOaAKiOqsgiETkhEP0gx9Dh7Fh { color:#1560da;display:block;width:29.749375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.1875rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbL8Kl7Xgpd22W9ZscEusBNftbxScG0z { background-color:#031f59;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2495625rem;height:4.12435rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.375rem;left:10.9375rem;display:block; }
#n0lMTy8VlFm1a3kg6g6C4kUBMceyTKJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGKfFh9N8nZmTDb71UmclkpavSHeR4Ew { background-color:#031f59;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2485rem;height:4.12435rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:17.375rem;left:48.4375rem;display:block; }
#Vpx6HghuUdU03NMFoBqOsxrHlCE63VMo { 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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.1875rem;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:1.625rem;left:32.75rem; }
#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.5rem;left:36.25rem; }
#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.5rem;left:40.625rem; }
#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.5rem;left:29.125rem; }
#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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;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) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiEyyTW5mobCm6sDMQy8Rrt92sqQ1S9G { top:0.75rem;left:0rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:31.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QT1H1OodlRxzOE97z4i4TgggFWisLghy { width:31.875rem;height:26rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuicg3a9DkNhNIh39zDF5GE9WUktdyI { width:28.75rem;height:17.1875rem;top:8.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mubv5evpCceA4ghbN113eeZHgSUVQwSG { width:23.9375rem;height:4.625rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wswW2PdKUe3vmTa7xHXMmmbwznxEtDZn { display:block; }
 }@media only screen and (max-width: 763px) { #lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe { display:block; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLlWsHKubuvhmRReUeUUcOxR7sTDUT7z { width:37.75rem;height:10.75rem;top:2.5625rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePpm7nTQF570lVT8RId35xkzXf9XCbP { width:32.5625rem;height:7.5rem;top:4.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 { display:block; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rduoAQGt6azOseySCEQziKWaV28X0WR8 { width:21.9375rem;height:4.5625rem;top:25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq76x2N4OaXiG1MHM0cTICCc54xltd6C { display:block; }
 }@media only screen and (max-width: 763px) { #o2F6ZiU3mXzmGfMXFSeOH2MooFz3IsbM { width:47.75rem;height:3.875rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoyfL7vaQi4pN4SMpyV22kSqhiTlpckx { width:23.5625rem;height:2.5rem;top:14.5rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAuCbtv6UdEu3INOH4iXau90L5tyqz1S { width:17.6875rem;height:3.5625rem;top:13.9375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKrqllJr0vPfthiCD19eaal1VkzSH7ta { width:13.75rem;height:2.3125rem;top:14.5rem;left:29.249353408814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvnckMQ4oJrAw0NitV4AXKUiuHsNtty { width:47.375rem;height:11.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNBDLe6VxODQlJ1ma0aLbmznm4pQAFJE { width:47.75rem;height:10.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRvGM2wby5F8mlLT0cWqmaMbiwA0f9O { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgmG8SwfsNclFvrOxCeqcWzTohSpArJk { width:47.75rem;height:1.9375rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 { display:block; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTTKvybp93EhdVAyRyCtENbVOwcE2iT { width:37.5rem;height:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT7coUCk2Ex7WD4uzPEttuvosLTquP8r { width:47.75rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyTflfQQmEev4Aw3zIUdbimVFTZiV0Zt { width:47.75rem;height:9.7091666666667rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiZZFNXTZ0VMVg9nSPz1cw3qHIWGEwJb { width:47.75rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Daucy54yots3Bndzf5FMQ8w1uNR1eloP { display:block; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsgzNTmwyu1NU3QV5zKIy5eUD3LPd2NM { width:37.5625rem;height:33.4375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:29.75rem;height:28.0625rem;top:11.8125rem;left:15.5rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:29.75rem;height:28.0625rem;top:11.8125rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #lF71ir2BwFgTUHR6pNJGuNMh2bGFA3yy {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WxurSWDkC3ztTsgeRMIqCcQun7DlhNF4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #OmQd9QkL41Wwe96TVosuKUsLIpme9dOn {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vMIa2rT2O4oyfASwtU6docELrCTmBExS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LoRHStgzmlT3sIF3p8HgTTtIoD7bTDG1 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WPt540b7yVU7WdxTmywQcSNBJgBA6IJO {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #W3SFk0gDtQuEuENVBflyZX4SyI0NTMCA {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #h8gV2aNRW11XgAuk7d8DWT9Otb7zJ34W {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #E4yaDanm5W2XTT1E7M89pcLrgcTDTEWr {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hEtfi9uaRTeBWc0VLUIZFAZCMyUSf5MS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoCun0gROPir5wQ7fAJAOZG5VZRUA34e {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #FQlUKvmBvDCVBXzRn23CLXTmnwc1zrl0 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #wzLeo4U4y0ITU6akMTbPcqXxNvTnIKWD { width:31.8125rem;height:9.0625rem;top:2rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7W5cH6hdtLg9qqHmfbTQmadOnh4TVc { width:20rem;height:6.5rem;top:1.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { display:block; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { width:47.75rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { display:block; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { top:17.4375rem;left:0rem;width:14.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfHQa1O32VIgXRBEtQxec11NgTb06yK { width:9.375rem;height:9.375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSWkTmCdE6mTGqsZ1uXpANIqoeD2e3t { width:19.0625rem;height:27.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEfIbeR9mwpE8w37i6nVcXerZBDsBudL { width:19.0625rem;height:27.625rem;top:4.625rem;left:15.402780532837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyBwCPuEfsc23zS0CszTh8wUq8AFJag { width:19.0625rem;height:27.625rem;top:4.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUvwVcVGO5z5lrc25x5Qeu8FCsRGTSc { width:9.1875rem;height:9.1875rem;top:6.4375rem;left:20.276910781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElZc5mMHJKyqI1ofT2mVhOQ8B0bLh9G { width:9.375rem;height:9.375rem;top:6.4375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvepIAnXshcu6ri8vd2CJT7nkATtckH { top:17.4375rem;left:17.059682846069rem;width:15.125rem;height:7.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtHJZlsHSb8FpnBXSp63xzmqKVWbHxP { top:17.4375rem;left:32.5625rem;width:15.1875rem;height:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSCPEBr0wNMpt9xFAmbS2iik7Na3UE8O { top:14.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqFxXb9UqzmrbK2U7q0czFALFlOe6OtO { top:14.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { display:block; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzTDFZsDhTwtokxVygMZw8UN3RNhXd1m { width:19.0625rem;height:27.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscLQccXJib6eNZLL4eNAdQpvOwAtQtC { width:9.375rem;height:9.375rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHmLJKXdznPOOxhOwzap9bqzgLxzwkP { width:19.0625rem;height:27.625rem;top:3.625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSeDNkug12TXfKZ45Ze21SfLWMyh02QR { width:9.375rem;height:9.375rem;top:5.5rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXwL3wVDukASdMrL45cq2zytqidKAaDN { top:16.375rem;left:0rem;width:14.5rem;height:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhUcrDBZewThfDuVsvqRrC91hTfBWbE { top:16.4375rem;left:17.6875rem;width:14.5rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuHms1fXclkfHWDv0Sc0mnX6XghsNO3o { width:19.0625rem;height:27.625rem;top:3.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7HQuyldrhEh0X7uKddzAxLI6rcQ1DU { top:16.375rem;left:33.25rem;width:14.5rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGLaAm244QKtURgrGZp1u7Bkqr2IB6s { width:9.375rem;height:9.375rem;top:5.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki080ywsOsRxav5ftwv8qXBotNiFp3bx { top:16.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdHZUrkWCuMq9T33VTlOd72whxT5P4nx { top:16.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC { display:block; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ewmb55M5An9IiZ18GzrqbZPq2cmskTXf { width:39.375rem;height:2.625rem;top:6.625rem;left:4.1560344696045rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTffdN3hK7R8pBI1p8pB1lb0nudno60e { width:47.75rem;height:3.0625rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSlqhuN3wwP3aAJUdf3zCdXRg2aLM6RJ { width:40.9375rem;height:5.25rem;top:5.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06MseJaT0GFM84J3ZB519vOkfvkVdBf { display:block; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzxPQfF2sKfbSqSf9QgzuyoxfxFsixgu { width:47.75rem;height:66.539875835721rem;top:0.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMu4TK9wWVryEcTZNB7pD4RMLazkPsVu { width:23.5rem;height:73.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy { display:block; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK93H6CcEh9EpbamuPOiuuI1lqu9qey6 { width:32.1875rem;height:6.625rem;top:4.3125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snh46l3odhgCZnLxKb5X4SIbzms7Q9e2 { display:block; }
 }@media only screen and (max-width: 763px) { #KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN { display:block; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s { display:block; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrdMErhHzMaUL2rFDfmpcPy1TEKl1GwW { width:10.5rem;height:10.252935328094rem;top:2rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe3wtZA1VGtPnCJ82Hu6FyJnXP9OQp1P { width:10rem;height:10.3125rem;top:2rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFeZggofJiBKxtMfIepFpGTJfyvCUmoy { width:29.6875rem;height:2.3125rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO91v1rOaAKiOqsgiETkhEP0gx9Dh7Fh { width:29.6875rem;height:2.3125rem;top:13.875rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbL8Kl7Xgpd22W9ZscEusBNftbxScG0z { width:15.1875rem;height:4.0625rem;top:17.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0lMTy8VlFm1a3kg6g6C4kUBMceyTKJR { display:block; }
 }@media only screen and (max-width: 763px) { #lGKfFh9N8nZmTDb71UmclkpavSHeR4Ew { width:15.1875rem;height:4.0625rem;top:17.375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpx6HghuUdU03NMFoBqOsxrHlCE63VMo { 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:1.625rem;left:19.125rem;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.5rem;left:22.625rem;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.5rem;left:27rem;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.5rem;left:15.5rem;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:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66530957-6671-4364-a443-02f7facd4cba/BANERMOBILE.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiEyyTW5mobCm6sDMQy8Rrt92sqQ1S9G { width:10.625rem;height:2.3125rem;top:0.40625rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66530957-6671-4364-a443-02f7facd4cba/BANERMOBILE.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT1H1OodlRxzOE97z4i4TgggFWisLghy { width:17.9365rem;height:14.5605625rem;top:13.7509765625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuicg3a9DkNhNIh39zDF5GE9WUktdyI { width:18.311625rem;height:10.724825rem;top:1.2413194179535rem;left:0.84309905767444rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mubv5evpCceA4ghbN113eeZHgSUVQwSG { width:19rem;height:4.625rem;top:30.6875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wswW2PdKUe3vmTa7xHXMmmbwznxEtDZn { display:block; }
 }@media only screen and (max-width: 763px) { #lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe { display:block; }#lAcBKG8JpJtMiV5wNNfnLHqTBtSthVJe > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLlWsHKubuvhmRReUeUUcOxR7sTDUT7z { width:18.249rem;height:9.84375rem;top:5.9375rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uePpm7nTQF570lVT8RId35xkzXf9XCbP { width:16.9365rem;height:4.62890625rem;top:0rem;left:1.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 { 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; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { background-color: transparent; background-image: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container > .video-iframe-container { display: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container { display: none; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .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); }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { border-width: 0; border-radius: 0; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWKf5TJkTSAxJux0X1hQ0KoXryLf3b43 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rduoAQGt6azOseySCEQziKWaV28X0WR8 { width:20rem;height:3.24921875rem;top:25.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq76x2N4OaXiG1MHM0cTICCc54xltd6C { display:block; }
 }@media only screen and (max-width: 763px) { #o2F6ZiU3mXzmGfMXFSeOH2MooFz3IsbM { width:18.625rem;height:5.19965625rem;top:19.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoyfL7vaQi4pN4SMpyV22kSqhiTlpckx { width:20rem;height:1.54296875rem;top:13.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAuCbtv6UdEu3INOH4iXau90L5tyqz1S { width:16.6873125rem;height:3.24978125rem;top:15.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKrqllJr0vPfthiCD19eaal1VkzSH7ta { width:13.75rem;height:1.875rem;top:16.3125rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXvnckMQ4oJrAw0NitV4AXKUiuHsNtty { width:19.625rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNBDLe6VxODQlJ1ma0aLbmznm4pQAFJE { width:19rem;height:12.0625rem;top:0.60546875rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRvGM2wby5F8mlLT0cWqmaMbiwA0f9O { width:20rem;height:4.5486125rem;top:2.1560325622559rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgmG8SwfsNclFvrOxCeqcWzTohSpArJk { width:15.811625rem;height:4.4596375rem;top:7.2113723754881rem;left:2.0930991768837rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 { 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; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { background-color: transparent; background-image: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container > .video-iframe-container { display: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container { display: none; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .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); }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { border-width: 0; border-radius: 0; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyTrIlMudTCPxMHXMbKJ91vrp5gXkTh7 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTTKvybp93EhdVAyRyCtENbVOwcE2iT { top:1.2750005722046rem;left:0rem;width:20rem;height:9.9375rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hT7coUCk2Ex7WD4uzPEttuvosLTquP8r { top:0rem;left:0rem;width:20rem;height:13.875rem;z-index:15028;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uyTflfQQmEev4Aw3zIUdbimVFTZiV0Zt { width:20rem;height:4.0666666666667rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiZZFNXTZ0VMVg9nSPz1cw3qHIWGEwJb { top:0.61171865463257rem;left:0rem;width:20rem;height:13.875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Daucy54yots3Bndzf5FMQ8w1uNR1eloP { display:block; }#Daucy54yots3Bndzf5FMQ8w1uNR1eloP > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsgzNTmwyu1NU3QV5zKIy5eUD3LPd2NM { width:20rem;height:17.8555rem;top:34.39296913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:13.25rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;background-color:#ff5c0b;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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:7.31796836853rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:7.31796836853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #lF71ir2BwFgTUHR6pNJGuNMh2bGFA3yy {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WxurSWDkC3ztTsgeRMIqCcQun7DlhNF4 { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #OmQd9QkL41Wwe96TVosuKUsLIpme9dOn {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vMIa2rT2O4oyfASwtU6docELrCTmBExS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LoRHStgzmlT3sIF3p8HgTTtIoD7bTDG1 { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #WPt540b7yVU7WdxTmywQcSNBJgBA6IJO {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #W3SFk0gDtQuEuENVBflyZX4SyI0NTMCA {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #h8gV2aNRW11XgAuk7d8DWT9Otb7zJ34W { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #E4yaDanm5W2XTT1E7M89pcLrgcTDTEWr {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hEtfi9uaRTeBWc0VLUIZFAZCMyUSf5MS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoCun0gROPir5wQ7fAJAOZG5VZRUA34e { display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #FQlUKvmBvDCVBXzRn23CLXTmnwc1zrl0 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #wzLeo4U4y0ITU6akMTbPcqXxNvTnIKWD { width:20rem;height:0;top:0.9296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Bh7W5cH6hdtLg9qqHmfbTQmadOnh4TVc { width:20rem;height:6.4974rem;top:1.505859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;color:#1560da;display:block; }
 }@media only screen and (max-width: 763px) { #B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { display:block; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { background-color:#1560da;background-image:none;display:block; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { background-color: transparent; background-image: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .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); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { width:11.3748125rem;height:6.04600625rem;top:14.58224773407rem;left:4.3120663762093rem;font-size:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SrfHQa1O32VIgXRBEtQxec11NgTb06yK { width:9.25rem;height:9.25rem;top:2.4674472808838rem;left:5.3125002980232rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HTSWkTmCdE6mTGqsZ1uXpANIqoeD2e3t { width:19.0625rem;height:27.6248125rem;top:0.6911907196045rem;left:0.93641501665113rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uEfIbeR9mwpE8w37i6nVcXerZBDsBudL { width:19.0625rem;height:27.6875rem;top:29.75rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ILyBwCPuEfsc23zS0CszTh8wUq8AFJag { width:19.0625rem;height:27.6875rem;top:58.75rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TRUvwVcVGO5z5lrc25x5Qeu8FCsRGTSc { width:9.1875rem;height:9.1875rem;top:31.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElZc5mMHJKyqI1ofT2mVhOQ8B0bLh9G { width:9.375rem;height:9.375rem;top:60.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvepIAnXshcu6ri8vd2CJT7nkATtckH { width:15.1248125rem;height:7.5575rem;top:42.5625rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtHJZlsHSb8FpnBXSp63xzmqKVWbHxP { width:15.186625rem;height:10.5805rem;top:71.5625rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSCPEBr0wNMpt9xFAmbS2iik7Na3UE8O { display:flex;width:2.31228125rem;height:2.31228125rem;top:54.439025878906rem;left:0.93641501665113rem; }
 }@media only screen and (max-width: 763px) { #xqFxXb9UqzmrbK2U7q0czFALFlOe6OtO { display:flex;width:2.3125rem;height:2.3125rem;top:54.436851501465rem;left:17.686633408069rem; }
 }@media only screen and (max-width: 763px) { #DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { display:block; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzTDFZsDhTwtokxVygMZw8UN3RNhXd1m { width:19.0625rem;height:27.6875rem;top:1.1875rem;left:0.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EscLQccXJib6eNZLL4eNAdQpvOwAtQtC { width:9.375rem;height:9.375rem;top:3.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHmLJKXdznPOOxhOwzap9bqzgLxzwkP { width:19.0625rem;height:27.6875rem;top:30.1875rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BSeDNkug12TXfKZ45Ze21SfLWMyh02QR { width:9.375rem;height:9.375rem;top:32.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXwL3wVDukASdMrL45cq2zytqidKAaDN { width:14.4998125rem;height:9.069rem;top:14rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhUcrDBZewThfDuVsvqRrC91hTfBWbE { width:14.4998125rem;height:6.04600625rem;top:43rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuHms1fXclkfHWDv0Sc0mnX6XghsNO3o { width:19.0625rem;height:27.6875rem;top:59.125rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vd7HQuyldrhEh0X7uKddzAxLI6rcQ1DU { width:14.4998125rem;height:6.04600625rem;top:71.9375rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGLaAm244QKtURgrGZp1u7Bkqr2IB6s { width:9.375rem;height:9.375rem;top:61rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki080ywsOsRxav5ftwv8qXBotNiFp3bx { display:flex;width:2.31228125rem;height:2.31228125rem;top:55.629344940186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VdHZUrkWCuMq9T33VTlOd72whxT5P4nx { display:flex;width:2.31228125rem;height:2.31228125rem;top:55.629344940186rem;left:17.686633408069rem; }
 }@media only screen and (max-width: 763px) { #Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC { display:block; }#Oh6rQqFJ2OTAI60q7JepEe8Um54N3edC > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ewmb55M5An9IiZ18GzrqbZPq2cmskTXf { width:20rem;height:1.462675rem;top:7.548828959465rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTffdN3hK7R8pBI1p8pB1lb0nudno60e { width:20rem;height:4.0625rem;top:1.1110894680023rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XSlqhuN3wwP3aAJUdf3zCdXRg2aLM6RJ { width:20rem;height:3.6875rem;top:6.5492624044419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06MseJaT0GFM84J3ZB519vOkfvkVdBf { display:block; }#E06MseJaT0GFM84J3ZB519vOkfvkVdBf > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzxPQfF2sKfbSqSf9QgzuyoxfxFsixgu { width:14.25rem;height:19.875rem;top:1.0297088623047rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sMu4TK9wWVryEcTZNB7pD4RMLazkPsVu { top:0.625rem;left:0rem;width:19.8125rem;height:62.0625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy { display:block; }#FLXJU8dyOvq8sVtBvPBaFbMalOR1DGHy > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK93H6CcEh9EpbamuPOiuuI1lqu9qey6 { width:19rem;height:3.6875rem;top:1.875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snh46l3odhgCZnLxKb5X4SIbzms7Q9e2 { display:block; }
 }@media only screen and (max-width: 763px) { #KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN { display:block; }#KXoo5OW6RzTSDeTkSu5DEZkbtFwd7SXN > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s { display:block; }#EhHrQpTTu6aDWpKtNWhxmuTi3fFk9d6s > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrdMErhHzMaUL2rFDfmpcPy1TEKl1GwW { width:7.75rem;height:7.5625rem;top:17.772352695465rem;left:6.1241324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe3wtZA1VGtPnCJ82Hu6FyJnXP9OQp1P { width:7.7495625rem;height:7.999125rem;top:1.1241316795349rem;left:6.1241324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFeZggofJiBKxtMfIepFpGTJfyvCUmoy { width:20rem;height:1.462675rem;top:10.437283039093rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO91v1rOaAKiOqsgiETkhEP0gx9Dh7Fh { width:20rem;height:1.462675rem;top:26.39865732193rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WbL8Kl7Xgpd22W9ZscEusBNftbxScG0z { width:10.811625rem;height:2.875rem;top:12.458767414093rem;left:4.5930994153022rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0lMTy8VlFm1a3kg6g6C4kUBMceyTKJR { display:block; }
 }@media only screen and (max-width: 763px) { #lGKfFh9N8nZmTDb71UmclkpavSHeR4Ew { width:10.6875rem;height:3rem;top:29.254557132721rem;left:4.6560333371163rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpx6HghuUdU03NMFoBqOsxrHlCE63VMo { display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;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 { 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.375rem;left:7.5rem;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.1875rem;left:10.6875rem;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.1875rem;left:14rem;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.375rem;left:4rem;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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }