.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a0e470;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; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container { background-color: transparent; background-image: none; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container > .video-iframe-container { display: none; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row > .video-iframe-container { display: none; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .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); }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container { border-width: 0; border-radius: 0; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#VdPFvAOc5RK0XeUOLpfRi0wpITTzdVee { color:#ffffff;display:block;width:72.625rem;position:absolute;font-family:inclusivesans;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.306640625rem;left:1.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#55209f;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; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { background-color: transparent; background-image: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container > .video-iframe-container { display: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row > .video-iframe-container { display: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .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); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { border-width: 0; border-radius: 0; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#V8coDDiqAXwVTo9k5CeTAlqFEJfWaqvT { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:fraunces;font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:15.765625rem;left:13.25rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEgeymNM4lA9SxbvFGcLppTsAu6qox12 { background-color:#ff4a00;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.999625rem;height:3.81225625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.2490234375rem;left:27.998657226562rem;display:block; }
#JPrI5hDUD5ZreiNDmDe8L81UwfvlKBKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuCxyXI3I843bFXOHqTfbT4O4dzpyDxe { color:#932cff;display:block;width:41.124875rem;position:absolute;font-family:fraunces;font-size:3.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6.0625rem;left:16.9375rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFtQHT63kkuzyzTZthqLWfFJ6qGHHEaF { box-sizing:content-box;height:3.375rem;width:31.375rem;position:absolute;display:block;z-index:14997;background-color:#d1d8ff;background-image:none;top:6.625rem;left:21.9375rem;display:block; }
#Z0kHTNDzSTQ6Au9uebAWMHNi4gCLIyzZ { box-sizing:content-box;height:3.375rem;width:23.9375rem;position:absolute;display:block;z-index:14998;background-color:#d1d8ff;background-image:none;top:10.8125rem;left:25.5rem;display:block; }
#lmbeTohOpZNnE0cRSNvT4eRk26C4VAxD { box-sizing:content-box;height:3.375rem;width:22.5625rem;position:absolute;display:block;z-index:14998;background-color:#f4782c;background-image:none;top:10.8125rem;left:25.9375rem;display:none; }
#Fz0HcdDc7JuSvSgT30KTZGFnf0kIQooa { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:farsan;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.65625rem;left:16.6875rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff3e2;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; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container { background-color: transparent; background-image: none; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container > .video-iframe-container { display: none; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row > .video-iframe-container { display: none; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .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); }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container { border-width: 0; border-radius: 0; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#gBLDnSSSkUGM6PJsgWI7xpU2KNJsZKW3 { box-sizing:content-box;height:3.6875rem;width:20.25rem;position:absolute;display:block;z-index:15001;background-color:#f4782c;background-image:none;top:13.9375rem;left:45.0625rem;display:block; }
#l98NWlzmvhqKQTrGa28tuzTs5nUfic8M { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:13.1875rem;left:42.5625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKlpMDE8JA60tLd9osshpJS1PReBO4Ds { position:absolute;display:block;z-index:15024;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.6875rem;width:20.1875rem;top:18.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#Zc9TiVS16a2L9ZdNXaCBRgt4nTpoo8kf { position:absolute;display:block;z-index:15025;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.499875rem;width:20.812375rem;top:14.53857421875rem;left:9.4281005859375rem;overflow:hidden;display:block; }
#bPKBpsEDGxugBoLEOqcz6Jvszzi6vfVd { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:inclusivesans;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:21.812133789062rem;left:46.905517578125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGrmovilTMotpqFPfXv3umZRfMI7N45i { color:#404040;display:block;width:18.75rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:45.9375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#kNPhRbUH2rvVUoMG2IoaJUWstpsMW8U2 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:inclusivesans;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:21.8125rem;left:11rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ktw8bcsE0gm9Aw4NZP1tN5bc5MTF0Bye { color:#404040;display:block;width:17.25rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.75rem;left:11rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#WMgFxRzzXaOr3xiCKOLNUXRR90pkv3t2 { box-sizing:content-box;height:1.81213125rem;width:13.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:34.202270507812rem;left:48.311767578125rem;display:block; }
#tplkGXCi2AEuz17oTRDJKrW0oTGM7QM0 { color:#ffffff;display:block;width:11.437375rem;position:absolute;font-family:farsan;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:34.248657226562rem;left:49.467163085938rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDf6K0JbKIe66HWNfIS8zDtGXUDkHgD4 { box-sizing:content-box;height:1.81213125rem;width:13.062125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:35.200805664062rem;left:13.301391601562rem;display:block; }
#VA954Pf8T7Umi21Oh4x6R3L8A5kvcFOp { color:#ffffff;display:block;width:17.56225rem;position:absolute;font-family:farsan;font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:35.435913085938rem;left:11.05224609375rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2y05Ew0p5SDRtfvy7rBiCzpthRg9teO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.9375rem;left:35.9375rem; }
#AxhTtT8WCKieb2T4gRGnkKcxPadqCZ8P { box-sizing:content-box;height:35.625rem;width:23.312375rem;position:absolute;display:block;z-index:14997;background-color:#d1d8ff;background-image:none;top:7.788330078125rem;left:8.060302734375rem;border-top:0.125rem solid #55209f;border-left:0.125rem solid #55209f;border-right:0.125rem solid #55209f;border-bottom:0.125rem solid #55209f;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xtGOVHrNaQgehM78Qsrv0Klq6ntnrQ68 { box-sizing:content-box;height:35.625rem;width:23.31175rem;position:absolute;display:block;z-index:14998;background-color:#d1d8ff;background-image:none;top:7.725830078125rem;left:43.4130859375rem;border-top:0.125rem solid #55209f;border-left:0.125rem solid #55209f;border-right:0.125rem solid #55209f;border-bottom:0.125rem solid #55209f;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz { 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; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container { background-color: transparent; background-image: none; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container > .video-iframe-container { display: none; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row > .video-iframe-container { display: none; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .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); }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container { border-width: 0; border-radius: 0; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#GnTmOEptIEpk43QfK8IZGHUxc02aTzGh { color:#000000;display:block;width:46rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:14.5rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD { color:#000000;display:block;width:22.75rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:25.25rem;height:8.562rem;overflow:hidden;display:block; }#rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ce5c7409-806a-4884-9a0a-f9c80dd75bd7/ICONE_MAO14.webp); }
#oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc { color:#000000;display:block;width:24.625rem;position:absolute;font-family:inclusivesans;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:26.25rem;height:7.749rem;display:block; }#oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc li:before{  }
#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#55209f;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; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container { background-color: transparent; background-image: none; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container > .video-iframe-container { display: none; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row > .video-iframe-container { display: none; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .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); }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container { border-width: 0; border-radius: 0; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#RT5auE9Jct1rKu1uk03g9JXoazXRFZX6 { color:#ffffff;display:block;width:46rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:14.5rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:11rem;height:8.562rem;overflow:hidden;display:block; }#Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
#drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:35.5rem;height:8.562rem;overflow:hidden;display:block; }#drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA { position:relative;display:block; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA { background-color: transparent; background-image: none; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container > .video-iframe-container { display: none; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row > .video-iframe-container { display: none; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .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); }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA { border-width: 0; border-radius: 0; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GxQKiwTHTBAb0J0Iy2DCAkgGTaSEvr0F { color:#55209f;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:21.21826171875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#GOk6GTIgd1zdDkF1xsHPioV8u2W6DgBH { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:17.25rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#qsgHWdq8VBgbTNriFVbM4POa8tylz5WG { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:28.9375rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#DOUknh1cdFhJx3wNdahyJZIgp2xmuHXV { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.25rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#vG5Q2K93TVVOPVNuxAFTAqfb8C90PsDa { color:#000000;display:block;width:7.375rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.9375rem;left:50rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#WU6e6DXIP9E00g9Tm370s3F2MLUAMZr6 { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.125rem;left:17.5rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#BgpfT5OEzqKIN2hETkRCouP6NxaTRCmK { color:#000000;display:block;width:8.875rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.125rem;left:29.25rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#CzRzw0pSS6WyrCzToH4VTLpahPEH9X8r { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:40.5rem;height:7.312rem;text-align:left;text-align-last:left;display:block; }
#NH0RTMt7ieIUfphy3gedNgIdd0OT84gF { color:#000000;display:block;width:7.375rem;position:absolute;font-family:inclusivesans;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.125rem;left:50.3125rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#A9JfoCPXZKzbxf7wxlebNTmhsy2vyALl { position:absolute;display:block;z-index:15017;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.125rem;width:3.125rem;top:9.685791015625rem;left:17.249755859375rem;overflow:hidden;display:block; }
#FImgybCTQfsTcW8MPyuUwUg6AymLusDK { position:absolute;display:block;z-index:15018;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.125rem;width:3.125rem;top:9.85107421875rem;left:28.937377929688rem;overflow:hidden;display:block; }
#dx8lalwaCoHawxVPKZ8XmGp5aEo7TOTI { 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:3.125rem;width:3.125rem;top:9.85107421875rem;left:40.249633789062rem;overflow:hidden;display:block; }
#WZNsPzI8s0n70mMH0qu8nCRhoTxFgxEy { position:absolute;display:block;z-index:15020;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.125rem;width:3.125rem;top:9.85107421875rem;left:50rem;overflow:hidden;display:block; }
#x9DtTW9EveEI44SiJ0PbTAlSr24KgzgT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.0625rem;left:50.3125rem;overflow:hidden;display:block; }
#DI2CWJyK363ikpQvVcCVVIqIb0I9mbK7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.3125rem;left:40.5rem;overflow:hidden;display:block; }
#WZzXwH8VnMbRO46xceXoW3BDDeVvvXgh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.3125rem;left:29.0625rem;overflow:hidden;display:block; }
#TsWGo956BJmliWr0JCzqwSbxzfdHQTUT { position:absolute;display:block;z-index:15024;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.125rem;width:3.125rem;top:21.3125rem;left:17.375rem;overflow:hidden;display:block; }
#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas { position:relative;display:block; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas { background-color: transparent; background-image: none; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container > .video-iframe-container { display: none; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row > .video-iframe-container { display: none; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .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); }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas { border-width: 0; border-radius: 0; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BEZDauiTENqDLdS3srJzxitDUpWpn3hM { color:#55209f;display:block;width:30.1233125rem;position:absolute;font-family:fraunces;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6866455078125rem;left:23.187255859375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QS6zh3p1lU7q7Ap5zQn2EDhLKwtX9T5A { box-sizing:content-box;height:5.5rem;width:14.3125rem;position:absolute;display:block;z-index:15000;background-color:#55209f;background-image:none;top:11.5rem;left:12.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;display:block; }
#thA0zE5IvQaqf9bUBZOcLsKPldUe0Iok { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:farsan;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:13.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kNPdvcfepfihKETvoRKOf7PW9QPmefLA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:farsan;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.9375rem;left:31.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cethPsOdTbC0y2ABn9NdI6yflneUtyOd { box-sizing:content-box;height:5.5rem;width:14.3125rem;position:absolute;display:block;z-index:15001;background-color:#55209f;background-image:none;top:11.5rem;left:30.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Wr4Hho6v5MnS0NAdDunIOJ8ET8eG0IGz { box-sizing:content-box;height:5.5rem;width:14.3125rem;position:absolute;display:block;z-index:15002;background-color:#55209f;background-image:none;top:11.5rem;left:48.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;display:block; }
#Rtvk1c3hrJ5psgoCffy7VG66i6wWoNIG { color:#ffffff;display:block;width:10rem;position:absolute;font-family:farsan;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.625rem;left:50.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 { 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; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container { background-color: transparent; background-image: none; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container > .video-iframe-container { display: none; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row > .video-iframe-container { display: none; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .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); }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container { border-width: 0; border-radius: 0; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container { font-size:0.875rem;font-family:arial;height:100.5625rem;width:75rem;position:relative;display:block; }#qRDp50n1xVmNdKF9G50CoqyHOTBCo2MS { color:#55209f;display:block;width:46.875rem;position:absolute;font-family:fraunces;font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.24853515625rem;left:14.0625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#aB7b0Q5kbZOzucldDK8rUp0c60KGZEdS { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:39.4375rem;top:61.1875rem;left:1.0625rem;display:block; }
#cqgZFtOJFUJ2GfDHzWC9m05RAdDNS2go { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:74.875rem;left:14.625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhOc9hWHWiLnHef3fHDXtZgKbIZzrtLC { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:18.875rem;top:46.875rem;left:49.4375rem;display:block; }
#zwLrHT7yABN0M2UiMbERIL28MuuIFwdX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:55.6875rem;left:52.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC1MbfGgO4exkbWTGhyRlerZRcGyuitV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:50.625rem;left:51.8125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hqen7mey4vOKloOTdtBurmnddEubcCQQ { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:64.3125rem;left:2.8125rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CeLqf0nvvKw8ChLF6xTUkWUxV11T9AB3 { position:absolute;display:block;z-index:15052;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.686525rem;width:11.499rem;top:62.375rem;left:15.125rem;overflow:hidden;display:block; }
#TycSoOJMCp8nG8qsiBqQppCUZh4R4dzI { position:absolute;display:block;z-index:15048;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.6875rem;width:11.5rem;top:48.5rem;left:53.5rem;overflow:hidden;display:block; }
#EuprwPVl9A8FWLc5QawIJBMTE1BikNyu { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.4375rem;top:79.75rem;left:45.4375rem;display:block; }
#GonU2HMKDM6OlqP5TGpXbL3d8nFRTPPV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:92.905883789062rem;left:52.662963867188rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDze6uUEIvhxtLwRPwgLoUKXtLuqqm6m { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:39.4375rem;top:79.75rem;left:4.125rem;display:block; }
#hnf6TWyNORN4C6OmTMZZ19fR5mr2lUhh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:83.625rem;left:47.1875rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZKXAxr9ALRJmT5badn5VgDWI8zr1yhZt { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:83.062255859375rem;left:5.3125rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aEe3q7mttO0zIbHQkPgUI885NkqxXWzX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:93.499755859375rem;left:17.6318359375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOQIax6OpqGfQqG8MGZxqmBuqL9DEXbm { position:absolute;display:block;z-index:15056;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.6875rem;width:11.5rem;top:81.25rem;left:52.5rem;overflow:hidden;display:block; }
#v30HmAbT2hA3RgpcsDfLV4VwFyKKalC2 { position:absolute;display:block;z-index:15060;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.686525rem;width:11.499rem;top:80.9375rem;left:18.1875rem;overflow:hidden;display:block; }
#K6hx2EsXqcIFLxTOTVxVqUBwW3wC4x5U { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:31.5625rem;top:61.1875rem;left:42.375rem;display:block; }
#CBSbauLhy1L9fXLGcGZePsJT8ftwfMK4 { position:absolute;display:block;z-index:15060;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.686525rem;width:11.4985625rem;top:62.6875rem;left:52.8125rem;overflow:hidden;display:block; }
#EsV1TPmmOJICbxkqATvM3bONCKEII05l { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:64.75rem;left:46.375rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XiTkpG733Mnck2auMkLgKElErKXRyLnl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:74.1875rem;left:52.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUWdTGFIe891W5bzIewRrokrOz2B4R3D { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:20.5625rem;top:46.9375rem;left:27.0625rem;display:block; }
#EVrIDQgiKRE2TpFnbqtD985nTFx30a6o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:55.6875rem;left:31.125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHHTvbyIt2rSpKA5BpEzoa4Mg1Lwu28l { color:#000000;display:block;width:17.5rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:50.625rem;left:29.0625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#anAAurbHxvQCER40kA87E6A0AG2RZV7K { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:18.3125rem;top:47rem;left:6.75rem;display:block; }
#WvCCbFkisTAmK8UtOzIbTTO7nMXD6JLy { color:#000000;display:block;width:15rem;position:absolute;font-family:inclusivesans;font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:50.625rem;left:9.0625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i7lFwHWPKaWVWC9NV7mTXD6BcMzU9JsD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:55.75rem;left:9.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irJLB3W8Pidq7xluCtcbO9JVRaoCKDsZ { position:absolute;display:block;z-index:15068;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.686525rem;width:11.4985625rem;top:48.5625rem;left:10.25rem;overflow:hidden;display:block; }
#oXJ91ck9su8xWlgxduC5woQZ0gzrS67y { position:absolute;display:block;z-index:15064;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.6875rem;width:11.5rem;top:48.625rem;left:31.625rem;overflow:hidden;display:block; }
#XJaeoF1oRXIVihlaR389PV4d9pLRpBxZ { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;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.5625rem;width:18.3125rem;top:9.9375rem;left:5.4375rem;display:block; }
#OyzXLgrUzNPbp85crDMqCGXGW321uRuF { position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:20.5625rem;top:9.9375rem;left:27.1875rem;display:block; }
#HJ2zQg6s7H0ZCSJA3ITxn4ytLiwgPWK0 { position:absolute;display:block;z-index:15080;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.686525rem;width:11.4985625rem;top:11.5rem;left:8.9375rem;overflow:hidden;display:block; }
#Lu7nAVfWwxTx35eK3qLmDNrHMwLMuJ70 { position:absolute;display:block;z-index:15076;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.6875rem;width:11.5rem;top:11.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#ST8bTT4bRn9ibClaF0luQxQKFbtOv0Tv { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.875rem;top:9.9375rem;left:51.1875rem;display:block; }
#qgJkqeT7s2AmBCx7ReMDKM0yO7C9I2wB { position:absolute;display:block;z-index:15060;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.6875rem;width:11.5rem;top:11.625rem;left:54.3125rem;overflow:hidden;display:block; }
#ufJ1E4dVFuG3bLbP4mnSi57n2zBitiFa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:22.5rem;left:54.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4vRQeMrnpn2KOb3L8tObLEUhG6xZ3Ik { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:23.41845703125rem;left:31.25rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8NTyWUyG6pDIWcrepK9RfOQPWvPlUTo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:29.05322265625rem;left:8.40625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2Oe0nPqxZfJKlKk4kBQ7SaolgGJ0S5g { position:absolute;display:block;z-index:15081;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.5rem;width:16.5625rem;top:13.9375rem;left:28.9375rem;overflow:hidden;display:block; }
#FowLbzktFJfH6E0DCpic3AU5g5SI526C { position:absolute;display:block;z-index:15082;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:14.875rem;width:14.375rem;top:13.75rem;left:7.0625rem;overflow:hidden;display:block; }
#VhbAoJUxZaQGaMhsADpovP1Ie6p5SC3g { position:absolute;display:block;z-index:15082;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.125rem;width:16.5625rem;top:14.1875rem;left:52.0625rem;overflow:hidden;display:block; }
#fS3BDeS5rb132kHtGnHk3WdOi5boHnzP { position:absolute;display:block;z-index:15083;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.8125rem;width:16.5625rem;top:32.6875rem;left:29.3125rem;overflow:hidden;display:block; }
#ThVb0b0FL9qDilolvS6BThp7IboJtSuS { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.3125rem;top:28.8125rem;left:27.4375rem;display:block; }
#ILqobMigeGpP1p2gC08nHddTKWEoSpTf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:41.375rem;left:31.1875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7aUCUdTqItyFWeiBxlSgwZZODRrLQXk { position:absolute;display:block;z-index:15064;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.6875rem;width:11.5rem;top:30.00927734375rem;left:31.75rem;overflow:hidden;display:block; }
#kVCokFSXovlkWoxQ3uOEwOzt6wXhUWTU { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:18.75rem;top:27.875rem;left:51.375rem;display:block; }
#eSVKbp08IWtM4GquGRoFmNqkDSgFXlO7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:40.5rem;left:55.09375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ltTeAqnPCTH2IknwH0UAG1VP9Lwnn48H { position:absolute;display:block;z-index:15085;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.5rem;width:16.5625rem;top:31.9375rem;left:52.6875rem;overflow:hidden;display:block; }
#zy3TbtN2LTRfTz3sHyJszR8EEZDbLQqV { position:absolute;display:block;z-index:15080;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.6875rem;width:11.5rem;top:29.0625rem;left:54.4375rem;overflow:hidden;display:block; }
#D9doaoqPs3XnVFyp7FiJI5NJC0vn0imG { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #55209f;border-left:0.0625rem solid #55209f;border-right:0.0625rem solid #55209f;border-bottom:0.0625rem solid #55209f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:18.5625rem;top:33.9375rem;left:5.3125rem;display:block; }
#rgxXNal44gni0zhKwLwERDAMsX3mbz0C { position:absolute;display:block;z-index:15087;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.6875rem;width:16.5625rem;top:37.75rem;left:6.5625rem;overflow:hidden;display:block; }
#L2za8JJ84iV0FLWs9XQZ81MrkcRZpGs5 { position:absolute;display:block;z-index:15068;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.6875rem;width:11.5rem;top:35.3125rem;left:8.65625rem;overflow:hidden;display:block; }
#xZtg2CAcS2AnXhXVVOuiDv5k1iokhc4Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:42.2060546875rem;left:8.40625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(70,98,76,0.57);background-image:url("https://images.assets-landingi.com/uc/1d485fc9-0a86-4169-b9e2-96e4d0417b97/BannerLP.webp");background-position:center right !important;background-repeat: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; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.adaptive-delivery-prevent-bg, #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.lazyload, #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.lazyloading { background-image: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { background-color: transparent; background-image: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container > .video-iframe-container { display: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row > .video-iframe-container { display: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .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); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { border-width: 0; border-radius: 0; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#Oi7wl2PGpxR0Iv0cSTvfaD9O1bmJh9uA { color:#ffffff;display:block;width:30.123875rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.797119140625rem;left:22.437744140625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bE31ma9ohM2Z9V8y6Q5tbsaxZ1rkQO2Q { background-color:#c2ff04;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inclusivesans;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.5625rem;left:28.125rem;display:block; }
#OyDcLUrkStq00nSuZeUATdvgeboXb2SJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMES3R7sokSXtSu96hMmETFMGlamyvC7 { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:fraunces;font-size:6.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:30.84375rem;height:8.6123125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7vJXsvWHeKIIZa28UnlSVQp2cqXKbNB { color:#ffffff;display:block;width:21.1235625rem;position:absolute;font-family:inclusivesans;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:45.125rem;left:26.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zptkA9acmFkB5ByiI0ugATpl4VBOvLZE { box-sizing:content-box;height:45.1875rem;width:57.375rem;position:absolute;display:block;z-index:14999;background-color:#55209f;background-image:none;top:3.5712890625rem;left:9.124755859375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x382hDSd2etBDLITkyB8KTq1WsKmPgCL { color:#ffffff;display:block;width:10.4360625rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.375rem;left:46.125rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPsTrvZenUXMstW6G6OTHmOuPkqfouAc { color:#ffffff;display:block;width:17.312rem;position:absolute;font-family:inclusivesans;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.101806640625rem;left:28.8427734375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqlDty037Qgngcmc2tWIb59hJMwKF7vH { position:absolute;display:block;z-index:15026;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.4375rem;width:18.75rem;top:15.75rem;left:42.0625rem;overflow:hidden;display:block; }
#ey3wz5Nf8KakoHhhbpmX2TqdbrzQTyRu { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:11.0625rem;left:38.875rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPXSf8Dyrhh7RwXtKftxgZm7iLHd7htA { box-sizing:content-box;height:3.75rem;width:18.8125rem;position:absolute;display:block;z-index:15000;background-color:#f4782c;background-image:none;top:11.5rem;left:42.1875rem;display:block; }
#I2yitMQaBo1RZvG8tZM6uS5zUHZMFLJ1 { position:absolute;display:block;z-index:15026;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.5rem;width:20.8125rem;top:11.375rem;left:13.0625rem;overflow:hidden;display:block; }
#RFZAr7lI36nsHOKbOVP6onVafeflvOW6 { color:#ffffff;display:block;width:10.4360625rem;position:absolute;font-family:fraunces;font-size:2.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.375rem;left:18.25rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwOXGUtNtw4ZseJCdB3uW37zwog8myey { color:#e5681b;display:block;width:10.4360625rem;position:absolute;font-family:inclusivesans;font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.53125rem;left:32.28173828125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXEuNyxhU4C27NQsTzpet1MieLwlQ9nd { color:#ffffff;display:block;width:21.1235625rem;position:absolute;font-family:inclusivesans;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.90625rem;left:26.93798828125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zXvelndnfCpMpL0M3PNfHassUq9Kix8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/887dd52f-16f3-41b7-b3de-7722012141e7/Designsemnome1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y.adaptive-delivery-prevent-bg, #zXvelndnfCpMpL0M3PNfHassUq9Kix8y.lazyload, #zXvelndnfCpMpL0M3PNfHassUq9Kix8y.lazyloading { background-image: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { background-color: transparent; background-image: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container > .video-iframe-container { display: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row > .video-iframe-container { display: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .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); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { border-width: 0; border-radius: 0; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:block; }#UTPEtSdK3dRZST1Avgu4yJDEgTycgOIc { color:#932cff;display:block;width:19.312125rem;position:absolute;font-family:farsan;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.060913085938rem;left:37.999877929688rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT { color:#000000;display:block;width:24.875rem;position:absolute;font-family:inclusivesans;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:38rem;height:34.441375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c8ef522-62c6-4e0e-84d0-c4df483b8b1a/ICONE_MAO5.webp); }
#IoyQz4UTgTlaexLVCybPUkqH3Jwu7Lxb { color:#55209f;display:block;width:19.625rem;position:absolute;font-family:fraunces;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3123779296875rem;left:37.999877929688rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#55209f;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; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { background-color: transparent; background-image: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container > .video-iframe-container { display: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row > .video-iframe-container { display: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .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); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { border-width: 0; border-radius: 0; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#XCzeunwEMAaeZNWVHtMLhBvdK35PbJE3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inclusivesans;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.62760543823244rem;left:0rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ { 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; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { background-color: transparent; background-image: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container > .video-iframe-container { display: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row > .video-iframe-container { display: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .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); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { border-width: 0; border-radius: 0; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb { display:block; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdPFvAOc5RK0XeUOLpfRi0wpITTzdVee { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe { display:block; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8coDDiqAXwVTo9k5CeTAlqFEJfWaqvT { top:15.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgeymNM4lA9SxbvFGcLppTsAu6qox12 { width:18.9375rem;height:3.75rem;top:30.1875rem;left:14.373657226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPrI5hDUD5ZreiNDmDe8L81UwfvlKBKy { display:block; }
 }@media only screen and (max-width: 763px) { #WuCxyXI3I843bFXOHqTfbT4O4dzpyDxe { top:6.0625rem;left:3.3125rem;width:41.0625rem;height:8.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFtQHT63kkuzyzTZthqLWfFJ6qGHHEaF { top:6.625rem;left:8.3125rem;width:31.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kHTNDzSTQ6Au9uebAWMHNi4gCLIyzZ { top:10.8125rem;left:11.875rem;width:23.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbeTohOpZNnE0cRSNvT4eRk26C4VAxD { top:10.8125rem;left:12.3125rem;width:22.5625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fz0HcdDc7JuSvSgT30KTZGFnf0kIQooa { top:22.625rem;left:3.0625rem;width:41.625rem;height:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU { display:block; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBLDnSSSkUGM6PJsgWI7xpU2KNJsZKW3 { top:13.9375rem;left:27.5rem;width:20.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98NWlzmvhqKQTrGa28tuzTs5nUfic8M { top:13.1875rem;left:22.375rem;width:25.375rem;height:5.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKlpMDE8JA60tLd9osshpJS1PReBO4Ds { top:18.3125rem;left:27.5625rem;width:20.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9TiVS16a2L9ZdNXaCBRgt4nTpoo8kf { top:14.5rem;left:0rem;width:20.75rem;height:5.4833917921429rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPKBpsEDGxugBoLEOqcz6Jvszzi6vfVd { top:21.75rem;left:31.1875rem;width:16.5625rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGrmovilTMotpqFPfXv3umZRfMI7N45i { top:27.8125rem;left:29rem;width:18.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPhRbUH2rvVUoMG2IoaJUWstpsMW8U2 { top:21.8125rem;left:0rem;width:17.5625rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktw8bcsE0gm9Aw4NZP1tN5bc5MTF0Bye { top:27.75rem;left:0rem;width:17.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMgFxRzzXaOr3xiCKOLNUXRR90pkv3t2 { top:34.1875rem;left:34rem;width:13.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tplkGXCi2AEuz17oTRDJKrW0oTGM7QM0 { top:34.1875rem;left:35.842163085938rem;width:11.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDf6K0JbKIe66HWNfIS8zDtGXUDkHgD4 { top:35.1875rem;left:0rem;width:13rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA954Pf8T7Umi21Oh4x6R3L8A5kvcFOp { top:35.375rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2y05Ew0p5SDRtfvy7rBiCzpthRg9teO { top:23.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxhTtT8WCKieb2T4gRGnkKcxPadqCZ8P { top:7.75rem;left:0rem;width:23.25rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtGOVHrNaQgehM78Qsrv0Klq6ntnrQ68 { top:7.6875rem;left:24.25rem;width:23.25rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz { display:block; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnTmOEptIEpk43QfK8IZGHUxc02aTzGh { top:4.625rem;left:0.875rem;width:46rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD { top:9.4375rem;left:11.624633789062rem;width:22.6875rem;height:8.5rem;font-size:1.125rem;display:block; }#rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ce5c7409-806a-4884-9a0a-f9c80dd75bd7/ICONE_MAO14.webp); }
 }@media only screen and (max-width: 763px) { #oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc { top:18.5625rem;left:12.625rem;width:24.625rem;height:7.6875rem;font-size:1rem;display:block; }#oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc li:before{  }
 }@media only screen and (max-width: 763px) { #o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 { display:block; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT5auE9Jct1rKu1uk03g9JXoazXRFZX6 { top:4.625rem;left:0.875rem;width:46rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA { top:10rem;left:0rem;width:22.6875rem;height:8.5rem;font-size:1.125rem;display:block; }#Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
 }@media only screen and (max-width: 763px) { #drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP { top:10rem;left:16.375rem;width:31.3125rem;height:8.5rem;font-size:1.125rem;display:block; }#drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
 }@media only screen and (max-width: 763px) { #mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA { display:block; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxQKiwTHTBAb0J0Iy2DCAkgGTaSEvr0F { top:2.9375rem;left:7.59326171875rem;width:31.25rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOk6GTIgd1zdDkF1xsHPioV8u2W6DgBH { top:12.9375rem;left:3.625rem;width:9.0625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsgHWdq8VBgbTNriFVbM4POa8tylz5WG { top:12.9375rem;left:15.3125rem;width:7.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOUknh1cdFhJx3wNdahyJZIgp2xmuHXV { top:12.9375rem;left:26.625rem;width:7.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG5Q2K93TVVOPVNuxAFTAqfb8C90PsDa { top:12.9375rem;left:36.375rem;width:7.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6e6DXIP9E00g9Tm370s3F2MLUAMZr6 { top:24.125rem;left:3.875rem;width:8.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgpfT5OEzqKIN2hETkRCouP6NxaTRCmK { top:24.125rem;left:15.625rem;width:8.8125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzRzw0pSS6WyrCzToH4VTLpahPEH9X8r { top:24.125rem;left:26.875rem;width:7.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH0RTMt7ieIUfphy3gedNgIdd0OT84gF { top:24.125rem;left:36.6875rem;width:7.3125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9JfoCPXZKzbxf7wxlebNTmhsy2vyALl { top:9.625rem;left:3.624755859375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImgybCTQfsTcW8MPyuUwUg6AymLusDK { top:9.8125rem;left:15.312377929688rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8lalwaCoHawxVPKZ8XmGp5aEo7TOTI { top:9.8125rem;left:26.624633789062rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNsPzI8s0n70mMH0qu8nCRhoTxFgxEy { top:9.8125rem;left:36.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DtTW9EveEI44SiJ0PbTAlSr24KgzgT { top:21.0625rem;left:36.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2CWJyK363ikpQvVcCVVIqIb0I9mbK7 { top:21.3125rem;left:26.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzXwH8VnMbRO46xceXoW3BDDeVvvXgh { top:21.3125rem;left:15.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWGo956BJmliWr0JCzqwSbxzfdHQTUT { top:21.3125rem;left:3.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas { display:block; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEZDauiTENqDLdS3srJzxitDUpWpn3hM { top:5.625rem;left:9.562255859375rem;width:30.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS6zh3p1lU7q7Ap5zQn2EDhLKwtX9T5A { top:11.5rem;left:0rem;width:14.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thA0zE5IvQaqf9bUBZOcLsKPldUe0Iok { top:13.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPdvcfepfihKETvoRKOf7PW9QPmefLA { top:12.9375rem;left:17.75rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cethPsOdTbC0y2ABn9NdI6yflneUtyOd { top:11.5rem;left:16.8125rem;width:14.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4Hho6v5MnS0NAdDunIOJ8ET8eG0IGz { top:11.5rem;left:33.4375rem;width:14.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtvk1c3hrJ5psgoCffy7VG66i6wWoNIG { top:12.625rem;left:37rem;width:10rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 { display:block; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRDp50n1xVmNdKF9G50CoqyHOTBCo2MS { top:2.1875rem;left:0.4375rem;width:46.875rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7b0Q5kbZOzucldDK8rUp0c60KGZEdS { top:61.1875rem;left:0rem;width:39.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqgZFtOJFUJ2GfDHzWC9m05RAdDNS2go { top:74.875rem;left:1rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOc9hWHWiLnHef3fHDXtZgKbIZzrtLC { top:46.875rem;left:28.75rem;width:18.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLrHT7yABN0M2UiMbERIL28MuuIFwdX { top:55.6875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1MbfGgO4exkbWTGhyRlerZRcGyuitV { top:50.625rem;left:32.875rem;width:14.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqen7mey4vOKloOTdtBurmnddEubcCQQ { top:64.3125rem;left:0rem;width:36.0625rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLqf0nvvKw8ChLF6xTUkWUxV11T9AB3 { top:62.375rem;left:1.5rem;width:11.4375rem;height:1.6775687993608rem;display:block; }
 }@media only screen and (max-width: 763px) { #TycSoOJMCp8nG8qsiBqQppCUZh4R4dzI { top:48.5rem;left:36.25rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuprwPVl9A8FWLc5QawIJBMTE1BikNyu { top:79.75rem;left:22.1875rem;width:25.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonU2HMKDM6OlqP5TGpXbL3d8nFRTPPV { top:92.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDze6uUEIvhxtLwRPwgLoUKXtLuqqm6m { top:79.75rem;left:0rem;width:39.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnf6TWyNORN4C6OmTMZZ19fR5mr2lUhh { top:83.625rem;left:26.1875rem;width:21.5625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXAxr9ALRJmT5badn5VgDWI8zr1yhZt { top:83rem;left:0rem;width:37.1875rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEe3q7mttO0zIbHQkPgUI885NkqxXWzX { top:93.4375rem;left:4.0068359375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQIax6OpqGfQqG8MGZxqmBuqL9DEXbm { top:81.25rem;left:36.25rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v30HmAbT2hA3RgpcsDfLV4VwFyKKalC2 { top:80.9375rem;left:4.5625rem;width:11.4375rem;height:1.6775687993608rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6hx2EsXqcIFLxTOTVxVqUBwW3wC4x5U { top:61.1875rem;left:16.0625rem;width:31.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSbauLhy1L9fXLGcGZePsJT8ftwfMK4 { top:62.6875rem;left:36.3125rem;width:11.4375rem;height:1.6775687993608rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsV1TPmmOJICbxkqATvM3bONCKEII05l { top:64.75rem;left:23.4375rem;width:24.3125rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTkpG733Mnck2auMkLgKElErKXRyLnl { top:74.1875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWdTGFIe891W5bzIewRrokrOz2B4R3D { top:46.9375rem;left:13.4375rem;width:20.5625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVrIDQgiKRE2TpFnbqtD985nTFx30a6o { top:55.6875rem;left:17.5rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHHTvbyIt2rSpKA5BpEzoa4Mg1Lwu28l { top:50.625rem;left:15.4375rem;width:17.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAAurbHxvQCER40kA87E6A0AG2RZV7K { top:47rem;left:0rem;width:18.3125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCCbFkisTAmK8UtOzIbTTO7nMXD6JLy { top:50.625rem;left:0rem;width:15rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lFwHWPKaWVWC9NV7mTXD6BcMzU9JsD { top:55.75rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irJLB3W8Pidq7xluCtcbO9JVRaoCKDsZ { top:48.5625rem;left:0rem;width:11.4375rem;height:1.6775687993608rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJ91ck9su8xWlgxduC5woQZ0gzrS67y { top:48.625rem;left:18rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJaeoF1oRXIVihlaR389PV4d9pLRpBxZ { top:9.9375rem;left:0rem;width:18.3125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyzXLgrUzNPbp85crDMqCGXGW321uRuF { top:9.9375rem;left:13.5625rem;width:20.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2zQg6s7H0ZCSJA3ITxn4ytLiwgPWK0 { top:11.5rem;left:0rem;width:11.4375rem;height:1.6775687993608rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7nAVfWwxTx35eK3qLmDNrHMwLMuJ70 { top:11.5625rem;left:18.8125rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8bTT4bRn9ibClaF0luQxQKFbtOv0Tv { top:9.9375rem;left:28.75rem;width:18.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJkqeT7s2AmBCx7ReMDKM0yO7C9I2wB { top:11.625rem;left:36.25rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1E4dVFuG3bLbP4mnSi57n2zBitiFa { top:22.5rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vRQeMrnpn2KOb3L8tObLEUhG6xZ3Ik { top:23.375rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NTyWUyG6pDIWcrepK9RfOQPWvPlUTo { top:29rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Oe0nPqxZfJKlKk4kBQ7SaolgGJ0S5g { top:13.9375rem;left:15.3125rem;width:16.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FowLbzktFJfH6E0DCpic3AU5g5SI526C { top:13.75rem;left:0rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhbAoJUxZaQGaMhsADpovP1Ie6p5SC3g { top:14.1875rem;left:31.1875rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS3BDeS5rb132kHtGnHk3WdOi5boHnzP { top:32.6875rem;left:15.6875rem;width:16.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVb0b0FL9qDilolvS6BThp7IboJtSuS { top:28.8125rem;left:13.8125rem;width:20.3125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILqobMigeGpP1p2gC08nHddTKWEoSpTf { top:41.375rem;left:17.5625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7aUCUdTqItyFWeiBxlSgwZZODRrLQXk { top:30rem;left:18.125rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCokFSXovlkWoxQ3uOEwOzt6wXhUWTU { top:27.875rem;left:28rem;width:18.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVKbp08IWtM4GquGRoFmNqkDSgFXlO7 { top:40.5rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTeAqnPCTH2IknwH0UAG1VP9Lwnn48H { top:31.9375rem;left:31.1875rem;width:16.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy3TbtN2LTRfTz3sHyJszR8EEZDbLQqV { top:29.0625rem;left:36.25rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9doaoqPs3XnVFyp7FiJI5NJC0vn0imG { top:33.9375rem;left:0rem;width:18.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgxXNal44gni0zhKwLwERDAMsX3mbz0C { top:37.75rem;left:0rem;width:16.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2za8JJ84iV0FLWs9XQZ81MrkcRZpGs5 { top:35.3125rem;left:0rem;width:11.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtg2CAcS2AnXhXVVOuiDv5k1iokhc4Q { top:42.1875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B { display:block; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi7wl2PGpxR0Iv0cSTvfaD9O1bmJh9uA { top:5.75rem;left:8.812744140625rem;width:30.0625rem;height:3.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE31ma9ohM2Z9V8y6Q5tbsaxZ1rkQO2Q { width:18.8125rem;height:3rem;top:41.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyDcLUrkStq00nSuZeUATdvgeboXb2SJ { display:block; }
 }@media only screen and (max-width: 763px) { #WMES3R7sokSXtSu96hMmETFMGlamyvC7 { top:32.9375rem;left:17.21875rem;width:13.3125rem;height:8.5625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7vJXsvWHeKIIZa28UnlSVQp2cqXKbNB { top:45.125rem;left:13.3125rem;width:21.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zptkA9acmFkB5ByiI0ugATpl4VBOvLZE { top:3.5625rem;left:0rem;width:47.75rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x382hDSd2etBDLITkyB8KTq1WsKmPgCL { top:17.375rem;left:32.5rem;width:10.375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPsTrvZenUXMstW6G6OTHmOuPkqfouAc { top:28.0625rem;left:15.2177734375rem;width:17.25rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlDty037Qgngcmc2tWIb59hJMwKF7vH { top:15.75rem;left:28.4375rem;width:18.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey3wz5Nf8KakoHhhbpmX2TqdbrzQTyRu { top:11.0625rem;left:22.375rem;width:25.375rem;height:4.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPXSf8Dyrhh7RwXtKftxgZm7iLHd7htA { top:11.5rem;left:28.5625rem;width:18.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2yitMQaBo1RZvG8tZM6uS5zUHZMFLJ1 { top:11.375rem;left:0rem;width:20.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZAr7lI36nsHOKbOVP6onVafeflvOW6 { top:17.375rem;left:4.625rem;width:10.375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOXGUtNtw4ZseJCdB3uW37zwog8myey { top:23.5rem;left:18.65673828125rem;width:10.375rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEuNyxhU4C27NQsTzpet1MieLwlQ9nd { top:21.875rem;left:13.31298828125rem;width:21.0625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvelndnfCpMpL0M3PNfHassUq9Kix8y { display:block; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTPEtSdK3dRZST1Avgu4yJDEgTycgOIc { top:13rem;left:24.374877929688rem;width:19.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT { top:17.5rem;left:22.875rem;width:24.8125rem;height:34.4375rem;font-size:1.0625rem;display:block; }#UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c8ef522-62c6-4e0e-84d0-c4df483b8b1a/ICONE_MAO5.webp); }
 }@media only screen and (max-width: 763px) { #IoyQz4UTgTlaexLVCybPUkqH3Jwu7Lxb { top:3.25rem;left:24.374877929688rem;width:19.625rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqFAdfssVmi9IETlvdS84FtCzC3O58t9 { display:block; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCzeunwEMAaeZNWVHtMLhBvdK35PbJE3 { top:0.625rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ { display:block; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb { display:block; }#XZ0L0GQ9DXxM2ZZ3Fg5ISu0PQVeAbqEb > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdPFvAOc5RK0XeUOLpfRi0wpITTzdVee { width:19rem;height:5.8496125rem;top:0.3935546875rem;left:0.5rem;font-size:1.125rem;color:#ffffff;font-family:poppins;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe { background-color:#9bc4a2;background-image:url("https://images.assets-landingi.com/uc/1d485fc9-0a86-4169-b9e2-96e4d0417b97/BannerLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe.adaptive-delivery-prevent-bg, #rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe.lazyload, #rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe.lazyloading { background-image: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { background-color: transparent; background-image: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container > .video-iframe-container { display: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row > .video-iframe-container { display: none; }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .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); }#rhGtoQnUHFlh13cvWCfqZ8LFWlPbPQZe > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8coDDiqAXwVTo9k5CeTAlqFEJfWaqvT { width:18.3125rem;height:5.361325rem;top:12.75rem;left:0.84375rem;font-size:1.625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEgeymNM4lA9SxbvFGcLppTsAu6qox12 { width:16.5625rem;height:3.3125rem;top:31.46875rem;left:1.71875rem;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JPrI5hDUD5ZreiNDmDe8L81UwfvlKBKy { display:block; }
 }@media only screen and (max-width: 763px) { #WuCxyXI3I843bFXOHqTfbT4O4dzpyDxe { width:16.5625rem;height:9.1875rem;top:2.4375rem;left:1.53125rem;font-size:2.1875rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFtQHT63kkuzyzTZthqLWfFJ6qGHHEaF { width:7rem;height:2.375rem;top:2.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kHTNDzSTQ6Au9uebAWMHNi4gCLIyzZ { width:13.75rem;height:2.5rem;top:5.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmbeTohOpZNnE0cRSNvT4eRk26C4VAxD { width:15.4375rem;height:2.5rem;top:8.75rem;left:2.09326171875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0HcdDc7JuSvSgT30KTZGFnf0kIQooa { width:19.625rem;height:9.625rem;top:19.8125rem;left:0.1875rem;font-size:1.25rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU { display:block; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiUboSAnW8zi3wku5GOxf3aHsJ5okMlU > .row .container { width:20rem;height:110.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBLDnSSSkUGM6PJsgWI7xpU2KNJsZKW3 { width:13.75rem;height:3.6875rem;top:51.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98NWlzmvhqKQTrGa28tuzTs5nUfic8M { width:13.9375rem;height:3.23730625rem;top:51.25rem;left:3.0625rem;font-size:2.3125rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKlpMDE8JA60tLd9osshpJS1PReBO4Ds { width:13.625rem;height:1.0625rem;top:55.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9TiVS16a2L9ZdNXaCBRgt4nTpoo8kf { width:17.8125rem;height:4.625rem;top:12.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPKBpsEDGxugBoLEOqcz6Jvszzi6vfVd { width:17.5625rem;height:5.15625rem;top:57.9375rem;left:1.25rem;font-size:1.5625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGrmovilTMotpqFPfXv3umZRfMI7N45i { width:18.75rem;height:4.38720625rem;top:64.125rem;left:0.625rem;font-size:1.125rem;color:#ffffff;font-family:poppins;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNPhRbUH2rvVUoMG2IoaJUWstpsMW8U2 { width:17.5625rem;height:5.15625rem;top:18.875rem;left:1.25rem;font-size:1.5625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ktw8bcsE0gm9Aw4NZP1tN5bc5MTF0Bye { width:17.25rem;height:4.38720625rem;top:24.5625rem;left:1.375rem;font-size:1.125rem;color:#ffffff;font-family:poppins;z-index:15021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMgFxRzzXaOr3xiCKOLNUXRR90pkv3t2 { width:15.375rem;height:1.8125rem;top:70.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tplkGXCi2AEuz17oTRDJKrW0oTGM7QM0 { width:17.5625rem;height:1.71875rem;top:70.375rem;left:1.25rem;font-size:1.5625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDf6K0JbKIe66HWNfIS8zDtGXUDkHgD4 { width:14.6875rem;height:1.8125rem;top:30.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA954Pf8T7Umi21Oh4x6R3L8A5kvcFOp { width:17.5625rem;height:1.71875rem;top:30.5rem;left:1.25rem;font-size:1.5625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2y05Ew0p5SDRtfvy7rBiCzpthRg9teO { display:flex;width:3.125rem;height:3.125rem;top:40.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AxhTtT8WCKieb2T4gRGnkKcxPadqCZ8P { width:18.75rem;height:33.75rem;top:4.5rem;left:0.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xtGOVHrNaQgehM78Qsrv0Klq6ntnrQ68 { width:19.75rem;height:35.625rem;top:73.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz { display:block; }#VOyoip2VQO9XcpFzTI2xQFB9uuKT6Hfz > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnTmOEptIEpk43QfK8IZGHUxc02aTzGh { width:15.1875rem;height:6.09375rem;top:2.78125rem;left:2.40625rem;font-size:1.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD { width:15.9375rem;height:12.94925rem;top:10.12451171875rem;left:1.71875rem;font-size:1.125rem;display:block; }#rcRKrdQ5B7oHwqGQwnmuLwmUZ1UpV8bD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ce5c7409-806a-4884-9a0a-f9c80dd75bd7/ICONE_MAO14.webp); }
 }@media only screen and (max-width: 763px) { #oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc { width:16.4375rem;height:12.94825rem;top:23.76171875rem;left:1.78125rem;font-size:1rem;display:block; }#oHZNicL7g3LRgcZMe9eBMsSMETt9zDJc li:before{  }
 }@media only screen and (max-width: 763px) { #o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 { display:block; }#o5TP3oVDXd8bTXqTPx0IPPMh3iubskl5 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT5auE9Jct1rKu1uk03g9JXoazXRFZX6 { width:12.0625rem;height:4.0625rem;top:2.625rem;left:3.96875rem;font-size:1.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA { width:15.9375rem;height:11.4868125rem;top:8.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }#Cz7v3KwuNAxTUbF6keHSkdxeTovokRoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
 }@media only screen and (max-width: 763px) { #drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP { width:16.6875rem;height:14.411625rem;top:20.875rem;left:1.65625rem;font-size:1.125rem;display:block; }#drKyWLHlWefrdmnaQlAxdOSp3Z3R0bdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df377093-e0ea-4a45-855d-daae2128732a/RABISCO17.webp); }
 }@media only screen and (max-width: 763px) { #mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA { display:block; }#mpbrhoDMrK4TS5S4Boa4phCJZvi4W3nA > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxQKiwTHTBAb0J0Iy2DCAkgGTaSEvr0F { width:16.5rem;height:6.09375rem;top:2.5rem;left:1.75rem;font-size:1.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GOk6GTIgd1zdDkF1xsHPioV8u2W6DgBH { width:12.625rem;height:5.8496125rem;top:10.125rem;left:4.125rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qsgHWdq8VBgbTNriFVbM4POa8tylz5WG { width:11.0625rem;height:4.38720625rem;top:16.375rem;left:4.1875rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DOUknh1cdFhJx3wNdahyJZIgp2xmuHXV { width:11.4375rem;height:4.38720625rem;top:26.3125rem;left:4.3125rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vG5Q2K93TVVOPVNuxAFTAqfb8C90PsDa { width:11.625rem;height:4.38720625rem;top:21.4375rem;left:4.25rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WU6e6DXIP9E00g9Tm370s3F2MLUAMZr6 { width:9.3125rem;height:4.38720625rem;top:31.5rem;left:4.1875rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BgpfT5OEzqKIN2hETkRCouP6NxaTRCmK { width:12.5625rem;height:5.8496125rem;top:36.4375rem;left:4.125rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CzRzw0pSS6WyrCzToH4VTLpahPEH9X8r { width:11.875rem;height:5.8496125rem;top:42.875rem;left:4.25rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NH0RTMt7ieIUfphy3gedNgIdd0OT84gF { width:13rem;height:5.8496125rem;top:49.5rem;left:4rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A9JfoCPXZKzbxf7wxlebNTmhsy2vyALl { width:3.125rem;height:3.125rem;top:56.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FImgybCTQfsTcW8MPyuUwUg6AymLusDK { width:3.125rem;height:3.125rem;top:60.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8lalwaCoHawxVPKZ8XmGp5aEo7TOTI { width:3.125rem;height:3.125rem;top:65.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNsPzI8s0n70mMH0qu8nCRhoTxFgxEy { width:3.125rem;height:3.125rem;top:69.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9DtTW9EveEI44SiJ0PbTAlSr24KgzgT { width:3.125rem;height:3.125rem;top:87.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2CWJyK363ikpQvVcCVVIqIb0I9mbK7 { width:3.125rem;height:3.125rem;top:82.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzXwH8VnMbRO46xceXoW3BDDeVvvXgh { width:3.125rem;height:3.125rem;top:78.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWGo956BJmliWr0JCzqwSbxzfdHQTUT { width:3.125rem;height:3.125rem;top:74.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas { display:block; }#aBsorIxlUF5mdeOJwn4UUQlrlTi9JKas > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEZDauiTENqDLdS3srJzxitDUpWpn3hM { width:20rem;height:5.5244125rem;top:2.5rem;left:0rem;font-size:2.125rem;color:#46624c;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QS6zh3p1lU7q7Ap5zQn2EDhLKwtX9T5A { width:14.3125rem;height:5.5rem;top:9.5625rem;left:2.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #thA0zE5IvQaqf9bUBZOcLsKPldUe0Iok { width:12.5rem;height:1.29980625rem;top:11.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNPdvcfepfihKETvoRKOf7PW9QPmefLA { width:12.5rem;height:2.5996125rem;top:17.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cethPsOdTbC0y2ABn9NdI6yflneUtyOd { width:14.3125rem;height:5.5rem;top:16.4375rem;left:2.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4Hho6v5MnS0NAdDunIOJ8ET8eG0IGz { width:14.3125rem;height:5.5rem;top:23.3125rem;left:2.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rtvk1c3hrJ5psgoCffy7VG66i6wWoNIG { width:12.5rem;height:2.5996125rem;top:24.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 { display:block; }#ufrylBsX8oJ4fJzzAnReobgUgxLD0QT2 > .row .container { width:20rem;height:255.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRDp50n1xVmNdKF9G50CoqyHOTBCo2MS { width:18.5rem;height:5.361325rem;top:2rem;left:0.75rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aB7b0Q5kbZOzucldDK8rUp0c60KGZEdS { width:18.5rem;height:30.3125rem;top:47.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqgZFtOJFUJ2GfDHzWC9m05RAdDNS2go { width:12.5rem;height:1.70605625rem;top:74.8564453125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOc9hWHWiLnHef3fHDXtZgKbIZzrtLC { width:18.3125rem;height:11.5625rem;top:34.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLrHT7yABN0M2UiMbERIL28MuuIFwdX { width:12.5rem;height:1.7060625rem;top:43rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC1MbfGgO4exkbWTGhyRlerZRcGyuitV { width:14.875rem;height:4.21875rem;top:38rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hqen7mey4vOKloOTdtBurmnddEubcCQQ { width:16.4375rem;height:22.5rem;top:51.2314453125rem;left:1.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CeLqf0nvvKw8ChLF6xTUkWUxV11T9AB3 { width:11.4375rem;height:1.67675625rem;top:48.9921875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TycSoOJMCp8nG8qsiBqQppCUZh4R4dzI { width:11.5rem;height:1.6875rem;top:35.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuprwPVl9A8FWLc5QawIJBMTE1BikNyu { width:18.1875rem;height:18.6875rem;top:130.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonU2HMKDM6OlqP5TGpXbL3d8nFRTPPV { width:12.5rem;height:1.70605625rem;top:146.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDze6uUEIvhxtLwRPwgLoUKXtLuqqm6m { width:18.25rem;height:31.1875rem;top:98.5439453125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnf6TWyNORN4C6OmTMZZ19fR5mr2lUhh { width:14.875rem;height:11.25rem;top:134.40625rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXAxr9ALRJmT5badn5VgDWI8zr1yhZt { width:16.0625rem;height:23.90625rem;top:102.2470703125rem;left:1.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEe3q7mttO0zIbHQkPgUI885NkqxXWzX { width:12.5rem;height:1.7060625rem;top:126.8251953125rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQIax6OpqGfQqG8MGZxqmBuqL9DEXbm { width:11.5rem;height:1.6875rem;top:132.2001953125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v30HmAbT2hA3RgpcsDfLV4VwFyKKalC2 { width:11.4375rem;height:1.67724375rem;top:100.05419921875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6hx2EsXqcIFLxTOTVxVqUBwW3wC4x5U { width:18.375rem;height:17.9375rem;top:79.2314453125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSbauLhy1L9fXLGcGZePsJT8ftwfMK4 { width:11.4375rem;height:1.67724375rem;top:80.5439453125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsV1TPmmOJICbxkqATvM3bONCKEII05l { width:15.3125rem;height:11.25rem;top:83.0439453125rem;left:2.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XiTkpG733Mnck2auMkLgKElErKXRyLnl { width:12.5rem;height:1.70605625rem;top:94.6689453125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWdTGFIe891W5bzIewRrokrOz2B4R3D { width:18.375rem;height:11.3125rem;top:21.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVrIDQgiKRE2TpFnbqtD985nTFx30a6o { width:12.5rem;height:1.7060625rem;top:30.375rem;left:4.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHHTvbyIt2rSpKA5BpEzoa4Mg1Lwu28l { width:17.5rem;height:4.21875rem;top:25.3125rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anAAurbHxvQCER40kA87E6A0AG2RZV7K { width:18.3125rem;height:11.125rem;top:9.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCCbFkisTAmK8UtOzIbTTO7nMXD6JLy { width:15rem;height:4.21875rem;top:12.875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7lFwHWPKaWVWC9NV7mTXD6BcMzU9JsD { width:12.5rem;height:1.7060625rem;top:18.0625rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irJLB3W8Pidq7xluCtcbO9JVRaoCKDsZ { width:11.4375rem;height:1.6775687993608rem;top:10.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJ91ck9su8xWlgxduC5woQZ0gzrS67y { width:11.5rem;height:1.6875rem;top:23.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJaeoF1oRXIVihlaR389PV4d9pLRpBxZ { width:18.3125rem;height:21.5625rem;top:150.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyzXLgrUzNPbp85crDMqCGXGW321uRuF { width:18.3125rem;height:16.4375rem;top:173.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2zQg6s7H0ZCSJA3ITxn4ytLiwgPWK0 { width:11.4375rem;height:1.6775687993608rem;top:152.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7nAVfWwxTx35eK3qLmDNrHMwLMuJ70 { width:11.5rem;height:1.6875rem;top:175.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8bTT4bRn9ibClaF0luQxQKFbtOv0Tv { width:18.875rem;height:15rem;top:191.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgJkqeT7s2AmBCx7ReMDKM0yO7C9I2wB { width:11.5rem;height:1.6875rem;top:193.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1E4dVFuG3bLbP4mnSi57n2zBitiFa { width:12.5rem;height:1.70605625rem;top:204rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4vRQeMrnpn2KOb3L8tObLEUhG6xZ3Ik { width:12.5rem;height:1.70605625rem;top:187rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NTyWUyG6pDIWcrepK9RfOQPWvPlUTo { width:12.5rem;height:1.70605625rem;top:169.80322265625rem;left:3.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Oe0nPqxZfJKlKk4kBQ7SaolgGJ0S5g { width:16.5625rem;height:8.5rem;top:177.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FowLbzktFJfH6E0DCpic3AU5g5SI526C { width:14.375rem;height:14.875rem;top:154.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhbAoJUxZaQGaMhsADpovP1Ie6p5SC3g { width:16.5625rem;height:8.125rem;top:195.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS3BDeS5rb132kHtGnHk3WdOi5boHnzP { width:16.5625rem;height:7.8125rem;top:224.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVb0b0FL9qDilolvS6BThp7IboJtSuS { width:18.5rem;height:15.5625rem;top:220.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILqobMigeGpP1p2gC08nHddTKWEoSpTf { width:12.5rem;height:1.70605625rem;top:232.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7aUCUdTqItyFWeiBxlSgwZZODRrLQXk { width:11.5rem;height:1.6875rem;top:221.44677734375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCokFSXovlkWoxQ3uOEwOzt6wXhUWTU { width:18.4375rem;height:15.4375rem;top:237.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVKbp08IWtM4GquGRoFmNqkDSgFXlO7 { width:12.5rem;height:1.70605625rem;top:249.8125rem;left:3.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTeAqnPCTH2IknwH0UAG1VP9Lwnn48H { width:16.5625rem;height:8.5rem;top:241.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy3TbtN2LTRfTz3sHyJszR8EEZDbLQqV { width:11.5rem;height:1.6875rem;top:238.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9doaoqPs3XnVFyp7FiJI5NJC0vn0imG { width:18.5625rem;height:11.0625rem;top:207.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgxXNal44gni0zhKwLwERDAMsX3mbz0C { width:16.5625rem;height:3.6875rem;top:211.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2za8JJ84iV0FLWs9XQZ81MrkcRZpGs5 { width:11.5rem;height:1.6875rem;top:209.1875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtg2CAcS2AnXhXVVOuiDv5k1iokhc4Q { width:12.5rem;height:1.70605625rem;top:216.0810546875rem;left:3.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B { background-color:#9bc4a2;background-image:url("https://images.assets-landingi.com/uc/1d485fc9-0a86-4169-b9e2-96e4d0417b97/BannerLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.adaptive-delivery-prevent-bg, #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.lazyload, #QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B.lazyloading { background-image: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { background-color: transparent; background-image: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container > .video-iframe-container { display: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row > .video-iframe-container { display: none; }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .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); }#QQwNnPwyFtVKLUe1b4EXxTdxQkUXBm5B > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi7wl2PGpxR0Iv0cSTvfaD9O1bmJh9uA { width:17.9985625rem;height:2.84375rem;top:2.55908203125rem;left:1.00048828125rem;font-size:2.1875rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE31ma9ohM2Z9V8y6Q5tbsaxZ1rkQO2Q { width:16.3125rem;height:2.875rem;top:40.1875rem;left:1.84375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OyDcLUrkStq00nSuZeUATdvgeboXb2SJ { display:block; }
 }@media only screen and (max-width: 763px) { #WMES3R7sokSXtSu96hMmETFMGlamyvC7 { width:10.3735625rem;height:5.76855625rem;top:34.0439453125rem;left:4.81298828125rem;font-size:4.4375rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7vJXsvWHeKIIZa28UnlSVQp2cqXKbNB { width:16.625rem;height:1.05615rem;top:43.625rem;left:1.6875rem;font-size:0.8125rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zptkA9acmFkB5ByiI0ugATpl4VBOvLZE { width:20rem;height:42.5625rem;top:6.39794921875rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x382hDSd2etBDLITkyB8KTq1WsKmPgCL { width:10.375rem;height:2.4375rem;top:20.9375rem;left:4.8125rem;font-size:1.875rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPsTrvZenUXMstW6G6OTHmOuPkqfouAc { width:16.3125rem;height:4.14258125rem;top:29.44775390625rem;left:1.84375rem;font-size:1.0625rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqlDty037Qgngcmc2tWIb59hJMwKF7vH { width:15.875rem;height:1.125rem;top:19.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey3wz5Nf8KakoHhhbpmX2TqdbrzQTyRu { width:20rem;height:3.9375rem;top:15.5rem;left:0rem;font-size:2.8125rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPXSf8Dyrhh7RwXtKftxgZm7iLHd7htA { width:15.4375rem;height:2.8125rem;top:15.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2yitMQaBo1RZvG8tZM6uS5zUHZMFLJ1 { width:17.3125rem;height:4.5rem;top:7.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZAr7lI36nsHOKbOVP6onVafeflvOW6 { width:10.375rem;height:2.4375rem;top:12.125rem;left:4.8125rem;font-size:1.875rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwOXGUtNtw4ZseJCdB3uW37zwog8myey { width:10.375rem;height:2.92480625rem;top:26.52294921875rem;left:4.8125rem;font-size:2.25rem;color:#e5681b;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXEuNyxhU4C27NQsTzpet1MieLwlQ9nd { width:20rem;height:1.3808625rem;top:25.2041015625rem;left:0rem;font-size:1.0625rem;color:#ffffff;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXvelndnfCpMpL0M3PNfHassUq9Kix8y { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c1c2157f-6999-482d-acb3-179ad3616873/Semnome1080x1920px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y.adaptive-delivery-prevent-bg, #zXvelndnfCpMpL0M3PNfHassUq9Kix8y.lazyload, #zXvelndnfCpMpL0M3PNfHassUq9Kix8y.lazyloading { background-image: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { background-color: transparent; background-image: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container > .video-iframe-container { display: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row > .video-iframe-container { display: none; }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .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); }#zXvelndnfCpMpL0M3PNfHassUq9Kix8y > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTPEtSdK3dRZST1Avgu4yJDEgTycgOIc { width:20rem;height:1.625rem;top:11.6845703125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#526b57;display:block; }
 }@media only screen and (max-width: 763px) { #UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT { width:18.875rem;height:33.3125rem;top:14.2421875rem;left:0rem;font-size:0.9375rem;z-index:15004;display:block; }#UenMx9xciFZvF6pzd2Cd5qnR2XoPmIGT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c8ef522-62c6-4e0e-84d0-c4df483b8b1a/ICONE_MAO5.webp); }
 }@media only screen and (max-width: 763px) { #IoyQz4UTgTlaexLVCybPUkqH3Jwu7Lxb { width:17.75rem;height:9.75rem;top:1.9970703125rem;left:0rem;font-size:1.875rem;z-index:15004;color:#2e3530;display:block; }
 }@media only screen and (max-width: 763px) { #XqFAdfssVmi9IETlvdS84FtCzC3O58t9 { background-color:#2e3530;background-image:none;display:block; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { background-color: transparent; background-image: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container > .video-iframe-container { display: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row > .video-iframe-container { display: none; }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .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); }#XqFAdfssVmi9IETlvdS84FtCzC3O58t9 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCzeunwEMAaeZNWVHtMLhBvdK35PbJE3 { width:19.99975rem;height:2.1127125rem;top:0.5615234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ { background-color:#2e3530;background-image:none;display:block; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { background-color: transparent; background-image: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container > .video-iframe-container { display: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row > .video-iframe-container { display: none; }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .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); }#CS0DdZnm49Ox1hDnm8CwZNKL0TSMQQiQ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }