.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:246,220,222;--color-primary-1:244,116,122;--color-primary-2:209,81,89;--color-primary-3:213,20,29;--color-primary-4:207,19,28;--color-secondary-0:226,238,245;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:31,96,149;--color-secondary-4:19,29,51;--color-tertiary-0:255,255,255;--color-tertiary-1:168,176,184;--color-tertiary-2:110,123,136;--color-tertiary-3:66,74,82;--color-tertiary-4:13,35,57;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { background-color: transparent; background-image: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container { display: none; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .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); }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { border-width: 0; border-radius: 0; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#V3g3qEdTqOcvghFrItL2Gg0mup090GyS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13.3125rem;top:1.75rem;left:2.59375rem;overflow:hidden;display:block; }
#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/431cd181-76f3-4988-8f90-cdaaf204f4ae/MaskGroup5516.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.adaptive-delivery-prevent-bg, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyload, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyloading { background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { border-width: 0; border-radius: 0; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#WMLPBiAaOtbrs69fT6X4VHQ7WAIH1knp { position:absolute;z-index:15009;top:21.625rem;left:2.625rem;width:37.5625rem;height:13.8125rem;display:block; }
#RuBBJ80GNL7Tq98cfJuhLJA6PbK9S0ie { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.0625rem;width:42.8125rem;top:4.1875rem;left:0rem;display:block; }
#TGwrBBtysirrtXzSetH8hNiGC5lFUJaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0.65625rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bMVvXD1oeb53Mmh4dcrai5us1QSH2uxX { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.7708339691163rem;left:2.53125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTzoXONIyBnvTNXVoyoobMLxJ8BxFDxZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:13.75rem;top:15.0625rem;left:14.53125rem;display:block; }
#fbTADcBuLLn5wlbEtp823I3ibGkaAEHe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.65625rem;left:14.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VB6OEsafZbFtRKFAwWFmy77TUUJA27Ue { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:23.75rem;top:6.1875rem;left:46.819011688233rem;overflow:hidden;display:block; }
#tLnRy1r7DqGoLCd9daBNfurtKheLgxiO { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USH3UOoU3TyPm8pPGmTwxOyHlAORhc2a { background-color:#5d92ff;background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FmfrpKDhtTD4w0OG7UsxzeUS0FK1QTW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtEA3cTClozw5itPVW4yk7MUmClUk3VE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9fa;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; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container { background-color: transparent; background-image: none; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container > .video-iframe-container { display: none; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row > .video-iframe-container { display: none; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .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); }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container { border-width: 0; border-radius: 0; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#X7FTr26oE9bLuze7y73pKCv1TcfcN62i { color:#1e3d6f;display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1848964691162rem;left:7.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qhamZMVIhqvteGGNRrI3BNhke3ZsWU3f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:27.125rem;top:17.34375rem;left:45.5rem;overflow:hidden;display:block; }
#gCmIhk5k9e5CV8QTlPl3I9DJohJA97ND { color:#1e3d6f;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:2.25rem;height:2.03125rem;font-style:normal;display:block; }
#xPwzHW65T4enXhEfWEzpURN2wv5RpOdP { color:#1e3d6f;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.8125rem;height:25.471375rem;overflow:hidden;display:block; }#xPwzHW65T4enXhEfWEzpURN2wv5RpOdP li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xPwzHW65T4enXhEfWEzpURN2wv5RpOdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ef847fef-14f3-42ba-9b36-59fe0a4faccd/check.png); }
#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container { background-color: transparent; background-image: none; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container > .video-iframe-container { display: none; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row > .video-iframe-container { display: none; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .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); }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container { border-width: 0; border-radius: 0; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#wyklv2JBlszHXz6uTVSXcSaBmx0CdLpD { color:#f1f1f1;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:33.500003814698rem;height:2.03125rem;font-style:normal;display:block; }
#T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD { color:#f1f1f1;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:32.750003814698rem;height:24.4921875rem;display:block; }#T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD li:before{  }
#yoKTFLrOHOOfL7MnQuCmpXsFZ0AAaCaI { background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.5625rem;left:9.80859375rem;display:block; }
#FWn2nhTMT3P7sZCxuUgsKUZybsETI1Og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekIg925mfGOZk2f1Dbeka1p8sD9ZfLH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.875rem;left:27.808597564698rem; }
#QILBv2IK7NgPCouh3IGWTcINndg93e1r { position:absolute;display:block;z-index:15015;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:22.375rem;width:15.3125rem;top:2.875rem;left:8.08984375rem;overflow:hidden;display:block; }
#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container { background-color: transparent; background-image: none; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container > .video-iframe-container { display: none; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row > .video-iframe-container { display: none; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .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); }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container { border-width: 0; border-radius: 0; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container { font-size:0.875rem;font-family:"open sans";height:50.125rem;width:75rem;position:relative;display:block; }#ldVrvAF0hoPQnBEpMsccGMbCF2u6W3VH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.125rem;width:41.5625rem;top:5rem;left:33.4375rem;display:block; }
#s2kX5zHTtrvy4BWIyalrQiCTbX9zqX9G { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1875rem;left:33.5rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOb1erQIeSeNnRhiTX8Amkat66HIm9ky { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(40deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:13.75rem;top:16.3125rem;left:47.375rem;display:block; }
#wP4CXA9OWIpTDSGMzwSirr7McAHVKXee { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.9375rem;left:47.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpPzaCFcFQeEwBG3sVRFlVsCW91RDbFw { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f13RWp6Zz2CJGJAxAw1NEdAgI8CzufEi { position:absolute;z-index:15016;top:23.9375rem;left:35.4375rem;width:37.5625rem;height:13.8125rem;display:block; }
#eKoQqHrAO4rw7kX7dVMdhAz3sD28rViI { color:#1e3d6f;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5rem;left:1.625rem;height:6.82425rem;font-style:normal;display:block; }
#Nt7LvwkgWlXnbXlztS7JMvi4sq2xVqur { color:#1e3d6f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.625rem;height:12.99479375rem;display:block; }
#nKIsNa0EakHazp7FCcwGLzs9xLAAOG6F { 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:13rem;width:26.6875rem;top:31.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#NXTI4XstcoD234V6CiuMITd2FfTMkoxV { color:#a00000;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0.8125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 { position:relative;display:block; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 { background-color: transparent; background-image: none; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row .container > .video-iframe-container { display: none; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row > .video-iframe-container { display: none; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .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); }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 { border-width: 0; border-radius: 0; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .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; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row .container { border-top:0.3125rem solid #1e3d6f;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13rem;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; }#XgDHzM1bkhNgi6qIJFgAxEFlpiGAKfeM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14rem;top:5.4375rem;left:4.53125rem;overflow:hidden;display:block; }
#ZTudgo0TJ0Ao9iMr34r3GAybXlTwDgvO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.244140625rem;left:25.21875rem;height:1.13671875rem;display:block; }
#zTZqPD2KpNce5VQNJpcyIUcPBkKQOTZL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.244140625rem;left:39.53125rem;height:1.13671875rem;display:block; }
#ANNNhiqdWdwV5iIgAGhmTzI3vDm4Wd8I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.244140625rem;left:44.28125rem;height:1.13671875rem;display:block; }
#gnzIRTt3mo77vpkxdbqWOpJlIZHnnx3T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.244140625rem;left:50.78125rem;height:1.13671875rem;display:block; }
#oSIq6zhel1Q5msShg92qbgQcfc9E6ySV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:1.875rem;top:5.875rem;left:64.21875rem;overflow:hidden;display:block; }
#FMDWUlBnB5XksMnlc2EExerpl6L40ENB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.875rem;left:67.78125rem;overflow:hidden;display:block; }
#NRto81lBdXXUPhFQW19C82TgMa1RbIeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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:none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { border-width: 0; border-radius: 0; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { font-size:0.875rem;font-family:rubik;height:16.4375rem;width:75rem;position:relative;display:none; }#vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { position:absolute;display:block;z-index:15010;height:11.25rem;width:35.75rem;top:3.78125rem;left:19.625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V3g3qEdTqOcvghFrItL2Gg0mup090GyS { width:13.3125rem;height:2.625rem;top:1.75rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50cfefe4-d2d7-42fc-8517-58898d24d8ef/MaskGroup55182x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.adaptive-delivery-prevent-bg, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyload, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyloading { background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { width:47.75rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WMLPBiAaOtbrs69fT6X4VHQ7WAIH1knp { width:45rem;height:13.8125rem;top:7.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RuBBJ80GNL7Tq98cfJuhLJA6PbK9S0ie { width:42.8125rem;height:42.0625rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TGwrBBtysirrtXzSetH8hNiGC5lFUJaQ { width:41.5rem;height:2.2747375rem;top:7.4375rem;left:3.125rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #bMVvXD1oeb53Mmh4dcrai5us1QSH2uxX { width:41.5rem;height:3.8984375rem;top:11.1875rem;left:3.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #QTzoXONIyBnvTNXVoyoobMLxJ8BxFDxZ { width:13.75rem;height:2.8125rem;top:1.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbTADcBuLLn5wlbEtp823I3ibGkaAEHe { width:13.625rem;height:1.625rem;top:1.78125rem;left:17.062499582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VB6OEsafZbFtRKFAwWFmy77TUUJA27Ue { width:13.875rem;height:20.1875rem;top:17.333341598511rem;left:16.937501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLnRy1r7DqGoLCd9daBNfurtKheLgxiO { width:41.5rem;height:1.625rem;top:5rem;left:3.1250000596046rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #USH3UOoU3TyPm8pPGmTwxOyHlAORhc2a { top:41.312507629394rem;left:17.375001266599rem;width:13rem;height:3.3125rem;z-index:15015;background-color:#cf131c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #FmfrpKDhtTD4w0OG7UsxzeUS0FK1QTW0 { display:block; }
 }@media only screen and (max-width: 1199px) { #RtEA3cTClozw5itPVW4yk7MUmClUk3VE { display:block; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container { width:47.75rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X7FTr26oE9bLuze7y73pKCv1TcfcN62i { width:47.75rem;height:5.60546875rem;top:4.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhamZMVIhqvteGGNRrI3BNhke3ZsWU3f { width:18.8736875rem;height:15.6861875rem;top:22.052083969116rem;left:28.877604797483rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCmIhk5k9e5CV8QTlPl3I9DJohJA97ND { width:31.3736875rem;height:1.7871125rem;top:12.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xPwzHW65T4enXhEfWEzpURN2wv5RpOdP { width:29.7486875rem;height:25.7916875rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }#xPwzHW65T4enXhEfWEzpURN2wv5RpOdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ef847fef-14f3-42ba-9b36-59fe0a4faccd/check.png); }
 }@media only screen and (max-width: 1199px) { #W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR { display:block; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wyklv2JBlszHXz6uTVSXcSaBmx0CdLpD { width:31.125rem;height:1.8684875rem;top:1.9309902191162rem;left:8.3125003129244rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD { width:32.1875rem;height:25.7916875rem;top:5.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD li:before{  }
 }@media only screen and (max-width: 1199px) { #yoKTFLrOHOOfL7MnQuCmpXsFZ0AAaCaI { width:10.4986875rem;height:2.5612rem;top:33.625rem;left:17.997395828366rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWn2nhTMT3P7sZCxuUgsKUZybsETI1Og { display:block; }
 }@media only screen and (max-width: 1199px) { #ekIg925mfGOZk2f1Dbeka1p8sD9ZfLH0 { width:5.686525rem;height:5.686525rem;top:1.0830078125rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QILBv2IK7NgPCouh3IGWTcINndg93e1r { width:13.875rem;height:20.1875rem;top:6.7682304382325rem;left:31.957032516599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn { display:block; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container { width:47.75rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ldVrvAF0hoPQnBEpMsccGMbCF2u6W3VH { width:42.8125rem;height:40.875rem;top:32.875rem;left:2.4687500745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2kX5zHTtrvy4BWIyalrQiCTbX9zqX9G { width:41.5rem;height:6.82425rem;top:33.625rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOb1erQIeSeNnRhiTX8Amkat66HIm9ky { width:13.75rem;height:2.8125rem;top:41.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wP4CXA9OWIpTDSGMzwSirr7McAHVKXee { width:13.625rem;height:1.625rem;top:42.375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpPzaCFcFQeEwBG3sVRFlVsCW91RDbFw { width:41.5rem;height:1.625rem;top:45.5rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f13RWp6Zz2CJGJAxAw1NEdAgI8CzufEi { width:40.5625rem;height:13.8125rem;top:48.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKoQqHrAO4rw7kX7dVMdhAz3sD28rViI { width:43.125rem;height:4.38541875rem;top:1.6848964691162rem;left:2.4687500745058rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Nt7LvwkgWlXnbXlztS7JMvi4sq2xVqur { width:43.6875rem;height:8.53125rem;top:7.9375rem;left:2.0312500745058rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nKIsNa0EakHazp7FCcwGLzs9xLAAOG6F { width:18.25rem;height:8.8125rem;top:22.9375rem;left:14.750000312924rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXTI4XstcoD234V6CiuMITd2FfTMkoxV { width:31.25rem;height:2.5996125rem;top:19.5rem;left:8.2500003129244rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 { display:block; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XgDHzM1bkhNgi6qIJFgAxEFlpiGAKfeM { width:14rem;height:2.75rem;top:1.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTudgo0TJ0Ao9iMr34r3GAybXlTwDgvO { width:12.5rem;height:1.13671875rem;top:5.931640625rem;left:17.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zTZqPD2KpNce5VQNJpcyIUcPBkKQOTZL { width:12.5rem;height:1.13671875rem;top:7.55078125rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANNNhiqdWdwV5iIgAGhmTzI3vDm4Wd8I { width:12.5rem;height:1.13671875rem;top:7.55078125rem;left:22.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnzIRTt3mo77vpkxdbqWOpJlIZHnnx3T { width:12.5rem;height:1.13671875rem;top:9.75rem;left:17.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #oSIq6zhel1Q5msShg92qbgQcfc9E6ySV { width:1.875rem;height:;top:12.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMDWUlBnB5XksMnlc2EExerpl6L40ENB { width:1.875rem;height:1.875rem;top:12.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:47.75rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:31.4355625rem;height:11.25rem;top:1.25rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl { position:relative;z-index:auto;display:block; }#RSd2Ua0LR9mivPRrAJG1cv5gPh8ZiDdl > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3g3qEdTqOcvghFrItL2Gg0mup090GyS { width:13.3125rem;height:2.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50cfefe4-d2d7-42fc-8517-58898d24d8ef/MaskGroup55182x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.adaptive-delivery-prevent-bg, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyload, #I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO.lazyloading { background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { background-color: transparent; background-image: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row > .video-iframe-container { display: none; }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .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); }#I1yvHNnyDvkz8T3yfMNdZyGAsKlf0TpO > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMLPBiAaOtbrs69fT6X4VHQ7WAIH1knp { width:20rem;height:13.8125rem;top:6.40625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuBBJ80GNL7Tq98cfJuhLJA6PbK9S0ie { width:20rem;height:42.0625rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGwrBBtysirrtXzSetH8hNiGC5lFUJaQ { width:20rem;height:3.25rem;top:8.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMVvXD1oeb53Mmh4dcrai5us1QSH2uxX { width:20rem;height:4.38671875rem;top:13.59375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTzoXONIyBnvTNXVoyoobMLxJ8BxFDxZ { width:13.75rem;height:2.8125rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbTADcBuLLn5wlbEtp823I3ibGkaAEHe { width:13.625rem;height:1.625rem;top:1.8125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB6OEsafZbFtRKFAwWFmy77TUUJA27Ue { width:13.375rem;height:19.375rem;top:18.333349227905rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLnRy1r7DqGoLCd9daBNfurtKheLgxiO { width:20rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USH3UOoU3TyPm8pPGmTwxOyHlAORhc2a { width:11.749125rem;height:2.99913125rem;top:37.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmfrpKDhtTD4w0OG7UsxzeUS0FK1QTW0 { display:block; }
 }@media only screen and (max-width: 763px) { #RtEA3cTClozw5itPVW4yk7MUmClUk3VE { display:block; }#RtEA3cTClozw5itPVW4yk7MUmClUk3VE > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7FTr26oE9bLuze7y73pKCv1TcfcN62i { width:20rem;height:8.125rem;top:1.0091152191162rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhamZMVIhqvteGGNRrI3BNhke3ZsWU3f { width:15.3125rem;height:12.6861875rem;top:50.1875rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmIhk5k9e5CV8QTlPl3I9DJohJA97ND { width:18.75rem;height:1.3808625rem;top:11.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPwzHW65T4enXhEfWEzpURN2wv5RpOdP { width:18.8736875rem;height:33.03125rem;top:14.625rem;left:0.55989581346512rem;font-size:0.9375rem;display:block; }#xPwzHW65T4enXhEfWEzpURN2wv5RpOdP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ef847fef-14f3-42ba-9b36-59fe0a4faccd/check.png); }
 }@media only screen and (max-width: 763px) { #W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR { display:block; }#W3piKrrmBuVFIdn1b5MibQB6Tw5QkXUR > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyklv2JBlszHXz6uTVSXcSaBmx0CdLpD { width:20rem;height:1.21875rem;top:1.05078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD { width:18.875rem;height:36.828125rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }#T1e5hpRDPAQV8gHNlmqT2LkLWia1WvtD li:before{  }
 }@media only screen and (max-width: 763px) { #yoKTFLrOHOOfL7MnQuCmpXsFZ0AAaCaI { width:10.497375rem;height:2.5612rem;top:59.147137880326rem;left:4.7513020634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWn2nhTMT3P7sZCxuUgsKUZybsETI1Og { display:block; }
 }@media only screen and (max-width: 763px) { #ekIg925mfGOZk2f1Dbeka1p8sD9ZfLH0 { display:flex;width:2.686525rem;height:2.686525rem;top:2.1875rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #QILBv2IK7NgPCouh3IGWTcINndg93e1r { width:10.0625rem;height:14.75rem;top:41.187501192093rem;left:4.9687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn { display:block; }#q1tGse7TPK30Dmy2MLaezyy6Hybp1TMn > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldVrvAF0hoPQnBEpMsccGMbCF2u6W3VH { width:20rem;height:42.0625rem;top:37.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2kX5zHTtrvy4BWIyalrQiCTbX9zqX9G { width:19.5rem;height:6.5rem;top:38.662109375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOb1erQIeSeNnRhiTX8Amkat66HIm9ky { width:13.75rem;height:2.8125rem;top:48.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP4CXA9OWIpTDSGMzwSirr7McAHVKXee { width:13.625rem;height:1.625rem;top:48.6875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpPzaCFcFQeEwBG3sVRFlVsCW91RDbFw { width:20rem;height:1.625rem;top:52rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13RWp6Zz2CJGJAxAw1NEdAgI8CzufEi { width:20rem;height:13.8125rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKoQqHrAO4rw7kX7dVMdhAz3sD28rViI { width:20rem;height:5.1181625rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt7LvwkgWlXnbXlztS7JMvi4sq2xVqur { width:16.0625rem;height:14.77734375rem;top:8.5625rem;left:1.9687500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKIsNa0EakHazp7FCcwGLzs9xLAAOG6F { width:16.3125rem;height:7.875rem;top:28.623699188233rem;left:1.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTI4XstcoD234V6CiuMITd2FfTMkoxV { width:20rem;height:3.41015625rem;top:24.598958969116rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 { display:block; }#xKhJ9vFokhg8vzWVNtgnyDJEWclDqcX5 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgDHzM1bkhNgi6qIJFgAxEFlpiGAKfeM { width:14rem;height:2.75rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTudgo0TJ0Ao9iMr34r3GAybXlTwDgvO { width:12.5rem;height:1.13671875rem;top:5.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZqPD2KpNce5VQNJpcyIUcPBkKQOTZL { width:12.5rem;height:1.13671875rem;top:7.63671875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANNNhiqdWdwV5iIgAGhmTzI3vDm4Wd8I { width:12.5rem;height:1.13671875rem;top:10.0234375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnzIRTt3mo77vpkxdbqWOpJlIZHnnx3T { width:12.5rem;height:1.13671875rem;top:12.41015625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSIq6zhel1Q5msShg92qbgQcfc9E6ySV { width:1.875rem;height:1.875rem;top:14.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDWUlBnB5XksMnlc2EExerpl6L40ENB { width:1.875rem;height:1.875rem;top:14.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:20rem;height:11.25rem;top:4.1875rem;left:0rem;display:block; }
 }