.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:top left !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.adaptive-delivery-prevent-bg, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyload, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyloading { background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,44,2,0.48); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,44,2,0.48); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { border-width: 0; border-radius: 0; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::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; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:960px;height:945px;font-size:14px;font-family:arial;position:relative;display:block; }#aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:40px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:119.34375px;left:0px;height:52px;text-align:center;text-align-last:center;display:block; }
#s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { color:#febf00;display:block;width:822px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:179.34375px;left:69px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#UeivfWO4rC7vuyAD0yBsxKolnDuOQgix { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:160px;width:160px;top:0px;left:400px;overflow:hidden;display:block; }
#ClUIIFZep4uAMapgIZfDRh8TwVtE5wAO { box-sizing:content-box;height:1px;width:250px;position:absolute;display:block;z-index:15062;background-color:#febf00;background-image:none;top:216px;left:355px;display:block; }
#kksn3nR5SWVL63ZDXVbANUfJtfXXVTHB { box-sizing:content-box;height:597px;width:811px;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -moz-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -ms-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -o-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#ade7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#ade7ffe0' );";background-image: linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-size:auto !important;top:258px;left:0px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid #7bc74d;border-left:1px solid #7bc74d;border-right:1px solid #7bc74d;border-bottom:1px solid #7bc74d;display:block; }
#mbwZA2G1ACmsRreQcnCexWqRPIHesl6P { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:615px;width:449px;top:189px;left:650px;overflow:hidden;display:block; }
#r0FVGzANDdILukvuGrVhy1Qv8ubEwKnq { position:absolute;display:block;z-index:15065;background-color:rgba(0,0,0,0.73);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:78px;width:453px;top:736px;left:35px;display:block; }
#C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { position:absolute;display:block;z-index:15066;background-color:#fffdc3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:54px;width:171px;top:294px;left:35px;display:block; }
#k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:305px;left:48px; }
#Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { color:#000000;display:block;width:111px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:309px;left:86px;height:23.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { position:absolute;display:block;z-index:15067;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:44px;width:44px;top:299px;left:223px;display:block; }
#XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { position:absolute;display:block;z-index:15068;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:44px;width:44px;top:299px;left:279px;display:block; }
#iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:306px;left:230px; }
#r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:306px;left:287px; }
#iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { color:#000000;display:block;width:262px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:311.6015625px;left:332px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:54px;width:410px;top:295px;left:216px;display:block; }
#ZW5u21GrQ4IqaAvPgp0wfAiLnmnr58Ke { position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0.73);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:78px;width:453px;top:650px;left:35px;display:block; }
#zWDTRMto30XfWTOsotaAZ15r9OIGtUIc { color:#ffffff;display:block;width:583px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:380px;left:36px;height:39px;text-align:left;text-align-last:left;display:block; }
#QLdcsNqhoHCn0l1gMWZzifAi7lVci5of { position:absolute;display:block;z-index:15071;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:99px;width:99px;top:647px;left:48px;overflow:hidden;display:block; }
#wTqHywTOwTeFlUcJhm2LTHo1O4ltBclp { color:#ffffff;display:block;width:223px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:668px;left:159px;height:41.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h6uUUTiyJP2VEBuozIT7WRnrtD07aXsQ { box-sizing:content-box;height:54px;width:54px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15072;background-color:#ededed;background-image:none;top:662px;left:420px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;display:block; }
#XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:672px;left:431px; }
#XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 > img { max-width: 100%;max-height:100%; }#bTycNfxbgV3Nvg2cf1XGHxeDmFynTpdx { position:absolute;display:block;z-index:15074;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:99px;width:99px;top:725px;left:48px;overflow:hidden;display:block; }
#WgbTXnwJkJO8Ib9ZX7rOUOgeqOkW7Am0 { color:#ffffff;display:block;width:229px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:764px;left:159px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQfULpM3xqXOhHvPk53CxWoyQseczbiw { box-sizing:content-box;height:54px;width:54px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15074;background-color:#ededed;background-image:none;top:748px;left:420px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;display:block; }
#JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:758px;left:431px; }
#JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha > img { max-width: 100%;max-height:100%; }#DPF06LTd4loSwdtWZlgzB3mI1L4enCPd { background-color:transparent;background-image: -webkit-linear-gradient(321deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(321deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(321deg, #ffffff, #ffffff);background-image: -o-linear-gradient(321deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(321deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:68px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:538px;left:147px;display:none; }
#TDxNk6EX93NIMPyRfoTGoSCMTB1tkL8q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HheMOViT3hxfvVq5CPm34loGUZpTrFSG { box-sizing:content-box;height:363px;width:811px;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c44441, #cf6b5e);background-image: -moz-linear-gradient(180deg, #c44441, #cf6b5e);background-image: -ms-linear-gradient(180deg, #c44441, #cf6b5e);background-image: -o-linear-gradient(180deg, #c44441, #cf6b5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44441', endColorstr='#cf6b5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44441', endColorstr='#cf6b5e' );";background-image: linear-gradient(180deg, #c44441, #cf6b5e);background-size:auto !important;top:309px;left:0px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(255,162,162,0.57);border-left:1px solid rgba(255,162,162,0.57);border-right:1px solid rgba(255,162,162,0.57);border-bottom:1px solid rgba(255,162,162,0.57);display:none; }
#xlL6p3LSx73OmOgynp3mQCclOa5hc48k { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -moz-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -ms-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -o-linear-gradient(345deg, #b1a3cf, #7d63d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1a3cf', endColorstr='#7d63d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1a3cf', endColorstr='#7d63d7' );";background-image: linear-gradient(345deg, #b1a3cf, #7d63d7);background-size:auto !important;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:191px;width:575px;top:435px;left:35px;display:block; }
#wMaLffNQNW54PvTIkwVl83mwak2ITW2Q { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:83px;width:83px;top:455px;left:48px;overflow:hidden;display:block; }
#umlNET1DdSOTb4qURhT8qAT2nV6WHqwg { color:#ffffff;display:block;width:450px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:458px;left:153px;height:23.3984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FSh6BPO3Nr29IVaEpQbguipxyiaQnDod { position:absolute;display:block;z-index:15068;background-color:#382872;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:36px;width:433px;top:489px;left:147px;display:block; }
#qMEi0SJA6EUXx582sdqUNRwa2huVreL3 { color:#ffffff;display:block;width:438px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:497.25px;left:168px;height:19.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tiQFCbu15S8FU5bfCLpG4bslqPeMWxu5 { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -moz-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -ms-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -o-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-size:auto !important;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:68px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:538px;left:153px;display:block; }
#zQy0HIT7NSFCUlLDSZD69rwH0Vix1yet { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -moz-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -ms-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-image: -o-linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89dfdfdf', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, rgba(223,223,223,0.54), #ffffff);background-size:auto !important;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:68px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:538px;left:338px;display:none; }
#mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PzavaegIaDSVa78p2ktF7zcAnRDa7pCB { color:#febf00;display:block;width:822px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:179.34375px;left:69px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.adaptive-delivery-prevent-bg, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyload, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyloading { background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,60,0,0.24); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,60,0,0.24); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { border-width: 0; border-radius: 0; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::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; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:960px;height:964px;font-size:14px;font-family:arial;position:relative;display:block; }#mV0qS3wbTUaH2kfNJnpltEDh4fO8fT8g { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:63.34375px;left:0px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { color:#000000;display:block;width:352px;position:absolute;font-family:montserrat;font-size:24px;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:280px;left:74.5px;height:115.1876px;font-style:normal;display:block; }
#x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:639px;width:960px;display:none; }
#wbyHzafhO5k4CGSpbzufsO8NenCQF6TI { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #339e00, #7bc74d);background-image: -moz-linear-gradient(345deg, #339e00, #7bc74d);background-image: -ms-linear-gradient(345deg, #339e00, #7bc74d);background-image: -o-linear-gradient(345deg, #339e00, #7bc74d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#7bc74d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#339e00', endColorstr='#7bc74d' );";background-image: linear-gradient(345deg, #339e00, #7bc74d);background-size:auto !important;border-top:1px solid #7bc74d;border-left:1px solid #7bc74d;border-right:1px solid #7bc74d;border-bottom:1px solid #7bc74d;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:374px;width:419px;top:248px;left:40px;display:block; }
#zZBcdXMzH9gpXzznMOCuT7lUb99JVnow { position:absolute;display:block;z-index:15015;height:340px;width:349px;top:325px;left:537px;display:block; }
#GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { color:#000000;display:block;width:264px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:275px;left:580px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3nmTO0TPWELs8d3eEu5l4vzvmG8t1B9 { box-sizing:content-box;height:652px;width:960px;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -moz-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -ms-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-image: -o-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#ade7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#ade7ffe0' );";background-image: linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.68));background-size:auto !important;top:194px;left:-1px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid #7bc74d;border-left:1px solid #7bc74d;border-right:1px solid #7bc74d;border-bottom:1px solid #7bc74d;display:block; }
#nz38toEuOFRv8zgA5aee2THlEUE9SE0O { box-sizing:content-box;height:172px;width:420px;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.6);background-image:none;top:248px;left:40.5px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { position:absolute;display:block;z-index:15024;background-color:#fae7c3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:457px;left:67px;display:block; }
#TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:468px;left:78px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { position:absolute;display:block;z-index:15029;background-color:#fdeed3;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:457px;left:193px;display:block; }
#B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:468px;left:204px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { position:absolute;display:block;z-index:15034;background-color:#fff4e1;background-image:none;border-top:1px solid #febf00;border-left:1px solid #febf00;border-right:1px solid #febf00;border-bottom:1px solid #febf00;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:134px;width:110px;top:457px;left:320px;display:block; }
#hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:468px;left:331px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15050;background-color:#febf00;background-image:none;top:494px;left:68px;display:block; }
#OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15055;background-color:#febf00;background-image:none;top:494px;left:194px;display:block; }
#nADPApHGiOHiDoZzitknDfO5iUPUADSn { box-sizing:content-box;height:1px;width:110px;position:absolute;display:block;z-index:15060;background-color:#febf00;background-image:none;top:494px;left:321px;display:block; }
#hhFfNSxolzlKaGb64SUcICeI8N99T3sx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:495px;left:227px; }
#GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:505px;left:98px; }
#OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:498px;left:355px; }
#GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:541px;left:203px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u21svFmzgwkaipc5yyaTNaHuK6ClecrO { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:567px;left:79px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnZf0vO7OoThvObeQEu2zxDIisCBzuan { color:#000000;display:block;width:90px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:540px;left:331px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { position:absolute;display:block;z-index:15006;background-color:#e7ffe0;background-image:none;border-top:1px solid #7bc74d;border-left:1px solid #7bc74d;border-right:1px solid #7bc74d;border-bottom:1px solid #7bc74d;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:544px;width:419px;top:248px;left:501px;display:block; }
#OLw7QgZVTiqQJpDwtafd8UuusT8IkmpV { box-sizing:content-box;height:1px;width:300px;position:absolute;display:block;z-index:15062;background-color:rgba(255,255,255,0.5);background-image:none;top:146px;left:330px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:764px;height:52px;top:119px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { width:764px;height:26px;top:179px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { width:764px;height:508px;display:none; }
 }@media only screen and (max-width: 763px) { #UeivfWO4rC7vuyAD0yBsxKolnDuOQgix { top:0px;left:302px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #ClUIIFZep4uAMapgIZfDRh8TwVtE5wAO { top:216px;left:257px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #kksn3nR5SWVL63ZDXVbANUfJtfXXVTHB { top:258px;left:0px;width:762px;height:597px;display:block; }
 }@media only screen and (max-width: 763px) { #mbwZA2G1ACmsRreQcnCexWqRPIHesl6P { top:189px;left:315px;width:449px;height:615px;display:block; }
 }@media only screen and (max-width: 763px) { #r0FVGzANDdILukvuGrVhy1Qv8ubEwKnq { top:736px;left:0px;width:453px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { top:294px;left:0px;width:171px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { top:305px;left:0px;width:32px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { width:111px;height:23px;top:309px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { top:299px;left:125px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { top:299px;left:181px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { top:306px;left:132px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { top:306px;left:189px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { width:262px;height:21px;top:311px;left:234px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { top:295px;left:118px;width:410px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5u21GrQ4IqaAvPgp0wfAiLnmnr58Ke { top:650px;left:0px;width:453px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #zWDTRMto30XfWTOsotaAZ15r9OIGtUIc { width:583px;height:39px;top:380px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QLdcsNqhoHCn0l1gMWZzifAi7lVci5of { top:647px;left:0px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #wTqHywTOwTeFlUcJhm2LTHo1O4ltBclp { width:223px;height:41px;top:668px;left:61px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #h6uUUTiyJP2VEBuozIT7WRnrtD07aXsQ { top:662px;left:322px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 { top:672px;left:333px;width:35px;height:35px;display:block; }
#XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bTycNfxbgV3Nvg2cf1XGHxeDmFynTpdx { top:725px;left:0px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #WgbTXnwJkJO8Ib9ZX7rOUOgeqOkW7Am0 { width:229px;height:20px;top:764px;left:61px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #iQfULpM3xqXOhHvPk53CxWoyQseczbiw { top:748px;left:322px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha { top:758px;left:333px;width:35px;height:35px;display:block; }
#JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #DPF06LTd4loSwdtWZlgzB3mI1L4enCPd { width:184px;height:68px;top:538px;left:49px;display:none; }
 }@media only screen and (max-width: 763px) { #TDxNk6EX93NIMPyRfoTGoSCMTB1tkL8q { display:block; }
 }@media only screen and (max-width: 763px) { #HheMOViT3hxfvVq5CPm34loGUZpTrFSG { top:309px;left:0px;width:762px;height:363px;display:none; }
 }@media only screen and (max-width: 763px) { #xlL6p3LSx73OmOgynp3mQCclOa5hc48k { top:435px;left:0px;width:575px;height:191px;display:block; }
 }@media only screen and (max-width: 763px) { #wMaLffNQNW54PvTIkwVl83mwak2ITW2Q { top:455px;left:0px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #umlNET1DdSOTb4qURhT8qAT2nV6WHqwg { width:450px;height:23px;top:458px;left:55px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FSh6BPO3Nr29IVaEpQbguipxyiaQnDod { top:489px;left:49px;width:433px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qMEi0SJA6EUXx582sdqUNRwa2huVreL3 { width:438px;height:19px;top:497px;left:70px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tiQFCbu15S8FU5bfCLpG4bslqPeMWxu5 { width:285px;height:68px;top:538px;left:55px;display:none; }
 }@media only screen and (max-width: 763px) { #zQy0HIT7NSFCUlLDSZD69rwH0Vix1yet { display:block; }
 }@media only screen and (max-width: 763px) { #N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { width:257px;height:68px;top:538px;left:240px;display:none; }
 }@media only screen and (max-width: 763px) { #mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block; }
 }@media only screen and (max-width: 763px) { #PzavaegIaDSVa78p2ktF7zcAnRDa7pCB { width:277px;height:20px;top:533px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV0qS3wbTUaH2kfNJnpltEDh4fO8fT8g { width:764px;height:58px;top:63px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:352px;height:115px;top:280px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { width:764px;height:508px;display:none; }
 }@media only screen and (max-width: 763px) { #wbyHzafhO5k4CGSpbzufsO8NenCQF6TI { top:248px;left:0px;width:419px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #zZBcdXMzH9gpXzznMOCuT7lUb99JVnow { top:325px;left:415px;width:349px;height:340px;display:block; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { top:275px;left:482px;width:264px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #x3nmTO0TPWELs8d3eEu5l4vzvmG8t1B9 { top:194px;left:0px;width:762px;height:652px;display:block; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { top:248px;left:0px;width:420px;height:172px;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { top:457px;left:0px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { top:468px;left:0px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { top:457px;left:95px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { top:468px;left:106px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { top:457px;left:222px;width:110px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { top:468px;left:233px;width:90px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { top:494px;left:0px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { top:494px;left:96px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { top:494px;left:223px;width:110px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { top:495px;left:129px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { top:505px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { top:498px;left:257px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { top:541px;left:105px;width:90px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { top:567px;left:0px;width:90px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { top:540px;left:233px;width:90px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { top:248px;left:343px;width:419px;height:544px;display:block; }
 }@media only screen and (max-width: 763px) { #OLw7QgZVTiqQJpDwtafd8UuusT8IkmpV { top:146px;left:232px;width:300px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.adaptive-delivery-prevent-bg, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyload, #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV.lazyloading { background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,35,0,0.18); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,35,0,0.18); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:320px;height:1470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHaTA7ZgsmUOwExgzuEFKfdodg6tC4ad { width:320px;height:0;top:628.1015625px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { width:277px;height:41.5938px;top:476.1953125px;left:21.5px;text-align:left;text-align-last:left;font-size:16px;font-weight:700;font-style:normal;color:#ffcc33;text-shadow:3px 3px 5px rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #aHxVmwk7IE1tOxoh2Ft0DCt3cATudubS { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #UeivfWO4rC7vuyAD0yBsxKolnDuOQgix { width:121px;height:121px;top:660px;left:100px;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #ClUIIFZep4uAMapgIZfDRh8TwVtE5wAO { width:250px;height:1px;top:669px;left:35px;background-color:#febf00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kksn3nR5SWVL63ZDXVbANUfJtfXXVTHB { width:318px;height:516px;top:245px;left:0px;z-index:14993;border-top-left-radius:030px;border-top-right-radius:030px;border-bottom-left-radius:030px;border-bottom-right-radius:030px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.23));background-image: -moz-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.23));background-image: -ms-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.23));background-image: -o-linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#3ae7ffe0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28339e00', endColorstr='#3ae7ffe0' );";background-image: linear-gradient(180deg, rgba(51,158,0,0.16), rgba(231,255,224,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mbwZA2G1ACmsRreQcnCexWqRPIHesl6P { width:282px;height:379px;top:19.890625px;left:38px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r0FVGzANDdILukvuGrVhy1Qv8ubEwKnq { width:320px;height:78px;top:1323px;left:0px;z-index:14996;background-color:#396227;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C88L3uzQo4aNJBfs4aSkIGk9kkcstAWA { width:171px;height:54px;top:840px;left:22px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #k2SeSEONvaPmrCVGyclINdt1MWC0HRZ4 { display:flex;width:32px;height:32px;top:851px;left:36px; }
 }@media only screen and (max-width: 763px) { #Tc1DTRm0vVfhDa95NBRfBeEa1NQ5IThF { width:111px;height:23.3984px;top:855px;left:68px;text-align:center;text-align-last:center;font-size:18px;font-weight:400;font-style:normal;color:#b21e1e;display:block; }
 }@media only screen and (max-width: 763px) { #nw76UZcbFd1BMMcrx97cJ1lxxbwpr086 { width:44px;height:44px;top:907px;left:32px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XKs87umrqy7R6Z68yrE2E9ab9BIzZvce { width:44px;height:44px;top:907px;left:81px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #iIq6LK9rKhabMMRoyxse6Rapw5GywU93 { display:flex;width:29px;height:29px;top:915px;left:40px; }
 }@media only screen and (max-width: 763px) { #r21RKpOoLBJ1cEPzBEtX0KWMbNTo9yq3 { display:flex;width:29px;height:29px;top:915px;left:89px; }
 }@media only screen and (max-width: 763px) { #iLMQzlqbSNkDITHnfXKKq4ED8gxTwy88 { width:131px;height:36.3906px;top:911px;left:140px;text-align:left;text-align-last:left;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #boVhmrygW5JNdG32u9cqUFfKXdr3cbWi { width:280px;height:54px;top:902px;left:22px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5u21GrQ4IqaAvPgp0wfAiLnmnr58Ke { width:320px;height:78px;top:1228px;left:0px;z-index:14996;background-color:#396227;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zWDTRMto30XfWTOsotaAZ15r9OIGtUIc { width:277px;height:62.3906px;top:398.890625px;left:21.5px;text-align:left;text-align-last:left;font-family:montserrat;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QLdcsNqhoHCn0l1gMWZzifAi7lVci5of { width:79px;height:79px;top:1234px;left:9px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wTqHywTOwTeFlUcJhm2LTHo1O4ltBclp { width:161px;height:33.7968px;top:1250px;left:91px;text-align:left;text-align-last:left;font-size:13px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h6uUUTiyJP2VEBuozIT7WRnrtD07aXsQ { width:54px;height:54px;top:1240px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 { display:flex;width:35px;height:35px;top:1250px;left:269px; }
#XZJMlzzPiTIdLomi4A2aI0xA9ZnxxAr1 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #bTycNfxbgV3Nvg2cf1XGHxeDmFynTpdx { width:79px;height:79px;top:1322.5px;left:12.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WgbTXnwJkJO8Ib9ZX7rOUOgeqOkW7Am0 { width:161px;height:33.7969px;top:1345.1015625px;left:99.5px;text-align:left;text-align-last:left;font-size:13px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iQfULpM3xqXOhHvPk53CxWoyQseczbiw { width:54px;height:54px;top:1336px;left:258px;display:block; }
 }@media only screen and (max-width: 763px) { #JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha { display:flex;width:35px;height:35px;top:1346px;left:269px; }
#JcbRrqz0RLSLDBflFAUsE9CK0cCDyoha > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #DPF06LTd4loSwdtWZlgzB3mI1L4enCPd { top:573px;left:20px;width:280px;height:66px;z-index:15076;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;font-family:montserrat;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e30703, #780000);background-image: -moz-linear-gradient(180deg, #e30703, #780000);background-image: -ms-linear-gradient(180deg, #e30703, #780000);background-image: -o-linear-gradient(180deg, #e30703, #780000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30703', endColorstr='#780000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30703', endColorstr='#780000' );";background-image: linear-gradient(180deg, #e30703, #780000);background-size:auto !important;border-top:1px solid #e87776;border-left:1px solid #e87776;border-right:1px solid #e87776;border-bottom:1px solid #e87776;color:#ffffff;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TDxNk6EX93NIMPyRfoTGoSCMTB1tkL8q { display:block; }
 }@media only screen and (max-width: 763px) { #HheMOViT3hxfvVq5CPm34loGUZpTrFSG { width:320px;height:163px;top:817px;left:0px;z-index:14992;border-top-left-radius:030px;border-top-right-radius:030px;border-bottom-left-radius:030px;border-bottom-right-radius:030px;background-color:rgba(0,0,0,0);background-image:none;border-top:1px solid rgba(255,255,255,0.57);border-left:1px solid rgba(255,255,255,0.57);border-right:1px solid rgba(255,255,255,0.57);border-bottom:1px solid rgba(255,255,255,0.57);display:block; }
 }@media only screen and (max-width: 763px) { #xlL6p3LSx73OmOgynp3mQCclOa5hc48k { width:318px;height:185px;top:1010px;left:0px;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -moz-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -ms-linear-gradient(345deg, #b1a3cf, #7d63d7);background-image: -o-linear-gradient(345deg, #b1a3cf, #7d63d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1a3cf', endColorstr='#7d63d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1a3cf', endColorstr='#7d63d7' );";background-image: linear-gradient(345deg, #b1a3cf, #7d63d7);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wMaLffNQNW54PvTIkwVl83mwak2ITW2Q { width:83px;height:83px;top:1025px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #umlNET1DdSOTb4qURhT8qAT2nV6WHqwg { width:200px;height:36.3906px;top:1018px;left:118px;text-align:left;text-align-last:left;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FSh6BPO3Nr29IVaEpQbguipxyiaQnDod { width:201px;height:57px;top:1059px;left:105px;z-index:14996;background-color:#382872;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qMEi0SJA6EUXx582sdqUNRwa2huVreL3 { width:179px;height:33.7969px;top:1073.203125px;left:120.5px;text-align:left;text-align-last:left;font-size:13px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tiQFCbu15S8FU5bfCLpG4bslqPeMWxu5 { top:1130px;left:37.5px;width:245px;height:52px;z-index:15077;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;font-family:montserrat;background-color:#fefefe;background-image:none;border-top:1px solid #7d63d7;border-left:1px solid #7d63d7;border-right:1px solid #7d63d7;border-bottom:1px solid #7d63d7;color:#000000;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zQy0HIT7NSFCUlLDSZD69rwH0Vix1yet { display:block; }
 }@media only screen and (max-width: 763px) { #N1gEoRJMO2TZW4lVk4RaKlgnbVL8nzH6 { top:625.5px;left:20px;width:280px;height:52px;z-index:15078;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;font-family:montserrat;background-color:#fefefe;background-image:none;border-top:1px solid #a5a5a5;border-left:1px solid #a5a5a5;border-right:1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;color:#000000;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #mlk0ds5cSOR84gyV4CfBrIAJt9T3c8On { display:block; }
 }@media only screen and (max-width: 763px) { #PzavaegIaDSVa78p2ktF7zcAnRDa7pCB { width:277px;height:20.7969px;top:533.6953125px;left:21.5px;text-align:left;text-align-last:left;font-size:16px;font-weight:400;font-style:normal;color:#ffdb6f;text-shadow:3px 3px 5px rgba(0,0,0,0.19);z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh { background-color:#62272d;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.adaptive-delivery-prevent-bg, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyload, #iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh.lazyloading { background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { background-color: transparent; background-image: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row > .video-iframe-container { display: none; }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .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); }#iLvBI6Lt7oR1qcPhs46K6InSfRhyb9Qh > .row .container { width:320px;height:1192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV0qS3wbTUaH2kfNJnpltEDh4fO8fT8g { width:320px;height:36.3984px;top:36px;left:0px;text-align:center;text-align-last:center;font-family:montserrat;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qZp7hG9hknEIDC2ieE4Qko6QVLxIW2HE { width:262px;height:86.3752px;top:141.3125px;left:29px;text-align:left;text-align-last:left;font-size:18px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x2QE1IwA3LIGksdDs665GiaW9pCoP2XD { top:0px;left:0px;width:318px;height:209px;z-index:14998;overflow:hidden;border-top-left-radius:015px;border-top-right-radius:015px;border-bottom-left-radius:015px;border-bottom-right-radius:015px;border-top:1px solid #646464;border-left:1px solid #646464;border-right:1px solid #646464;border-bottom:1px solid #646464;display:none; }
 }@media only screen and (max-width: 763px) { #wbyHzafhO5k4CGSpbzufsO8NenCQF6TI { width:320px;height:534px;top:489px;left:0px;z-index:14996;background-color:#e7ffe0;background-image:none;border-top:1px solid #7bc74d;border-left:1px solid #7bc74d;border-right:1px solid #7bc74d;border-bottom:1px solid #7bc74d;display:block; }
 }@media only screen and (max-width: 763px) { #zZBcdXMzH9gpXzznMOCuT7lUb99JVnow { width:289px;height:396px;top:555px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GAMOQKknVu9gDuF20lvHELNeEHJiUkX6 { width:320px;height:32.5px;top:512px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3nmTO0TPWELs8d3eEu5l4vzvmG8t1B9 { width:318px;height:454px;top:196px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nz38toEuOFRv8zgA5aee2THlEUE9SE0O { width:320px;height:129px;top:120px;left:0px;background-color:#c5e4b5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hy3NKEh0GIHL7CCUSxhEZhIEtRfi7gSc { width:90px;height:130px;top:278px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TdqTWAVR63FQ4czcBhg3mPKKOe1gQmhg { width:90px;height:19.5px;top:289px;left:14px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHC3WqKZRSSscTP54BgTSoPLbHcHIwzL { width:90px;height:130px;top:278px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UpkHrLeiGEXxCXOa5dWpFl177MAMC9 { width:90px;height:19.5px;top:289px;left:116px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fycBgX3QWJX7EHBOOJcxey9D9N8nK8Fh { width:90px;height:130px;top:278px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #hLz5btSCs5SCZ5M1CVUn7JSrWrvpweQZ { width:90px;height:19.5px;top:289px;left:217px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1VuIOPg2xM4N1WSOw2bMLUOQImOgkCn { width:90px;height:1px;top:315px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OObSMchPXrGJMLsCi9lhGJXmxkkUWTMs { width:90px;height:1px;top:315px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #nADPApHGiOHiDoZzitknDfO5iUPUADSn { width:90px;height:1px;top:315px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFfNSxolzlKaGb64SUcICeI8N99T3sx { display:flex;width:46px;height:46px;top:318px;left:139px; }
 }@media only screen and (max-width: 763px) { #GxTVJdPLEKk1NVB0xJWwTISeFqnfUSRL { display:flex;width:45px;height:45px;top:326px;left:37px;font-size:31px; }
 }@media only screen and (max-width: 763px) { #OZxfE0AqBH7x8NLmw5PZMMFXPofSBRPV { display:flex;width:42px;height:42px;top:320px;left:242px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #GdO7ay85SPsHSeB2qagtdJCZxeIVKqVT { width:90px;height:33.5938px;top:364px;left:116px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u21svFmzgwkaipc5yyaTNaHuK6ClecrO { width:90px;height:18.1953px;top:380px;left:14px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnZf0vO7OoThvObeQEu2zxDIisCBzuan { width:90px;height:36.3906px;top:363px;left:217px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPGKQTaCSz84M5CPQQz94eQIHMTPkpGK { width:318px;height:322px;top:119px;left:0px;background-color:rgba(0,0,0,0.38);background-image:none;border-top:1px solid rgba(51,158,0,0.65);border-left:1px solid rgba(51,158,0,0.65);border-right:1px solid rgba(51,158,0,0.65);border-bottom:1px solid rgba(51,158,0,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #OLw7QgZVTiqQJpDwtafd8UuusT8IkmpV { width:200px;height:1px;top:88px;left:60px;display:block; }
 }