.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:219,240,219;--color-primary-1:136,205,137;--color-primary-2:16,154,18;--color-primary-3:8,77,9;--color-primary-4:2,23,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:200,166,207;--color-tertiary-2:163,106,175;--color-tertiary-3:148,95,139;--color-tertiary-4:101,7,121;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce { position:relative;display:none; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce { border-width: 0; border-radius: 0; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .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; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container { 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/8204f8c6-7e0e-41b0-9165-f2d2cbb9cc06/Downloadpremiumpsd_imageofGlowingneonframeonadarkredbackgroundbyBusbusaboutmaroonbackgroundburgundymaroonburgundybackgroundandredneon2444380.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container.adaptive-delivery-prevent-bg, #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container.lazyload, #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container.lazyloading { background-image: none; }#Kr1fbugrA9nTVd4a49eAR20TT8LDBxSI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.311rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.499133110046rem;left:45.249566078186rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8JP0LI6hkeHdAg9F0xyJEm2PvIB7yPy { color:rgba(var(--color-tertiary-0),1);display:block;width:7.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.061849594116rem;left:36.311848640442rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4bWiO9Pw747OTRoQvunTpEXKwCZD2y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.7471790313719rem;left:32.533638954162rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yceR9VF5xGIQlVZE1lD0Isk2G2vJPxJG { color:rgba(190,130,21,0.8);display:block;width:24.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.7052955627441rem;left:32.502171516419rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbpUDAMkIsMoVt8d4W9o4mPTykav34Nd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4565973281861rem;left:33.378907203674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEv4qSc8JRxMUJzDG7VctxuyISaIg2vz { position:absolute;display:block;z-index:15002;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:6.625rem;width:6.625rem;top:0.769314289093rem;left:26.498700141907rem;overflow:hidden;display:block; }
#Ihwv5eX9G4VMF5BWbQ4rAEB8BucTQL05 { position:absolute;display:block;z-index:15190;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:6.875rem;width:20rem;top:31.124133110046rem;left:5.5598945617676rem;overflow:hidden;display:block; }
#NR30beDD1ZR5wTAiXhmHI1NMNtsgTb2d { position:absolute;display:block;z-index:15191;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.68706875rem;width:13.8748125rem;top:26.875rem;left:8.625rem;overflow:hidden;display:block; }
#StG1cyQWK44BgWFbDN01fboywsVKzsBX { position:absolute;display:block;z-index:15189;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:11.4995625rem;width:12.999125rem;top:6.37478351593rem;left:2.6241321563721rem;overflow:hidden;display:block; }
#uWvk4P5TDicM3UXksQHxbOW2Eh6WuSPQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:6.2500004768369rem;left:15.562500953674rem;overflow:hidden;display:block; }
#UPci56wrOKleryoUeg3PNJoaknvlFayD { 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:2.56185rem;width:8.3105625rem;top:37.999133110046rem;left:11.401908874512rem;overflow:hidden;display:block; }
#Cse0IHyJvHTPd3vn0ADJxXJR7yrGsBRp { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.723308563233rem;left:32.696400642395rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKHwSVBlmgKaHKuh1lKnJ92gilzHwvTZ { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#33be50;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.33157rem;height:3.83116375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.427519798279rem;left:6.8956165313719rem;display:block; }
#BCAg5dQk0qJPTxnavxnF2hFPrpACqWlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWyXdFDeOwXNPkxT4BtmWpJs0nHpbGJb { box-sizing:content-box;color:#6c3a84;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:168.6875rem;left:38.4375rem;display:none; }
#dyiVJ94HbQdRcfBMR6iKn5T2OkfMGvmF { position:absolute;display:block;z-index:15189;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.8125rem;width:15.1875rem;top:26.8125rem;left:8rem;overflow:hidden;display:block; }
#bvbzeePBH9n8Tx2TLC5Z52kKCkpRqqZV { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:22.343751907349rem;left:32.533638954162rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt { position:relative;display:block; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt { background-color: transparent; background-image: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container > .video-iframe-container { display: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row > .video-iframe-container { display: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .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); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt { border-width: 0; border-radius: 0; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .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; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:12.0625rem;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; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container.adaptive-delivery-prevent-bg, #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container.lazyload, #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container.lazyloading { background-image: none; }#gJXTm6vUNzm3TLdL45zlIwIryzxylO7i { 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:9rem;width:33.3125rem;top:1.625rem;left:20.843751907349rem;overflow:hidden;display:block; }
#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { position:relative;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { background-color: transparent; background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .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); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { border-width: 0; border-radius: 0; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .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; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.adaptive-delivery-prevent-bg, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.lazyload, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.lazyloading { background-image: none; }#qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.97006797790525rem;left:26.937501907349rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.83203125rem;left:26.250001907349rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:8.9375rem;left:54.5625rem;overflow:hidden;display:block; }
#bTMeAnSnRcwo1ZamWny5lvkSlTz0WKzv { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:51.1875rem;left:27.468751907349rem;display:block; }
#v55BT2sNFMdD8xHHBgqLhGlQIXrflqhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tB7weN5oNszvLurmtUQiXgtOldpTIIv4 { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.875rem;left:27.468751907349rem;display:none; }
#ayvNtH9FH0i2PfpdqJ3vckWio6sx1OvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRHLZg8XV8BuTlJW19augNrFh31phRC5 { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.875rem;left:27.468751907349rem;display:none; }
#rwvRTQVETAGSTNJcDwwPAUcm47LaiXAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.0974125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmqQKiHBTeaqQlXnOoIHVdTi0JV6aAif { color:#ba0484;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:37.875rem;left:28.437501907349rem;height:7.316875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QdJEdE4ZLGwbGnAgCw2wdQkf8uV92Ucm { color:#ba0484;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:37.875rem;left:2.6875rem;height:10.9753125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VC74W1mR7imTITJw49pGGNlbhEwciWXH { color:#ba0484;display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:24.951823234558rem;left:1.90625rem;height:10.9753125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MS3ovse6sCXgTv1erMyrV4V1JLoTRkDz { color:#ba0484;display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:24.950522422791rem;left:27.812501907349rem;height:7.316875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zVpiLAGogTK8roL3tinHb59QqdQ5kC5R { color:#be8215;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.373697519302rem;left:2.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icn5ZALQ4SMaObm3QJwT2veH30rdC0FK { color:#be8215;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:20.373697519302rem;left:26.937501907349rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SggNobuya7w4VlRqp7mSOny92pOaSvdy { position:absolute;display:block;z-index:15038;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:9.25rem;width:9.125rem;top:10.5rem;left:7rem;overflow:hidden;display:block; }
#vd3bJ0mUhpamymS7GouiI7uf1iQ6CpDS { 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:11.125rem;width:7.9375rem;top:8.4375rem;left:32.3125rem;overflow:hidden;display:block; }
#aL6Z9GLdg7qvIfJlA48JzmEKRRsUBhzx { position:absolute;display:block;z-index:15035;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:9.25rem;width:9.125rem;top:10.5rem;left:31.25rem;overflow:hidden;display:block; }
#vLwWCLirOhoemMTZsW47xvRQPCWnwB5J { position:absolute;display:block;z-index:15051;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:11.75rem;width:7.3125rem;top:7.4375rem;left:7.875rem;overflow:hidden;display:block; }
#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 { position:relative;display:block; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 { background-color: transparent; background-image: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container > .video-iframe-container { display: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row > .video-iframe-container { display: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .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); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 { border-width: 0; border-radius: 0; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .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; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:97.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container.adaptive-delivery-prevent-bg, #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container.lazyload, #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container.lazyloading { background-image: none; }#oIMoZdAAJPkiDEuHXnXEIvm1ZKdtRheA { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:93.1875rem;left:27.3125rem;display:block; }
#MswOTsBRVD70HlR33UM0pTz7g9C05ArJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVOrv8lxOmehUcDnaAl1QzlDBeUQTtww { color:#be8215;display:block;width:16.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:52.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSN9mP2Z8r2XwSqnZIbiZm10Kozqa6sC { 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:9.25rem;width:9.125rem;top:4rem;left:56rem;overflow:hidden;display:block; }
#nhIUksrmnosI1iDyR0COeKQq23n2otgH { position:absolute;display:block;z-index:15031;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:11.25rem;width:11.75rem;top:1.375rem;left:54.6875rem;overflow:hidden;display:block; }
#w6EmvVnWkp0f8z9k0D6IbtDrf9UHQrwd { color:#be8215;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.125rem;left:33.6875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ8h8Tk943Jf56Lu8QfU6WyKHWmJlm4y { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.0625rem;top:2.125rem;left:37.125rem;overflow:hidden;display:block; }
#bIZW2Wk4TnFyE6y2H0sKVTodh2kOWlJ8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.3125rem;top:1.5rem;left:37.6875rem;overflow:hidden;display:block; }
#KKzvzWO9id5K1Lvi0bqkTVi7q6PKzzUb { position:absolute;display:block;z-index:15038;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:9.25rem;width:9.125rem;top:3.125rem;left:10.3125rem;overflow:hidden;display:block; }
#UJmsbVcMlIvVgd1vft0PI4Ou0WZ7VddB { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.0625rem;left:6.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoHggrvmDDVRR4IcsMxdgoG0TGx9sZ7I { color:#ba0484;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:19.812500953674rem;left:7.40625rem;height:6.0974125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EiFKHgXATMtxwvE09WfI7tsvVBvZ2xNQ { color:#ba0484;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:30.770834922791rem;left:8.4375rem;height:10.9753125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yu5HOBC7qO4UtO3cX1cM8OdZgccoyOCB { color:#ba0484;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:31.833338737488rem;left:37.125001907349rem;height:12.1948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xmDlixV2fVk00qvplqKq6U8WOs5PMJux { color:#ba0484;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:19.8125rem;left:34.125rem;height:7.316875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gr86T0sJw0cMgSvfAEI8wD6rxB9GIXrb { color:#ba0484;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:81.5rem;left:0.8125rem;height:8.536375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vcW9e4LrQqrZhPVzTX6IOeT800QU1Ut7 { color:#ba0484;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15067;line-height:1.5;letter-spacing:0;top:69.375rem;left:0.6875rem;height:9.755875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GJwV2UNkqHGG5PyhrwCAuylUf1CMRZto { color:#ba0484;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:19.8125rem;left:51.25rem;height:9.755875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M6ApK71CDSWvXWeqsuykvelaWOncJQbk { color:#be8215;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:64.75rem;left:1.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMutG8k6gdP78zJxLnR220Xw8AhsnkgM { position:absolute;display:block;z-index:15035;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:9.25rem;width:9.125rem;top:53.9375rem;left:4.125rem;overflow:hidden;display:block; }
#UqhzAmrsQ6DMP9fuBuTM347UVtD2npE2 { 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:11.5625rem;width:8.125rem;top:51.0625rem;left:4.6875rem;overflow:hidden;display:block; }
#WJEH3gfB6eD1Xv0B8734qqJFHukUMfWF { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.311198711395rem;left:27.468751907349rem;display:block; }
#wIiyssmXGO7fIyXQ4tlWvZzqQ5O1Oa0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgPciMAcMwQR77A8ap5SX3we0uWatzo5 { color:#ba0484;display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15088;line-height:1.5;letter-spacing:0;top:81.5rem;left:47.4375rem;height:10.9753125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F45IfqbbWMqCDgrnfzda8aUpcvOATNEQ { color:#ba0484;display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15087;line-height:1.5;letter-spacing:0;top:81.5rem;left:21.4375rem;height:3.65845rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OpTeKS232valGh3AgtKE66qpmXT6KFZn { color:#ba0484;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15086;line-height:1.5;letter-spacing:0;top:69.375rem;left:21.8125rem;height:7.316875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hnu2kUNVu2cIfE1BrOou9JlhUDby9H40 { color:#ba0484;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15087;line-height:1.5;letter-spacing:0;top:69.375rem;left:48.5625rem;height:9.755875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gm1TQPmD8O8G3SHrnWpt8K7KfHR7Ryb1 { color:#be8215;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:65.319005966188rem;left:53.309900283814rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dETHc2q1halSCufCqlOMb8LSPCZCXOqO { color:#be8215;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:64.75rem;left:22.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwBFZEHJiQ3zJxdhki2AmWoN10xQa4ab { position:absolute;display:block;z-index:15055;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:9.25rem;width:9.125rem;top:53.5rem;left:24.9375rem;overflow:hidden;display:block; }
#VAWgC29wAn4l1zTGD9n8R5L7GeKGHzhk { position:absolute;display:block;z-index:15055;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:9.25rem;width:9.125rem;top:54rem;left:57.1875rem;overflow:hidden;display:block; }
#SZKsJzaEMuNt5a7LUiD7tEFgLqpoRCU6 { 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:11.375rem;width:8.25rem;top:50.9375rem;left:25.9375rem;overflow:hidden;display:block; }
#Or0ZgcbfUTpOTaztl185kixgwgEt8rlV { 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:11.0625rem;width:9.25rem;top:51.5625rem;left:57.25rem;overflow:hidden;display:block; }
#a2nuaGgNFXaZ8smLF2JWOwrXhV64XRTl { position:absolute;display:block;z-index:15051;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:11.5rem;width:9.625rem;top:0.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#qN64eckWvwfG50CgeZE1uZu67Q1UeoVB { color:#3c3c3c;display:block;width:16.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:50.875rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KMrHBU3cezhwaPdSQLRhc47BBO5wCsT5 { position:absolute;display:block;z-index:15031;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:13.0625rem;width:11.75rem;top:1.5208382606506rem;left:53.152345657349rem;overflow:hidden;display:none; }
#DdxwQaGfT7J8KGlvFULERl9KdfTkLxeL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:5.3125rem;left:15.625rem;overflow:hidden;display:none; }
#T7zXWOGcZWG4zDgxGmprIpyQOF7V267R { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.311198711395rem;left:27.468751907349rem;display:none; }
#cfbiZv4g66UGvbbXTsXTTu7Qmk2tMb55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEhItqDWMLefXWmu1vCTt1nDvWErg3TB { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.311198711395rem;left:27.468751907349rem;display:none; }
#RS8SfU0bNw0odazwLxD4y852K5ewdsf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxRKpFLDWFXJKnTbM2ulb23SigyiXdr5 { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.311198711395rem;left:27.468751907349rem;display:none; }
#uDrbdW5lSR78JgNuJKn7cqTCzWKOTRIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFxLEl56onwtd3X4qV970UPMxaQNVs1e { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.311198711395rem;left:27.468751907349rem;display:none; }
#CQN55MAGP0gkPI0DAntpamDSrGR2i3QN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo { position:relative;display:block; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo { background-color: transparent; background-image: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container > .video-iframe-container { display: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row > .video-iframe-container { display: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .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); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo { border-width: 0; border-radius: 0; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .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; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container.adaptive-delivery-prevent-bg, #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container.lazyload, #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container.lazyloading { background-image: none; }#wtZpsmFPMV8mk5dqEdomZl633cmfkyfN { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.375000953674rem;left:57.812501907349rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CS24PNm88GAIOPJE4JEueA81LdOmskt1 { 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:9.25rem;width:9.125rem;top:3.9375rem;left:61.375rem;overflow:hidden;display:block; }
#MwqyEyp1COauTEeKVhnXVDWNsdAsBWCn { color:#be8215;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.687500953674rem;left:21.437501907349rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiZbKgcaBTaulOnMZBu2si47KSOFgTLh { 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:9.25rem;width:9.125rem;top:4.6875rem;left:23.875001907349rem;overflow:hidden;display:block; }
#Q9Ihs5xTSviFn8zslAAHHGseh94pM2mH { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:9.75rem;top:1.25rem;left:61.375rem;overflow:hidden;display:block; }
#ruVNBWTiOv1143ziKfZQUppH9xPvUXIi { position:absolute;display:block;z-index:15031;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:11.8125rem;width:11.4375rem;top:1.3125rem;left:22.625001907349rem;overflow:hidden;display:block; }
#Ac1TEidfaGzbKTaPbePds3Jv4ITg9SuG { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:42.687501907349rem;left:27.468751907349rem;display:block; }
#cizQk12aHA7h7WRTGmDXwpNv7IKvNW8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RskUL7X22m9tqOO4y9tXhm1s14RDdav3 { color:#be8215;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.561198234558rem;left:39.000001907349rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J99wL4lmKk12RPdTVT4BdEmMcJpMIWoE { 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:10.25rem;width:10.125rem;top:3.375rem;left:41.8125rem;overflow:hidden;display:block; }
#BzXhJTJWbOXRQh5bTE4RJehBWlMTnq7G { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:10.5625rem;top:0.1875rem;left:42.031251907349rem;overflow:hidden;display:block; }
#XJL9yi8b3FhDNAZZl0VVRKlk9BqgvTxC { color:#ba0484;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:20.375rem;left:5.125rem;height:7.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uElaamCJM7rfdrGUFACghUzcyNGUz9Ih { color:#be8215;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.9375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuBEuiwQdEDGy3rdeuO2WmzuTy7TnOSZ { 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:9.25rem;width:9.125rem;top:4rem;left:7.375rem;overflow:hidden;display:block; }
#H10JEDhHKVb0TG1q4K550HcWTRF7b7b4 { position:absolute;display:block;z-index:15039;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:10rem;width:10rem;top:2.375rem;left:7.0625rem;overflow:hidden;display:block; }
#NoK2tiGEzZ1Vm3P8aaGO8sb2RgUFWRO2 { color:#ba0484;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:20.375000596046rem;left:20.645833969116rem;height:7.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J815h2DOTNxUehdrlDe36sbITrPkS74N { color:#ba0484;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:19.671875596046rem;left:58.520837783814rem;height:8.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RsFsDhgFobP9BM86pLsg682NnZp4qOLS { color:#ba0484;display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:21.078125596046rem;left:40.750001907349rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mDCdKXQkRUDkOl98hZfOhhIlNTyo7l8T { color:#ba0484;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:29.04167175293rem;left:22.531251907349rem;height:11.151125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dv2pHS0ZCG9vmNr2xcthiEdB7kEC8O2i { color:#3c3c3c;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.623699188233rem;left:29.875001907349rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eloKQFR8WwH8EklhwzKnbRcAxyNaWR5p { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:6.8125rem;left:14.125rem;overflow:hidden;display:none; }
#DnTDTxLcsQQ5IMym8cKvR73KpNMN5WR6 { position:absolute;display:block;z-index:15031;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:13.3125rem;width:11.3125rem;top:2.83203125rem;left:32.281251907349rem;overflow:hidden;display:none; }
#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa { position:relative;display:block; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa { background-color: transparent; background-image: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container > .video-iframe-container { display: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row > .video-iframe-container { display: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .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); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa { border-width: 0; border-radius: 0; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .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; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container.adaptive-delivery-prevent-bg, #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container.lazyload, #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container.lazyloading { background-image: none; }#hqUrSHMNwFJTcRclSxn3fKQW1iD0DpKN { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.062501907349rem;left:27.468751907349rem;display:block; }
#Xdv4cAdXbGyWf2N9nwWcFfulsAhlsUGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAwAaWwXlpaxR1QhTJtFDGpyiz8NJP2g { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:23.1875rem;left:27.468751907349rem;display:none; }
#Lsq0ATskBpvRBG3ID9bhAG3kdtMuTKtH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfgZ3qO9IVLUgrtu9NZqidxKH1VKQIDF { color:#ba0484;display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:30.75rem;left:45.093751907349rem;height:11.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fl9o0HuQ2N2aXSZ0TFGiRrim4vJA4bn0 { color:#ba0484;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:19.5rem;left:45.093751907349rem;height:8.536375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SvuX1mcIZsQvCaDGgclWTRPeDeOQTtPe { color:#ba0484;display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:19.5rem;left:60.718751907349rem;height:8.536375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QFgX4ISKEveEO3sEIvxpvdLw9enWK8ZZ { color:#be8215;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.634115219116rem;left:42.875001907349rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzIaThlRdbqV7XpZXtP6Q3D3TqNStrEy { color:#be8215;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15rem;left:61.750001907349rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpupTcFspg4TtLXhUzxkzQTtXZqGxBta { position:absolute;display:block;z-index:15037;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:9.25rem;width:9.125rem;top:4.75rem;left:44.875rem;overflow:hidden;display:block; }
#hIFxFE6kSgZ7wucfPoZZLqoLPEHKXqEP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:7.875rem;top:1.1875rem;left:63.4375rem;overflow:hidden;display:block; }
#QWCupVrAp3NSiqbI462TATw0s0zMKlQ7 { position:absolute;display:block;z-index:15031;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:9.25rem;width:9.125rem;top:4.9375rem;left:61.9375rem;overflow:hidden;display:block; }
#Wz5OdNgzMg8TMuMnlaABoTu6aDTDGJ8E { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:9.1875rem;top:1.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#d0iaJX1KSCDT9WEfrDTbcZDScZSpiTEf { color:#ba0484;display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:34.500000953674rem;left:5.125rem;height:4.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GRSaoKSFo8rOgtChhi1GgNJwUrVqEwoo { color:#ba0484;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:19.500001192093rem;left:20.937501907349rem;height:12.1948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xWx0JAb9F3Lp5GL1iUH0OLM8zHn8xbNk { color:#ba0484;display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:19.500001192093rem;left:3.15625rem;height:8.536375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hcHkqup5UGaV5BTFyQ2GHCWlKXQ2Bd4S { color:#be8215;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.998698472977rem;left:1.90625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMw2s3KwfLB0wXOD6xatwkiDZgsXMCdc { color:#be8215;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.998698472977rem;left:23.125001907349rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kvmqzsautt9REnSnBOynT5fTAyJBEqtB { position:absolute;display:block;z-index:15047;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.6875rem;width:8.125rem;top:0.4375rem;left:5.125rem;overflow:hidden;display:block; }
#DL6plQAv1F9IbKp9llPiCT5TlO20B0KK { position:absolute;display:block;z-index:15034;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:9.25rem;width:9.125rem;top:4.8125rem;left:4.625rem;overflow:hidden;display:block; }
#uBmmRtJ8ToiGimVoqLl0r8NAvxTkyxGD { position:absolute;display:block;z-index:15034;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:9.25rem;width:9.125rem;top:4.5rem;left:24.1875rem;overflow:hidden;display:block; }
#HGsJNAVNlGIhSPM2EiU0mK03ufNLzT8I { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:8.125rem;top:1.1875rem;left:24.4375rem;overflow:hidden;display:block; }
#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo { position:relative;display:block; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo { background-color: transparent; background-image: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container > .video-iframe-container { display: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row > .video-iframe-container { display: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .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); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo { border-width: 0; border-radius: 0; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .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; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container.adaptive-delivery-prevent-bg, #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container.lazyload, #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container.lazyloading { background-image: none; }#pKGEnM1M2iLHl0FhvM34KZ0CxnABdNpT { background-color:#484848;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:9.434875rem;height:2.9987rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.522134780884rem;left:13.968751907349rem;display:none; }
#wIkEHnwJdp2ZQ62LKphUTQ3Nn278sTPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2ttXNGu3Kww0bksyvIdPH65sEQxF67o { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:49.5rem;left:28.406251907349rem;display:block; }
#yg8VpuBxi5XOBqUi06afWya1NTIFXHdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSxAwa2Kz2lFzMn6N1FzV32qAs01ueLR { color:#ba0484;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:30.1875rem;left:42.9375rem;height:17.07275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AfTzSsPS8QXS0u7FwX1PKmnnD4im17yX { color:#ba0484;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:19.5rem;left:45.5625rem;height:4.87793125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NdX6gRhq2LpoxesMlTZocQlbSEEVTcHE { color:#ba0484;display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:33.312511444092rem;left:10.65625rem;height:8.536375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xFOZyRUOiR5tKsqCGupoAbGmv4Mz6MaS { color:#ba0484;display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:19.1875rem;left:10.0625rem;height:4.87793125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pomv8TQ14wHP2ogf3fhwICZhVch2cUHH { color:#be8215;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.1875rem;left:46.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zs96xAU3lXyQnWPbaTdzIH1UAd8XuTpp { color:#be8215;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.1875rem;left:12.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T95DvZCFBMf5FdlFcc2WrUDVnHSIAeF9 { 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:10.3125rem;width:8.125rem;top:2.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#DNX5wPBp36PikkyyqhHuABsSL71eeuRM { position:absolute;display:block;z-index:15035;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:9.25rem;width:9.125rem;top:3.8125rem;left:15.6875rem;overflow:hidden;display:block; }
#i83xxrz84T2HaTadwiFDnm1NdqTR4IWJ { 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:10.9375rem;width:7.5625rem;top:1.625rem;left:50rem;overflow:hidden;display:block; }
#N6u7XaSSyaMFNEmbXpJqEW6mPd067oob { position:absolute;display:block;z-index:15035;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:9.25rem;width:9.125rem;top:3.875rem;left:49.1875rem;overflow:hidden;display:block; }
#MF2nkzy6VCGGNRndrBBPo1gW07CJzG5b { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:49.5rem;left:28.406251907349rem;display:none; }
#cgWq4RB7DgdWXXDKmCLdqVtSaecChfCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf { position:relative;display:block; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf { background-color: transparent; background-image: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container > .video-iframe-container { display: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row > .video-iframe-container { display: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .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); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf { border-width: 0; border-radius: 0; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .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; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container.adaptive-delivery-prevent-bg, #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container.lazyload, #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container.lazyloading { background-image: none; }#PuEqBiN4fTW8uAc6LCxGNrDIKtQkedIn { color:#be8215;display:block;width:16.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5rem;left:51.9375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwNxxlw4TN6TOpiC1Q0EDw4umzha2Igh { 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:9.25rem;width:9.125rem;top:6rem;left:55.4375rem;overflow:hidden;display:block; }
#homzNvgMT4Wa4KUpKTl4T9QeFWAi54vu { position:absolute;display:block;z-index:15032;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:13.375rem;width:8.9375rem;top:2.5625rem;left:55.9375rem;overflow:hidden;display:block; }
#uDxLLwOUFbIoA3T6va1vJEiiCrdEcxzI { color:#be8215;display:block;width:16.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.375rem;left:29.375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaeSG9asw79LsaLB0WRsbp4lgzficSdO { position:absolute;display:block;z-index:15035;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:11.5rem;width:7.5625rem;top:3.3125rem;left:33.75rem;overflow:hidden;display:block; }
#fXz6leRP9vJAI6FTQvZPlFhU7L46ayen { 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:9.25rem;width:9.125rem;top:5.875rem;left:32.875rem;overflow:hidden;display:block; }
#wx4fBidtUW6ynz2k8K20sogxh26wZi6d { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.875rem;left:27.468751907349rem;display:block; }
#cKql05TDETAekemrWBA27wUTFzn3cxQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmxzRiCQvJrdfL4INDkrKok3tQ5AXT9G { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:23.1875rem;left:27.468751907349rem;display:none; }
#Z4Vd701hGVBzmmwMytU3MgdPPqDN2f5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrgozRmcaBxqo8K3OWmRnESO3gTRslP1 { color:#ba0484;display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:22.562502563rem;left:32.875001907349rem;height:15.46875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Heblg4yCpUJ7govBUTkmmN6cTqxF1JRI { position:absolute;display:block;z-index:15041;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:9.875rem;width:8.875rem;top:4.375rem;left:10.125rem;overflow:hidden;display:block; }
#wTwppDk8PN9R15Dc3NF1z48gswqZ2QfN { position:absolute;display:block;z-index:15028;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:9.25rem;width:9.125rem;top:5.5rem;left:10.5625rem;overflow:hidden;display:block; }
#v087Cb2H72ob4wXXqVBy7lLRWHaCgyXg { color:#be8215;display:block;width:16.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.500007629394rem;left:6.4075527191163rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3i60UXvodn2koyKEXnH7ds9SElQhp1h { color:#ba0484;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:22.5625rem;left:6.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN { position:relative;display:none; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN { border-width: 0; border-radius: 0; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .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; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container.adaptive-delivery-prevent-bg, #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container.lazyload, #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container.lazyloading { background-image: none; }#QWSRPlsWWcJHGV2UdBV2iTo0xt8Lrr48 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:6.75rem;left:5.25rem;overflow:hidden;display:block; }
#aKKUUSwCFuW2xVbM5pIlNrfInpEaEMnM { color:#be8215;display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urmz8TcqvhfoXV3cCaPf1oTx2GfaSb7z { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.5rem;top:1.0625rem;left:3.125rem;overflow:hidden;display:block; }
#hokDM10McibZPPiXQr5WyUIV4FIhMTmt { color:rgba(var(--color-tertiary-4),1);display:block;width:41.7486875rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.12109375rem;left:18.591146469116rem;height:1.8684875rem;text-align:center;text-align-last:center;display:none; }
#JBfOGDwx6RN0sK05cTtLoMgV5PTM42Ol { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68489375rem;width:3.68489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:12.266927719116rem;left:53.990884780884rem;display:none; }
#t7MkIxz02KNEUuaaWOA5bQWRwdhIn1ZK { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.25rem;left:27.468751907349rem;display:block; }
#gHN47xaquTJ0rfSpBAusHLFnFlpJcR7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enWUV5cVP59AmQDiIVrPbJcieJQQyEAu { 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:32rem;width:64rem;display:none; }
#yoEEwHAtbbXJPmTiht5n0SBQ7ir2Hf4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.83854293823244rem;left:10.654947280884rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mBSTHE87JbI3qIxZqpLOMC8ELmKRwuSy { color:#be8215;display:block;width:16.3111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:39.5rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPvyz46tkJtLtm61mMwyFT134ekkQwQT { 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:9.25rem;width:9.125rem;top:7.875rem;left:43.0625rem;overflow:hidden;display:block; }
#CZcLTRtZOAUezBBp3AhN1Vwn7seaOPV5 { color:#be8215;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.875rem;left:20.5rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHOoSTKQITGL1LbBSn8dOm2UGHN1aNrR { 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:9.25rem;width:9.125rem;top:7.5625rem;left:22.8125rem;overflow:hidden;display:block; }
#oOnbaSMnIsBr4dlTh8HVsK4MMrPbweTm { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:11.25rem;top:4.375rem;left:42.75rem;overflow:hidden;display:block; }
#SIO7Mmsu3000486okdgAC98gcsXSXMmh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:11.125rem;top:4.375rem;left:22.3125rem;overflow:hidden;display:block; }
#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ { position:relative;display:none; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ { border-width: 0; border-radius: 0; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .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; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container { 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/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container.adaptive-delivery-prevent-bg, #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container.lazyload, #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container.lazyloading { background-image: none; }#RuG3vnJNZOGF21JTH0uTPaEQNFir2ah0 { color:#be8215;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.875001907349rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIIKsw3QxVJtnNV3prS3akB7AizdS2OE { 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:9.4375rem;width:9.3125rem;top:5.08203125rem;left:34.093751907349rem;overflow:hidden;display:block; }
#g1X5BapxxwuVTx8PVfIcbfQT4Bnw0yWc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:4rem;left:9.75rem;overflow:hidden;display:block; }
#P21Bi00G7Us1wnZuwpRfWQtxQUbuTEur { color:#be8215;display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.4375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMMXmSzG1dhNGk7vbx68PEWkawFFwsoC { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:11.8125rem;top:0rem;left:32.843751907349rem;overflow:hidden;display:block; }
#PDFPzOprNFIIUaXt7b1IHAd3sDorM6vm { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.5rem;top:1.14453125rem;left:11.96875rem;overflow:hidden;display:none; }
#bix1XWGAHqeldkhlAHs5vf2QgUieTmQc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:6.8125rem;left:14.125rem;overflow:hidden;display:none; }
#OF0CbQXC9DKz2IpqJstCrfnn8v15n7eV { color:#3c3c3c;display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.622396469116rem;left:10.84375rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eb5E4PWyp0siSQH3ssNUqNAWtH5rxSbt { background-color:#484848;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:9.434875rem;height:2.9987rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.522134780884rem;left:13.968751907349rem;display:none; }
#gEgI50P1nBBV7yxdZMQtIIvn4uQHIxLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBVH1eb5DIK64uGnc2dbtWEaklfWA8XI { color:#3c3c3c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.891927719116rem;left:48.498697280884rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iNrJT4puzJuExqbu2pWfanJtHOfbQGzI { 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:9.25rem;width:9.125rem;top:6.75rem;left:52.9375rem;overflow:hidden;display:none; }
#PTw5x2T6g1Ul1QkCEfmyK7NcwvWbiwco { position:absolute;display:block;z-index:15032;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.3125rem;width:11.875rem;top:1.70703125rem;left:52.217447280884rem;overflow:hidden;display:none; }
#PzwnM3KNTDeRKnuh9ok3Xei3V5Wd6i0a { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.312501907349rem;left:28.718751907349rem;display:block; }
#mnNhBdnpxZoM7ywGcbXDoiCnbROyl95B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrx8trq5XHKUWx8oK0bTDCclNq7H5OFO { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.1875rem;left:27.468751907349rem;display:none; }
#qTfFkmK6Pdgl94PWNuxAfv4ZTbDuO4AZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TK60MkOShv7m4vX4DezxhsR6B0hDMvQ3 { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.1875rem;left:27.468751907349rem;display:none; }
#pLLa2cSoAIlPNFOlVXpw58D7onr880bI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHTszqtG4uL9S50kKrvACFeTlGQMGZ5Z { background-color:rgba(var(--color-primary-2),0.71);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.1875rem;left:27.468751907349rem;display:none; }
#FB2N3nAW2oakEEgVrqVVPC5e5d11J4O5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#patTcXs3mLsAFevSGAwRfqLsCKFNKUlT { color:#be8215;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.3125rem;left:57.375rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0QzNtTXNByfo1COhQK3rlagZgEHARHO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.9375rem;top:0.4375rem;left:58.75rem;overflow:hidden;display:block; }
#Az1GvPdaX7vDkWCeoLuPO3kZTiJsgRMr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:6.5rem;left:59.6875rem;overflow:hidden;display:block; }
#NDBFNSUgSwD1x8WX51xu61hLwnlHJGRg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:10.25rem;top:3.0625rem;left:58.5rem;overflow:hidden;display:block; }
#Uaf4cJWPOkAn9siKKuIx3DW0JRJpmE8u { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.9375rem;top:96.583338737487rem;left:14.083333969116rem;overflow:hidden;display:none; }
#W4My9ozB5514F0zlTts45pCb1bHMQaN7 { color:#3c3c3c;display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.532554626465rem;left:12.341146469116rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dhi6IWiTW5q6tk4HTPebOrCvki99OXAi { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:5.3125rem;left:15.625rem;overflow:hidden;display:none; }
#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { position:relative;display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { background-color: transparent; background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .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); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .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; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a3497;background-image:url("https://images.assets-landingi.com/uc/b8b81486-339c-42e9-8238-9e3236f53cd2/ea8bd91a9634a518f87dea36d993828e1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container.lazyloading { background-image: none; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68359375rem;width:3.68359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:8.45703125rem;left:52.687501907349rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { 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:5.3125rem;width:12.3739375rem;top:4.8197801113129rem;left:21.55628490448rem;overflow:hidden;display:none; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.96224021911619rem;left:17.906251907349rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxiQu0MBJPirshZhObrHZ2D6imXQIysU { color:#19232e;display:block;width:21.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9.3696727752688rem;left:34.435367941856rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#xNEUsmTOrsC6HxMc78ZrlORJxIOLSbnI { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3658866882325rem;left:19.625001907349rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15310;opacity:1;top:17.25rem;left:49.875rem; }
#lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15309;opacity:1;top:17.375rem;left:44.5625rem; }
#zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15314;opacity:1;top:17.25rem;left:38.6875rem; }
#NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15312;opacity:1;top:17.1875rem;left:32.9375rem; }
#mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15311;opacity:1;top:17.125rem;left:27.25rem; }
#A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#xx4ERFQ5w3vsVKI2waGsSrvm3dk092Pk { color:#6c3a84;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15135;line-height:1.5;letter-spacing:0;top:13.125rem;left:28.1875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15313;opacity:1;top:17.25rem;left:22.3125rem; }
#rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#XHATUsC6DVcatSQCthyF5rd5KDyns7DA { position:absolute;display:block;z-index:15189;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:10.9375rem;top:4.5364589691162rem;left:3.1731777191162rem;overflow:hidden;display:block; }
#QOLQhwE0req9MAUInPowmEdwvy6Jg9Sk { 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:7.3125rem;width:7.3125rem;top:12.140625rem;left:4.9856777191162rem;overflow:hidden;display:block; }
#U4RNW2r9cVPt0U3GaIB1GIfDwf0tEKJu { position:absolute;display:block;z-index:15201;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.75rem;width:15.5rem;top:4.7890625rem;left:58.114587783814rem;overflow:hidden;display:block; }
#S5KM6JnrLo1LNLXlpkTMnwmCexntrRqB { position:absolute;display:block;z-index:15188;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:4rem;width:11.25rem;top:14.352865219116rem;left:61.006509780884rem;overflow:hidden;display:block; }
#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/38ccd46a-54cb-4a87-b429-9bacf0181b4c/Screenshot20250908185709.png");background-position:top right !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; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.adaptive-delivery-prevent-bg, #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.lazyload, #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.lazyloading { background-image: none; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container { background-color: transparent; background-image: none; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container > .video-iframe-container { display: none; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row > .video-iframe-container { display: none; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .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); }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container { border-width: 0; border-radius: 0; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce { display:block; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr1fbugrA9nTVd4a49eAR20TT8LDBxSI { top:15.4375rem;left:31.624566078186rem;width:9.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8JP0LI6hkeHdAg9F0xyJEm2PvIB7yPy { top:15rem;left:22.686848640442rem;width:7.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4bWiO9Pw747OTRoQvunTpEXKwCZD2y2 { top:9.6875rem;left:18.908638954163rem;width:24.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yceR9VF5xGIQlVZE1lD0Isk2G2vJPxJG { top:5.6875rem;left:18.877171516419rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbpUDAMkIsMoVt8d4W9o4mPTykav34Nd { top:2.4375rem;left:19.753907203674rem;width:22.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEv4qSc8JRxMUJzDG7VctxuyISaIg2vz { top:0.75rem;left:12.873700141907rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihwv5eX9G4VMF5BWbQ4rAEB8BucTQL05 { top:31.0625rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR30beDD1ZR5wTAiXhmHI1NMNtsgTb2d { top:26.875rem;left:2.5rem;width:13.8125rem;height:3.6705099336928rem;display:block; }
 }@media only screen and (max-width: 763px) { #StG1cyQWK44BgWFbDN01fboywsVKzsBX { top:6.3125rem;left:0rem;width:12.9375rem;height:11.444924483938rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWvk4P5TDicM3UXksQHxbOW2Eh6WuSPQ { top:6.25rem;left:1.9375009536743rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPci56wrOKleryoUeg3PNJoaknvlFayD { top:37.9375rem;left:5.2769088745117rem;width:8.25rem;height:2.5431807413758rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cse0IHyJvHTPd3vn0ADJxXJR7yrGsBRp { top:19.6875rem;left:19.071400642395rem;width:24.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKHwSVBlmgKaHKuh1lKnJ92gilzHwvTZ { width:17.3125rem;height:3.8125rem;top:20.375rem;left:0.77061653137206rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCAg5dQk0qJPTxnavxnF2hFPrpACqWlJ { display:block; }
 }@media only screen and (max-width: 763px) { #vWyXdFDeOwXNPkxT4BtmWpJs0nHpbGJb { top:168.6875rem;left:32.3125rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyiVJ94HbQdRcfBMR6iKn5T2OkfMGvmF { top:26.8125rem;left:1.875rem;width:15.125rem;height:3.7963820960878rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvbzeePBH9n8Tx2TLC5Z52kKCkpRqqZV { top:22.3125rem;left:18.908638954163rem;width:23.75rem;height:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt { display:block; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJXTm6vUNzm3TLdL45zlIwIryzxylO7i { top:1.625rem;left:7.2187519073488rem;width:33.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { width:16.3125rem;height:2.875rem;top:20.3125rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { top:0.9375rem;left:13.312501907349rem;width:21.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:22.5rem;height:3.4375rem;top:3.8125rem;left:12.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
 }@media only screen and (max-width: 763px) { #HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { top:8.9375rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMeAnSnRcwo1ZamWny5lvkSlTz0WKzv { width:20.0625rem;height:4rem;top:51.1875rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55BT2sNFMdD8xHHBgqLhGlQIXrflqhM { display:block; }
 }@media only screen and (max-width: 763px) { #tB7weN5oNszvLurmtUQiXgtOldpTIIv4 { width:20.0625rem;height:4rem;top:24.875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayvNtH9FH0i2PfpdqJ3vckWio6sx1OvB { display:block; }
 }@media only screen and (max-width: 763px) { #lRHLZg8XV8BuTlJW19augNrFh31phRC5 { width:20.0625rem;height:4rem;top:24.875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwvRTQVETAGSTNJcDwwPAUcm47LaiXAy { display:block; }
 }@media only screen and (max-width: 763px) { #xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { top:37.875rem;left:23.0625rem;width:24.6875rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { top:24.9375rem;left:25rem;width:22.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmqQKiHBTeaqQlXnOoIHVdTi0JV6aAif { top:37.875rem;left:14.812501907349rem;width:18.125rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdJEdE4ZLGwbGnAgCw2wdQkf8uV92Ucm { top:37.875rem;left:0rem;width:20rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC74W1mR7imTITJw49pGGNlbhEwciWXH { top:24.9375rem;left:0rem;width:21.5625rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS3ovse6sCXgTv1erMyrV4V1JLoTRkDz { top:24.9375rem;left:14.187501907349rem;width:19.375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpiLAGogTK8roL3tinHb59QqdQ5kC5R { width:20.25rem;height:2.875rem;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icn5ZALQ4SMaObm3QJwT2veH30rdC0FK { width:20.25rem;height:2.875rem;top:20.3125rem;left:13.312501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggNobuya7w4VlRqp7mSOny92pOaSvdy { top:10.5rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd3bJ0mUhpamymS7GouiI7uf1iQ6CpDS { top:8.4375rem;left:18.6875rem;width:7.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6Z9GLdg7qvIfJlA48JzmEKRRsUBhzx { top:10.5rem;left:17.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLwWCLirOhoemMTZsW47xvRQPCWnwB5J { top:7.4375rem;left:0rem;width:7.3125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 { display:block; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIMoZdAAJPkiDEuHXnXEIvm1ZKdtRheA { width:20.0625rem;height:4rem;top:93.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MswOTsBRVD70HlR33UM0pTz7g9C05ArJ { display:block; }
 }@media only screen and (max-width: 763px) { #uVOrv8lxOmehUcDnaAl1QzlDBeUQTtww { width:16.25rem;height:4.375rem;top:14rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSN9mP2Z8r2XwSqnZIbiZm10Kozqa6sC { top:4rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhIUksrmnosI1iDyR0COeKQq23n2otgH { top:1.375rem;left:36rem;width:11.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6EmvVnWkp0f8z9k0D6IbtDrf9UHQrwd { width:17rem;height:4.375rem;top:14.125rem;left:20.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8h8Tk943Jf56Lu8QfU6WyKHWmJlm4y { top:2.125rem;left:23.5rem;width:10.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZW2Wk4TnFyE6y2H0sKVTodh2kOWlJ8 { top:1.5rem;left:24.0625rem;width:9.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKzvzWO9id5K1Lvi0bqkTVi7q6PKzzUb { top:3.125rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmsbVcMlIvVgd1vft0PI4Ou0WZ7VddB { width:18.125rem;height:2.875rem;top:14.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoHggrvmDDVRR4IcsMxdgoG0TGx9sZ7I { top:19.8125rem;left:0rem;width:17.0625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiFKHgXATMtxwvE09WfI7tsvVBvZ2xNQ { top:30.75rem;left:0rem;width:15rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu5HOBC7qO4UtO3cX1cM8OdZgccoyOCB { top:31.8125rem;left:22.8125rem;width:24.9375rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmDlixV2fVk00qvplqKq6U8WOs5PMJux { top:19.8125rem;left:20.5rem;width:15.0625rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr86T0sJw0cMgSvfAEI8wD6rxB9GIXrb { top:81.5rem;left:0rem;width:16.9375rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcW9e4LrQqrZhPVzTX6IOeT800QU1Ut7 { top:69.375rem;left:0rem;width:16.8125rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJwV2UNkqHGG5PyhrwCAuylUf1CMRZto { top:19.8125rem;left:30.8125rem;width:16.9375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6ApK71CDSWvXWeqsuykvelaWOncJQbk { width:14.9375rem;height:2.875rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMutG8k6gdP78zJxLnR220Xw8AhsnkgM { top:53.9375rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqhzAmrsQ6DMP9fuBuTM347UVtD2npE2 { top:51.0625rem;left:0rem;width:8.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEH3gfB6eD1Xv0B8734qqJFHukUMfWF { width:20.0625rem;height:4rem;top:46.25rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIiyssmXGO7fIyXQ4tlWvZzqQ5O1Oa0m { display:block; }
 }@media only screen and (max-width: 763px) { #kgPciMAcMwQR77A8ap5SX3we0uWatzo5 { top:81.5rem;left:23.9375rem;width:23.8125rem;height:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F45IfqbbWMqCDgrnfzda8aUpcvOATNEQ { top:81.5rem;left:7.8125rem;width:19.3125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTeKS232valGh3AgtKE66qpmXT6KFZn { top:69.375rem;left:8.1875rem;width:18.375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnu2kUNVu2cIfE1BrOou9JlhUDby9H40 { top:69.375rem;left:25.5625rem;width:22.1875rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm1TQPmD8O8G3SHrnWpt8K7KfHR7Ryb1 { width:14.5625rem;height:2.4375rem;top:65.3125rem;left:33.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETHc2q1halSCufCqlOMb8LSPCZCXOqO { width:17.375rem;height:2.875rem;top:64.75rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBFZEHJiQ3zJxdhki2AmWoN10xQa4ab { top:53.5rem;left:11.3125rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWgC29wAn4l1zTGD9n8R5L7GeKGHzhk { top:54rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZKsJzaEMuNt5a7LUiD7tEFgLqpoRCU6 { top:50.9375rem;left:12.3125rem;width:8.25rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or0ZgcbfUTpOTaztl185kixgwgEt8rlV { top:51.5625rem;left:38.5rem;width:9.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2nuaGgNFXaZ8smLF2JWOwrXhV64XRTl { top:0.3125rem;left:0rem;width:9.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN64eckWvwfG50CgeZE1uZu67Q1UeoVB { width:14.3125rem;height:4.625rem;top:13.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMrHBU3cezhwaPdSQLRhc47BBO5wCsT5 { top:1.5rem;left:36rem;width:11.75rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdxwQaGfT7J8KGlvFULERl9KdfTkLxeL { top:5.3125rem;left:2rem;width:9.125rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7zXWOGcZWG4zDgxGmprIpyQOF7V267R { width:20.0625rem;height:4rem;top:46.25rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfbiZv4g66UGvbbXTsXTTu7Qmk2tMb55 { display:block; }
 }@media only screen and (max-width: 763px) { #qEhItqDWMLefXWmu1vCTt1nDvWErg3TB { width:20.0625rem;height:4rem;top:46.25rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS8SfU0bNw0odazwLxD4y852K5ewdsf2 { display:block; }
 }@media only screen and (max-width: 763px) { #QxRKpFLDWFXJKnTbM2ulb23SigyiXdr5 { width:20.0625rem;height:4rem;top:46.25rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDrbdW5lSR78JgNuJKn7cqTCzWKOTRIi { display:block; }
 }@media only screen and (max-width: 763px) { #IFxLEl56onwtd3X4qV970UPMxaQNVs1e { width:20.0625rem;height:4rem;top:46.25rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQN55MAGP0gkPI0DAntpamDSrGR2i3QN { display:block; }
 }@media only screen and (max-width: 763px) { #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo { display:block; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZpsmFPMV8mk5dqEdomZl633cmfkyfN { width:16.3125rem;height:2.875rem;top:14.375rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS24PNm88GAIOPJE4JEueA81LdOmskt1 { top:3.9375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqyEyp1COauTEeKVhnXVDWNsdAsBWCn { width:13.75rem;height:2.875rem;top:14.6875rem;left:7.8125019073488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiZbKgcaBTaulOnMZBu2si47KSOFgTLh { top:4.6875rem;left:10.250001907349rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ihs5xTSviFn8zslAAHHGseh94pM2mH { top:1.25rem;left:38rem;width:9.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruVNBWTiOv1143ziKfZQUppH9xPvUXIi { top:1.3125rem;left:9.0000019073488rem;width:11.4375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1TEidfaGzbKTaPbePds3Jv4ITg9SuG { width:20.0625rem;height:4rem;top:42.6875rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cizQk12aHA7h7WRTGmDXwpNv7IKvNW8U { display:block; }
 }@media only screen and (max-width: 763px) { #RskUL7X22m9tqOO4y9tXhm1s14RDdav3 { width:16.125rem;height:2.875rem;top:14.5rem;left:25.375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J99wL4lmKk12RPdTVT4BdEmMcJpMIWoE { top:3.375rem;left:28.1875rem;width:10.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzXhJTJWbOXRQh5bTE4RJehBWlMTnq7G { top:0.1875rem;left:28.406251907349rem;width:10.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJL9yi8b3FhDNAZZl0VVRKlk9BqgvTxC { top:20.375rem;left:0rem;width:12.4375rem;height:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElaamCJM7rfdrGUFACghUzcyNGUz9Ih { width:15.625rem;height:2.875rem;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuBEuiwQdEDGy3rdeuO2WmzuTy7TnOSZ { top:4rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10JEDhHKVb0TG1q4K550HcWTRF7b7b4 { top:2.375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoK2tiGEzZ1Vm3P8aaGO8sb2RgUFWRO2 { top:20.375rem;left:7.0208339691163rem;width:12.4375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J815h2DOTNxUehdrlDe36sbITrPkS74N { top:19.625rem;left:32.0625rem;width:15.6875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFsDhgFobP9BM86pLsg682NnZp4qOLS { top:21.0625rem;left:27.125001907349rem;width:12.625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDCdKXQkRUDkOl98hZfOhhIlNTyo7l8T { top:29rem;left:8.9062519073488rem;width:29.9375rem;height:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2pHS0ZCG9vmNr2xcthiEdB7kEC8O2i { width:16.125rem;height:2.875rem;top:17.5625rem;left:16.250001907349rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eloKQFR8WwH8EklhwzKnbRcAxyNaWR5p { top:6.8125rem;left:0.5rem;width:9.125rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnTDTxLcsQQ5IMym8cKvR73KpNMN5WR6 { top:2.8125rem;left:18.656251907349rem;width:11.3125rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa { display:block; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqUrSHMNwFJTcRclSxn3fKQW1iD0DpKN { width:20.0625rem;height:4rem;top:44.0625rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdv4cAdXbGyWf2N9nwWcFfulsAhlsUGg { display:block; }
 }@media only screen and (max-width: 763px) { #QAwAaWwXlpaxR1QhTJtFDGpyiz8NJP2g { width:20.0625rem;height:4rem;top:23.1875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lsq0ATskBpvRBG3ID9bhAG3kdtMuTKtH { display:block; }
 }@media only screen and (max-width: 763px) { #cfgZ3qO9IVLUgrtu9NZqidxKH1VKQIDF { top:30.75rem;left:21.125rem;width:26.625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9o0HuQ2N2aXSZ0TFGiRrim4vJA4bn0 { top:19.5rem;left:31.468751907349rem;width:10.125rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvuX1mcIZsQvCaDGgclWTRPeDeOQTtPe { top:19.5rem;left:34.4375rem;width:13.3125rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFgX4ISKEveEO3sEIvxpvdLw9enWK8ZZ { width:14.5625rem;height:3.625rem;top:14.625rem;left:29.250001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzIaThlRdbqV7XpZXtP6Q3D3TqNStrEy { width:11.25rem;height:2.875rem;top:15rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpupTcFspg4TtLXhUzxkzQTtXZqGxBta { top:4.75rem;left:31.25rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFxFE6kSgZ7wucfPoZZLqoLPEHKXqEP { top:1.1875rem;left:39.875rem;width:7.875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWCupVrAp3NSiqbI462TATw0s0zMKlQ7 { top:4.9375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5OdNgzMg8TMuMnlaABoTu6aDTDGJ8E { top:1.0625rem;left:31.3125rem;width:9.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0iaJX1KSCDT9WEfrDTbcZDScZSpiTEf { top:34.5rem;left:0rem;width:28.25rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSaoKSFo8rOgtChhi1GgNJwUrVqEwoo { top:19.5rem;left:7.3125019073488rem;width:15.625rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWx0JAb9F3Lp5GL1iUH0OLM8zHn8xbNk { top:19.5rem;left:0rem;width:12.0625rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcHkqup5UGaV5BTFyQ2GHCWlKXQ2Bd4S { width:14.5625rem;height:2.875rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMw2s3KwfLB0wXOD6xatwkiDZgsXMCdc { width:11.25rem;height:2.875rem;top:14.9375rem;left:9.5000019073488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvmqzsautt9REnSnBOynT5fTAyJBEqtB { top:0.4375rem;left:0rem;width:8.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6plQAv1F9IbKp9llPiCT5TlO20B0KK { top:4.8125rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmmRtJ8ToiGimVoqLl0r8NAvxTkyxGD { top:4.5rem;left:10.5625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsJNAVNlGIhSPM2EiU0mK03ufNLzT8I { top:1.1875rem;left:10.8125rem;width:8.125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo { display:block; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKGEnM1M2iLHl0FhvM34KZ0CxnABdNpT { width:9.375rem;height:2.9375rem;top:21.5rem;left:0.34375190734863rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIkEHnwJdp2ZQ62LKphUTQ3Nn278sTPc { display:block; }
 }@media only screen and (max-width: 763px) { #r2ttXNGu3Kww0bksyvIdPH65sEQxF67o { width:20.0625rem;height:4rem;top:49.5rem;left:14.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg8VpuBxi5XOBqUi06afWya1NTIFXHdy { display:block; }
 }@media only screen and (max-width: 763px) { #BSxAwa2Kz2lFzMn6N1FzV32qAs01ueLR { top:30.1875rem;left:22.125rem;width:25.625rem;height:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTzSsPS8QXS0u7FwX1PKmnnD4im17yX { top:19.5rem;left:27.5625rem;width:20.1875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdX6gRhq2LpoxesMlTZocQlbSEEVTcHE { top:33.3125rem;left:0rem;width:20.3125rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFOZyRUOiR5tKsqCGupoAbGmv4Mz6MaS { top:19.1875rem;left:0rem;width:21.5rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomv8TQ14wHP2ogf3fhwICZhVch2cUHH { width:15.625rem;height:2.875rem;top:14.1875rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs96xAU3lXyQnWPbaTdzIH1UAd8XuTpp { width:15.625rem;height:2.875rem;top:14.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95DvZCFBMf5FdlFcc2WrUDVnHSIAeF9 { top:2.1875rem;left:2.5625rem;width:8.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNX5wPBp36PikkyyqhHuABsSL71eeuRM { top:3.8125rem;left:2.0625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i83xxrz84T2HaTadwiFDnm1NdqTR4IWJ { top:1.625rem;left:36.375rem;width:7.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6u7XaSSyaMFNEmbXpJqEW6mPd067oob { top:3.875rem;left:35.5625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF2nkzy6VCGGNRndrBBPo1gW07CJzG5b { width:20.0625rem;height:4rem;top:49.5rem;left:14.781251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgWq4RB7DgdWXXDKmCLdqVtSaecChfCo { display:block; }
 }@media only screen and (max-width: 763px) { #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf { display:block; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuEqBiN4fTW8uAc6LCxGNrDIKtQkedIn { width:16.25rem;height:2.875rem;top:16.5rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwNxxlw4TN6TOpiC1Q0EDw4umzha2Igh { top:6rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #homzNvgMT4Wa4KUpKTl4T9QeFWAi54vu { top:2.5625rem;left:38.8125rem;width:8.9375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDxLLwOUFbIoA3T6va1vJEiiCrdEcxzI { width:16.25rem;height:2.875rem;top:16.375rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaeSG9asw79LsaLB0WRsbp4lgzficSdO { top:3.3125rem;left:20.125rem;width:7.5625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz6leRP9vJAI6FTQvZPlFhU7L46ayen { top:5.875rem;left:19.25rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx4fBidtUW6ynz2k8K20sogxh26wZi6d { width:20.0625rem;height:4rem;top:40.875rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKql05TDETAekemrWBA27wUTFzn3cxQs { display:block; }
 }@media only screen and (max-width: 763px) { #rmxzRiCQvJrdfL4INDkrKok3tQ5AXT9G { width:20.0625rem;height:4rem;top:23.1875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4Vd701hGVBzmmwMytU3MgdPPqDN2f5R { display:block; }
 }@media only screen and (max-width: 763px) { #VrgozRmcaBxqo8K3OWmRnESO3gTRslP1 { top:22.5625rem;left:13.5625rem;width:34.1875rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Heblg4yCpUJ7govBUTkmmN6cTqxF1JRI { top:4.375rem;left:0rem;width:8.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwppDk8PN9R15Dc3NF1z48gswqZ2QfN { top:5.5rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v087Cb2H72ob4wXXqVBy7lLRWHaCgyXg { width:16.25rem;height:2.875rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i60UXvodn2koyKEXnH7ds9SElQhp1h { top:22.5625rem;left:0rem;width:17.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN { display:block; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWSRPlsWWcJHGV2UdBV2iTo0xt8Lrr48 { top:6.75rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKKUUSwCFuW2xVbM5pIlNrfInpEaEMnM { width:15.625rem;height:2.875rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urmz8TcqvhfoXV3cCaPf1oTx2GfaSb7z { top:1.0625rem;left:0rem;width:13.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokDM10McibZPPiXQr5WyUIV4FIhMTmt { top:13.0625rem;left:4.9661464691162rem;width:41.6875rem;height:1.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBfOGDwx6RN0sK05cTtLoMgV5PTM42Ol { width:3.625rem;height:3.625rem;top:12.25rem;left:40.365884780884rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7MkIxz02KNEUuaaWOA5bQWRwdhIn1ZK { width:20.0625rem;height:4rem;top:26.25rem;left:13.843751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHN47xaquTJ0rfSpBAusHLFnFlpJcR7J { display:block; }
 }@media only screen and (max-width: 763px) { #enWUV5cVP59AmQDiIVrPbJcieJQQyEAu { width:47.75rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoEEwHAtbbXJPmTiht5n0SBQ7ir2Hf4Q { top:0.8125rem;left:0rem;width:47.625rem;height:4rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBSTHE87JbI3qIxZqpLOMC8ELmKRwuSy { width:16.25rem;height:2.875rem;top:17.0625rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvyz46tkJtLtm61mMwyFT134ekkQwQT { top:7.875rem;left:29.4375rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZcLTRtZOAUezBBp3AhN1Vwn7seaOPV5 { width:13.75rem;height:2.875rem;top:17.875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHOoSTKQITGL1LbBSn8dOm2UGHN1aNrR { top:7.5625rem;left:9.1875rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnbaSMnIsBr4dlTh8HVsK4MMrPbweTm { top:4.375rem;left:29.125rem;width:11.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIO7Mmsu3000486okdgAC98gcsXSXMmh { top:4.375rem;left:8.6875rem;width:11.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ { display:block; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuG3vnJNZOGF21JTH0uTPaEQNFir2ah0 { width:13.75rem;height:2.875rem;top:15.3125rem;left:18.250001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIIKsw3QxVJtnNV3prS3akB7AizdS2OE { top:5.0625rem;left:20.468751907349rem;width:9.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1X5BapxxwuVTx8PVfIcbfQT4Bnw0yWc { top:4rem;left:0rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21Bi00G7Us1wnZuwpRfWQtxQUbuTEur { width:15.625rem;height:2.875rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMMXmSzG1dhNGk7vbx68PEWkawFFwsoC { top:0rem;left:19.218751907349rem;width:11.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFPzOprNFIIUaXt7b1IHAd3sDorM6vm { top:1.125rem;left:0rem;width:13.5rem;height:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bix1XWGAHqeldkhlAHs5vf2QgUieTmQc { top:6.8125rem;left:0.5rem;width:9.125rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OF0CbQXC9DKz2IpqJstCrfnn8v15n7eV { width:15.625rem;height:2.875rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb5E4PWyp0siSQH3ssNUqNAWtH5rxSbt { width:9.375rem;height:2.9375rem;top:21.5rem;left:0.34375190734863rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEgI50P1nBBV7yxdZMQtIIvn4uQHIxLp { display:block; }
 }@media only screen and (max-width: 763px) { #vBVH1eb5DIK64uGnc2dbtWEaklfWA8XI { width:19.3125rem;height:4.375rem;top:16.875rem;left:28.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNrJT4puzJuExqbu2pWfanJtHOfbQGzI { top:6.75rem;left:38.625rem;width:9.125rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTw5x2T6g1Ul1QkCEfmyK7NcwvWbiwco { top:1.6875rem;left:35.875rem;width:11.875rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzwnM3KNTDeRKnuh9ok3Xei3V5Wd6i0a { width:20.0625rem;height:4rem;top:23.3125rem;left:15.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNhBdnpxZoM7ywGcbXDoiCnbROyl95B { display:block; }
 }@media only screen and (max-width: 763px) { #lrx8trq5XHKUWx8oK0bTDCclNq7H5OFO { width:20.0625rem;height:4rem;top:22.1875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTfFkmK6Pdgl94PWNuxAfv4ZTbDuO4AZ { display:block; }
 }@media only screen and (max-width: 763px) { #TK60MkOShv7m4vX4DezxhsR6B0hDMvQ3 { width:20.0625rem;height:4rem;top:22.1875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLLa2cSoAIlPNFOlVXpw58D7onr880bI { display:block; }
 }@media only screen and (max-width: 763px) { #fHTszqtG4uL9S50kKrvACFeTlGQMGZ5Z { width:20.0625rem;height:4rem;top:22.1875rem;left:13.843751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #FB2N3nAW2oakEEgVrqVVPC5e5d11J4O5 { display:block; }
 }@media only screen and (max-width: 763px) { #patTcXs3mLsAFevSGAwRfqLsCKFNKUlT { width:13.75rem;height:2.875rem;top:16.3125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QzNtTXNByfo1COhQK3rlagZgEHARHO { top:0.4375rem;left:35.8125rem;width:11.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az1GvPdaX7vDkWCeoLuPO3kZTiJsgRMr { top:6.5rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDBFNSUgSwD1x8WX51xu61hLwnlHJGRg { top:3.0625rem;left:37.5rem;width:10.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaf4cJWPOkAn9siKKuIx3DW0JRJpmE8u { top:96.5625rem;left:0.45833396911621rem;width:11.9375rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4My9ozB5514F0zlTts45pCb1bHMQaN7 { width:15.625rem;height:2.875rem;top:15.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhi6IWiTW5q6tk4HTPebOrCvki99OXAi { top:5.3125rem;left:2rem;width:9.125rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.625rem;height:3.625rem;top:8.4375rem;left:39.062501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { top:4.8125rem;left:15.43128490448rem;width:12.3125rem;height:5.286123050969rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { top:0.9375rem;left:4.2812519073486rem;width:39.1875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiQu0MBJPirshZhObrHZ2D6imXQIysU { width:21.25rem;height:;top:9.3125rem;left:20.809896469116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNEUsmTOrsC6HxMc78ZrlORJxIOLSbnI { top:9.3125rem;left:6.0000019073486rem;width:32.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o { top:17.25rem;left:36.25rem;width:2.8125rem;height:2.8125rem;display:block; }
#lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o { top:17.375rem;left:30.9375rem;width:2.5rem;height:2.5rem;display:block; }
#zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 { top:17.25rem;left:25.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
#NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc { top:17.1875rem;left:19.3125rem;width:2.9375rem;height:2.9375rem;display:block; }
#mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ { top:17.125rem;left:13.625rem;width:3rem;height:3rem;display:block; }
#A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #xx4ERFQ5w3vsVKI2waGsSrvm3dk092Pk { top:13.125rem;left:14.5625rem;width:19.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw { top:17.25rem;left:8.6875rem;width:2.75rem;height:2.75rem;display:block; }
#rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #XHATUsC6DVcatSQCthyF5rd5KDyns7DA { top:4.5rem;left:0rem;width:10.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOLQhwE0req9MAUInPowmEdwvy6Jg9Sk { top:12.125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4RNW2r9cVPt0U3GaIB1GIfDwf0tEKJu { top:4.75rem;left:32.25rem;width:15.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5KM6JnrLo1LNLXlpkTMnwmCexntrRqB { top:14.3125rem;left:36.5rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA { display:block; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .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) { #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce { background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/8204f8c6-7e0e-41b0-9165-f2d2cbb9cc06/Downloadpremiumpsd_imageofGlowingneonframeonadarkredbackgroundbyBusbusaboutmaroonbackgroundburgundymaroonburgundybackgroundandredneon2444380.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce.adaptive-delivery-prevent-bg, #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce.lazyload, #ykneTyZAqeSo2Du0q0U98ZSuHumIUIce.lazyloading { background-image: none; }#ykneTyZAqeSo2Du0q0U98ZSuHumIUIce > .row .container { width:20rem;height:86.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kr1fbugrA9nTVd4a49eAR20TT8LDBxSI { width:6.7480625rem;height:4.0625rem;top:25.936416000128rem;left:12.031251013279rem;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I8JP0LI6hkeHdAg9F0xyJEm2PvIB7yPy { width:6.311875rem;height:5.6875rem;top:25.124783843756rem;left:1.3487413525581rem;font-size:4.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H4bWiO9Pw747OTRoQvunTpEXKwCZD2y2 { width:20rem;height:4.8763rem;top:13.5rem;left:0rem;font-size:1.625rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yceR9VF5xGIQlVZE1lD0Isk2G2vJPxJG { width:20rem;height:2.1875rem;top:9.3125rem;left:0.0625rem;font-size:2.1875rem;line-height:1;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #rbpUDAMkIsMoVt8d4W9o4mPTykav34Nd { width:20rem;height:2.1875rem;top:6.5rem;left:0.0625rem;font-size:2.1875rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KEv4qSc8JRxMUJzDG7VctxuyISaIg2vz { width:4.81228125rem;height:4.81228125rem;top:0.55013024806976rem;left:7.5922308564187rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ihwv5eX9G4VMF5BWbQ4rAEB8BucTQL05 { width:13.5625rem;height:4.5625rem;top:56.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR30beDD1ZR5wTAiXhmHI1NMNtsgTb2d { width:13.625rem;height:3.5625rem;top:51.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StG1cyQWK44BgWFbDN01fboywsVKzsBX { width:10.625rem;height:9.625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWvk4P5TDicM3UXksQHxbOW2Eh6WuSPQ { width:9.4375rem;height:9.6875rem;top:38.375rem;left:10.6875rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UPci56wrOKleryoUeg3PNJoaknvlFayD { width:6.18706875rem;height:1.81206875rem;top:58.75rem;left:0.25rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Cse0IHyJvHTPd3vn0ADJxXJR7yrGsBRp { width:20rem;height:2.43815rem;top:31.625rem;left:0rem;font-size:1.625rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tKHwSVBlmgKaHKuh1lKnJ92gilzHwvTZ { width:10.75rem;height:3.9375rem;top:20.444878906012rem;left:7.9053819775581rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #BCAg5dQk0qJPTxnavxnF2hFPrpACqWlJ { display:block; }
 }@media only screen and (max-width: 763px) { #vWyXdFDeOwXNPkxT4BtmWpJs0nHpbGJb { width:2.8125rem;height:2.93728125rem;top:20.942925781012rem;left:2.5889757275581rem;font-size:2rem;z-index:15019;color:#33be50;display:block; }
 }@media only screen and (max-width: 763px) { #dyiVJ94HbQdRcfBMR6iKn5T2OkfMGvmF { width:15.125rem;height:3.7963820960878rem;top:51.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvbzeePBH9n8Tx2TLC5Z52kKCkpRqqZV { width:20rem;height:22.5rem;top:62.560765313719rem;left:0rem;font-size:1.25rem;color:#ffffff;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8b81486-339c-42e9-8238-9e3236f53cd2/ea8bd91a9634a518f87dea36d993828e1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt.adaptive-delivery-prevent-bg, #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt.lazyload, #DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt.lazyloading { background-image: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container { background-color: transparent; background-image: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container > .video-iframe-container { display: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row > .video-iframe-container { display: none; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .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); }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container { border-width: 0; border-radius: 0; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeiGZRo7PxaEXw6NcEKwzFim5QF0EnAt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJXTm6vUNzm3TLdL45zlIwIryzxylO7i { width:18.4375rem;height:4.875rem;top:1.6731872558594rem;left:1.4704530836744rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.adaptive-delivery-prevent-bg, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.lazyload, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.lazyloading { background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { background-color: transparent; background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .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); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { width:20rem;height:142.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { width:19.9375rem;height:3.0859375rem;top:23.5rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { width:9.125rem;height:9.25rem;top:13.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { width:12.5rem;height:4.22395625rem;top:1.25rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.5rem;height:3.3125rem;top:6.345054626465rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
 }@media only screen and (max-width: 763px) { #HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { width:11.8125rem;height:11.8125rem;top:10.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMeAnSnRcwo1ZamWny5lvkSlTz0WKzv { width:14.3125rem;height:4rem;top:49.460939407349rem;left:2.8437500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55BT2sNFMdD8xHHBgqLhGlQIXrflqhM { display:block; }
 }@media only screen and (max-width: 763px) { #tB7weN5oNszvLurmtUQiXgtOldpTIIv4 { width:14.3125rem;height:4rem;top:137.4609375rem;left:2.8437500596046rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ayvNtH9FH0i2PfpdqJ3vckWio6sx1OvB { display:block; }
 }@media only screen and (max-width: 763px) { #lRHLZg8XV8BuTlJW19augNrFh31phRC5 { width:14.3125rem;height:4rem;top:98.0234375rem;left:2.8437500596046rem;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #rwvRTQVETAGSTNJcDwwPAUcm47LaiXAy { display:block; }
 }@media only screen and (max-width: 763px) { #xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { width:20rem;height:12.1875rem;top:35.507811546326rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { width:20rem;height:6.09375rem;top:27.820314407349rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #FmqQKiHBTeaqQlXnOoIHVdTi0JV6aAif { width:18.125rem;height:7.3125rem;top:129.1328125rem;left:0.93750005960463rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #QdJEdE4ZLGwbGnAgCw2wdQkf8uV92Ucm { width:20rem;height:10.96875rem;top:85.3515625rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #VC74W1mR7imTITJw49pGGNlbhEwciWXH { width:20rem;height:12.1875rem;top:71.794271469119rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #MS3ovse6sCXgTv1erMyrV4V1JLoTRkDz { width:19.375rem;height:7.3125rem;top:120.25rem;left:0.3125rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #zVpiLAGogTK8roL3tinHb59QqdQ5kC5R { width:20rem;height:3.0859375rem;top:67.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icn5ZALQ4SMaObm3QJwT2veH30rdC0FK { width:20rem;height:3.0859375rem;top:115.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggNobuya7w4VlRqp7mSOny92pOaSvdy { width:9.125rem;height:9.25rem;top:57.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd3bJ0mUhpamymS7GouiI7uf1iQ6CpDS { width:7.9375rem;height:11.125rem;top:102.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6Z9GLdg7qvIfJlA48JzmEKRRsUBhzx { width:9.125rem;height:9.25rem;top:104.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLwWCLirOhoemMTZsW47xvRQPCWnwB5J { width:7.3125rem;height:11.75rem;top:54.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95.adaptive-delivery-prevent-bg, #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95.lazyload, #tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95.lazyloading { background-image: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container { background-color: transparent; background-image: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container > .video-iframe-container { display: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row > .video-iframe-container { display: none; }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .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); }#tFhmi7RRxQ8pPdIlCK4HN42EzZeJIb95 > .row .container { width:20rem;height:251.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIMoZdAAJPkiDEuHXnXEIvm1ZKdtRheA { width:19rem;height:4rem;top:70.123701095581rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MswOTsBRVD70HlR33UM0pTz7g9C05ArJ { display:block; }
 }@media only screen and (max-width: 763px) { #uVOrv8lxOmehUcDnaAl1QzlDBeUQTtww { width:19.933625rem;height:0;top:46.43753125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSN9mP2Z8r2XwSqnZIbiZm10Kozqa6sC { width:9.125rem;height:9.25rem;top:27.26565625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhIUksrmnosI1iDyR0COeKQq23n2otgH { width:11.125rem;height:12.375rem;top:67.707042694094rem;left:5.1770833134651rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #w6EmvVnWkp0f8z9k0D6IbtDrf9UHQrwd { width:13.75rem;height:4.62890625rem;top:41.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8h8Tk943Jf56Lu8QfU6WyKHWmJlm4y { width:10.5625rem;height:10.6875rem;top:30.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZW2Wk4TnFyE6y2H0sKVTodh2kOWlJ8 { width:9.375rem;height:11.125rem;top:29.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKzvzWO9id5K1Lvi0bqkTVi7q6PKzzUb { width:11.1875rem;height:11.375rem;top:77.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmsbVcMlIvVgd1vft0PI4Ou0WZ7VddB { width:18.125rem;height:3.0859375rem;top:90.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoHggrvmDDVRR4IcsMxdgoG0TGx9sZ7I { width:19.3125rem;height:4.875rem;top:95.0625rem;left:0.375rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EiFKHgXATMtxwvE09WfI7tsvVBvZ2xNQ { width:15rem;height:10.96875rem;top:101.4375rem;left:2.5rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #yu5HOBC7qO4UtO3cX1cM8OdZgccoyOCB { width:20rem;height:13.40625rem;top:55.389333724976rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #xmDlixV2fVk00qvplqKq6U8WOs5PMJux { width:16.8125rem;height:6.09375rem;top:47.6875rem;left:1.625rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gr86T0sJw0cMgSvfAEI8wD6rxB9GIXrb { width:16.9375rem;height:8.53125rem;top:235.625rem;left:1.875rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #vcW9e4LrQqrZhPVzTX6IOeT800QU1Ut7 { width:16.8125rem;height:9.75rem;top:224.3125rem;left:1.9375rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GJwV2UNkqHGG5PyhrwCAuylUf1CMRZto { width:16.9375rem;height:9.75rem;top:18.858073592186rem;left:1.5312500596046rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M6ApK71CDSWvXWeqsuykvelaWOncJQbk { width:14.9375rem;height:3.0859375rem;top:219.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMutG8k6gdP78zJxLnR220Xw8AhsnkgM { width:9.125rem;height:9.25rem;top:209.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqhzAmrsQ6DMP9fuBuTM347UVtD2npE2 { width:8.125rem;height:11.5625rem;top:206.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEH3gfB6eD1Xv0B8734qqJFHukUMfWF { width:14.6875rem;height:4rem;top:114.85807800293rem;left:2.6562500596046rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIiyssmXGO7fIyXQ4tlWvZzqQ5O1Oa0m { display:block; }
 }@media only screen and (max-width: 763px) { #kgPciMAcMwQR77A8ap5SX3we0uWatzo5 { width:19rem;height:14.625rem;top:149.375rem;left:0.8125rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #F45IfqbbWMqCDgrnfzda8aUpcvOATNEQ { width:19.3125rem;height:3.65625rem;top:196.125rem;left:0.6875rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #OpTeKS232valGh3AgtKE66qpmXT6KFZn { width:18.375rem;height:7.3125rem;top:187.625rem;left:1.125rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hnu2kUNVu2cIfE1BrOou9JlhUDby9H40 { width:19rem;height:10.96875rem;top:136.5625rem;left:0.8125rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gm1TQPmD8O8G3SHrnWpt8K7KfHR7Ryb1 { width:14.5625rem;height:2.4375rem;top:132.3125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETHc2q1halSCufCqlOMb8LSPCZCXOqO { width:17.375rem;height:3.0859375rem;top:183.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBFZEHJiQ3zJxdhki2AmWoN10xQa4ab { width:9.125rem;height:9.25rem;top:172.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWgC29wAn4l1zTGD9n8R5L7GeKGHzhk { width:10.5rem;height:10.625rem;top:76rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZKsJzaEMuNt5a7LUiD7tEFgLqpoRCU6 { width:8.25rem;height:11.375rem;top:170.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or0ZgcbfUTpOTaztl185kixgwgEt8rlV { width:9.25rem;height:11.0625rem;top:120.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2nuaGgNFXaZ8smLF2JWOwrXhV64XRTl { width:11.5625rem;height:12.25rem;top:75.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN64eckWvwfG50CgeZE1uZu67Q1UeoVB { width:14.3125rem;height:4.62890625rem;top:13.579432964325rem;left:3.3424480557442rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;color:#be8215;display:block; }
 }@media only screen and (max-width: 763px) { #KMrHBU3cezhwaPdSQLRhc47BBO5wCsT5 { width:11.125rem;height:12.375rem;top:0.5625rem;left:4.5rem;overflow:hidden;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #DdxwQaGfT7J8KGlvFULERl9KdfTkLxeL { width:10.0625rem;height:10.1875rem;top:2.6875rem;left:5.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #T7zXWOGcZWG4zDgxGmprIpyQOF7V267R { width:14.6875rem;height:4rem;top:114.125rem;left:2.625rem;font-size:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #cfbiZv4g66UGvbbXTsXTTu7Qmk2tMb55 { display:block; }
 }@media only screen and (max-width: 763px) { #qEhItqDWMLefXWmu1vCTt1nDvWErg3TB { width:14.6875rem;height:4rem;top:165.8125rem;left:3rem;font-size:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #RS8SfU0bNw0odazwLxD4y852K5ewdsf2 { display:block; }
 }@media only screen and (max-width: 763px) { #QxRKpFLDWFXJKnTbM2ulb23SigyiXdr5 { width:14.6875rem;height:4rem;top:201.125rem;left:3rem;font-size:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #uDrbdW5lSR78JgNuJKn7cqTCzWKOTRIi { display:block; }
 }@media only screen and (max-width: 763px) { #IFxLEl56onwtd3X4qV970UPMxaQNVs1e { width:14.6875rem;height:4rem;top:246.0625rem;left:3rem;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #CQN55MAGP0gkPI0DAntpamDSrGR2i3QN { display:block; }
 }@media only screen and (max-width: 763px) { #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo.adaptive-delivery-prevent-bg, #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo.lazyload, #Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo.lazyloading { background-image: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container { background-color: transparent; background-image: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container > .video-iframe-container { display: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row > .video-iframe-container { display: none; }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .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); }#Xch8z2PEqe5nBIGNG9TGOVWuLuPdHpbo > .row .container { width:20rem;height:127.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZpsmFPMV8mk5dqEdomZl633cmfkyfN { width:19.933625rem;height:3.0859375rem;top:38.875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS24PNm88GAIOPJE4JEueA81LdOmskt1 { width:9.125rem;height:9.25rem;top:28.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqyEyp1COauTEeKVhnXVDWNsdAsBWCn { width:13.75rem;height:3.0859375rem;top:14.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiZbKgcaBTaulOnMZBu2si47KSOFgTLh { width:10.25rem;height:10.375rem;top:3.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ihs5xTSviFn8zslAAHHGseh94pM2mH { width:9.75rem;height:11.5rem;top:26.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruVNBWTiOv1143ziKfZQUppH9xPvUXIi { width:11.4375rem;height:13.125rem;top:0.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1TEidfaGzbKTaPbePds3Jv4ITg9SuG { width:14.3125rem;height:4rem;top:123.1484375rem;left:2.8437500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cizQk12aHA7h7WRTGmDXwpNv7IKvNW8U { display:block; }
 }@media only screen and (max-width: 763px) { #RskUL7X22m9tqOO4y9tXhm1s14RDdav3 { width:14.3125rem;height:0;top:54.19140625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J99wL4lmKk12RPdTVT4BdEmMcJpMIWoE { width:9.0625rem;height:9.184875rem;top:21.60546875rem;left:4.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzXhJTJWbOXRQh5bTE4RJehBWlMTnq7G { width:11.3125rem;height:13.3125rem;top:18.1875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJL9yi8b3FhDNAZZl0VVRKlk9BqgvTxC { width:12.4375rem;height:7.03125rem;top:71.125rem;left:3.75rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uElaamCJM7rfdrGUFACghUzcyNGUz9Ih { width:15.625rem;height:4.62890625rem;top:65.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuBEuiwQdEDGy3rdeuO2WmzuTy7TnOSZ { width:9.125rem;height:9.25rem;top:54.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10JEDhHKVb0TG1q4K550HcWTRF7b7b4 { width:10rem;height:10rem;top:53.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoK2tiGEzZ1Vm3P8aaGO8sb2RgUFWRO2 { width:12.4375rem;height:7.03125rem;top:18.558593273163rem;left:3.7812502980233rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J815h2DOTNxUehdrlDe36sbITrPkS74N { width:15.6875rem;height:8.4375rem;top:43.152354240418rem;left:2.1562500596046rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RsFsDhgFobP9BM86pLsg682NnZp4qOLS { width:12.625rem;height:5.625rem;top:99.6875rem;left:3.5rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mDCdKXQkRUDkOl98hZfOhhIlNTyo7l8T { width:20rem;height:12.65625rem;top:108.65234375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2pHS0ZCG9vmNr2xcthiEdB7kEC8O2i { width:14.3125rem;height:4.62890625rem;top:93.7499961853rem;left:2.8437500596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15016;color:#be8215;display:block; }
 }@media only screen and (max-width: 763px) { #eloKQFR8WwH8EklhwzKnbRcAxyNaWR5p { width:10.125rem;height:10.25rem;top:82.8125rem;left:4.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #DnTDTxLcsQQ5IMym8cKvR73KpNMN5WR6 { width:11.75rem;height:13.875rem;top:78.875rem;left:4.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa.adaptive-delivery-prevent-bg, #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa.lazyload, #d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa.lazyloading { background-image: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container { background-color: transparent; background-image: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container > .video-iframe-container { display: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row > .video-iframe-container { display: none; }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .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); }#d2KcXXgIz6O9pMXXRCqu9mWmpsW3eTQa > .row .container { width:20rem;height:149rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqUrSHMNwFJTcRclSxn3fKQW1iD0DpKN { width:14.25rem;height:4rem;top:144.02339839935rem;left:2.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdv4cAdXbGyWf2N9nwWcFfulsAhlsUGg { display:block; }
 }@media only screen and (max-width: 763px) { #QAwAaWwXlpaxR1QhTJtFDGpyiz8NJP2g { width:14.3125rem;height:4rem;top:71.20703125rem;left:2.8437500596046rem;font-size:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Lsq0ATskBpvRBG3ID9bhAG3kdtMuTKtH { display:block; }
 }@media only screen and (max-width: 763px) { #cfgZ3qO9IVLUgrtu9NZqidxKH1VKQIDF { width:20rem;height:12.65625rem;top:56.8125rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9o0HuQ2N2aXSZ0TFGiRrim4vJA4bn0 { width:10.125rem;height:8.53125rem;top:47.625rem;left:4.9375rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SvuX1mcIZsQvCaDGgclWTRPeDeOQTtPe { width:13.3125rem;height:9.75rem;top:18.562480926514rem;left:3.3437500596046rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QFgX4ISKEveEO3sEIvxpvdLw9enWK8ZZ { width:14.5625rem;height:3.65625rem;top:42.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzIaThlRdbqV7XpZXtP6Q3D3TqNStrEy { width:11.25rem;height:3.0859375rem;top:13.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpupTcFspg4TtLXhUzxkzQTtXZqGxBta { width:9.125rem;height:9.25rem;top:32.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFxFE6kSgZ7wucfPoZZLqoLPEHKXqEP { width:7.875rem;height:12.375rem;top:0.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWCupVrAp3NSiqbI462TATw0s0zMKlQ7 { width:9.125rem;height:9.25rem;top:4.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5OdNgzMg8TMuMnlaABoTu6aDTDGJ8E { width:9.1875rem;height:12.375rem;top:29.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0iaJX1KSCDT9WEfrDTbcZDScZSpiTEf { width:20rem;height:7.03125rem;top:135.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #GRSaoKSFo8rOgtChhi1GgNJwUrVqEwoo { width:15.625rem;height:12.1875rem;top:121.9375rem;left:2.1875rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xWx0JAb9F3Lp5GL1iUH0OLM8zHn8xbNk { width:12.0625rem;height:8.53125rem;top:95.75rem;left:3.9375rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hcHkqup5UGaV5BTFyQ2GHCWlKXQ2Bd4S { width:14.5625rem;height:3.0859375rem;top:91.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMw2s3KwfLB0wXOD6xatwkiDZgsXMCdc { width:11.25rem;height:3.0859375rem;top:117.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvmqzsautt9REnSnBOynT5fTAyJBEqtB { width:8.125rem;height:14.6875rem;top:76.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6plQAv1F9IbKp9llPiCT5TlO20B0KK { width:9.125rem;height:9.25rem;top:80.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmmRtJ8ToiGimVoqLl0r8NAvxTkyxGD { width:9.125rem;height:9.25rem;top:107.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsJNAVNlGIhSPM2EiU0mK03ufNLzT8I { width:8.125rem;height:12.1875rem;top:104.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo.adaptive-delivery-prevent-bg, #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo.lazyload, #vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo.lazyloading { background-image: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container { background-color: transparent; background-image: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container > .video-iframe-container { display: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row > .video-iframe-container { display: none; }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .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); }#vKAhDSra32M13kIbKzqaP5ZHOrIT2GRo > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKGEnM1M2iLHl0FhvM34KZ0CxnABdNpT { width:10.5625rem;height:2.8125rem;top:82.25rem;left:4.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #wIkEHnwJdp2ZQ62LKphUTQ3Nn278sTPc { display:block; }
 }@media only screen and (max-width: 763px) { #r2ttXNGu3Kww0bksyvIdPH65sEQxF67o { width:13.9375rem;height:4rem;top:47.5625rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg8VpuBxi5XOBqUi06afWya1NTIFXHdy { display:block; }
 }@media only screen and (max-width: 763px) { #BSxAwa2Kz2lFzMn6N1FzV32qAs01ueLR { width:20rem;height:20.71875rem;top:24.5625rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #AfTzSsPS8QXS0u7FwX1PKmnnD4im17yX { width:20rem;height:4.875rem;top:68.5rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NdX6gRhq2LpoxesMlTZocQlbSEEVTcHE { width:20rem;height:9.75rem;top:74.25rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #xFOZyRUOiR5tKsqCGupoAbGmv4Mz6MaS { width:20rem;height:6.09375rem;top:17.875rem;left:0rem;font-size:0.8125rem;line-height:1.5;color:#ba0484;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pomv8TQ14wHP2ogf3fhwICZhVch2cUHH { width:15.625rem;height:3.0859375rem;top:13.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs96xAU3lXyQnWPbaTdzIH1UAd8XuTpp { width:15.625rem;height:3.0859375rem;top:64.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95DvZCFBMf5FdlFcc2WrUDVnHSIAeF9 { width:8.125rem;height:10.3125rem;top:53.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNX5wPBp36PikkyyqhHuABsSL71eeuRM { width:9.125rem;height:9.25rem;top:55.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i83xxrz84T2HaTadwiFDnm1NdqTR4IWJ { width:7.5625rem;height:10.9375rem;top:1.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6u7XaSSyaMFNEmbXpJqEW6mPd067oob { width:9.125rem;height:9.25rem;top:3.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF2nkzy6VCGGNRndrBBPo1gW07CJzG5b { width:13.9375rem;height:4rem;top:85.9375rem;left:3rem;font-size:1.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cgWq4RB7DgdWXXDKmCLdqVtSaecChfCo { display:block; }
 }@media only screen and (max-width: 763px) { #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf.adaptive-delivery-prevent-bg, #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf.lazyload, #tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf.lazyloading { background-image: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container { background-color: transparent; background-image: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container > .video-iframe-container { display: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row > .video-iframe-container { display: none; }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .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); }#tWzq1xQM7FSzBGEJSqVL41wHXipOCkSf > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuEqBiN4fTW8uAc6LCxGNrDIKtQkedIn { width:19.933625rem;height:3.0859375rem;top:50.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwNxxlw4TN6TOpiC1Q0EDw4umzha2Igh { width:9.125rem;height:9.25rem;top:40.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #homzNvgMT4Wa4KUpKTl4T9QeFWAi54vu { width:8.9375rem;height:13.375rem;top:36.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDxLLwOUFbIoA3T6va1vJEiiCrdEcxzI { width:16.25rem;height:3.0859375rem;top:68.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaeSG9asw79LsaLB0WRsbp4lgzficSdO { width:7.5625rem;height:11.5rem;top:55.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz6leRP9vJAI6FTQvZPlFhU7L46ayen { width:9.125rem;height:9.25rem;top:58.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx4fBidtUW6ynz2k8K20sogxh26wZi6d { width:14.4375rem;height:4rem;top:98.5625rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKql05TDETAekemrWBA27wUTFzn3cxQs { display:block; }
 }@media only screen and (max-width: 763px) { #rmxzRiCQvJrdfL4INDkrKok3tQ5AXT9G { width:14.3125rem;height:4rem;top:32.019538879394rem;left:2.8437500596046rem;font-size:1.25rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Vd701hGVBzmmwMytU3MgdPPqDN2f5R { display:block; }
 }@media only screen and (max-width: 763px) { #VrgozRmcaBxqo8K3OWmRnESO3gTRslP1 { width:20rem;height:22.5rem;top:74.0625rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #Heblg4yCpUJ7govBUTkmmN6cTqxF1JRI { width:8.875rem;height:9.875rem;top:1.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwppDk8PN9R15Dc3NF1z48gswqZ2QfN { width:9.125rem;height:9.25rem;top:3rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v087Cb2H72ob4wXXqVBy7lLRWHaCgyXg { width:16.25rem;height:3.0859375rem;top:13.5rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i60UXvodn2koyKEXnH7ds9SElQhp1h { width:17.9375rem;height:11.8125rem;top:18.312494754791rem;left:1.0312500596046rem;font-size:1.125rem;line-height:1.5;color:#ba0484;display:block; }
 }@media only screen and (max-width: 763px) { #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN.adaptive-delivery-prevent-bg, #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN.lazyload, #ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN.lazyloading { background-image: none; }#ChbdLMMTxxdHOeJcyiFivFkBBSPGlMiN > .row .container { width:20rem;height:67.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QWSRPlsWWcJHGV2UdBV2iTo0xt8Lrr48 { width:9.125rem;height:9.25rem;top:4.10546875rem;left:6.2044270634651rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKKUUSwCFuW2xVbM5pIlNrfInpEaEMnM { width:13.75rem;height:0;top:48.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #urmz8TcqvhfoXV3cCaPf1oTx2GfaSb7z { width:13.5rem;height:15.6875rem;top:18.352865219116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokDM10McibZPPiXQr5WyUIV4FIhMTmt { width:20rem;height:3.8984375rem;top:29.250020265579rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JBfOGDwx6RN0sK05cTtLoMgV5PTM42Ol { width:3.125rem;height:3.125rem;top:24.625rem;left:8.4375002980231rem;font-size:2.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #t7MkIxz02KNEUuaaWOA5bQWRwdhIn1ZK { width:19rem;height:4rem;top:27.5rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHN47xaquTJ0rfSpBAusHLFnFlpJcR7J { display:block; }
 }@media only screen and (max-width: 763px) { #enWUV5cVP59AmQDiIVrPbJcieJQQyEAu { top:9.4375rem;left:0rem;width:20rem;height:10rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yoEEwHAtbbXJPmTiht5n0SBQ7ir2Hf4Q { width:20rem;height:5.19791875rem;top:1.2500002384186rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;color:#8445cc;display:block; }
 }@media only screen and (max-width: 763px) { #mBSTHE87JbI3qIxZqpLOMC8ELmKRwuSy { width:19.933625rem;height:3.0859375rem;top:64.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvyz46tkJtLtm61mMwyFT134ekkQwQT { width:9.125rem;height:9.25rem;top:54.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZcLTRtZOAUezBBp3AhN1Vwn7seaOPV5 { width:14.3125rem;height:3.0859375rem;top:38.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHOoSTKQITGL1LbBSn8dOm2UGHN1aNrR { width:9.0625rem;height:9.184875rem;top:28.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnbaSMnIsBr4dlTh8HVsK4MMrPbweTm { width:11.25rem;height:12.6875rem;top:50.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIO7Mmsu3000486okdgAC98gcsXSXMmh { width:11.125rem;height:12.5625rem;top:25.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ.adaptive-delivery-prevent-bg, #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ.lazyload, #C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ.lazyloading { background-image: none; }#C8mlrVDG5XkffVC4G1AliiKpZPAMpaUQ > .row .container { width:20rem;height:105.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuG3vnJNZOGF21JTH0uTPaEQNFir2ah0 { width:14.3125rem;height:3.0859375rem;top:15.125rem;left:2.8750000596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIIKsw3QxVJtnNV3prS3akB7AizdS2OE { width:9.0625rem;height:9.184875rem;top:16.83203125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1X5BapxxwuVTx8PVfIcbfQT4Bnw0yWc { width:9.8125rem;height:9.9375rem;top:4.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21Bi00G7Us1wnZuwpRfWQtxQUbuTEur { width:13.75rem;height:0;top:37.76565625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMMXmSzG1dhNGk7vbx68PEWkawFFwsoC { width:12.125rem;height:14.5625rem;top:0.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFPzOprNFIIUaXt7b1IHAd3sDorM6vm { width:13.5rem;height:15.6875rem;top:23.8125rem;left:3.1250000596046rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #bix1XWGAHqeldkhlAHs5vf2QgUieTmQc { width:10.5625rem;height:10.6875rem;top:28.5625rem;left:4.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #OF0CbQXC9DKz2IpqJstCrfnn8v15n7eV { width:13.75rem;height:4.62890625rem;top:40.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #eb5E4PWyp0siSQH3ssNUqNAWtH5rxSbt { width:10.5625rem;height:2.8125rem;top:82.25rem;left:4.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #gEgI50P1nBBV7yxdZMQtIIvn4uQHIxLp { display:block; }
 }@media only screen and (max-width: 763px) { #vBVH1eb5DIK64uGnc2dbtWEaklfWA8XI { width:19.933625rem;height:4.62890625rem;top:94.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iNrJT4puzJuExqbu2pWfanJtHOfbQGzI { width:9.125rem;height:9.25rem;top:84.5rem;left:4.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PTw5x2T6g1Ul1QkCEfmyK7NcwvWbiwco { width:11.875rem;height:14.3125rem;top:79.4375rem;left:4.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PzwnM3KNTDeRKnuh9ok3Xei3V5Wd6i0a { width:13.9375rem;height:4rem;top:100.87890625rem;left:3.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNhBdnpxZoM7ywGcbXDoiCnbROyl95B { display:block; }
 }@media only screen and (max-width: 763px) { #lrx8trq5XHKUWx8oK0bTDCclNq7H5OFO { width:14.25rem;height:4rem;top:19.273438453674rem;left:2.8750000596046rem;font-size:1.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #qTfFkmK6Pdgl94PWNuxAfv4ZTbDuO4AZ { display:block; }
 }@media only screen and (max-width: 763px) { #TK60MkOShv7m4vX4DezxhsR6B0hDMvQ3 { width:14.25rem;height:4rem;top:46.8984375rem;left:2.8750000596046rem;font-size:1.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #pLLa2cSoAIlPNFOlVXpw58D7onr880bI { display:block; }
 }@media only screen and (max-width: 763px) { #fHTszqtG4uL9S50kKrvACFeTlGQMGZ5Z { width:14.25rem;height:4rem;top:75.520835876462rem;left:2.8750000596046rem;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FB2N3nAW2oakEEgVrqVVPC5e5d11J4O5 { display:block; }
 }@media only screen and (max-width: 763px) { #patTcXs3mLsAFevSGAwRfqLsCKFNKUlT { width:13.75rem;height:3.0859375rem;top:13.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QzNtTXNByfo1COhQK3rlagZgEHARHO { width:10.875rem;height:10.6875rem;top:197.68749237061rem;left:7.114583313465rem;z-index:15089;display:none; }
 }@media only screen and (max-width: 763px) { #Az1GvPdaX7vDkWCeoLuPO3kZTiJsgRMr { width:9.4375rem;height:9.5625rem;top:4.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDBFNSUgSwD1x8WX51xu61hLwnlHJGRg { width:10.25rem;height:12.6875rem;top:0rem;left:9.7486985325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaf4cJWPOkAn9siKKuIx3DW0JRJpmE8u { width:10.875rem;height:10.6875rem;top:56.124979972839rem;left:4.5625002980232rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #W4My9ozB5514F0zlTts45pCb1bHMQaN7 { width:13.75rem;height:3.0859375rem;top:69.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dhi6IWiTW5q6tk4HTPebOrCvki99OXAi { width:10.3125rem;height:10.4375rem;top:58.8125rem;left:4.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/bee66fcb-055c-4eff-b81c-be35e0d0750d/ea8bd91a9634a518f87dea36d993828e.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyloading { background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { background-color: transparent; background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .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); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.125rem;height:3.125rem;top:18.016925811767rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { width:17.8125rem;height:7.721375rem;top:5.09765625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xxiQu0MBJPirshZhObrHZ2D6imXQIysU { width:13.8125rem;height:0;top:14.06903125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNEUsmTOrsC6HxMc78ZrlORJxIOLSbnI { width:20rem;height:0;top:44.003949023437rem;left:0rem;text-align:right;text-align-last:right;font-size:1.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o { display:flex;width:2.8125rem;height:2.8125rem;top:4.78125rem;left:15.375000298023rem; }
#lFrTW7OkfhtQ6dM0FqRTBK8MK8IsIK0o > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o { display:flex;width:2.5rem;height:2.5rem;top:4.9375rem;left:2.5000000596046rem; }
#zUN0J76r0rycNdDfUAlS3zUDx9nnPf4o > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 { display:flex;width:2.8125rem;height:2.8125rem;top:8.90625rem;left:15.375000298023rem; }
#NWbyrtuntKQAhybh2H9bFOFJ5Dz575o4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc { display:flex;width:2.9375rem;height:2.9375rem;top:8.84375rem;left:2.2812500596046rem; }
#mOR8hVpfZI3XMJDhwrkOOXMMPZUD9Mxc > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ { display:flex;width:3rem;height:3rem;top:8.8125rem;left:8.5rem; }
#A3QpZuTPOgrm3G7igHl6sfs24Rt8IxgQ > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #xx4ERFQ5w3vsVKI2waGsSrvm3dk092Pk { width:19.5rem;height:2.34375rem;top:1.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw { display:flex;width:2.75rem;height:2.75rem;top:4.8125rem;left:8.625rem; }
#rEaQ4kwu7PZrWzWZ33s7XWvh7GiBpubw > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #XHATUsC6DVcatSQCthyF5rd5KDyns7DA { width:10.9375rem;height:3.125rem;top:32.375001251697rem;left:4.5312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOLQhwE0req9MAUInPowmEdwvy6Jg9Sk { width:7.3125rem;height:7.3125rem;top:20.062501251698rem;left:6.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4RNW2r9cVPt0U3GaIB1GIfDwf0tEKJu { width:15.5rem;height:3.75rem;top:15.187500298023rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5KM6JnrLo1LNLXlpkTMnwmCexntrRqB { width:11.25rem;height:4rem;top:27.500011444092rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA { background-color:#00b4b3;background-image:url("https://images.assets-landingi.com/uc/0e3c5016-3c93-425c-a656-18864704582e/Flags_02_page0001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.adaptive-delivery-prevent-bg, #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.lazyload, #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA.lazyloading { background-image: none; } #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection *:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="text"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="email"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection input[type="tel"]:focus-visible, #fbbf86c447446dcc1178222ec5be2f6b99a834f5.widget-smartsection textarea:focus-visible { outline: none; } #QmUSQHqTDpVvzvoZLw79fhaPsmFg6bdA > .row .container { width:20rem;height:97.3125rem;position:relative;display:none; } }