.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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b153f;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; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.51171875rem;left:4.12109375rem;height:12.3rem;font-style:normal;display:block; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.5625rem;width:35.3125rem;top:2.2179687023163rem;left:39.687500953674rem;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.9375rem;width:34.8125rem;top:29.175000190735rem;left:28.312500953674rem;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:37.766407012939rem;left:25.875rem;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { background-color:#ff1e1e;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.3125rem;left:4.1218748092651rem;display:block; }
#cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmmcJdmCWPRHOJUXNwGmoLe9t8vf9AGR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.625rem;top:2.2178819179535rem;left:3.4331607818604rem;overflow:hidden;display:block; }
#xPgvbUKK84ObkiF2JQNSEZwEo4rwgHHs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:13.3125rem;top:0rem;left:17.370660781861rem;overflow:hidden;display:block; }
#X6gTgC2mnNxLTUPFyKsGHlpibpNVCT8k { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.46484375rem;height:3.4125rem;display:block; }
#lueGWB8q3upKUZxcmrU42006BDiiP8Da { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.586718559265rem;left:4.27734375rem;height:1.4625rem;display:block; }
#LUAHzD6E2EsC236KWtdKNS6l8fQOupuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37.112501144409rem;left:4.46484375rem; }
#pUyWHOKel2lPJ1OkesBgrb3psJ8qEZv8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:40.203907012939rem;left:4.46484375rem; }
#bu6JlUbx1BncHl2WJA6zHCkbEPHoMSlS { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.27890586853rem;left:7.871874809265rem;height:1.70625rem;font-style:normal;display:block; }
#hi7DBsby4C40uvir8IiIo5TkktOUf5Hc { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:40.382032394409rem;left:7.871874809265rem;height:1.70625rem;font-style:normal;display:block; }
#xOqi1ef9wB0zfvXxyWLsswy058XJKueT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.0625rem;top:3.78125rem;left:30.683160781861rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { 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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#ff1e1e;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:36rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:29.284376144409rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:39.97812461853rem;left:34.656250953674rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:41.97812461853rem;left:36.093750953674rem; }
#ZF6QKdT7TMoOzKiCaoDBECr8e5QaWGuD { color:#000000;display:block;width:73.3125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:17.420139312744rem;left:0.84375rem;height:10.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3F5uy1rJSSC0bIRNzVo84lB4cFkW0ds { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.25rem;left:7.9375rem; }
#gK3oEdTQSHIxN0LBcb7A27bxAWC9iMN8 { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:2.6875rem;left:11.0625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k0hibp7GxTPtUmAWKwmufSvyh0tlo6TS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.3125rem;left:7.9375rem; }
#JgmKhXNcFObbhb9bFCo57FItArHQ75AB { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:5.8125rem;left:11.0625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5TTb0aAEzHyppCCTSirQgB6m3kZRfaO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:8.8125rem;left:7.9375rem; }
#CrFPec2ysF1sGuEK07Z7liNbP4x50mac { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:9.25rem;left:11.0625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwtUVXSJ8F9nredCEA2DzFR3iw1wydsy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:12.1875rem;left:7.9375rem; }
#bkwfE3Xyb1DhyTRipKfGuZhQ8k6KklLJ { color:#000000;display:block;width:62.625rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:12.6875rem;left:11.0625rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cd12f89-31d8-48a8-9cc1-bd64ce4bb2eb/ChatGPTImage20sie202510_15_20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.57); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.57); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:#000000;display:block;width:15.37425rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:18.8125rem;left:4.8125rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.112501144409rem;left:5.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.625rem;width:17.625rem;top:10rem;left:3.875rem;display:block; }
#mKayRDhDWSNOWBTgp7C5EoiDy6WtfNud { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:15.925000190735rem;left:30.437500953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBXHU4mfHUaKy4a0IxvTzywmFroPWI0y { color:#000000;display:block;width:15.37425rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:18.8125rem;left:29.812500953674rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#xuzVBZvEnrKx0ukJh981lRiT9ZCbwsc4 { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.925000190735rem;left:55.437500953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pbeb3nG0wEsO9FcdJh4NatRxDeLt40lf { color:#000000;display:block;width:15.37425rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.200000762939rem;left:55.437500953674rem;height:3.675rem;text-align:center;text-align-last:center;display:block; }
#aqxeXNMXplMSyU6I1wopvDwhXrIgBkrs { color:#000000;display:block;width:15.37425rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:37.5625rem;left:16.625rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#cmLG45APUtnFwo9rUwzpEkgds2AxT1iZ { color:#000000;display:block;width:15.37425rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:37.5625rem;left:41.6875rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#LcCpp93fqaGC5JbelPKTXP9Bia5Wp2tR { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:34.125rem;left:42.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcHPtQ19XX4TVT7SdGau5AwPF38quJvL { color:#2a2a2a;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:33.3125rem;left:17.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmAATOJoplCJJliF7ZZSN3IWdflet6Kx { position:absolute;display:block;z-index:15003;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.625rem;width:17.625rem;top:9.925000190735rem;left:28.687500953674rem;display:block; }
#GeJxODusCyTcvZUPOchS4fLCBtweyNzp { position:absolute;display:block;z-index:15004;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.625rem;width:17.625rem;top:9.925000190735rem;left:53.687500953674rem;display:block; }
#chfLrtRFopQKxvlTK6bstsVyyDztceqE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.53125rem;left:10.936718940735rem; }
#xRnaBmDfWvKSSpmN49JHlPQqpUoRNI80 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:12.03125rem;left:35.937500953674rem; }
#Uw7dyGzVyLcDLXmzKD9sqVgAiwqJv0yy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.96875rem;left:60.937500953674rem; }
#XQen4a65QGRnRfnsBd2NJwR8wOko2Tuv { position:absolute;display:block;z-index:15003;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.625rem;width:17.625rem;top:28.125rem;left:15.499218940735rem;display:block; }
#Rfhy63igXzJaS4dVHKVEapJvVeOLhhDr { position:absolute;display:block;z-index:15004;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:13.625rem;width:17.625rem;top:28.125rem;left:40.561718940735rem;display:block; }
#HguA3nU259rfDR9tU9H5S7Q2BdRWRSM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29.625rem;left:22.749218940735rem; }
#tNavXZD90AbOtK777zCQMGdV1TRbrmqE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:30.237501144409rem;left:47.811718940735rem; }
#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container { background-color: transparent; background-image: none; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container > .video-iframe-container { display: none; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row > .video-iframe-container { display: none; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .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); }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container { border-width: 0; border-radius: 0; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#m3hf5XHTfW7JRm3CrX7GO6I2gVgmygfJ { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#AW9losS4OENqnW092nAk0bSUrVxn63Eh { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container { background-color: transparent; background-image: none; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container > .video-iframe-container { display: none; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row > .video-iframe-container { display: none; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .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); }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container { border-width: 0; border-radius: 0; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#Be9WxCGRxdtGSnZwXuXxIS6pHP8y1knw { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:1.6335945129394rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTy8TN4MtGGWFKiHqJpSdnRXoTV168TL { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:5.1960945129394rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWFyDfTpiaoTdERGO48bHG4gFoVLvvGA { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:8.7117195129394rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5il2mDkNQJgnVnZTNcg86qpSA3DxTwT { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:15.338282108307rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2J6m2BTIIHnMy02inTV7l7g5nbeOHSc { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:12.101562976837rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6npfNMhlsAM3fhqTLTDpT77QI1zZpWV { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:18.444530963897rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uw1HduP5ICMaaHd3HqPiwDx5V6xCTNr8 { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:21.646875858307rem;left:14.062499046326rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BZXmkCbZGHGzzlwARG1Qm87rmkiA1l5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.1492195129394rem;left:9.2242193222044rem; }
#WTTtCv55eACvE0Tipi6Q4rsq6kdbpTqt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.7117195129394rem;left:9.2242193222044rem; }
#ldwaVVgQidP4ViIxcvt2850NGe9AgL93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:8.2273445129394rem;left:9.2242193222044rem; }
#VevSMyZhVtkJkb9EFnFyTo3y54TVeGkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.655468463898rem;left:9.2242193222044rem; }
#IZ34WeAI7Qvpb5PieRSP0lTU1g9NxINa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:14.853125095367rem;left:9.2242193222044rem; }
#TJ29inM9NWDhzHEEbhU3alemegn6tew9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:17.959375858307rem;left:9.2242193222044rem; }
#KVvptUXR9pIxaNcranHX5iwhlHADhTTg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.161718845367rem;left:9.2242193222044rem; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { position:absolute;display:block;z-index:14999;background-color:#0b153f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.19) ;height:29.3125rem;width:22.125rem;top:20.125rem;left:26.1875rem;display:block; }
#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { background-color: transparent; background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .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); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { border-width: 0; border-radius: 0; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:4.03125rem;left:8.2867193222044rem;overflow:hidden;display:block; }
#hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.3125rem;left:32.125rem;overflow:hidden;display:block; }
#EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.875rem;left:57.875rem;overflow:hidden;display:block; }
#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:#000000;display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.231250762939rem;left:4.1609373092651rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:54.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:30.5rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1123046875rem;left:27.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.11171913147rem;left:55.562500953674rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { background-color:#ff1e1e;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:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:31rem;display:block; }
#kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:1.875rem;left:2.5rem;display:block; }
#SZmLnbUZxI7t8NAq0hS044vesSe925A0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:1.875rem;left:51.337498664856rem;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.11171913147rem;left:5.9734373092651rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#vBv1uP2BvH8cWqKecgVqIhHTs4Oo8iiG { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:1.875rem;left:2.5rem;display:none; }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { background-color: transparent; background-image: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { display: none; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .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); }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { border-width: 0; border-radius: 0; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#LluPXhNQiV4e2lhLmx53BDrinQEieNIN { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63ae0bf8-e301-4933-9a84-fb41ed6dc838/TJpng.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:0rem;left:5.5625rem;display:block; }#LluPXhNQiV4e2lhLmx53BDrinQEieNIN.adaptive-delivery-prevent-bg, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyload, #LluPXhNQiV4e2lhLmx53BDrinQEieNIN.lazyloading { background-image: none; }
#sfND6yoQar3PanS7t149xxRqgZEsNf00 { color:#000000;display:block;width:44.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1937503814697rem;left:20.311718940735rem;height:9.66875rem;display:block; }
#tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0500001907349rem;left:20.311718940735rem;height:1.625rem;font-style:normal;display:block; }
#nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { position:absolute;display:block;z-index:15006;background-color:#ff1e1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:15.8125rem;left:15.25rem;display:block; }
#T4zZils76Dpq1ox6OZdexkyukmaiNT7E { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.311718940735rem;height:1.4625rem;font-style:normal;display:block; }
#VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { background-color:#ff1e1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.375rem;left:57.375rem;display:block; }
#i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { position:absolute;display:block;z-index:15005;background-color:#0b153f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:49.375rem;top:0rem;left:17.874218940735rem;display:block; }
#QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63ae0bf8-e301-4933-9a84-fb41ed6dc838/TJpng.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:20.1875rem;left:5.5625rem;display:block; }#QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc.adaptive-delivery-prevent-bg, #QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc.lazyload, #QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc.lazyloading { background-image: none; }
#e9WDGzXhesfHwMI4ws2HAACI9pfXLioV { background-color:#ff1e1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.5625rem;left:57.375rem;display:block; }
#tcHscfXlCRn7EI2QzoSqTB893EzDPGHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTpAklleSFfMinRIXd7nKqg7FDDbirod { color:#000000;display:block;width:44.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.375rem;left:20.3125rem;height:6.90625rem;display:block; }
#KE8Gb6VVdpT7Nvf4FuTl9SC39I0FOiia { position:absolute;display:block;z-index:15013;background-color:#ff1e1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:36rem;left:15.25rem;display:block; }
#bn5HJ53SUGVfvZmfT5CgzUkToXft8wS0 { position:absolute;display:block;z-index:15012;background-color:#0b153f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.9375rem;width:49.375rem;top:20.1875rem;left:17.875rem;display:block; }
#s6FdV6tyhT0tbSwAOT5wKQ9QxyVuVx4O { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.3125rem;height:1.4625rem;font-style:normal;display:block; }
#WCspEiJ2wQ1cTu6RLTNGNCXok0ydkSz8 { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.25rem;left:20.3125rem;height:1.625rem;font-style:normal;display:block; }
#BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1bbfd657-08a0-4cae-b752-b10e12046361/1684824610940.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:12.3125rem;top:20.1875rem;left:5.5625rem;display:block; }#BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL.adaptive-delivery-prevent-bg, #BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL.lazyload, #BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL.lazyloading { background-image: none; }
#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fdd14af6-810b-4d48-b922-14462221aac5/20sie202510_15_05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { border-width: 0; border-radius: 0; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#f8f8f8;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:oswald;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:lato;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.671875rem;left:28.1875rem;z-index:15003; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 { width:auto; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
#Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { position:absolute;display:block;z-index:15001;background-color:rgba(255,30,30,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.3125rem;width:33.875rem;top:1.5625rem;left:20.562499046326rem;display:block; }
#Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:27.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { 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.1875rem solid #0c0058;border-left:0.1875rem solid #0c0058;border-right:0.1875rem solid #0c0058;border-bottom:0.1875rem solid #0c0058;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0b153f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0125rem;height:3.7rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.9375rem;left:30.968750953674rem;display:block; }
#dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b153f;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; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:oswald;font-size:4.75rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5625rem;left:7.5rem;height:10.45rem;text-align:left;text-align-last:left;display:block; }
#UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.750001430511rem;left:7.499218940735rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.18) ;height:31.25rem;width:27.125rem;top:3.96875rem;left:36.5625rem;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-form-header {  }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.3125rem;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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5625rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:4.375rem;color:#094a7f;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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 #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;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:19.3125rem;box-sizing:border-box;height:2.5rem;color:#094a7f;font-family:oswald;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:#ff1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:19.3125rem;height:3.4375rem;font-family:exo;overflow:hidden; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-moz-placeholder { color:#0b153f;font-family:lato;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-moz-placeholder { color:#0b153f;font-family:lato;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-ms-input-placeholder { color:#0b153f;font-family:lato;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-webkit-input-placeholder { color:#0b153f;font-family:lato;font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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:oswald;line-height:1.3;font-size:0.75rem;font-weight:300;color:#094a7f;vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .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; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:first-of-type{padding-top:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:last-of-type{padding-bottom:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.2976684570312rem;left:39.267968177796rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem;display:block;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.2976684570312rem;left:39.267968177796rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AEx94is0hU3l0nJEHheX6PZF9oWzEGuB { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #rnqkOGTd2IUF00T0dHl9EyhFBZPFcDHx { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #L0a5KDQHt7R5sbbhGdd5uu4ck1z1w44k { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Z9OqUbAXXLq0yCGcAK1TIt3rb4AUqa7u { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #aoOKmIRHNROyGODByNX6LWQSyt8HlgeR { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NddnfqmNmoZtfWXTv547VJoXBxFIfs60 { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #uE3ZFuhNXOGZLBXJrZc5teuuir9RIqum { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LwCNc7nTf1pFAtNokm9HxQHz0PgpLdtU { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nHeIFZeIa6tJNceOWgxxTg3NbbquQyEl { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv { position:relative; }
#RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { color:#efefef;display:block;width:75rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0898561477661rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:17rem;top:29.9375rem;left:21.9375rem;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:37.875rem;left:42.75rem;display:block; }#oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.adaptive-delivery-prevent-bg, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyload, #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2.lazyloading { background-image: none; }
#krQLeaKhRhLZbZO36lfprHvvaF0chZFt { position:relative;display:block; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt { background-color: transparent; background-image: none; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row .container > .video-iframe-container { display: none; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row > .video-iframe-container { display: none; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .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); }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt { border-width: 0; border-radius: 0; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .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; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .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:42.25rem;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; }#wc618hdQ9UibsfUNXsFSmUsdLUeQAWto { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#ZtkiyVw39uzkKULPH42F35doTxMw5TAB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:16.25rem;top:3.6050348281861rem;left:26.000001907349rem;overflow:hidden;display:block; }
#zkOiBroxOXDmyuTUTPXVo7aF2AJAKVyU { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#nXGQa7iz3zw1h7w9xs3ahQQpDm6bP5vP { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#K6NAStHFawnQywQzeoGC7mbLGUX3hvXo { color:#2a2a2a;display:block;width:67.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.90625rem;height:16.03125rem;text-align:left;text-align-last:left;display:block; }#K6NAStHFawnQywQzeoGC7mbLGUX3hvXo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K6NAStHFawnQywQzeoGC7mbLGUX3hvXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d5b0aaa426366dd09d033eb17401b3c53058a7b.svg); }
#gmyA4W05dGkzI6yk0o6QaWV9cxiiUx52 { 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:2.4375rem;width:7.5rem;top:8.5112915039062rem;left:42.250001907349rem;overflow:hidden;display:block; }
#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i { position:relative;display:block; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i { background-color: transparent; background-image: none; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row .container > .video-iframe-container { display: none; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row > .video-iframe-container { display: none; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .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); }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i { border-width: 0; border-radius: 0; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .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; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .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:5.125rem;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; }#hXPtDySOkefQLXVKnGapTJ5onUty3Jk3 { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.97812271118162rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#b1f5f56c01c42f4ce411739726583ce0.widget-smartsection { 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; } #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection *:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="text"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="email"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="tel"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection textarea:focus-visible { outline: none; } #ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container { background-color: transparent; background-image: none; }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container > .video-iframe-container { display: none; }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row > .video-iframe-container { display: none; }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .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); }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container { border-width: 0; border-radius: 0; }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#eeabde2272fc9035b680d7510e48f60f.widget-smartsection { 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; } #eeabde2272fc9035b680d7510e48f60f.widget-smartsection *:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="text"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="email"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="tel"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection textarea:focus-visible { outline: none; } #aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container { background-color: transparent; background-image: none; }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container > .video-iframe-container { display: none; }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row > .video-iframe-container { display: none; }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .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); }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container { border-width: 0; border-radius: 0; }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection { 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; } #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection *:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="text"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="email"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="tel"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection textarea:focus-visible { outline: none; } #JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container { background-color: transparent; background-image: none; }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container > .video-iframe-container { display: none; }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row > .video-iframe-container { display: none; }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .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); }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container { border-width: 0; border-radius: 0; }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:11.5rem;left:0rem;width:28.8125rem;height:12.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:2.1875rem;left:12.4375rem;width:35.3125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:29.125rem;left:12.9375rem;width:34.8125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:37.75rem;left:12.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:13.5rem;height:3.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #SmmcJdmCWPRHOJUXNwGmoLe9t8vf9AGR { top:2.1875rem;left:0rem;width:13.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPgvbUKK84ObkiF2JQNSEZwEo4rwgHHs { top:0rem;left:3.7456607818604rem;width:13.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6gTgC2mnNxLTUPFyKsGHlpibpNVCT8k { top:25.8125rem;left:0rem;width:28.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lueGWB8q3upKUZxcmrU42006BDiiP8Da { top:8.5625rem;left:0rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUAHzD6E2EsC236KWtdKNS6l8fQOupuH { top:37.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUyWHOKel2lPJ1OkesBgrb3psJ8qEZv8 { top:40.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu6JlUbx1BncHl2WJA6zHCkbEPHoMSlS { top:37.25rem;left:0rem;width:28.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi7DBsby4C40uvir8IiIo5TkktOUf5Hc { top:40.375rem;left:0rem;width:28.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqi1ef9wB0zfvXxyWLsswy058XJKueT { top:3.75rem;left:17.058160781861rem;width:8.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:36rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:29.25rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:39.9375rem;left:21.031250953674rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:41.9375rem;left:22.468750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF6QKdT7TMoOzKiCaoDBECr8e5QaWGuD { top:17.375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3F5uy1rJSSC0bIRNzVo84lB4cFkW0ds { top:2.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK3oEdTQSHIxN0LBcb7A27bxAWC9iMN8 { top:2.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0hibp7GxTPtUmAWKwmufSvyh0tlo6TS { top:5.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgmKhXNcFObbhb9bFCo57FItArHQ75AB { top:5.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TTb0aAEzHyppCCTSirQgB6m3kZRfaO { top:8.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrFPec2ysF1sGuEK07Z7liNbP4x50mac { top:9.25rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtUVXSJ8F9nredCEA2DzFR3iw1wydsy { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkwfE3Xyb1DhyTRipKfGuZhQ8k6KklLJ { top:12.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:18.8125rem;left:0.25rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:15.0625rem;left:0.875rem;width:14.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:10rem;left:0rem;width:17.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKayRDhDWSNOWBTgp7C5EoiDy6WtfNud { top:15.875rem;left:16.750000953674rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBXHU4mfHUaKy4a0IxvTzywmFroPWI0y { top:18.8125rem;left:16.125000953674rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuzVBZvEnrKx0ukJh981lRiT9ZCbwsc4 { top:15.875rem;left:32.625000953674rem;width:14.125rem;height:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbeb3nG0wEsO9FcdJh4NatRxDeLt40lf { top:18.1875rem;left:32.3125rem;width:15.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxeXNMXplMSyU6I1wopvDwhXrIgBkrs { top:37.5625rem;left:0.5625rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLG45APUtnFwo9rUwzpEkgds2AxT1iZ { top:37.5625rem;left:16.4375rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCpp93fqaGC5JbelPKTXP9Bia5Wp2tR { top:34.125rem;left:17.625rem;width:14.125rem;height:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHPtQ19XX4TVT7SdGau5AwPF38quJvL { top:33.3125rem;left:1.75rem;width:14.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmAATOJoplCJJliF7ZZSN3IWdflet6Kx { top:9.875rem;left:14.125rem;width:17.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeJxODusCyTcvZUPOchS4fLCBtweyNzp { top:9.875rem;left:30rem;width:17.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfLrtRFopQKxvlTK6bstsVyyDztceqE { top:11.5rem;left:6.374218940735rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRnaBmDfWvKSSpmN49JHlPQqpUoRNI80 { top:12rem;left:22.250000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw7dyGzVyLcDLXmzKD9sqVgAiwqJv0yy { top:11.9375rem;left:38.125000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQen4a65QGRnRfnsBd2NJwR8wOko2Tuv { top:28.125rem;left:0rem;width:17.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfhy63igXzJaS4dVHKVEapJvVeOLhhDr { top:28.125rem;left:14.125rem;width:17.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HguA3nU259rfDR9tU9H5S7Q2BdRWRSM6 { top:29.625rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNavXZD90AbOtK777zCQMGdV1TRbrmqE { top:30.1875rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OqNfSBEFleqxplrbTlo8Wq27ETFQit { display:block; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3hf5XHTfW7JRm3CrX7GO6I2gVgmygfJ { top:6.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW9losS4OENqnW092nAk0bSUrVxn63Eh { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR { display:block; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Be9WxCGRxdtGSnZwXuXxIS6pHP8y1knw { top:1.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTy8TN4MtGGWFKiHqJpSdnRXoTV168TL { top:5.1875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWFyDfTpiaoTdERGO48bHG4gFoVLvvGA { top:8.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5il2mDkNQJgnVnZTNcg86qpSA3DxTwT { top:15.3125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2J6m2BTIIHnMy02inTV7l7g5nbeOHSc { top:12.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6npfNMhlsAM3fhqTLTDpT77QI1zZpWV { top:18.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw1HduP5ICMaaHd3HqPiwDx5V6xCTNr8 { top:21.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZXmkCbZGHGzzlwARG1Qm87rmkiA1l5K { top:1.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTtCv55eACvE0Tipi6Q4rsq6kdbpTqt { top:4.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldwaVVgQidP4ViIxcvt2850NGe9AgL93 { top:8.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VevSMyZhVtkJkb9EFnFyTo3y54TVeGkk { top:11.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ34WeAI7Qvpb5PieRSP0lTU1g9NxINa { top:14.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ29inM9NWDhzHEEbhU3alemegn6tew9 { top:17.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVvptUXR9pIxaNcranHX5iwhlHADhTTg { top:21.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:6.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { top:1.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { top:20.125rem;left:12.5625rem;width:22.125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:4rem;left:3.7242193222046rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { top:3.3125rem;left:18.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { top:3.875rem;left:35.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:15.1875rem;left:0rem;width:19rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { top:16.125rem;left:29.1875rem;width:18.4375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { top:15.5625rem;left:16.8125rem;width:13.9375rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { top:20.0625rem;left:11.875rem;width:19.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { top:20.0625rem;left:32.25rem;width:15.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:27.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { top:1.875rem;left:0rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { top:1.875rem;left:25.25rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:20.0625rem;left:0.5rem;width:15.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBv1uP2BvH8cWqKecgVqIhHTs4Oo8iiG { top:1.875rem;left:0rem;width:22.125rem;height:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { top:8.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { top:3.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { top:0rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { top:6.1875rem;left:0rem;width:44.625rem;height:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { top:2rem;left:0rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { top:15.8125rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { top:4.25rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { width:13.125rem;height:3.0625rem;top:14.375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block; }
 }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { top:0rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc { top:20.1875rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9WDGzXhesfHwMI4ws2HAACI9pfXLioV { width:13.125rem;height:3.0625rem;top:34.5625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHscfXlCRn7EI2QzoSqTB893EzDPGHr { display:block; }
 }@media only screen and (max-width: 763px) { #OTpAklleSFfMinRIXd7nKqg7FDDbirod { top:26.375rem;left:0rem;width:44.625rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE8Gb6VVdpT7Nvf4FuTl9SC39I0FOiia { top:36rem;left:6.5rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5HJ53SUGVfvZmfT5CgzUkToXft8wS0 { top:20.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FdV6tyhT0tbSwAOT5wKQ9QxyVuVx4O { top:24.4375rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCspEiJ2wQ1cTu6RLTNGNCXok0ydkSz8 { top:22.25rem;left:0rem;width:25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL { top:20.1875rem;left:1rem;width:12.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { top:1.5625rem;left:6.9374990463256rem;width:33.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { top:3.5rem;left:13.562500953674rem;width:20.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:13rem;height:3.6875rem;top:15.9375rem;left:17.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:12.5625rem;left:0rem;width:26.5625rem;height:10.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { top:25.75rem;left:0rem;width:23.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:3.9375rem;left:20.5rem;width:27.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:19.3125rem;height:auto;top:6.25rem;left:25.642968177796rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:19.3125rem;height:auto;top:6.25rem;left:25.642968177796rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AEx94is0hU3l0nJEHheX6PZF9oWzEGuB {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #rnqkOGTd2IUF00T0dHl9EyhFBZPFcDHx {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #L0a5KDQHt7R5sbbhGdd5uu4ck1z1w44k {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Z9OqUbAXXLq0yCGcAK1TIt3rb4AUqa7u {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #aoOKmIRHNROyGODByNX6LWQSyt8HlgeR {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NddnfqmNmoZtfWXTv547VJoXBxFIfs60 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #uE3ZFuhNXOGZLBXJrZc5teuuir9RIqum {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LwCNc7nTf1pFAtNokm9HxQHz0PgpLdtU {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nHeIFZeIa6tJNceOWgxxTg3NbbquQyEl {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { top:3.0625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { top:29.9375rem;left:8.3125rem;width:17rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { top:37.875rem;left:29.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krQLeaKhRhLZbZO36lfprHvvaF0chZFt { display:block; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc618hdQ9UibsfUNXsFSmUsdLUeQAWto { top:2.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkiyVw39uzkKULPH42F35doTxMw5TAB { top:3.5625rem;left:12.375001907349rem;width:16.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkOiBroxOXDmyuTUTPXVo7aF2AJAKVyU { top:14.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXGQa7iz3zw1h7w9xs3ahQQpDm6bP5vP { top:20.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6NAStHFawnQywQzeoGC7mbLGUX3hvXo { top:24.25rem;left:0rem;width:47.75rem;height:16rem;font-size:1.1875rem;display:block; }#K6NAStHFawnQywQzeoGC7mbLGUX3hvXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d5b0aaa426366dd09d033eb17401b3c53058a7b.svg); }
 }@media only screen and (max-width: 763px) { #gmyA4W05dGkzI6yk0o6QaWV9cxiiUx52 { top:8.5rem;left:28.625001907349rem;width:7.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i { display:block; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXPtDySOkefQLXVKnGapTJ5onUty3Jk3 { top:0.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection { display:block; } #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection *:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="text"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="email"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="tel"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection textarea:focus-visible { outline: none; } #ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeabde2272fc9035b680d7510e48f60f.widget-smartsection { display:block; } #eeabde2272fc9035b680d7510e48f60f.widget-smartsection *:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="text"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="email"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="tel"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection textarea:focus-visible { outline: none; } #aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection { display:block; } #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection *:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="text"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="email"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="tel"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection textarea:focus-visible { outline: none; } #JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:#000131;background-image:none;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:7.423625rem;top:13.586805820465rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:19.5625rem;height:19.5rem;top:28.305555343628rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:20rem;height:13.5625rem;top:75.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:2.4375rem;height:2.4375rem;top:87.3935578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBFe22kbstH7PBBb0bZJKqHCEB18GLU1 { width:15.1875rem;height:3.1875rem;top:46.624999046326rem;left:2.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8znVsVI89ZkLo5bEDhuTaxX77mGJhL { display:block; }
 }@media only screen and (max-width: 763px) { #SmmcJdmCWPRHOJUXNwGmoLe9t8vf9AGR { width:12.6875rem;height:4.4375rem;top:0rem;left:3.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPgvbUKK84ObkiF2JQNSEZwEo4rwgHHs { width:9.1875rem;height:6.8125rem;top:2.84375rem;left:1.8680557012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6gTgC2mnNxLTUPFyKsGHlpibpNVCT8k { width:20rem;height:3.4114625rem;top:21.904514312744rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lueGWB8q3upKUZxcmrU42006BDiiP8Da { width:20rem;height:1.46180625rem;top:11.250000476837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUAHzD6E2EsC236KWtdKNS6l8fQOupuH { display:flex;width:2.0625rem;height:2.0625rem;top:51.435763597488rem;left:9.048610806465rem; }
 }@media only screen and (max-width: 763px) { #pUyWHOKel2lPJ1OkesBgrb3psJ8qEZv8 { display:flex;width:2.0625rem;height:2.0625rem;top:57.016492843628rem;left:8.9687501192094rem; }
 }@media only screen and (max-width: 763px) { #bu6JlUbx1BncHl2WJA6zHCkbEPHoMSlS { width:20rem;height:1.46180625rem;top:54.43576335907rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hi7DBsby4C40uvir8IiIo5TkktOUf5Hc { width:20rem;height:1.23698125rem;top:59.953992843628rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xOqi1ef9wB0zfvXxyWLsswy058XJKueT { width:4.9375rem;height:1.625rem;top:4.4375rem;left:12.055555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:17.3125rem;height:4.5486125rem;top:67.030384063719rem;left:1.3437501192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:6.824625rem;top:62.892359733581rem;left:0rem;font-size:5.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:5.6875rem;height:5.6875rem;top:71.578992843625rem;left:12.281250119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:73.31249809265rem;left:8.5937501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF6QKdT7TMoOzKiCaoDBECr8e5QaWGuD { width:20rem;height:28.125rem;top:30.092887878418rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3F5uy1rJSSC0bIRNzVo84lB4cFkW0ds { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gK3oEdTQSHIxN0LBcb7A27bxAWC9iMN8 { width:20rem;height:5.625rem;top:1.7491312026977rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0hibp7GxTPtUmAWKwmufSvyh0tlo6TS { display:flex;width:3.125rem;height:3.125rem;top:12.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgmKhXNcFObbhb9bFCo57FItArHQ75AB { width:18.75rem;height:5.625rem;top:8.3741312026975rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5TTb0aAEzHyppCCTSirQgB6m3kZRfaO { display:flex;width:3.125rem;height:3.125rem;top:24.59375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrFPec2ysF1sGuEK07Z7liNbP4x50mac { width:20rem;height:5.625rem;top:15.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwtUVXSJ8F9nredCEA2DzFR3iw1wydsy { display:flex;width:3.125rem;height:3.125rem;top:38.84375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkwfE3Xyb1DhyTRipKfGuZhQ8k6KklLJ { width:20rem;height:5.625rem;top:22.968749046326rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:15.3125rem;height:2.44965rem;top:12.812500953674rem;left:2.3437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:16.0625rem;height:3.89930625rem;top:8.04861164093rem;left:1.9687501192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:16.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKayRDhDWSNOWBTgp7C5EoiDy6WtfNud { width:14.125rem;height:1.94965rem;top:39.6875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBXHU4mfHUaKy4a0IxvTzywmFroPWI0y { width:15.3125rem;height:2.44965rem;top:43.200518131256rem;left:2.3437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuzVBZvEnrKx0ukJh981lRiT9ZCbwsc4 { width:14.125rem;height:2.03125rem;top:69.233507156375rem;left:2.9375001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbeb3nG0wEsO9FcdJh4NatRxDeLt40lf { width:15.3125rem;height:3.67448125rem;top:72.337667465213rem;left:2.7743057012558rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqxeXNMXplMSyU6I1wopvDwhXrIgBkrs { width:15.3125rem;height:2.44965rem;top:29.187504768372rem;left:2.3437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmLG45APUtnFwo9rUwzpEkgds2AxT1iZ { width:15.3125rem;height:2.44965rem;top:58.625001907349rem;left:2.3437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCpp93fqaGC5JbelPKTXP9Bia5Wp2tR { width:14.125rem;height:3.4375rem;top:54.5625rem;left:2.8758697509766rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gcHPtQ19XX4TVT7SdGau5AwPF38quJvL { width:14.125rem;height:3.5989625rem;top:24.499998450279rem;left:2.9375001192093rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lmAATOJoplCJJliF7ZZSN3IWdflet6Kx { width:17.625rem;height:13.625rem;top:33.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeJxODusCyTcvZUPOchS4fLCBtweyNzp { width:17.625rem;height:13.625rem;top:63.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chfLrtRFopQKxvlTK6bstsVyyDztceqE { display:flex;width:3.125rem;height:3.125rem;top:2.78125rem;left:8.2491321563719rem; }
 }@media only screen and (max-width: 763px) { #xRnaBmDfWvKSSpmN49JHlPQqpUoRNI80 { display:flex;width:3.125rem;height:3.125rem;top:35.669271469116rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #Uw7dyGzVyLcDLXmzKD9sqVgAiwqJv0yy { display:flex;width:3.125rem;height:3.125rem;top:65.044271469119rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #XQen4a65QGRnRfnsBd2NJwR8wOko2Tuv { width:17.625rem;height:13.625rem;top:18.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfhy63igXzJaS4dVHKVEapJvVeOLhhDr { width:17.625rem;height:13.625rem;top:48.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HguA3nU259rfDR9tU9H5S7Q2BdRWRSM6 { display:flex;width:3.125rem;height:3.125rem;top:20.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tNavXZD90AbOtK777zCQMGdV1TRbrmqE { display:flex;width:3.125rem;height:3.125rem;top:50.111980438233rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #V5OqNfSBEFleqxplrbTlo8Wq27ETFQit { display:block; }#V5OqNfSBEFleqxplrbTlo8Wq27ETFQit > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3hf5XHTfW7JRm3CrX7GO6I2gVgmygfJ { width:20rem;height:2.599825rem;top:4.828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW9losS4OENqnW092nAk0bSUrVxn63Eh { width:20rem;height:7.8810625rem;top:1rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR { display:block; }#OCL5SbZLAzkbAPlCTu6DUsgJBqnJpTiR > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Be9WxCGRxdtGSnZwXuXxIS6pHP8y1knw { width:20rem;height:3.75rem;top:5.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTy8TN4MtGGWFKiHqJpSdnRXoTV168TL { width:20rem;height:5.625rem;top:13.468748092651rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWFyDfTpiaoTdERGO48bHG4gFoVLvvGA { width:20rem;height:5.625rem;top:23.499999523163rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5il2mDkNQJgnVnZTNcg86qpSA3DxTwT { width:20rem;height:5.625rem;top:42.656251907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2J6m2BTIIHnMy02inTV7l7g5nbeOHSc { width:20rem;height:3.75rem;top:34.281249523163rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6npfNMhlsAM3fhqTLTDpT77QI1zZpWV { width:20rem;height:3.75rem;top:53.249132156372rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uw1HduP5ICMaaHd3HqPiwDx5V6xCTNr8 { width:20rem;height:1.875rem;top:62.125001907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZXmkCbZGHGzzlwARG1Qm87rmkiA1l5K { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WTTtCv55eACvE0Tipi6Q4rsq6kdbpTqt { display:flex;width:3.125rem;height:3.125rem;top:9.3749980926512rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #ldwaVVgQidP4ViIxcvt2850NGe9AgL93 { display:flex;width:3.125rem;height:3.125rem;top:19.812498092651rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #VevSMyZhVtkJkb9EFnFyTo3y54TVeGkk { display:flex;width:3.125rem;height:3.125rem;top:30.093745708466rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #IZ34WeAI7Qvpb5PieRSP0lTU1g9NxINa { display:flex;width:3.125rem;height:3.125rem;top:38.718762874603rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #TJ29inM9NWDhzHEEbhU3alemegn6tew9 { display:flex;width:3.125rem;height:3.125rem;top:49.062484741211rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #KVvptUXR9pIxaNcranHX5iwhlHADhTTg { display:flex;width:3.125rem;height:3.125rem;top:57.999996185302rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:20rem;height:5.19965rem;top:4.068603515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { width:20rem;height:13.3368125rem;top:0rem;left:0rem;font-size:6.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { width:20rem;height:29.3125rem;top:16.210425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:9.375rem;height:9.375rem;top:3.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { width:9.375rem;height:9.375rem;top:31.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { width:9.375rem;height:9.375rem;top:58.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:19.25rem;height:3.89930625rem;top:13.561632156372rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { width:17.375rem;height:2.03125rem;top:70.625rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { width:14.125rem;height:4.0625rem;top:41.5625rem;left:2.9375001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { width:19.875rem;height:3.8984375rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { width:15.375rem;height:5.19791875rem;top:74.625005722044rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:84.960920333863rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { width:19.625rem;height:25.25rem;top:1.02392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { width:19.5rem;height:25.25rem;top:57.460954189301rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:17.9375rem;height:5.19791875rem;top:18.677951097488rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBv1uP2BvH8cWqKecgVqIhHTs4Oo8iiG { width:19.625rem;height:25.25rem;top:28.33593082428rem;left:0rem;z-index:14998;background-color:#0b153f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { width:20rem;height:2.599825rem;top:2.640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { width:20rem;height:7.8810625rem;top:0rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb { display:block; }#JRrOOW2n19TvnVZgk1gfoOrFTqw7MVNb > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LluPXhNQiV4e2lhLmx53BDrinQEieNIN { width:5.25rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfND6yoQar3PanS7t149xxRqgZEsNf00 { width:18.6875rem;height:17.0625rem;top:9.8116488456725rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOgO3bxZCo5lATnfiBziyLz7eKK4Di2 { width:9.5rem;height:1.787325rem;top:0.875rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobTXXg402nd2EkQQ2BrgTtC7RT86ZAr { width:9.375rem;height:0.1875rem;top:4.5624942779541rem;left:6.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zZils76Dpq1ox6OZdexkyukmaiNT7E { width:9.875rem;height:1.29980625rem;top:2.75rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHHpl1MnFZ5y5olMlC9deQfUAKoCufq { width:13.125rem;height:3.0625rem;top:27.622395992279rem;left:5.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2g2n3Q6DKIHm1MlmzltmEBLO4x4GpV5 { display:block; }
 }@media only screen and (max-width: 763px) { #onMCNJTlols0Ts3wc0BmZ8nw25hH6tbl { width:20rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGvgFfeIVbDPghlyTpVyHOrF0REUf3Fc { width:12.3125rem;height:18.3125rem;top:28.25rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9WDGzXhesfHwMI4ws2HAACI9pfXLioV { width:13.125rem;height:3.0625rem;top:56.90625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHscfXlCRn7EI2QzoSqTB893EzDPGHr { display:block; }
 }@media only screen and (max-width: 763px) { #OTpAklleSFfMinRIXd7nKqg7FDDbirod { width:17.875rem;height:13.40625rem;top:42.858510017395rem;left:1.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KE8Gb6VVdpT7Nvf4FuTl9SC39I0FOiia { width:9.375rem;height:0.1875rem;top:39.312500953674rem;left:3.8368054628372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5HJ53SUGVfvZmfT5CgzUkToXft8wS0 { width:20rem;height:25rem;top:33.374133110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FdV6tyhT0tbSwAOT5wKQ9QxyVuVx4O { width:9.5625rem;height:2.59895625rem;top:36.105035781861rem;left:3.7430554628372rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WCspEiJ2wQ1cTu6RLTNGNCXok0ydkSz8 { width:10.75rem;height:1.787325rem;top:34.125000953674rem;left:2.5000001192093rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BNSr6qDIo2VlH6xPWzdWONBipx7cmOTL { width:5.375rem;height:8.0625rem;top:33.374133110046rem;left:14.624132275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { padding-top:0.4rem;padding-right:0.3625rem;padding-bottom:0.4rem;padding-left:0.3625rem;width:2.17625rem;min-width:2.17625rem;height:2.15rem;font-size:1.599375rem;line-height:34.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.069375rem solid #ffffff;border-right:0.07125rem solid #ffffff;border-bottom:0.069375rem solid #ffffff;border-left:0.07125rem solid #ffffff; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.901875rem;height:0.849375rem;font-size:0.6rem;line-height:13.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:16.1875rem;height:4.188125rem;display:flex;top:5rem;left:2.291015625rem;z-index:15003;padding-top:0.05rem;padding-right:0.051875rem;padding-bottom:0.05rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { width:18.875rem;height:13.9375rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { width:20rem;height:2.193575rem;top:1.68701171875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:14.5rem;height:3.75rem;top:12.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:#0b153f;background-image:none;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:19rem;height:5.5rem;top:5.4375rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { width:16.125rem;height:1.21875rem;top:3.2812719345092rem;left:1.9375001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:19.875rem;height:35rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:17.5rem;height:auto;top:15.437479496002rem;left:0rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:17.5rem;height:auto;top:15.437479496002rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #AEx94is0hU3l0nJEHheX6PZF9oWzEGuB {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #rnqkOGTd2IUF00T0dHl9EyhFBZPFcDHx {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #L0a5KDQHt7R5sbbhGdd5uu4ck1z1w44k {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Z9OqUbAXXLq0yCGcAK1TIt3rb4AUqa7u {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #aoOKmIRHNROyGODByNX6LWQSyt8HlgeR {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #NddnfqmNmoZtfWXTv547VJoXBxFIfs60 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #uE3ZFuhNXOGZLBXJrZc5teuuir9RIqum {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #LwCNc7nTf1pFAtNokm9HxQHz0PgpLdtU {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #nHeIFZeIa6tJNceOWgxxTg3NbbquQyEl {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { width:20rem;height:2.599825rem;top:35.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU { width:17.8125rem;height:14.125rem;top:43.124132156372rem;left:1.09375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afc1e92e-de2d-4544-92b9-d5b7d84cb9d1/ChatGPTImage22sie202512_10_55.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.adaptive-delivery-prevent-bg, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyload, #PaSQ05Ts2DNncwnDu8rKeex3qGwQB0uU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oDDQmvXyulneQ2lWJm6Wupdi2b5TU3A2 { width:5.5625rem;height:5.5625rem;top:86.5996125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krQLeaKhRhLZbZO36lfprHvvaF0chZFt { display:block; }#krQLeaKhRhLZbZO36lfprHvvaF0chZFt > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc618hdQ9UibsfUNXsFSmUsdLUeQAWto { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkiyVw39uzkKULPH42F35doTxMw5TAB { width:16.25rem;height:12.1875rem;top:2.5780982971191rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkOiBroxOXDmyuTUTPXVo7aF2AJAKVyU { width:20rem;height:16.25rem;top:17.973117351532rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXGQa7iz3zw1h7w9xs3ahQQpDm6bP5vP { width:20rem;height:1.86805625rem;top:35.890604972839rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6NAStHFawnQywQzeoGC7mbLGUX3hvXo { width:20rem;height:34.78125rem;top:40.133694171906rem;left:0rem;font-size:1.1875rem;display:block; }#K6NAStHFawnQywQzeoGC7mbLGUX3hvXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d5b0aaa426366dd09d033eb17401b3c53058a7b.svg); }
 }@media only screen and (max-width: 763px) { #gmyA4W05dGkzI6yk0o6QaWV9cxiiUx52 { width:7.0625rem;height:2.375rem;top:11.515624523163rem;left:6.4687501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i { display:block; }#iWip6DtEx8wwKQs9XZ6QXEMmOhh3pP0i > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXPtDySOkefQLXVKnGapTJ5onUty3Jk3 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection { display:block; } #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection *:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="text"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="email"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection input[type="tel"]:focus-visible, #b1f5f56c01c42f4ce411739726583ce0.widget-smartsection textarea:focus-visible { outline: none; } #ZxdMnTAQgLuqGKW7AqORHLAUiGVFmPGT > .row .container { width:20rem;height:45.407855957031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeabde2272fc9035b680d7510e48f60f.widget-smartsection { display:block; } #eeabde2272fc9035b680d7510e48f60f.widget-smartsection *:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="text"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="email"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection input[type="tel"]:focus-visible, #eeabde2272fc9035b680d7510e48f60f.widget-smartsection textarea:focus-visible { outline: none; } #aboVivbHu5W7MTO0Ic0S8s8yXZL9KGOh > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection { position:relative;z-index:auto;display:block; } #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection *:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="text"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="email"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection input[type="tel"]:focus-visible, #k41c6b1de781fe7e766fb8b6e051d7cf.widget-smartsection textarea:focus-visible { outline: none; } #JEzdwU1y9NvA8ZVd0ZPLiRNLFyVBuJOd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }