.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w { position:relative;display:block; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w { background-color: transparent; background-image: none; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row .container > .video-iframe-container { display: none; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row > .video-iframe-container { display: none; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .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); }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w { border-width: 0; border-radius: 0; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .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; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yJVXW21FNmwDUm9xImD2ZVlRATBZIR6A { 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;height:80px;width:600px;top:0px;left:300px;overflow:hidden;display:block; }
#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W.adaptive-delivery-prevent-bg, #Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W.lazyload, #Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W.lazyloading { background-image: none; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container { background-color: transparent; background-image: none; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container > .video-iframe-container { display: none; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row > .video-iframe-container { display: none; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .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); }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container { border-width: 0; border-radius: 0; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container { font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }#ANoLpo8P8CQ1utmXsWRtcPW025xwKuar { 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;height:40px;width:600px;top:0px;left:300px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84d63e9e-6e9f-4a76-9659-1d79176cfec1/Screenshot20250107113026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:778px;width:1200px;overflow:visible;position:relative;display:block; }#pOBPcyBd4LM39Bvam4KFRvGt50M7rgdx { color:#e2a569;display:block;width:94px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:496px;left:354px;height:27.2969px;display:block; }
#SPgMTdKR6o4rJT5rO2EepGrP4usHaqJb { color:#ffffff;display:block;width:243px;position:absolute;font-family:marcellus;font-size:46px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:480px;left:463px;height:59.7969px;font-style:normal;display:block; }
#w7wKiLmFmrgbD6lsULXD74LAiHcJkpCR { color:#ffffff;display:block;width:186px;position:absolute;font-family:marcellus;font-size:31px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:489px;left:712px;height:40.2969px;font-style:normal;display:block; }
#TwIfOTeFyBlvHme9zTVzVOcy5h9vcJCu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f49d56, #844710);background-image: -moz-linear-gradient(180deg, #f49d56, #844710);background-image: -ms-linear-gradient(180deg, #f49d56, #844710);background-image: -o-linear-gradient(180deg, #f49d56, #844710);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49d56', endColorstr='#844710' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49d56', endColorstr='#844710' );";background-image: linear-gradient(180deg, #f49d56, #844710);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:marcellus;font-size:24px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:61px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:586px;left:421px;display:block; }
#TOv0ZQXZSfw0wul24H6Teg9D0CUXgGoE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zCMfTRFKlRQhmFwrnWHCpnb7fl9Wtg1P { position:absolute;display:block;z-index:15030;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;height:180px;width:607px;top:131px;left:296px;overflow:hidden;display:block; }
#L0uVTdKMCUH6HpsHyhQNfKqtBbRb1a9k { box-sizing:content-box;height:75px;width:799px;position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.77);background-image:none;top:469px;left:197px;border-top:3px solid #209ea8;border-left:3px solid #209ea8;border-right:3px solid #209ea8;border-bottom:3px solid #209ea8;display:block; }
#v4V10o2vTr6DBs8IBubPcvLxapAf4GqM { color:#ffffff;display:block;width:966px;position:absolute;font-family:philosopher;font-size:42px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:354px;left:117px;height:54.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4b73d5f-ee50-48d9-82c0-68a4d243a74d/14a36cc5ed714b360c4ab235439df7e8.preview.rotate_90.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.adaptive-delivery-prevent-bg, #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.lazyload, #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.lazyloading { background-image: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { background-color: transparent; background-image: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container > .video-iframe-container { display: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row > .video-iframe-container { display: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .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); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { border-width: 0; border-radius: 0; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9::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; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { font-size:14px;font-family:arial;height:731px;width:1200px;position:relative;display:block; }#oKasSuS9IbfBzQSfQleS5h6TW5CUlMm8 { color:#000000;display:block;width:397px;position:absolute;font-family:marcellus;font-size:48px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:60px;left:401.5px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#qJGWPlIUHeetn6kdFAS6GhppKTSzAiIy { box-sizing:content-box;height:483px;width:369px;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);background-image:none;top:169px;left:0px;display:block; }
#cleiqEfVOJHkeBcib0bAd3dy6QI9Cyz1 { box-sizing:content-box;height:483px;width:369px;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.9);background-image:none;top:169px;left:415px;display:block; }
#Ie775iZ3QyO8yTxBE6T0rfWkTT2tHI6M { box-sizing:content-box;height:483px;width:369px;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.9);background-image:none;top:169px;left:831px;display:block; }
#pOw1WM4SO9fqpieQ7qEq887rBTyJZ2Qg { color:#ffffff;display:block;width:77px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:568.75px;left:89px;height:22.0938px;display:block; }
#t72Oh8E4PJEl01xwMOxv3qhJTvQbyxJh { color:#ffffff;display:block;width:166px;position:absolute;font-family:marcellus;font-size:32px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:559px;left:169px;height:41.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kvADX7fZpnH0DKpbPuFbOPH7lsNbWH9V { color:#ffffff;display:block;width:139px;position:absolute;font-family:marcellus;font-size:23px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:597px;left:196px;height:29.8906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bCuodfrhryrHgnO2wWDhDTMuV6BXKsrT { color:#ffffff;display:block;width:77px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:569px;left:548px;height:22.0938px;display:block; }
#IR2pIXNAUfaQ2fCZQPLiS0z8MitDukim { color:#ffffff;display:block;width:166px;position:absolute;font-family:marcellus;font-size:32px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:559px;left:585px;height:41.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Qaohu4V0saBXz965F5EIykPF1ZBgeP9G { color:#ffffff;display:block;width:122px;position:absolute;font-family:marcellus;font-size:23px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:597px;left:629px;height:29.8906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZtLGEDavh74RytowEbUKmOl4y0TNFLsI { color:#ffffff;display:block;width:77px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:569px;left:938px;height:22.0938px;display:block; }
#mrB7msfxl1XympFki6tom8bnHNRp601g { color:#ffffff;display:block;width:166px;position:absolute;font-family:marcellus;font-size:32px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:559px;left:1002px;height:41.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R61EJP2Pg8RnJTAamrMM0AzLD640ZhlX { color:#ffffff;display:block;width:122px;position:absolute;font-family:marcellus;font-size:23px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:597px;left:1046px;height:29.8906px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v { box-sizing:content-box;height:256px;width:343px;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ee8a70c-7302-4315-9193-145a3f822bdf/studio.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:182px;left:13px;display:block; }#W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v.adaptive-delivery-prevent-bg, #W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v.lazyload, #W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v.lazyloading { background-image: none; }
#tTKMkBgnc92kMcFo9RaG4rvTouZzlz03 { box-sizing:content-box;height:256px;width:343px;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a515d85-22c7-48ef-ba3d-3eff1cca2e82/1bed.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:182px;left:428.5px;display:block; }#tTKMkBgnc92kMcFo9RaG4rvTouZzlz03.adaptive-delivery-prevent-bg, #tTKMkBgnc92kMcFo9RaG4rvTouZzlz03.lazyload, #tTKMkBgnc92kMcFo9RaG4rvTouZzlz03.lazyloading { background-image: none; }
#Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi { box-sizing:content-box;height:256px;width:343px;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d104cb1c-93d6-4ee8-ad3f-f9eb54a4fa16/Untitled1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:182px;left:844px;display:block; }#Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi.adaptive-delivery-prevent-bg, #Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi.lazyload, #Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi.lazyloading { background-image: none; }
#E4o3uaP2mXMxTaIvK2tmElg8UbEHdn2w { box-sizing:content-box;height:90px;width:369px;position:absolute;display:block;z-index:15030;background-color:#18afb2;background-image:none;top:546.796875px;left:0px;display:block; }
#QHRQCiXi6wCAsEDRG9bp8GG6i1R95MAc { box-sizing:content-box;height:90px;width:369px;position:absolute;display:block;z-index:15031;background-color:#18afb2;background-image:none;top:547px;left:415.5px;display:block; }
#IvbWvFlqkVPfIUFP0bNiT6X2kH463l88 { box-sizing:content-box;height:90px;width:369px;position:absolute;display:block;z-index:15032;background-color:#18afb2;background-image:none;top:547px;left:831px;display:block; }
#gRKtUE17GOc1korAwpMKTvBGbDOwAl41 { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:32px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:451px;left:13px;height:41.5938px;display:block; }
#B0368yxPNdHO5G23WBoTSIDWDypxmqQu { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:32px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:451px;left:429px;height:41.5938px;display:block; }
#l7Gpkn6gFREnxFgqpdqKfUCzZAErZTzE { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:32px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:451px;left:844px;height:41.5938px;display:block; }
#bd0BSBRgLdqIrREPaZsA4eT805cw0SHc { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:499px;left:13px; }
#BaeDhlwI3gPqkcbnzIALZVW2QGN9782E { color:#000000;display:block;width:65px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:506px;left:49px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vAPKXVTifyHbVZlvcIenwnX5s3enP7Sy { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:499px;left:124px; }
#i461AhK2TmipJt4searomtLtZWLbaJcy { color:#000000;display:block;width:59px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:506px;left:160px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QJm4fJTbObHIBEZ0xWSmmQ5zGKRCU53s { box-sizing:content-box;color:#5d92ff;font-size:19px;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:15047;opacity:1;top:498px;left:227px; }
#LcESGk099LE2bGPd5603HKwVz5Klr4rD { color:#000000;display:block;width:91.9688px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:506px;left:265px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mvkoACUFMT4d8Zw8hx54H6pGOEdZ1vbs { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:500px;left:431px; }
#ffJzCrdfXRO9ehAbm5qDH4qWkyTuDQFe { color:#000000;display:block;width:65px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:507px;left:468px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mlVcJoop0cla9booXZLFDCB0EShtlv0k { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:500px;left:540px; }
#NmDlsbdsWikzlSyAqrVDbfMwsa1O1dJ9 { color:#000000;display:block;width:59px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:507px;left:575px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oxitp9APRQi33DAFWAR9M0H0EMmbziZg { box-sizing:content-box;color:#5d92ff;font-size:19px;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:15053;opacity:1;top:499px;left:642px; }
#F1W8Oqcu6RpMVamFpxQbx7verOOdoHbA { color:#000000;display:block;width:91.9688px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:507px;left:681px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxdeTRgwfvWzQTHZDPU43np9raBnmiVs { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:500px;left:844px; }
#oLpZeDQUMkT7aVLnOKvJZ1By0T2lsNo0 { color:#000000;display:block;width:65px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:507px;left:877px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xtwRrn78tklLkpTfTlcwkBBiuxT6ppeV { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:500px;left:950px; }
#cuUUEAhAofiOsl5u1LSf2c2dk79O26c4 { color:#000000;display:block;width:65px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:507px;left:986px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lKikWFFxRyAeuUQ8sk3lfPA2t9TgdcLq { box-sizing:content-box;color:#5d92ff;font-size:19px;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:15059;opacity:1;top:499px;left:1060px; }
#Rpa0KHnxGR4Zv2uA7MdxmTyRH4bQReuy { color:#000000;display:block;width:91.9688px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:507px;left:1099px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx { position:relative;display:block; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx { background-color: transparent; background-image: none; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row .container > .video-iframe-container { display: none; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row > .video-iframe-container { display: none; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .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); }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx { border-width: 0; border-radius: 0; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .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; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:790px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t8tTz1qbSAu0dUQX8lelgRVgqn4xXNpf { color:#209ea8;display:block;width:287px;position:absolute;font-family:marcellus;font-size:48px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:67px;left:456.5px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/85808ff8-9077-4ce2-90b4-15004013ca4b/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:204px;left:107px;display:block; }#aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL.adaptive-delivery-prevent-bg, #aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL.lazyload, #aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL.lazyloading { background-image: none; }
#bdgdMKZcblNbmsKX0yv3UovQISiwILOf { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea1dd9de-a949-4a3e-9cd1-53129356cf8f/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:204px;left:386px;display:block; }#bdgdMKZcblNbmsKX0yv3UovQISiwILOf.adaptive-delivery-prevent-bg, #bdgdMKZcblNbmsKX0yv3UovQISiwILOf.lazyload, #bdgdMKZcblNbmsKX0yv3UovQISiwILOf.lazyloading { background-image: none; }
#e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e3a9691b-7ef3-4547-9d5f-90c20e866109/i302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:204px;left:668px;display:block; }#e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW.adaptive-delivery-prevent-bg, #e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW.lazyload, #e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW.lazyloading { background-image: none; }
#ncD1up34v28VWy3XoqR1rUEFXDeXFa0c { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2d5a8b60-4129-4e8e-8813-fa496ea856b4/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:204px;left:944px;display:block; }#ncD1up34v28VWy3XoqR1rUEFXDeXFa0c.adaptive-delivery-prevent-bg, #ncD1up34v28VWy3XoqR1rUEFXDeXFa0c.lazyload, #ncD1up34v28VWy3XoqR1rUEFXDeXFa0c.lazyloading { background-image: none; }
#BItnhBoLaz0MDC0nCXhk4H31UM2uDDph { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef2d0459-7475-42df-8cae-05d0e3bc0692/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:496px;left:245px;display:block; }#BItnhBoLaz0MDC0nCXhk4H31UM2uDDph.adaptive-delivery-prevent-bg, #BItnhBoLaz0MDC0nCXhk4H31UM2uDDph.lazyload, #BItnhBoLaz0MDC0nCXhk4H31UM2uDDph.lazyloading { background-image: none; }
#c7JmLlBTaC6zN2FGJgev1JLUttsZamNq { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aecc2085-26e4-4438-bc2b-1cee5d2173ed/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:496px;left:524px;display:block; }#c7JmLlBTaC6zN2FGJgev1JLUttsZamNq.adaptive-delivery-prevent-bg, #c7JmLlBTaC6zN2FGJgev1JLUttsZamNq.lazyload, #c7JmLlBTaC6zN2FGJgev1JLUttsZamNq.lazyloading { background-image: none; }
#dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL { box-sizing:content-box;height:150px;width:150px;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c6128a52-f4dd-48e1-9c4d-9db2bf01dc14/i702.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:496px;left:806px;display:block; }#dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL.adaptive-delivery-prevent-bg, #dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL.lazyload, #dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL.lazyloading { background-image: none; }
#xcaaSD6tXoULcvR4c6nULxdClwM8uAP0 { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:374px;left:82px;height:26px;text-align:center;text-align-last:center;display:block; }
#aHEouR1MbUnQ7v8HbQ2tNg2XuHCN9Kaq { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:374px;left:361px;height:26px;text-align:center;text-align-last:center;display:block; }
#IoLOhLdpOdydloMGtqbMhz15CsgVkH4Q { color:#000000;display:block;width:150px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:374px;left:668px;height:52px;text-align:center;text-align-last:center;display:block; }
#Hnf1GJJTca7os4bLqtRBb2RVCIW5Zsuz { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:374px;left:919px;height:26px;text-align:center;text-align-last:center;display:block; }
#UMvVbgrXhJTRaClWbDOwXhgkduAeTJzC { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:664px;left:220px;height:52px;text-align:center;text-align-last:center;display:block; }
#T95LwIBkht3ZZDHBycFNpBCgSiNswAZJ { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:664px;left:500px;height:26px;text-align:center;text-align-last:center;display:block; }
#IJetzx7FoHraIrQZA5aLekH6HBaDh2vt { color:#000000;display:block;width:200px;position:absolute;font-family:marcellus;font-size:20px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:664px;left:781px;height:26px;text-align:center;text-align-last:center;display:block; }
#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba52b99d-587a-459a-bc47-32a4086d5f86/Screenshot20250107113130.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; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.adaptive-delivery-prevent-bg, #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.lazyload, #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.lazyloading { background-image: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { background-color: transparent; background-image: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container > .video-iframe-container { display: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row > .video-iframe-container { display: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .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); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { border-width: 0; border-radius: 0; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb::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; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { font-size:14px;font-family:arial;height:640px;width:1200px;position:relative;display:block; }#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-form-header {  }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:700;color:#000000;width:330px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.3; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:36px;color:#161616;font-size:14px;overflow:hidden;font-family:montserrat; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:montserrat; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:40px;color:#999999;font-family:montserrat;font-size:15px;overflow:hidden; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18afb2, #0f7274);background-image: -moz-linear-gradient(180deg, #18afb2, #0f7274);background-image: -ms-linear-gradient(180deg, #18afb2, #0f7274);background-image: -o-linear-gradient(180deg, #18afb2, #0f7274);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18afb2', endColorstr='#0f7274' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18afb2', endColorstr='#0f7274' );";background-image: linear-gradient(180deg, #18afb2, #0f7274);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:400;color:#ffffff;width:330px;height:56px;font-family:marcellus;overflow:hidden;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:14px;font-weight:300;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .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:montserrat;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:308px;overflow:hidden;font-style:normal; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:montserrat;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container { padding-top:9px;padding-right:0;padding-bottom:9px;padding-left:0;width:100%;font-size:0;height:auto; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container:first-of-type{padding-top:0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container:last-of-type{padding-bottom:0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:330px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;position:absolute;top:67.25px;left:830px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:330px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:12px;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; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv {display:block;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:330px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;position:absolute;top:67.25px;left:830px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #pv0MEpilIsmyX7L5d1TvuFOebGUhTks7 { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WVURmoiRvPuK5GLLHobgcFyu0ogv0URm { position:relative;display:block; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #aToVUM18aGN2aopJSaTLtNW14HmAr44K { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #UMHeE4ifW5JD6ZluG13bHITUGTAb6gTT { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #IJXTyqbN2eeV04TK77fBToLhRGyxhTbP { position:relative;display:block; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #zcm4MFiDxJex9pl8hMW6lW2hOgSgJ2Dy { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #bHC0P2XTWbdRg2q9acsKppnxVNbe3Tsx { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Xw2DCaFR55n6Tur0NVi7T98ZhDQlxem6 { position:relative;display:block; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Csvygwg5GBrLnsHoRFAu9saDDqQwQTOo { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #sLTMRts8PRfBbstLBtB2cuoInlLcNAay { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #roeObcml8M710NSrLK3lCJacJit9EoE2 { position:relative;display:block; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #qv7q94nJTIxsQ9ZZibimcxx41tggLWAJ { position:relative; }
#Wa3Qx7NLCnemeD5BzPg3AEIOeWV4ZnXb { position:relative;display:block; }
#XLS5E1EXp7iuLlfF3bTJzvIzdRczicUo { position:relative;display:block; }
#VEQpLIEGyeuZ7czGQntZVahSbnafSP2w { position:relative;display:block; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WGGbLCxlm7gnUlrWWSiREAHqnVAc5Hed { position:relative; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #DWsP6HTOC2fwZpzlu44Cw7aafAo6l8Xi { position:relative; }
#yRqnoJQn01rlKsmtx7XEz8zHAsTUc1kM { color:#ffffff;display:block;width:217px;position:absolute;font-family:poppins;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:547px;left:906.5px;height:31.1875px;text-align:center;text-align-last:center;display:block; }
#rIZv6GFKXAX5MgAzLGlhr5xi0VuTQI7l { color:#ffffff;display:block;width:460px;position:absolute;font-family:belleza;font-size:52px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:190px;left:0px;height:135.188px;font-style:normal;display:block; }
#bwThhP3gmt5O1zKL4iqcioQxmkxt2vEL { color:#ffffff;display:block;width:437px;position:absolute;font-family:montserrat;font-size:30px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:354px;left:0px;height:96px;font-style:normal;display:block; }
#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b561bfc9-df76-48af-be32-df4b0dcea673/bg02.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; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75.adaptive-delivery-prevent-bg, #rym53ezkNy4tHV8Md2Ufuc9ephMu5J75.lazyload, #rym53ezkNy4tHV8Md2Ufuc9ephMu5J75.lazyloading { background-image: none; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container { background-color: transparent; background-image: none; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.12); }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container > .video-iframe-container { display: none; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.12); }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row > .video-iframe-container { display: none; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .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); }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container { border-width: 0; border-radius: 0; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75::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; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container { font-size:14px;font-family:arial;height:700px;width:1200px;position:relative;display:block; }#SSnNSkeXJup0ObtUbKCKCqNcCJTdTLV4 { color:#168795;display:block;width:385px;position:absolute;font-family:marcellus;font-size:48px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:185px;left:424px;height:124.781px;display:block; }
#teXGcMSt3MdA88Io4p7vv5nIyFqzpc6a { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:307px;left:424px;height:249.5628px;font-style:normal;display:block; }
#V93OxvJLGcdDZC1JzL9mT5RfTHHtnNPl { color:#000000;display:block;width:350px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:307px;left:646px;height:249.5628px;display:block; }
#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.87);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; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { background-color: transparent; background-image: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container > .video-iframe-container { display: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container { display: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .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); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { border-width: 0; border-radius: 0; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { font-size:14px;font-family:arial;height:807px;width:1200px;position:relative;display:block; }#FqicTNKVbhGKIwC4kJReIhCc4BcHXEag { color:#209ea8;display:block;width:585px;position:absolute;font-family:marcellus;font-size:48px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:61px;left:307.5px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/caaa13b7-04da-4c48-a21d-2cab504c67b6/Screenshot20250108095513.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:172px;left:0px;display:block; }#WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d.adaptive-delivery-prevent-bg, #WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d.lazyload, #WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d.lazyloading { background-image: none; }
#hqF9CvKRNJekRTiATxWWEmFMxCW1rzst { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1790185f-9c27-4b92-a30b-130312ab9e2e/Screenshot20250107112833.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:172px;left:410px;display:block; }#hqF9CvKRNJekRTiATxWWEmFMxCW1rzst.adaptive-delivery-prevent-bg, #hqF9CvKRNJekRTiATxWWEmFMxCW1rzst.lazyload, #hqF9CvKRNJekRTiATxWWEmFMxCW1rzst.lazyloading { background-image: none; }
#XdMf2OTES95h2GCVZEEqc1krFRcIRx6J { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b6a4f85-b752-4a0a-8aa4-1a5104e5cd6c/Screenshot20250107112856.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:172px;left:820px;display:block; }#XdMf2OTES95h2GCVZEEqc1krFRcIRx6J.adaptive-delivery-prevent-bg, #XdMf2OTES95h2GCVZEEqc1krFRcIRx6J.lazyload, #XdMf2OTES95h2GCVZEEqc1krFRcIRx6J.lazyloading { background-image: none; }
#JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e97d9905-986d-462a-bcf1-0bd9abd1b2a4/Screenshot20250107112956.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:463px;left:0px;display:block; }#JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U.adaptive-delivery-prevent-bg, #JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U.lazyload, #JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U.lazyloading { background-image: none; }
#XvKDaOrooLOMEFFop1gn9EFiETg6eonP { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5cda0d30-dc27-40e7-974f-9b87318ffff6/Screenshot20250107112932.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:464px;left:410px;display:block; }#XvKDaOrooLOMEFFop1gn9EFiETg6eonP.adaptive-delivery-prevent-bg, #XvKDaOrooLOMEFFop1gn9EFiETg6eonP.lazyload, #XvKDaOrooLOMEFFop1gn9EFiETg6eonP.lazyloading { background-image: none; }
#srrgL3ltOWNQmarQzSnrLT67Bmxuymo9 { box-sizing:content-box;height:260px;width:380px;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b14305e-3887-4559-9bce-a5d36ef63c61/Screenshot20250107112939.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:463px;left:820px;display:block; }#srrgL3ltOWNQmarQzSnrLT67Bmxuymo9.adaptive-delivery-prevent-bg, #srrgL3ltOWNQmarQzSnrLT67Bmxuymo9.lazyload, #srrgL3ltOWNQmarQzSnrLT67Bmxuymo9.lazyloading { background-image: none; }
#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#209ea8;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; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { background-color: transparent; background-image: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .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); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { border-width: 0; border-radius: 0; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { font-size:14px;font-family:arial;height:947px;width:1200px;position:relative;display:block; }#XtFxaOuyUmCTmBnxP0MLbha7xTbHX96h { color:#ffffff;display:block;width:585px;position:absolute;font-family:marcellus;font-size:48px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:56px;left:307.5px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { position:absolute;display:block;z-index:15004;height:600px;width:1200px;top:168px;left:0px;display:block; }
#Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ce8849, #945115);background-image: -moz-linear-gradient(180deg, #ce8849, #945115);background-image: -ms-linear-gradient(180deg, #ce8849, #945115);background-image: -o-linear-gradient(180deg, #ce8849, #945115);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8849', endColorstr='#945115' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8849', endColorstr='#945115' );";background-image: linear-gradient(180deg, #ce8849, #945115);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:marcellus;font-size:23px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:61px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:827px;left:415.5px;display:block; }
#khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#usPUpDU80UVTrNGTEegtXe9cBn0eToKB { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG { position:relative;display:block; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG { background-color: transparent; background-image: none; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row .container > .video-iframe-container { display: none; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row > .video-iframe-container { display: none; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .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); }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG { border-width: 0; border-radius: 0; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .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; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qhkylMFKa9xKhSh6LsGhZTymycPA0ZBT { color:#999999;display:block;width:488px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:31.59375px;left:356px;height:18.2px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkepTEONxqaEmoNP1LT8sn21mk81Tt0w { display:block; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJVXW21FNmwDUm9xImD2ZVlRATBZIR6A { top:0px;left:82px;width:600px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W { display:block; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANoLpo8P8CQ1utmXsWRtcPW025xwKuar { top:0px;left:82px;width:600px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOBPcyBd4LM39Bvam4KFRvGt50M7rgdx { top:496px;left:136px;width:94px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SPgMTdKR6o4rJT5rO2EepGrP4usHaqJb { top:480px;left:245px;width:243px;height:59px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #w7wKiLmFmrgbD6lsULXD74LAiHcJkpCR { top:489px;left:494px;width:186px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TwIfOTeFyBlvHme9zTVzVOcy5h9vcJCu { width:350px;height:61px;top:586px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #TOv0ZQXZSfw0wul24H6Teg9D0CUXgGoE { display:block; }
 }@media only screen and (max-width: 763px) { #zCMfTRFKlRQhmFwrnWHCpnb7fl9Wtg1P { top:131px;left:78px;width:607px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #L0uVTdKMCUH6HpsHyhQNfKqtBbRb1a9k { top:469px;left:0px;width:758px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #v4V10o2vTr6DBs8IBubPcvLxapAf4GqM { top:354px;left:0px;width:764px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 { display:block; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKasSuS9IbfBzQSfQleS5h6TW5CUlMm8 { top:60px;left:183.5px;width:397px;height:62px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qJGWPlIUHeetn6kdFAS6GhppKTSzAiIy { top:169px;left:0px;width:369px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #cleiqEfVOJHkeBcib0bAd3dy6QI9Cyz1 { top:169px;left:197px;width:369px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie775iZ3QyO8yTxBE6T0rfWkTT2tHI6M { top:169px;left:395px;width:369px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #pOw1WM4SO9fqpieQ7qEq887rBTyJZ2Qg { top:568px;left:0px;width:77px;height:22px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t72Oh8E4PJEl01xwMOxv3qhJTvQbyxJh { top:559px;left:0px;width:166px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kvADX7fZpnH0DKpbPuFbOPH7lsNbWH9V { top:597px;left:0px;width:139px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bCuodfrhryrHgnO2wWDhDTMuV6BXKsrT { top:569px;left:330px;width:77px;height:22px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IR2pIXNAUfaQ2fCZQPLiS0z8MitDukim { top:559px;left:367px;width:166px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qaohu4V0saBXz965F5EIykPF1ZBgeP9G { top:597px;left:411px;width:122px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLGEDavh74RytowEbUKmOl4y0TNFLsI { top:569px;left:687px;width:77px;height:22px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mrB7msfxl1XympFki6tom8bnHNRp601g { top:559px;left:598px;width:166px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #R61EJP2Pg8RnJTAamrMM0AzLD640ZhlX { top:597px;left:642px;width:122px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v { top:182px;left:0px;width:343px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #tTKMkBgnc92kMcFo9RaG4rvTouZzlz03 { top:182px;left:210.5px;width:343px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi { top:182px;left:421px;width:343px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #E4o3uaP2mXMxTaIvK2tmElg8UbEHdn2w { top:546px;left:0px;width:369px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #QHRQCiXi6wCAsEDRG9bp8GG6i1R95MAc { top:547px;left:198px;width:369px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #IvbWvFlqkVPfIUFP0bNiT6X2kH463l88 { top:547px;left:395px;width:369px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #gRKtUE17GOc1korAwpMKTvBGbDOwAl41 { top:451px;left:0px;width:200px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #B0368yxPNdHO5G23WBoTSIDWDypxmqQu { top:451px;left:211px;width:200px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #l7Gpkn6gFREnxFgqpdqKfUCzZAErZTzE { top:451px;left:564px;width:200px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #bd0BSBRgLdqIrREPaZsA4eT805cw0SHc { top:499px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #BaeDhlwI3gPqkcbnzIALZVW2QGN9782E { top:506px;left:0px;width:65px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vAPKXVTifyHbVZlvcIenwnX5s3enP7Sy { top:499px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #i461AhK2TmipJt4searomtLtZWLbaJcy { top:506px;left:0px;width:59px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QJm4fJTbObHIBEZ0xWSmmQ5zGKRCU53s { top:498px;left:9px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LcESGk099LE2bGPd5603HKwVz5Klr4rD { top:506px;left:47px;width:91px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mvkoACUFMT4d8Zw8hx54H6pGOEdZ1vbs { top:500px;left:213px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ffJzCrdfXRO9ehAbm5qDH4qWkyTuDQFe { top:507px;left:250px;width:65px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mlVcJoop0cla9booXZLFDCB0EShtlv0k { top:500px;left:322px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NmDlsbdsWikzlSyAqrVDbfMwsa1O1dJ9 { top:507px;left:357px;width:59px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Oxitp9APRQi33DAFWAR9M0H0EMmbziZg { top:499px;left:424px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F1W8Oqcu6RpMVamFpxQbx7verOOdoHbA { top:507px;left:463px;width:91px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pxdeTRgwfvWzQTHZDPU43np9raBnmiVs { top:500px;left:626px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #oLpZeDQUMkT7aVLnOKvJZ1By0T2lsNo0 { top:507px;left:659px;width:65px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xtwRrn78tklLkpTfTlcwkBBiuxT6ppeV { top:500px;left:730px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cuUUEAhAofiOsl5u1LSf2c2dk79O26c4 { top:507px;left:699px;width:65px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lKikWFFxRyAeuUQ8sk3lfPA2t9TgdcLq { top:499px;left:729px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Rpa0KHnxGR4Zv2uA7MdxmTyRH4bQReuy { top:507px;left:673px;width:91px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx { display:block; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8tTz1qbSAu0dUQX8lelgRVgqn4xXNpf { top:67px;left:238.5px;width:287px;height:62px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL { top:204px;left:0px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #bdgdMKZcblNbmsKX0yv3UovQISiwILOf { top:204px;left:168px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW { top:204px;left:450px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #ncD1up34v28VWy3XoqR1rUEFXDeXFa0c { top:204px;left:614px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #BItnhBoLaz0MDC0nCXhk4H31UM2uDDph { top:496px;left:27px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #c7JmLlBTaC6zN2FGJgev1JLUttsZamNq { top:496px;left:306px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL { top:496px;left:588px;width:150px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #xcaaSD6tXoULcvR4c6nULxdClwM8uAP0 { top:374px;left:0px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aHEouR1MbUnQ7v8HbQ2tNg2XuHCN9Kaq { top:374px;left:143px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IoLOhLdpOdydloMGtqbMhz15CsgVkH4Q { top:374px;left:450px;width:150px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Hnf1GJJTca7os4bLqtRBb2RVCIW5Zsuz { top:374px;left:564px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UMvVbgrXhJTRaClWbDOwXhgkduAeTJzC { top:664px;left:2px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T95LwIBkht3ZZDHBycFNpBCgSiNswAZJ { top:664px;left:282px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IJetzx7FoHraIrQZA5aLekH6HBaDh2vt { top:664px;left:563px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb { display:block; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-regular-label { width:330px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-textarea { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-button { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-checkbox-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv  { width:330px;height:auto;top:67px;left:394px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .radio-container { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv {display:block;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv { width:330px;height:auto;top:67px;left:394px; }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #pv0MEpilIsmyX7L5d1TvuFOebGUhTks7 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WVURmoiRvPuK5GLLHobgcFyu0ogv0URm {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #aToVUM18aGN2aopJSaTLtNW14HmAr44K {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #UMHeE4ifW5JD6ZluG13bHITUGTAb6gTT {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #IJXTyqbN2eeV04TK77fBToLhRGyxhTbP {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #zcm4MFiDxJex9pl8hMW6lW2hOgSgJ2Dy {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #bHC0P2XTWbdRg2q9acsKppnxVNbe3Tsx {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Xw2DCaFR55n6Tur0NVi7T98ZhDQlxem6 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Csvygwg5GBrLnsHoRFAu9saDDqQwQTOo {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #sLTMRts8PRfBbstLBtB2cuoInlLcNAay {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #roeObcml8M710NSrLK3lCJacJit9EoE2 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #qv7q94nJTIxsQ9ZZibimcxx41tggLWAJ {  }
 }@media only screen and (max-width: 763px) { #Wa3Qx7NLCnemeD5BzPg3AEIOeWV4ZnXb { display:block; }
 }@media only screen and (max-width: 763px) { #XLS5E1EXp7iuLlfF3bTJzvIzdRczicUo { display:block; }
 }@media only screen and (max-width: 763px) { #VEQpLIEGyeuZ7czGQntZVahSbnafSP2w { display:block; }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WGGbLCxlm7gnUlrWWSiREAHqnVAc5Hed {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #DWsP6HTOC2fwZpzlu44Cw7aafAo6l8Xi {  }
 }@media only screen and (max-width: 763px) { #yRqnoJQn01rlKsmtx7XEz8zHAsTUc1kM { top:547px;left:547px;width:217px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rIZv6GFKXAX5MgAzLGlhr5xi0VuTQI7l { top:190px;left:0px;width:460px;height:135px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bwThhP3gmt5O1zKL4iqcioQxmkxt2vEL { top:354px;left:0px;width:437px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 { display:block; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSnNSkeXJup0ObtUbKCKCqNcCJTdTLV4 { top:185px;left:206px;width:385px;height:62px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #teXGcMSt3MdA88Io4p7vv5nIyFqzpc6a { top:307px;left:206px;width:200px;height:249px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #V93OxvJLGcdDZC1JzL9mT5RfTHHtnNPl { top:307px;left:414px;width:350px;height:249px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 { display:block; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqicTNKVbhGKIwC4kJReIhCc4BcHXEag { top:61px;left:89.5px;width:585px;height:62px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d { top:172px;left:0px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #hqF9CvKRNJekRTiATxWWEmFMxCW1rzst { top:172px;left:192px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #XdMf2OTES95h2GCVZEEqc1krFRcIRx6J { top:172px;left:384px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U { top:463px;left:0px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #XvKDaOrooLOMEFFop1gn9EFiETg6eonP { top:464px;left:192px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #srrgL3ltOWNQmarQzSnrLT67Bmxuymo9 { top:463px;left:384px;width:380px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { display:block; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtFxaOuyUmCTmBnxP0MLbha7xTbHX96h { top:56px;left:89.5px;width:585px;height:62px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { top:168px;left:0px;width:764px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { width:369px;height:61px;top:827px;left:197.5px;display:block; }
 }@media only screen and (max-width: 763px) { #khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block; }
 }@media only screen and (max-width: 763px) { #usPUpDU80UVTrNGTEegtXe9cBn0eToKB { display:none; }
 }@media only screen and (max-width: 763px) { #uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG { display:block; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkylMFKa9xKhSh6LsGhZTymycPA0ZBT { top:31px;left:138px;width:488px;height:18px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkepTEONxqaEmoNP1LT8sn21mk81Tt0w { display:block; }#TkepTEONxqaEmoNP1LT8sn21mk81Tt0w > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJVXW21FNmwDUm9xImD2ZVlRATBZIR6A { width:320px;height:42.666666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W { display:block; }#Td3KDC9eBuJOCqtlD5crTV7bgXHkyP2W > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANoLpo8P8CQ1utmXsWRtcPW025xwKuar { width:320px;height:21.333333333333px;top:2.8125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84d63e9e-6e9f-4a76-9659-1d79176cfec1/Screenshot20250107113026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:338px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOBPcyBd4LM39Bvam4KFRvGt50M7rgdx { width:74px;height:16.8906px;top:198px;left:26px;font-size:13px;color:#ce8849;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #SPgMTdKR6o4rJT5rO2EepGrP4usHaqJb { width:143px;height:28.5938px;top:192px;left:89px;font-size:22px;font-family:marcellus;font-weight:400;font-style:normal;color:#ffffff;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #w7wKiLmFmrgbD6lsULXD74LAiHcJkpCR { width:98px;height:20.7969px;top:196px;left:208px;font-size:16px;color:#ffffff;font-family:marcellus;font-weight:400;font-style:normal;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #TwIfOTeFyBlvHme9zTVzVOcy5h9vcJCu { width:227px;height:40px;top:251px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TOv0ZQXZSfw0wul24H6Teg9D0CUXgGoE { display:block; }
 }@media only screen and (max-width: 763px) { #zCMfTRFKlRQhmFwrnWHCpnb7fl9Wtg1P { width:209px;height:61px;top:48px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #L0uVTdKMCUH6HpsHyhQNfKqtBbRb1a9k { width:318px;height:46px;top:182px;left:0px;border-top:1px solid #209ea8;border-left:1px solid #209ea8;border-right:1px solid #209ea8;border-bottom:1px solid #209ea8;background-color:rgba(0,0,0,0.72);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v4V10o2vTr6DBs8IBubPcvLxapAf4GqM { width:284px;height:41.5938px;top:124px;left:18px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4b73d5f-ee50-48d9-82c0-68a4d243a74d/14a36cc5ed714b360c4ab235439df7e8.preview.rotate_90.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.adaptive-delivery-prevent-bg, #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.lazyload, #XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9.lazyloading { background-image: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { background-color: transparent; background-image: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container > .video-iframe-container { display: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row > .video-iframe-container { display: none; }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .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); }#XfFMrW3Rwp3KOdeXzNCsFFxuoxwFyQP9 > .row .container { width:320px;height:1249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKasSuS9IbfBzQSfQleS5h6TW5CUlMm8 { width:320px;height:29.8906px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qJGWPlIUHeetn6kdFAS6GhppKTSzAiIy { width:309px;height:370px;top:70.875px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cleiqEfVOJHkeBcib0bAd3dy6QI9Cyz1 { width:309px;height:370px;top:465px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie775iZ3QyO8yTxBE6T0rfWkTT2tHI6M { width:309px;height:370px;top:855px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #pOw1WM4SO9fqpieQ7qEq887rBTyJZ2Qg { width:61px;height:16.8906px;top:380.8125px;left:103px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t72Oh8E4PJEl01xwMOxv3qhJTvQbyxJh { width:138px;height:32.5px;top:373px;left:155px;font-size:25px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kvADX7fZpnH0DKpbPuFbOPH7lsNbWH9V { width:108px;height:23.3906px;top:402px;left:185px;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bCuodfrhryrHgnO2wWDhDTMuV6BXKsrT { width:61px;height:16.8906px;top:774px;left:132px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IR2pIXNAUfaQ2fCZQPLiS0z8MitDukim { width:124px;height:32.5px;top:766px;left:169px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qaohu4V0saBXz965F5EIykPF1ZBgeP9G { width:111px;height:23.3906px;top:795px;left:182px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLGEDavh74RytowEbUKmOl4y0TNFLsI { width:61px;height:16.8906px;top:1166px;left:116px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mrB7msfxl1XympFki6tom8bnHNRp601g { width:134px;height:32.5px;top:1158px;left:159px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #R61EJP2Pg8RnJTAamrMM0AzLD640ZhlX { width:104px;height:23.3906px;top:1185px;left:186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W7EaSWRzCC1D5BGaEidmZZvHIQzh9m0v { width:291px;height:202px;top:80.875px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tTKMkBgnc92kMcFo9RaG4rvTouZzlz03 { width:291px;height:202px;top:475px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Phmh1sTWtLUkD0UETGGTLfPBKiRnN8yi { width:291px;height:202px;top:865px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #E4o3uaP2mXMxTaIvK2tmElg8UbEHdn2w { width:309px;height:62px;top:367.6875px;left:5.5px;background-color:#18afb2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QHRQCiXi6wCAsEDRG9bp8GG6i1R95MAc { width:309px;height:62px;top:762px;left:6.5px;background-color:#18afb2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IvbWvFlqkVPfIUFP0bNiT6X2kH463l88 { width:309px;height:62px;top:1152.4375px;left:6.5px;background-color:#18afb2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gRKtUE17GOc1korAwpMKTvBGbDOwAl41 { width:200px;height:36.3906px;top:292.875px;left:14.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #B0368yxPNdHO5G23WBoTSIDWDypxmqQu { width:200px;height:36.3906px;top:687px;left:14.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #l7Gpkn6gFREnxFgqpdqKfUCzZAErZTzE { width:200px;height:36.3906px;top:1077px;left:14.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #bd0BSBRgLdqIrREPaZsA4eT805cw0SHc { display:flex;width:25px;height:25px;top:332.25px;left:14.5px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #BaeDhlwI3gPqkcbnzIALZVW2QGN9782E { width:52px;height:18.1875px;top:336px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vAPKXVTifyHbVZlvcIenwnX5s3enP7Sy { display:flex;width:25px;height:25px;top:332.25px;left:108px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #i461AhK2TmipJt4searomtLtZWLbaJcy { width:53px;height:18.1875px;top:336px;left:138px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QJm4fJTbObHIBEZ0xWSmmQ5zGKRCU53s { display:flex;width:25px;height:25px;top:332.25px;left:195.5px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #LcESGk099LE2bGPd5603HKwVz5Klr4rD { width:79px;height:18.1875px;top:336px;left:226px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvkoACUFMT4d8Zw8hx54H6pGOEdZ1vbs { display:flex;width:25px;height:25px;top:728px;left:15px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #ffJzCrdfXRO9ehAbm5qDH4qWkyTuDQFe { width:65px;height:18.1875px;top:732px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mlVcJoop0cla9booXZLFDCB0EShtlv0k { display:flex;width:25px;height:25px;top:728px;left:108px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #NmDlsbdsWikzlSyAqrVDbfMwsa1O1dJ9 { width:59px;height:18.1875px;top:732px;left:138px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oxitp9APRQi33DAFWAR9M0H0EMmbziZg { display:flex;width:25px;height:25px;top:728px;left:196px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #F1W8Oqcu6RpMVamFpxQbx7verOOdoHbA { width:81px;height:18.1875px;top:732px;left:226px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxdeTRgwfvWzQTHZDPU43np9raBnmiVs { display:flex;width:25px;height:25px;top:1116px;left:15px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #oLpZeDQUMkT7aVLnOKvJZ1By0T2lsNo0 { width:65px;height:18.1875px;top:1120px;left:47px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xtwRrn78tklLkpTfTlcwkBBiuxT6ppeV { display:flex;width:25px;height:25px;top:1116px;left:104px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #cuUUEAhAofiOsl5u1LSf2c2dk79O26c4 { width:59px;height:18.1875px;top:1120px;left:131px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lKikWFFxRyAeuUQ8sk3lfPA2t9TgdcLq { display:flex;width:25px;height:25px;top:1116px;left:196px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #Rpa0KHnxGR4Zv2uA7MdxmTyRH4bQReuy { width:81px;height:18.1875px;top:1120px;left:226px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx { display:block; }#ZA3aiGG3WEvqzN8xQIyE86oR3rapToIx > .row .container { width:320px;height:614px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8tTz1qbSAu0dUQX8lelgRVgqn4xXNpf { width:109px;height:29.8906px;top:18px;left:105.5px;font-size:23px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aemHiczgzKZ0eMGVy0dgkAwNCNl3lzfL { width:60px;height:60px;top:68.875px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bdgdMKZcblNbmsKX0yv3UovQISiwILOf { width:60px;height:60px;top:144.875px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #e9wlXr3VB5BJrd2OqggcO0zxhMU2xdKW { width:60px;height:60px;top:220.875px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ncD1up34v28VWy3XoqR1rUEFXDeXFa0c { width:60px;height:60px;top:295.875px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #BItnhBoLaz0MDC0nCXhk4H31UM2uDDph { width:60px;height:60px;top:373px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #c7JmLlBTaC6zN2FGJgev1JLUttsZamNq { width:60px;height:60px;top:451px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #dTLcweP46KCSOdEpCBMHAfOZ7eSul3FL { width:60px;height:60px;top:529px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xcaaSD6tXoULcvR4c6nULxdClwM8uAP0 { width:200px;height:23.3906px;top:87.1875px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aHEouR1MbUnQ7v8HbQ2tNg2XuHCN9Kaq { width:200px;height:23.3906px;top:163.1875px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoLOhLdpOdydloMGtqbMhz15CsgVkH4Q { width:151px;height:46.7812px;top:227.46875px;left:84.5px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hnf1GJJTca7os4bLqtRBb2RVCIW5Zsuz { width:200px;height:23.3906px;top:314.1875px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UMvVbgrXhJTRaClWbDOwXhgkduAeTJzC { width:200px;height:46.7812px;top:379.59375px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T95LwIBkht3ZZDHBycFNpBCgSiNswAZJ { width:200px;height:23.3906px;top:469.3125px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJetzx7FoHraIrQZA5aLekH6HBaDh2vt { width:200px;height:23.3906px;top:547.3125px;left:86px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba52b99d-587a-459a-bc47-32a4086d5f86/Screenshot20250107113130.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.adaptive-delivery-prevent-bg, #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.lazyload, #AiN4NaWDUh26Px17LLALSTdHTJ19ykFb.lazyloading { background-image: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { background-color: transparent; background-image: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container > .video-iframe-container { display: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row > .video-iframe-container { display: none; }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .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); }#AiN4NaWDUh26Px17LLALSTdHTJ19ykFb > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:13px;overflow:hidden;height:auto; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:32px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-text {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:69px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-select {padding-top: 0; padding-bottom: 0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden;height:48px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]:-moz-placeholder { font-size:12px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]::-moz-placeholder { font-size:12px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]:-ms-input-placeholder { font-size:12px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv [class*="-text"]::-webkit-input-placeholder { font-size:12px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-checkbox-label { width:246px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container:first-of-type{padding-top:0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .widget-container:last-of-type{padding-bottom:0;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv  { width:268px;height:auto;top:86px;left:6px; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv {display:block;}#i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv { width:268px;height:auto;top:86px;left:6px; }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #pv0MEpilIsmyX7L5d1TvuFOebGUhTks7 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WVURmoiRvPuK5GLLHobgcFyu0ogv0URm {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #aToVUM18aGN2aopJSaTLtNW14HmAr44K {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #UMHeE4ifW5JD6ZluG13bHITUGTAb6gTT {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #IJXTyqbN2eeV04TK77fBToLhRGyxhTbP {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #zcm4MFiDxJex9pl8hMW6lW2hOgSgJ2Dy {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #bHC0P2XTWbdRg2q9acsKppnxVNbe3Tsx {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Xw2DCaFR55n6Tur0NVi7T98ZhDQlxem6 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #Csvygwg5GBrLnsHoRFAu9saDDqQwQTOo {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #sLTMRts8PRfBbstLBtB2cuoInlLcNAay {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #roeObcml8M710NSrLK3lCJacJit9EoE2 {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #qv7q94nJTIxsQ9ZZibimcxx41tggLWAJ {  }
 }@media only screen and (max-width: 763px) { #Wa3Qx7NLCnemeD5BzPg3AEIOeWV4ZnXb { display:block; }
 }@media only screen and (max-width: 763px) { #XLS5E1EXp7iuLlfF3bTJzvIzdRczicUo { display:block; }
 }@media only screen and (max-width: 763px) { #VEQpLIEGyeuZ7czGQntZVahSbnafSP2w { display:block; }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #WGGbLCxlm7gnUlrWWSiREAHqnVAc5Hed {  }
 }@media only screen and (max-width: 763px) { #i1rhP0E8dK9bgnZMvT3mrAV0C53Ucgvv #DWsP6HTOC2fwZpzlu44Cw7aafAo6l8Xi {  }
 }@media only screen and (max-width: 763px) { #yRqnoJQn01rlKsmtx7XEz8zHAsTUc1kM { width:260px;height:31.1875px;top:477.1875px;left:30px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rIZv6GFKXAX5MgAzLGlhr5xi0VuTQI7l { width:320px;height:24.6875px;top:19px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwThhP3gmt5O1zKL4iqcioQxmkxt2vEL { width:320px;height:22.3906px;top:45.1875px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 { display:block; }#rym53ezkNy4tHV8Md2Ufuc9ephMu5J75 > .row .container { width:320px;height:234px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSnNSkeXJup0ObtUbKCKCqNcCJTdTLV4 { width:184px;height:29.8906px;top:16.125px;left:85px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #teXGcMSt3MdA88Io4p7vv5nIyFqzpc6a { width:126px;height:86.3436px;top:61px;left:85px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #V93OxvJLGcdDZC1JzL9mT5RfTHHtnNPl { width:136px;height:86.3436px;top:61px;left:170px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 { background-color:rgba(255,255,255,0.83);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { background-color: transparent; background-image: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container > .video-iframe-container { display: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container { display: none; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .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); }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { border-width: 0; border-radius: 0; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azVSImv2eVOZ02J1H0IUxt7WEXPnBAM3 > .row .container { width:320px;height:1381px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqicTNKVbhGKIwC4kJReIhCc4BcHXEag { width:320px;height:32.5px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #WcP0fg5S3OHbo3qM3QKuXzDat72XVR9d { width:320px;height:204px;top:74.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hqF9CvKRNJekRTiATxWWEmFMxCW1rzst { width:320px;height:204px;top:289.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XdMf2OTES95h2GCVZEEqc1krFRcIRx6J { width:320px;height:204px;top:504.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JNFVXTtVlRiFG8ErXh0X14zqObhDWJ7U { width:320px;height:204px;top:719.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XvKDaOrooLOMEFFop1gn9EFiETg6eonP { width:320px;height:204px;top:935.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #srrgL3ltOWNQmarQzSnrLT67Bmxuymo9 { width:320px;height:204px;top:1151.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { background-color:#209ea8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { background-color: transparent; background-image: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .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); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { border-width: 0; border-radius: 0; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { width:320px;height:373px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtFxaOuyUmCTmBnxP0MLbha7xTbHX96h { width:297px;height:32.5px;top:21px;left:11.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { width:320px;height:231px;top:66.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { width:253px;height:46px;top:301.5px;left:33.5px;font-size:18px;font-family:marcellus;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ce8849, #ce8849);background-image: -moz-linear-gradient(180deg, #ce8849, #ce8849);background-image: -ms-linear-gradient(180deg, #ce8849, #ce8849);background-image: -o-linear-gradient(180deg, #ce8849, #ce8849);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8849', endColorstr='#ce8849' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8849', endColorstr='#ce8849' );";background-image: linear-gradient(180deg, #ce8849, #ce8849);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block; }
 }@media only screen and (max-width: 763px) { #usPUpDU80UVTrNGTEegtXe9cBn0eToKB { top:72.5px;left:0px;width:320px;height:204px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG { display:block; }#uRQK8FyJGyTH8LpiKLJPqgiWMeLrfSyG > .row .container { width:320px;height:39px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkylMFKa9xKhSh6LsGhZTymycPA0ZBT { width:320px;height:13px;top:13px;left:0px;font-size:10px;display:block; }
 }