.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97768b6d-fc77-4edb-977e-43f122a25a24/English.jpg");background-position:top left !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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:0.69921875rem;left:53.000780487061rem;overflow:hidden;display:block; }
#pMOnugtT85eo0r435mGPPQ8r4R7ueKae { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.3125rem;left:31.5625rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.3125rem;left:17.25rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.3125rem;left:29.3125rem; }
#eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.4375rem;left:14.5rem; }
#MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.187500476837rem;left:20.75rem;display:block; }
#f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.8125rem;left:18.9375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:32.125rem;top:8.0625rem;left:2.9375rem;overflow:hidden;display:none; }
#A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:38.375rem;top:3.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:6rem;height:1.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.8125rem;top:1.5rem;left:17.875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:1.625rem;left:25.25rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:32.5rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.4375rem;left:42.125rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.5625rem;top:2.0625rem;left:48.5rem;overflow:hidden;display:block; }
#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, rgba(255,102,196,0.48));background-image: -moz-linear-gradient(180deg, #50167b, rgba(255,102,196,0.48));background-image: -ms-linear-gradient(180deg, #50167b, rgba(255,102,196,0.48));background-image: -o-linear-gradient(180deg, #50167b, rgba(255,102,196,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#ff66c47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#ff66c47a' );";background-image: linear-gradient(180deg, #50167b, rgba(255,102,196,0.48));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; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { background-color: transparent; background-image: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container > .video-iframe-container { display: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container { display: none; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .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); }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { border-width: 0; border-radius: 0; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.662498474121rem;left:21.75rem;display:block; }
#AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { color:#ffebbc;display:block;width:27.8125rem;position:absolute;font-family:"work sans";font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7500019073486rem;left:16.09375rem;height:6.400000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gB8yKZNctSOGetgnBVW321prSLGOHBIc { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.581253051757rem;left:5.375rem;height:19.20000025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container { background-color: transparent; background-image: none; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container > .video-iframe-container { display: none; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row > .video-iframe-container { display: none; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .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); }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container { border-width: 0; border-radius: 0; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#y0yXFi6URQas8Wr4DWVfrhbZehtL3fWX { color:#2f2f2f;display:block;width:13.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.8125rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3Qg9iIeFawz0BDAE2GaeUVVyqJvar5a { color:#2f2f2f;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:22.1875rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsfTaNoqoaNM0GK0MQ4Om1dlf8qPCr1F { color:#070b32;display:block;width:12.1875rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.4375rem;left:23.5625rem;height:3.7000000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZzzoLmbpvXOrTqrvck5qFteTQ4iBFsi { color:#070b32;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5rem;left:3rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJa4dyG4Afpsn91xtLQQKI3Mvryc2vCT { color:#2f2f2f;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:42.0625rem;height:8.6999998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTd1zMrIHbTIG5Stn56EQK2oSlFtUB8b { color:#070b32;display:block;width:15rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.4375rem;left:42.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#un2bNrd6PM5aH8BmSapNAzEeMATxlmum { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10.125rem;left:6.6875rem;overflow:hidden;display:block; }
#DTbOZWrgdR4LMASJ4D3zldIzKsxfreGx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10.125rem;left:25.875rem;overflow:hidden;display:block; }
#mbWDvPL016BwAIiNzpLD2kxL10T1WPg8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.375rem;top:9.875rem;left:45.375rem;overflow:hidden;display:block; }
#tNdsWkclRmNSTdudgAX2RtQ12eQgTeS8 { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:14.0625rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RFtChNByoNx8ppWKn7Pw0PAzbMzAbLZJ { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.0625rem;left:21.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#e6gzbBugie2Fv11M2AArROLMzGwJ6OWp { box-sizing:content-box;height:16.6875rem;width:16.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:14.0625rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#r7nEzMy5JA4HUyIxQDSrySJeVK3IN1PO { color:#3c285f;display:block;width:51.8125rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7750015258789rem;left:4.09375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { background-color: transparent; background-image: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container > .video-iframe-container { display: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container { display: none; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .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); }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { border-width: 0; border-radius: 0; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR { box-sizing:content-box;height:11.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60f1d8be-1d1a-4f2a-9c34-b35e92a8c0c3/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5rem;left:6.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR.adaptive-delivery-prevent-bg, #AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR.lazyload, #AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR.lazyloading { background-image: none; }
#IWQl1ghUUQuh5yXxnfFMsryPtZObay0e { box-sizing:content-box;height:10.75rem;width:10.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2e4f52c-d923-492c-ae99-a592b8d92d4a/JPO2025Visuels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.25rem;left:14.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#IWQl1ghUUQuh5yXxnfFMsryPtZObay0e.adaptive-delivery-prevent-bg, #IWQl1ghUUQuh5yXxnfFMsryPtZObay0e.lazyload, #IWQl1ghUUQuh5yXxnfFMsryPtZObay0e.lazyloading { background-image: none; }
#uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5 { box-sizing:content-box;height:10.25rem;width:10.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.875rem;left:15.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5.adaptive-delivery-prevent-bg, #uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5.lazyload, #uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5.lazyloading { background-image: none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-form-header {  }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #003399;border-left:0.0625rem solid #003399;border-right:0.0625rem solid #003399;border-bottom:0.0625rem solid #003399;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #003399;border-left:0.0625rem solid #003399;border-right:0.0625rem solid #003399;border-bottom:0.0625rem solid #003399;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#001342;width:17.1875rem;height:3.4375rem;font-family:"work sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]:-moz-placeholder { color:rgba(28,28,28,0.76);font-family:"work sans";font-size:0.8125rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]::-moz-placeholder { color:rgba(28,28,28,0.76);font-family:"work sans";font-size:0.8125rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]:-ms-input-placeholder { color:rgba(28,28,28,0.76);font-family:"work sans";font-size:0.8125rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]::-webkit-input-placeholder { color:rgba(28,28,28,0.76);font-family:"work sans";font-size:0.8125rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .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:"work sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal;float:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-container:first-of-type{padding-top:0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-container:last-of-type{padding-bottom:0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.499221801757rem;left:33.9375rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT {display:block;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.499221801757rem;left:33.9375rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #bIGErTTAckL37iERpsKn90UIRMuRsX2d { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vZwUmrdEWINLTlBBt8UxVAVf4B3fs2oq { position:relative;display:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #UDpfVKJO6UyTNPhVT5IN5EuiiKCMNvND { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #T6eHHTcp0LOhVnyHuy3iLVUUD9n6RatT { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #tUrwqL9Ps7oaciQmg9bnH00QoI3ZhAx0 { position:relative;display:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NvB5HMOZIlrdrakLHBhyUVeZFZVAlCQW { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #D3QefKPfC6QBSigKtoCOq2coDz5Ipvfv { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #pMiPQyOmJU3AW9RxAWXRN3z6apJu8clO { position:relative;display:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #AWQ1IBCP3unzyR9402CesPRwypsLdciK { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NOT2rmnzWRHSwbH9XuyCDdep58NMSpSy { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vWripbNZgQvEMR1bEcGV5EVeHpkV112T { position:relative;display:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #kBF5xnL9SbGL8QRo0yFJ1yLK3RTA0GPS { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #GI669K3OE4vBULuzMGK3AklzSLi24JXl { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #exTnXJZxAOhpkTw0aXKIm4OWW0PkVZ6l { position:relative;z-index:2; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #uNfn6JvTmN2F5PipRbTtoKTRkQpwIMHu { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #axT5fkd8CVmH2cNHqfAbwgJMyJZKL4Dg { position:relative; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #qEqAN1eSQJuVE9yohbNDkKEz1HFOKI1D { position:relative; }
#I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { color:#000000;display:block;width:11rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:8.9375rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.875rem;left:6.625rem; }
#riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.75rem;left:6.625rem; }
#yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.75rem;left:9rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdkW4nq1VC8SF46p04NQffUdN2pJKy4T { color:#030538;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:4.3500213623047rem;left:7.90625rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { color:#3c285f;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:4.1125030517578rem;left:4.375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZp4kMrXTQX5AKicFHQ3h1f9IQTBulIv { color:#030538;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5rem;left:8.6875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBgtS9N4iQKg6NW20dBL7pelaleXiPtu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.25rem;left:6.375rem; }
#dAmDRDBooXMALbW414ETngIokAlq1sDH { color:#030538;display:block;width:18.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:12.8125rem;left:34.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,102,196,0.48);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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#ffebbc;display:block;width:60rem;position:absolute;font-family:"work sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:6.599999875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,102,196,0.48), #030538);background-image: -moz-linear-gradient(180deg, rgba(255,102,196,0.48), #030538);background-image: -ms-linear-gradient(180deg, rgba(255,102,196,0.48), #030538);background-image: -o-linear-gradient(180deg, rgba(255,102,196,0.48), #030538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff66c47a', endColorstr='#030538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff66c47a', endColorstr='#030538' );";background-image: linear-gradient(180deg, rgba(255,102,196,0.48), #030538);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; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:60rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:19.9375rem;width:17.625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a16abe64-e28f-4822-92e8-f27b02b4caa9/Ryan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5054779052734rem;left:6.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7367248535156rem;left:30rem;height:25.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n1e3iLeg7VxROduKPcv64OmeZTTtxNGd { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.610153198243rem;left:30rem;height:24.0000006875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV { box-sizing:content-box;height:19.9375rem;width:17.625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9ab3045-2fbf-46a8-aa9d-eb0af09e93a4/WhatsAppImage20250413at135352.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.627349853516rem;left:5.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.adaptive-delivery-prevent-bg, #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.lazyload, #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.lazyloading { background-image: none; }
#UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE { box-sizing:content-box;height:19.9375rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe034eba-3346-40ce-b8fa-6f09b32218f0/WhatsAppImage20250407at114048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:69.868759155275rem;left:6.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.adaptive-delivery-prevent-bg, #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.lazyload, #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.lazyloading { background-image: none; }
#LTX0p5Tz7IF9JnTR4bXT9Mm6aB477VPe { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:63rem;left:30.0625rem;height:33.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPDxMumq6S51h74mIXUePKTDh8q0W555 { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:100.6484375rem;left:21.5625rem;display:block; }
#DwxBK9zTq07ckrcDghNa3CG1lN64HyGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container { background-color: transparent; background-image: none; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container > .video-iframe-container { display: none; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row > .video-iframe-container { display: none; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .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); }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container { border-width: 0; border-radius: 0; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#KqUt1QaTOoEEeRHrR59r2gIlPzIO9K22 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:14.5625rem;overflow:hidden;display:block; }
#ozuLKsaNgrFTXKHVHfb6xBG8sW6gmtgl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:0.8125rem;overflow:hidden;display:block; }
#LUUmVhA74fcN8lR6OSZ971b4We1d3WMB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#Thak21iTguPm7wZpyyxorE7F03ApoB9w { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:32.1875rem;left:15.125rem;height:2.099999875rem;font-style:normal;display:block; }
#AWTGZTkinu9sxWGJlXVi3aMctQSO9oGq { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:18.625rem;left:18.6875rem;height:2.099999875rem;font-style:normal;display:block; }
#hLULOcxMb6rNiQeLFSOH4Spz3CyAICeP { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:36.3125rem;left:2.125rem;height:2.7000000625rem;font-style:normal;display:block; }
#t2TH2rGhFLmzeZvKd8txFLhxW3IC6WBz { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.6875rem;height:26.1000001875rem;font-style:normal;display:block; }
#AghS8LP2uMbA0vJUV4TEDG3pLZo0sSmr { color:#3c285f;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.125rem;left:30.6875rem;height:2.2999999375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container { background-color: transparent; background-image: none; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container > .video-iframe-container { display: none; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row > .video-iframe-container { display: none; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .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); }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container { border-width: 0; border-radius: 0; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#Q8nxXsqaJCbZv2mmVK4oiGWTBxLvRVQt { color:#3c285f;display:block;width:37rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5249938964844rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#oxUuMXxICtdJe871S8OOEEHJkfGHrG4o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.375rem;width:29.25rem;top:10.423461914062rem;left:30.75rem;overflow:hidden;display:block; }
#FrFbA1oVACpEKalU1AGXa2M8hJmD4B5W { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#iJ0uINlZTA2vsdQ1wPMxyq31qbXhuMQV { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#bFP1ktaZyClyPiOQIQLIqxlU1kKJGhnZ { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9117126464844rem;left:0rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.2000000625rem;text-align:left;text-align-last:left;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.767578125rem;left:18.9375rem;height:3.8999998125rem;text-align:center;text-align-last:center;display:block; }
#q4ofT6RA237WTBb88OTE57NQSz15bQ14 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5rem;top:2.01171875rem;left:0rem;overflow:hidden;display:block; }
#wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:50.375rem;height:2.2000000625rem;text-align:right;text-align-last:right;display:block; }
#Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.0625rem;left:47.4375rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.625rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.5625rem;left:8.0625rem; }
#cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#RQlUulzF7cmFgKBJiJstGNuubBqnKmEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.5625rem;left:5.625rem; }
#RQlUulzF7cmFgKBJiJstGNuubBqnKmEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:0.6875rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { top:21.3125rem;left:25.4375rem;width:16.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { top:21.3125rem;left:11.125rem;width:11rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { top:21.3125rem;left:23.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { top:21.4375rem;left:8.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:17.25rem;height:3.0625rem;top:27.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { top:18.5rem;left:4.6875rem;width:9.125rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { top:8.0625rem;left:0rem;width:32.125rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { top:3.1875rem;left:4.6875rem;width:38.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:11.75rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { display:block; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { width:16.5rem;height:3.4375rem;top:35.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block; }
 }@media only screen and (max-width: 763px) { #DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { top:3.75rem;left:9.96875rem;width:27.8125rem;height:6.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8yKZNctSOGetgnBVW321prSLGOHBIc { top:12.5625rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO { display:block; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0yXFi6URQas8Wr4DWVfrhbZehtL3fWX { width:13.375rem;height:7.25rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Qg9iIeFawz0BDAE2GaeUVVyqJvar5a { width:15rem;height:7.25rem;top:22.75rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsfTaNoqoaNM0GK0MQ4Om1dlf8qPCr1F { width:12.1875rem;height:3.6875rem;top:18.4375rem;left:17.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZzzoLmbpvXOrTqrvck5qFteTQ4iBFsi { width:15rem;height:2rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJa4dyG4Afpsn91xtLQQKI3Mvryc2vCT { width:15rem;height:8.6875rem;top:21.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTd1zMrIHbTIG5Stn56EQK2oSlFtUB8b { width:15rem;height:2rem;top:18.4375rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un2bNrd6PM5aH8BmSapNAzEeMATxlmum { top:10.125rem;left:0.5625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTbOZWrgdR4LMASJ4D3zldIzKsxfreGx { top:10.125rem;left:19.75rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbWDvPL016BwAIiNzpLD2kxL10T1WPg8 { width:8.375rem;height:8.375rem;top:9.875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdsWkclRmNSTdudgAX2RtQ12eQgTeS8 { top:14.0625rem;left:0rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFtChNByoNx8ppWKn7Pw0PAzbMzAbLZJ { top:14.0625rem;left:15.25rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6gzbBugie2Fv11M2AArROLMzGwJ6OWp { top:14.0625rem;left:31.1875rem;width:16.5625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7nEzMy5JA4HUyIxQDSrySJeVK3IN1PO { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR { top:26.5rem;left:0.5rem;width:10.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQl1ghUUQuh5yXxnfFMsryPtZObay0e { top:31.25rem;left:8.25rem;width:10.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5 { top:23.875rem;left:9.375rem;width:10.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT  { width:17.1875rem;height:auto;top:17.4375rem;left:27.8125rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT {display:block;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT { width:17.1875rem;height:auto;top:17.4375rem;left:27.8125rem; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #bIGErTTAckL37iERpsKn90UIRMuRsX2d {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vZwUmrdEWINLTlBBt8UxVAVf4B3fs2oq {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #UDpfVKJO6UyTNPhVT5IN5EuiiKCMNvND {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #T6eHHTcp0LOhVnyHuy3iLVUUD9n6RatT {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #tUrwqL9Ps7oaciQmg9bnH00QoI3ZhAx0 {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NvB5HMOZIlrdrakLHBhyUVeZFZVAlCQW {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #D3QefKPfC6QBSigKtoCOq2coDz5Ipvfv {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #pMiPQyOmJU3AW9RxAWXRN3z6apJu8clO {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #AWQ1IBCP3unzyR9402CesPRwypsLdciK {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NOT2rmnzWRHSwbH9XuyCDdep58NMSpSy {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vWripbNZgQvEMR1bEcGV5EVeHpkV112T {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #kBF5xnL9SbGL8QRo0yFJ1yLK3RTA0GPS {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #GI669K3OE4vBULuzMGK3AklzSLi24JXl {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #exTnXJZxAOhpkTw0aXKIm4OWW0PkVZ6l {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #uNfn6JvTmN2F5PipRbTtoKTRkQpwIMHu {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #axT5fkd8CVmH2cNHqfAbwgJMyJZKL4Dg {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #qEqAN1eSQJuVE9yohbNDkKEz1HFOKI1D {  }
 }@media only screen and (max-width: 763px) { #I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { top:12.75rem;left:2.8125rem;width:11rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { top:12.875rem;left:0.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { top:16.75rem;left:0.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { top:16.75rem;left:2.875rem;width:18.875rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdkW4nq1VC8SF46p04NQffUdN2pJKy4T { top:3.4375rem;left:0rem;width:20rem;height:7rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { top:4.0625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZp4kMrXTQX5AKicFHQ3h1f9IQTBulIv { top:20.5rem;left:2.5625rem;width:13.8125rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBgtS9N4iQKg6NW20dBL7pelaleXiPtu { top:20.25rem;left:0.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmDRDBooXMALbW414ETngIokAlq1sDH { top:12.8125rem;left:28.625rem;width:18.125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.9375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:5.5rem;left:3.125rem;width:17.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:2.6875rem;left:19.3125rem;width:28.4375rem;height:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1e3iLeg7VxROduKPcv64OmeZTTtxNGd { top:34.5625rem;left:19.3125rem;width:28.4375rem;height:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV { top:36.625rem;left:2.3125rem;width:17.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE { top:69.8125rem;left:3.125rem;width:17.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTX0p5Tz7IF9JnTR4bXT9Mm6aB477VPe { top:63rem;left:19.3125rem;width:28.4375rem;height:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPDxMumq6S51h74mIXUePKTDh8q0W555 { width:16.5625rem;height:3.4375rem;top:100.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwxBK9zTq07ckrcDghNa3CG1lN64HyGh { display:block; }
 }@media only screen and (max-width: 763px) { #ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg { display:block; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqUt1QaTOoEEeRHrR59r2gIlPzIO9K22 { width:11.3125rem;height:11.3125rem;top:20.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozuLKsaNgrFTXKHVHfb6xBG8sW6gmtgl { width:17.625rem;height:17.625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUmVhA74fcN8lR6OSZ971b4We1d3WMB { width:12.875rem;height:12.875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thak21iTguPm7wZpyyxorE7F03ApoB9w { width:15.625rem;height:2.0625rem;top:32.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTGZTkinu9sxWGJlXVi3aMctQSO9oGq { width:8.5rem;height:2.0625rem;top:18.625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLULOcxMb6rNiQeLFSOH4Spz3CyAICeP { width:12.0625rem;height:2.6875rem;top:36.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TH2rGhFLmzeZvKd8txFLhxW3IC6WBz { top:10.8125rem;left:2.6875rem;width:29.0625rem;height:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AghS8LP2uMbA0vJUV4TEDG3pLZo0sSmr { width:29.3125rem;height:2.25rem;top:7.125rem;left:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F { display:block; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8nxXsqaJCbZv2mmVK4oiGWTBxLvRVQt { top:3.5rem;left:0rem;width:37rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUuMXxICtdJe871S8OOEEHJkfGHrG4o { top:10.375rem;left:18.5rem;width:29.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrFbA1oVACpEKalU1AGXa2M8hJmD4B5W { top:10.625rem;left:0rem;width:17.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ0uINlZTA2vsdQ1wPMxyq31qbXhuMQV { top:10.625rem;left:0rem;width:19.875rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFP1ktaZyClyPiOQIQLIqxlU1kKJGhnZ { top:8.875rem;left:0rem;width:27.9375rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.0625rem;left:0rem;width:12.375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.75rem;left:12.8125rem;width:22.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofT6RA237WTBb88OTE57NQSz15bQ14 { top:2rem;left:0rem;width:5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { top:3.625rem;left:38.125rem;width:9.625rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { top:6.25rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW { top:2.5625rem;left:1.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #RQlUulzF7cmFgKBJiJstGNuubBqnKmEM { top:2.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
#RQlUulzF7cmFgKBJiJstGNuubBqnKmEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e3364af-8674-4045-a1a4-39fcda929658/English2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.5625rem;height:5.5625rem;top:3.25390625rem;left:7.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { width:8.5625rem;height:2.400000125rem;top:19.375rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { width:7.8125rem;height:2.2rem;top:17.8125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { display:flex;width:1.8125rem;height:1.8125rem;top:17.8125rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { display:flex;width:1.625rem;height:1.625rem;top:17.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:17.5rem;height:3.25rem;top:24.14999961853rem;left:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #iqb0vyd4MWkEaRINa2pI6MawlX4IoRpC { width:8.375rem;height:3.2999999375rem;top:17.875rem;left:11.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DiWNGmCLWgV9dJgyEIdxnpcVPLB7Q8n9 { width:19.875rem;height:7.4375rem;top:10.4375rem;left:0rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6dKAD8oOdnpv3kMet1DxxWMCuroMTPC { width:20rem;height:11.172638436482rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.4500000625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:3.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd { display:block; }#Gqz8zlHiT9JV6CtcoEvrNT6QWMFq9kTd > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBLQlmn10Ghw8SVSwP7FCwSESZ3W4wMh { width:16.625rem;height:3.4375rem;top:47.111722946167rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfG2vJVmOEg7KHHsFzycuVOluOBWiMVw { display:block; }
 }@media only screen and (max-width: 763px) { #DATA46A2UMd2S5qJyN8Wpq9IFIG15v47 { width:17.9375rem;height:4.5rem;top:3.5rem;left:1.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gB8yKZNctSOGetgnBVW321prSLGOHBIc { width:19.375rem;height:34.79999975rem;top:9.56796836853rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO { display:block; }#w3dsLbd7KM27aU2VrOh3UTEO67rfPMCO > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0yXFi6URQas8Wr4DWVfrhbZehtL3fWX { width:13.375rem;height:5.1999998125rem;top:17.3125rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Qg9iIeFawz0BDAE2GaeUVVyqJvar5a { width:14.0625rem;height:6.5rem;top:32.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsfTaNoqoaNM0GK0MQ4Om1dlf8qPCr1F { width:9.5rem;height:3.2000000625rem;top:27.4375rem;left:8rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZzzoLmbpvXOrTqrvck5qFteTQ4iBFsi { width:7.9375rem;height:1.6rem;top:12.625rem;left:8.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJa4dyG4Afpsn91xtLQQKI3Mvryc2vCT { width:14.25rem;height:6.5rem;top:48.375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTd1zMrIHbTIG5Stn56EQK2oSlFtUB8b { width:8.8125rem;height:1.6rem;top:43.9375rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un2bNrd6PM5aH8BmSapNAzEeMATxlmum { width:5.0625rem;height:5.0625rem;top:10.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTbOZWrgdR4LMASJ4D3zldIzKsxfreGx { width:4.9375rem;height:4.9375rem;top:26.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbWDvPL016BwAIiNzpLD2kxL10T1WPg8 { width:4.75rem;height:4.75rem;top:42.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdsWkclRmNSTdudgAX2RtQ12eQgTeS8 { width:16.5625rem;height:14.5rem;top:9.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFtChNByoNx8ppWKn7Pw0PAzbMzAbLZJ { width:16.5625rem;height:15.25rem;top:25.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6gzbBugie2Fv11M2AArROLMzGwJ6OWp { width:16.5625rem;height:15.125rem;top:41.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7nEzMy5JA4HUyIxQDSrySJeVK3IN1PO { width:20rem;height:3.7999999375rem;top:3.9375rem;left:0rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR { display:block; }#bOMMZsmCNvpbQULT0hFU2KD7LnObgtaR > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWT6Ky81OLkPzkgXgxGsMZTiA8aHasmR { width:10.0625rem;height:8.875rem;top:259.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWQl1ghUUQuh5yXxnfFMsryPtZObay0e { width:10.6875rem;height:10.375rem;top:267.3125rem;left:1.0625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #uqnaTT2FbZqHkStTlgWHdFMPJPGpxDO5 { width:10.6875rem;height:9.6875rem;top:261.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]:-moz-placeholder { color:rgba(19,19,19,0.98); }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]::-moz-placeholder { color:rgba(19,19,19,0.98); }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]:-ms-input-placeholder { color:rgba(19,19,19,0.98); }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT [class*="-text"]::-webkit-input-placeholder { color:rgba(19,19,19,0.98); }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .widget-radio-label { float:none; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT  { width:17.1875rem;height:auto;top:25.246887207031rem;left:0.15625rem; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT {display:block;}#oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT { width:17.1875rem;height:auto;top:25.246887207031rem;left:0.15625rem; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #bIGErTTAckL37iERpsKn90UIRMuRsX2d {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vZwUmrdEWINLTlBBt8UxVAVf4B3fs2oq { display:none; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #UDpfVKJO6UyTNPhVT5IN5EuiiKCMNvND {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #T6eHHTcp0LOhVnyHuy3iLVUUD9n6RatT {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #tUrwqL9Ps7oaciQmg9bnH00QoI3ZhAx0 { display:none; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NvB5HMOZIlrdrakLHBhyUVeZFZVAlCQW {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #D3QefKPfC6QBSigKtoCOq2coDz5Ipvfv {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #pMiPQyOmJU3AW9RxAWXRN3z6apJu8clO { display:none; }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #AWQ1IBCP3unzyR9402CesPRwypsLdciK {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #NOT2rmnzWRHSwbH9XuyCDdep58NMSpSy {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #vWripbNZgQvEMR1bEcGV5EVeHpkV112T {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #kBF5xnL9SbGL8QRo0yFJ1yLK3RTA0GPS {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #GI669K3OE4vBULuzMGK3AklzSLi24JXl {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #exTnXJZxAOhpkTw0aXKIm4OWW0PkVZ6l {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #uNfn6JvTmN2F5PipRbTtoKTRkQpwIMHu {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #axT5fkd8CVmH2cNHqfAbwgJMyJZKL4Dg {  }
 }@media only screen and (max-width: 763px) { #oAcz5mrAffOpOmBQr7hD5QPlTsTVlKRT #qEqAN1eSQJuVE9yohbNDkKEz1HFOKI1D {  }
 }@media only screen and (max-width: 763px) { #I9GZVR57Q480ITSG2838I1zJCQ0zxNZ7 { width:16.75rem;height:1.4500000625rem;top:12rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrDt1z1me2COn7xMqQqSpZ22EgBUWdyd { display:flex;width:1.9375rem;height:1.9375rem;top:11.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #riW4X0lZy9TBtTFf5okRRX2D2Rk2s1Vt { display:flex;width:2rem;height:2rem;top:14.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #yvgpOPkoheuRL6ynEpEqAV0QamK4VseX { width:16.25rem;height:2.900000125rem;top:13.9375rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KdkW4nq1VC8SF46p04NQffUdN2pJKy4T { width:20rem;height:7rem;top:3.4867248535156rem;left:0rem;font-size:1.625rem;z-index:15018;color:#3c285f;display:block; }
 }@media only screen and (max-width: 763px) { #vRAPkGIgkZKa2tVpCsspqWXJ1G0xnkXW { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZp4kMrXTQX5AKicFHQ3h1f9IQTBulIv { width:13.8125rem;height:1.35rem;top:17.200012207031rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBgtS9N4iQKg6NW20dBL7pelaleXiPtu { display:flex;width:2rem;height:2rem;top:17.137496948243rem;left:0.28125rem; }
 }@media only screen and (max-width: 763px) { #dAmDRDBooXMALbW414ETngIokAlq1sDH { width:17.5625rem;height:4.349999875rem;top:20.859375rem;left:1.21875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { background-color:rgba(255,102,196,0.41);background-image:none;display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:6.75rem;top:2.3429870605469rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,102,196,0.41), #030538);background-image: -moz-linear-gradient(180deg, rgba(255,102,196,0.41), #030538);background-image: -ms-linear-gradient(180deg, rgba(255,102,196,0.41), #030538);background-image: -o-linear-gradient(180deg, rgba(255,102,196,0.41), #030538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff66c468', endColorstr='#030538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff66c468', endColorstr='#030538' );";background-image: linear-gradient(180deg, rgba(255,102,196,0.41), #030538);background-size:auto !important;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:180.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:17.6875rem;height:19.8125rem;top:1.8109436035156rem;left:1.15625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a16abe64-e28f-4822-92e8-f27b02b4caa9/Ryan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:19.75rem;height:31.899999875rem;top:23.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1e3iLeg7VxROduKPcv64OmeZTTtxNGd { width:20rem;height:26.100000375rem;top:79.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV { width:17.625rem;height:19.9375rem;top:57.875rem;left:1.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9ab3045-2fbf-46a8-aa9d-eb0af09e93a4/WhatsAppImage20250413at135352.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.adaptive-delivery-prevent-bg, #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.lazyload, #rHzQ0T8pbFT5ziv6L9cWbpvikqvauseV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE { width:17.625rem;height:19.9375rem;top:108.25rem;left:1.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe034eba-3346-40ce-b8fa-6f09b32218f0/WhatsAppImage20250407at114048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.adaptive-delivery-prevent-bg, #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.lazyload, #UZkKTDXcTvHuIGd5w5biTZOTC4w6LrmE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LTX0p5Tz7IF9JnTR4bXT9Mm6aB477VPe { width:20rem;height:39.1499989375rem;top:130.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPDxMumq6S51h74mIXUePKTDh8q0W555 { width:16.5625rem;height:3.4375rem;top:172.51095581055rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwxBK9zTq07ckrcDghNa3CG1lN64HyGh { display:block; }
 }@media only screen and (max-width: 763px) { #ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg { display:block; }#ptgcRbKpMoK3ky1DZr6TXTbhlZnsdrmg > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqUt1QaTOoEEeRHrR59r2gIlPzIO9K22 { width:13.5rem;height:13.5rem;top:38.5625rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ozuLKsaNgrFTXKHVHfb6xBG8sW6gmtgl { width:10.25rem;height:10.25rem;top:51rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LUUmVhA74fcN8lR6OSZ971b4We1d3WMB { width:11.3125rem;height:11.3125rem;top:47.125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Thak21iTguPm7wZpyyxorE7F03ApoB9w { width:5.625rem;height:1.7000000625rem;top:58.4375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AWTGZTkinu9sxWGJlXVi3aMctQSO9oGq { width:4.375rem;height:1.7000000625rem;top:45.375rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hLULOcxMb6rNiQeLFSOH4Spz3CyAICeP { width:9.125rem;height:3.900000125rem;top:61.5625rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t2TH2rGhFLmzeZvKd8txFLhxW3IC6WBz { width:20rem;height:28.6000005625rem;top:8.5617370605469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AghS8LP2uMbA0vJUV4TEDG3pLZo0sSmr { width:18.8125rem;height:4.5rem;top:3.1492156982422rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F { display:block; }#vU3eRNx94KUZe76lLCKcdqy2DvJDnV4F > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8nxXsqaJCbZv2mmVK4oiGWTBxLvRVQt { width:16.0625rem;height:4.099999875rem;top:3.125rem;left:0rem;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oxUuMXxICtdJe871S8OOEEHJkfGHrG4o { width:20rem;height:11.25rem;top:18.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrFbA1oVACpEKalU1AGXa2M8hJmD4B5W { width:19.625rem;height:7.7999999375rem;top:8.375rem;left:0.25rem;font-size:1rem;z-index:15001;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iJ0uINlZTA2vsdQ1wPMxyq31qbXhuMQV { width:19.625rem;height:11.69999975rem;top:31.3125rem;left:0rem;font-size:1rem;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bFP1ktaZyClyPiOQIQLIqxlU1kKJGhnZ { width:20rem;height:auto;top:8.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:20rem;height:1.0499999375rem;top:12.75rem;left:-0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:13.1875rem;height:3.8999998125rem;top:2.44921875rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofT6RA237WTBb88OTE57NQSz15bQ14 { width:5rem;height:3.0625rem;top:9.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { width:7.3125rem;height:1.6rem;top:15.850036621094rem;left:6.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { width:5.75rem;height:1.6rem;top:15.875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { width:5.25rem;height:1.6rem;top:15.825012207031rem;left:14.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW { display:flex;width:2rem;height:2rem;top:9.625rem;left:12.625rem; }
#cCr9XNbTN62HJmtml6sEe6Uv9yhD1EwW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #RQlUulzF7cmFgKBJiJstGNuubBqnKmEM { display:flex;width:2rem;height:2rem;top:9.625rem;left:10.375rem; }
#RQlUulzF7cmFgKBJiJstGNuubBqnKmEM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }