.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:53,131,149;--color-primary-4:41,101,117;--color-secondary-0:244,221,236;--color-secondary-1:215,176,205;--color-secondary-2:198,87,160;--color-secondary-3:123,70,114;--color-secondary-4:40,17,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm { position:relative;display:none; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm { border-width: 0; border-radius: 0; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .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; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:18.625rem;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; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.adaptive-delivery-prevent-bg, #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.lazyload, #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.lazyloading { background-image: none; }#I49SF6mzM611pNs8gGpkxdLxM5B1b0lm { background-color:#ab880e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:8.15625rem;left:11.9375rem;display:block; }
#JNKt9ZPtW2kd79aHv9eK40bu7lkEGInX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moxMp6MeSK1OLTLeSFhxTLxvgf9QtmeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:13.312501907349rem;left:36.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uZ6T5ZppvII84JMbe93kKi1DWC3z6tB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:10.477865219116rem;left:35.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WRbnlQ1kiar3ldg4pngbMAMOOJFsKEw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:5.5625rem;left:36.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyOpAVDKpazaBhfLtP4fisxN8rUEtV9W { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:2.6875rem;left:36.3125rem;height:2.0247375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM { position:relative;display:block; } #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection *:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="text"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="email"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="tel"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection textarea:focus-visible { outline: none; } #yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM > .row .container { position:relative;display:block; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 { position:relative;display:none; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 { border-width: 0; border-radius: 0; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .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; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .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; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .row .container.adaptive-delivery-prevent-bg, #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .row .container.lazyload, #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .row .container.lazyloading { background-image: none; }#QGE6OctJxeknXLKE2Ip75Zv5EwycwTDI { 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.499566078186rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCibimbrldn813a0IGkA0ryISMQL5pWC { 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.061850547791rem;left:36.561848640442rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUTT7Z4HuUmFnquvF4GyA1xLAk2UCbiQ { 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.7471799850462rem;left:32.783638954162rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENxHIZRpbWiJneUDeUgCZnTQAMRdntnh { 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.7052965164184rem;left:32.752171516419rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RB4NfziwxuxpM9Fp1Vg6bLvfaK29FyzB { 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.628907203674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2rQKxQHZMC3vTFugNmLo85g6Oa8MDAJ { 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.76931476593019rem;left:26.498700141907rem;overflow:hidden;display:block; }
#ZQqC2RwDB4o43K96IckOO3t4KEezn7Bq { 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; }
#oSvvtP3ixTf5fOmNL3l0g3mFPkR4UJsu { 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; }
#acpeMsRutpEaO9Iq3lU5dDtkVy03bdqA { 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.4991321563721rem;overflow:hidden;display:block; }
#Sa9HsIFwpaLB9rPn5qk0BrNxOL44NyJS { 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.2500009536744rem;left:15.437500953674rem;overflow:hidden;display:block; }
#nqVNofMuEQ20is2fNJtZK8ZrLJrZcQbT { 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; }
#KZ2TLUPh431QihN0OxS2QcgKQL3Ta2bI { 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.723309516907rem;left:32.946400642395rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsiut0N2fMogTgt7BqP9soEeaegW0D42 { background-color:rgba(var(--color-primary-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; }
#prRfbxWz66crMDJs3oyv6nCBr5Sg1EqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yc8Hc6auS1yvpkg2hNhdkknBN5mTgZT4 { 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; }
#XsNIJdl2I6sHuQrwH68itCfHM1XIPoNR { 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; }
#W56mKFk820HGJJh6Tz3wCKD8gQznVzwl { 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.343750953674rem;left:32.783638954162rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:68.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; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container.adaptive-delivery-prevent-bg, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container.lazyload, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container.lazyloading { background-image: none; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.25rem;width:75rem;top:0.1875rem;left:0rem;overflow:hidden;display:none; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:29.0625rem;top:0.52994793653488rem;left:23.875001907349rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:9.124375rem;width:8.9985rem;top:7.5rem;left:33rem;display:none; }
#GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { 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:30.375rem;width:75rem;display:none; }
#U38seSB3vG09VWslSbgQmEG15hIGGnKH { position:absolute;display:block;z-index:15188;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;box-shadow: none;height:22.4375rem;width:22.4375rem;top:11.583333969116rem;left:3.5208339691162rem;overflow:hidden;display:block; }
#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:22.9361875rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8rem;left:48.3125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WWgAqTqTBCWca61uJTVktBABImNbKreb { color:#322e6c;display:block;width:23.9361875rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6875rem;left:30.125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#681367;display:block;width:44.375rem;position:absolute;font-family:"aref ruqaa";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.875001907349rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:13.6875rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:30.875rem;left:33.8125rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:13.375rem;height:3rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:30.875rem;left:48.375rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:16.5rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35rem;left:38.9375rem;display:block; }
#bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:15042;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:20rem;width:41.0625rem;top:48.625000953674rem;left:30.266927719116rem;overflow:hidden;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-form-header {  }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;color:#2fb0ad;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1;font-style:normal; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #020401;border-left:0.1875rem solid #020401;border-right:0.1875rem solid #020401;border-bottom:0.1875rem solid #020401;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:1.5625rem;color:#2fb0ad;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #020401;border-left:0.1875rem solid #020401;border-right:0.1875rem solid #020401;border-bottom:0.1875rem solid #020401;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:4.375rem;color:#2fb0ad;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #020401;border-left:0.1875rem solid #020401;border-right:0.1875rem solid #020401;border-bottom:0.1875rem solid #020401;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.3125rem;color:#2fb0ad;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.5; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#2fb0ad;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:19.0625rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]:-moz-placeholder { color:#2fb0ad;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]::-moz-placeholder { color:#2fb0ad;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]:-ms-input-placeholder { color:#2fb0ad;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]::-webkit-input-placeholder { color:#2fb0ad;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container:first-of-type{padding-top:0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container:last-of-type{padding-bottom:0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.9583320617676rem;top:40.9375rem;z-index:15039;position:absolute; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 {display:block;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.9583320617676rem;top:40.9375rem;z-index:15039;position:absolute; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Dic1WaZT58BoGGVRKDvWTq80dpm99536 { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #TotnfnGDkeEDLvVlEPZSATwnz1UCT3Fh { position:relative;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #iM4xk0sFe9BKDKo17gVk8fHBz3cLvsm8 { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Q283xseVwn4Sa97rk8BpsKFOUbkKUb1o { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #IEWPch4U2fwB54ceRO0DsynwceSSQy7R { position:relative;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #zIkPRL0Xzo6lH2XTyPWGcyBITy8cCA8T { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #z7E3B7Cw8MNdxvMfv82tUuoRCrurHthL { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #OVEVWt2DZDeh8XDnOhDB9PwammGZF93k { position:relative;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #ACbiKlvrazbZeBWhisTuhtRCZHAmeD0l { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #e2qIrTNvuUcRCKrdz5Uu0lKDSknMuifA { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #PPlBwNnDHZh34k8TOS45mtlKVgRd3T92 { position:relative;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #piUaLrWMFIv8BCSD3l4aSsrM1sZCZW0E { position:relative; }
#Bk2c9EclGXZ1kCAuLoTfWNGCJFaVTOVV { position:relative;display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #w8x4AhlMqxckfzfqhlhyaUmw0DOzo5y2 { position:relative; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #NrZqIOvu7daevCTgF4fk99ShkhZfPbfV { position:relative; }
#nuKZouH3iT0hZIZGJwDefBFmgRUZsDCy { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ba0484;border-left:0.375rem solid #ba0484;border-right:0.375rem solid #ba0484;border-bottom:0.375rem solid #ba0484;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:20.51952125rem;height:3.2682275rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.25rem;left:38.100259780884rem;display:block; }
#SpoMOJfB6pb9CZP0RqNeqcXd6xnuPPRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwoltOZZJZPZmMvz0s7260Lyff5NefeA { background-color:rgba(var(--color-primary-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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.5rem;left:39.634115219116rem;display:block; }
#itu0F4Uh9pPXno4n5Er1vbhXUQoO3h8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUPlgZqPwPLheAvCRHKgv0rB8K54lbq0 { position:absolute;display:block;z-index:15187;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:12.125rem;top:39.813801765442rem;left:27.592447280884rem;overflow:hidden;display:block; }
#Mcw1XL2tVZwIPF4H04hnoBPtewHVGogr { position:absolute;display:block;z-index:15084;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:4.75rem;width:14.125rem;top:45.270833969116rem;left:57.821619033814rem;overflow:hidden;display:block; }
#Il3pZqKHxuEP7tg0ZlwWLy5dqkTpWrFr { position:absolute;display:block;z-index:15185;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.4375rem;width:12.5rem;top:45.270833969116rem;left:27.529947280884rem;overflow:hidden;display:block; }
#IozNfmyLPHxOWibexqFc01zyFNySugUw { position:absolute;display:block;z-index:15196;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:39.938802719116rem;left:57.134119033814rem;overflow:hidden;display:block; }
#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa { position:relative;display:block; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa { background-color: transparent; background-image: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container > .video-iframe-container { display: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row > .video-iframe-container { display: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .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); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa { border-width: 0; border-radius: 0; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .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; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:76.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; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container.adaptive-delivery-prevent-bg, #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container.lazyload, #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container.lazyloading { background-image: none; }#ETJXv04l0qf5mf71G0xX39efBneCKXMT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#o86a769mfSbzfkhCqiF4M82MMm1y81vo { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#KXkLRzoLExCTdlwKbV3RBDhzXO3K59fD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #1e5674;border-left:0.0625rem solid #1e5674;border-right:0.0625rem solid #1e5674;border-bottom:0.0625rem solid #1e5674;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3.06206875rem;width:15.061875rem;top:1.4375rem;left:30rem;display:block; }
#LdcDsqIdnvnfaKEft7DWXPsCZJEgdPiI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9943580627441rem;left:31.000436782837rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlffogaBTRmWwt0CeGDgO1cLq1GR8CdH { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:9rem;width:8.9995625rem;top:7.125rem;left:60.6875rem;display:block; }
#a134KNKG9U4ds8HWkO3X2AH9IMi5WbvJ { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.9985rem;width:8.9985rem;top:7.125rem;left:43.0625rem;display:block; }
#NXS9F1BykFCSFt4cJkXk4GHlqS1eo5GO { color:#0f1315;display:block;width:6.06228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:9.625rem;left:62.1875rem;height:4.063475rem;font-style:normal;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;display:block; }
#xZBL3lztUJ0C9nWs9NR0OvAbD44qZauZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.06055rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.875rem;left:44.5625rem;height:5.603025rem;font-style:normal;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;display:block; }
#t5gfKHtnxVZVCaGkKZVeOuQVTsGrLBNa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.4375rem;left:6.125rem;height:5.361325rem;font-style:normal;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;display:block; }
#EHe1eovsGUcrglcnEkdeoTuElhaPzwv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.06055rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:28.9375rem;left:62.125rem;height:4.063475rem;font-style:normal;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;display:block; }
#CSZ0Nr072FXJgFKeUX8q1wRZMpbHTz58 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0612rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:28.5625rem;left:44.625rem;height:5.361325rem;font-style:normal;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;display:block; }
#SH21RnSrWaIKOgEvcm2mElLa2BTmA3iO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0612rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.125rem;left:25.8125rem;height:3.57421875rem;font-style:normal;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;display:block; }
#icwWOsS4PkaNW6GVHos8lXGNuiOiTERk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:46.75rem;left:44.125rem;height:3.73535rem;font-style:normal;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;display:block; }
#g7efAa8WJ7TCt90pBLHt6z6fiQnAkDaB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.3125rem;height:5.361325rem;font-style:normal;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;display:block; }
#aa7ndy84RTx0tFlxZZ1LmRnO3TiKITZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0612rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:9rem;left:25.8125rem;height:3.73535rem;font-style:normal;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;display:block; }
#UWCKBvckT9LEFoUzw7UU2XOsBLNWeWhr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:45.375rem;left:25.1875rem;height:4.063475rem;font-style:normal;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;display:block; }
#C5f3Oq99GgSx5tVNrEDvORmmeSeuRAVA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0612rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:47.375rem;left:8.125rem;height:5.361325rem;font-style:normal;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;display:block; }
#sN9l70JqomDPJXRHS9JM0Tu268ycVFyR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:8.875rem;height:9.25rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:26.3125rem;left:43.1875rem;display:block; }
#r76vKZdz59tCuNrt80A2wPJEMkQSN5St { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ud5rxmpTgfDBtWzBRtTzUgudKcb0IDQD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:9.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:26.3125rem;left:24.1875rem;display:block; }
#EOR3HAl8lpyCA2LauOrEoW2ybl63lPUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIPle52A81gXcSN9RDaz8PcWMTH1inX5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:8.5625rem;height:8.9375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:26.561198234558rem;left:61.372400283814rem;display:block; }
#TfmQX2F9Cqwl2hnO25Q8ceplche2xTqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTAPqhWZE8qCDZSzHkmD3yqEzBFFRqPI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.4375rem;height:9.1875rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:7.125rem;left:42.9375rem;display:block; }
#CdFqvTEmlLP2nevVyFMPIgvqePtODWXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFHwblivQqQOeWe9ZyTho7Ebt9PmIVyd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:7.9375rem;height:8.4375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:26.898440361023rem;left:5.9348964691162rem;display:block; }
#fiLPNaHrZoVChSJfwzv833ULFXnTqe60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKqS3FSPLdPQBQcV3eU7ALQBIULU1RRR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:8.8125rem;height:8.8125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:7.3020839691163rem;left:5.5286464691162rem;display:block; }
#napBFcNCSMeirel0BgeQTbtu8FL1ah7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8HF3DqTxvCZu8lvhhhq5T2UEakMv5Xm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.125rem;height:9.125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:7.125rem;left:25.0625rem;display:block; }
#p6rfPZgQfXxblVWoyJX6kMIdB0wkdAkX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCGB7M9uEhp76oAC28TevzHKsr9fPJfk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.125rem;height:9rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:45.5625rem;left:6.5625rem;display:block; }
#tsTuFaR51KTaSzGERILxs5WPSHFxLM8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZbWNiTrV2E4DRGppGwe7LCd0ghvnxMO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:8.875rem;height:9.3125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:44.875rem;left:43.1875rem;display:block; }
#wmKCmai1gq5Byw6nno1eNcw5q3rFTkKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrS9V3RGW0JM4tPTADCkVNfR6xWxDQiW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:36.75rem;left:60.935546875rem;display:block; }
#RBBGo0n5xJEirTsScI1IONv7wbcsUDm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOSwTwm8GpOy2SZwySsSShKMIf601Wv8 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.4375rem;left:60.8125rem;display:block; }
#JN1N5QNsWLTZ0vivdrhdkPtfsVvzdGD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gr21LJVDghmRtGGFmzKnrEHxqtrtpGpv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:17.375rem;left:43.125rem;display:block; }
#QQsFGTe497gsqmRzrA3vXrXFrLvFa4q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcBs9cLBSJBSiGx4f5whvUFyXPAAnZlN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:36.9375rem;left:43.4375rem;display:block; }
#S3y4lnnDAoIiNP6w4w0Iuuwm10lZPmXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqFDKE58ISQbUvgGxwTLc81ZgOrT2GbR { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:17.0625rem;left:24.4375rem;display:block; }
#FvNxVTNsECTnvF9ZvnA8zu3WpVXHSQeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKTgt4RZ24eITz4IfSfXFA6nCZPH2tTf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:block; }
#QT0aCxVFnfCUEkT0oHgG6xtpBzJu3Jpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7T4STDNtAFxuUydeK0z4ftUZxN5mdbf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:36.5625rem;left:24.5rem;display:block; }
#F04gwgmOrMhP33bmnS7WGgikqF6MQNcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI5W61W7DMoGL8w5oCLqq0mvUcsK0fL2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:36.75rem;left:5.53125rem;display:block; }
#FBl9SsZXrFQvlyvswc6wMKhmUW4aoNW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoAMvOQqOSOlSuPAtps2PBV7LhRe9FvA { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.809875rem;height:2.7487rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:55.562503814698rem;left:43.238283157349rem;display:block; }
#DifwEXl7rTmAIz0nOWcfEh16aDAVTXua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlI8XKO1QvUpkt5adMlW6AaGwZ3H4oxO { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:55.5625rem;left:6.125rem;display:block; }
#DNHXOdA2BJkrnPF5ErUTD3rKIcDpS7Hz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAUUH2fpmBL4IkCk4bUrzyUVLEMSR656 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.809875rem;height:2.7487rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:55.25rem;left:24.375rem;display:block; }
#sS0krZebBAtFPgI3RDy7QdaQsc5dZzTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blSlMggTmd8KVNQ3nN6WxrSR9lyZk2tX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:46.375rem;left:63.125rem;height:4.063475rem;font-style:normal;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;display:block; }
#msicRqd92m8IN26BzRTeudWUG6DngCVf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:55.1875rem;left:62.25rem;display:block; }
#TzLM5O6vDpToA9cUuOoFC81eGXB1dLHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFPVZdyr0yQgMdSTQUn5haLNBdHSgf22 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:65.375rem;left:50.1875rem;height:2.0317375rem;font-style:normal;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;display:block; }
#wwXmi0Kko7Z2t9l3UtcSyK7UOU3kCayc { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.809875rem;height:2.7487rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:73.3125rem;left:49.375rem;display:block; }
#EqUfpsKiwwKucwIUJbJdE85Xmdcy21fL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yf9FFsllIrN1cvS4D6MV7NMJ9TAWMQKq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:65.125rem;left:17.75rem;height:4.063475rem;font-style:normal;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;display:block; }
#iPnmTJprzg5CUQnhWfwf2Z3M8Aiu1grV { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:73.1875rem;left:16.875rem;display:block; }
#TcFdpgNe6ypN45TgTb3UykklU5LTt5Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdEeAlGHxbvyKnzpeiqvd1C2RZ74CS6m { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#s3Px1FhpfF4EpHaqxQQbdlNLENl0UHN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCizIp7CuRl3ZB3tNTkimpHZook7ONuG { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#XQUaFc5ZHipFKVkpH2AH3c7BHOhcXfr5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9Q73QTozg2DbF8H7wfwVyyPo6lpyxgD { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#IdRBTvUMfBqe3bLWVaD6iryoqs8ft7PV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4eVksQyMgeRHTvHckQIPK9E36m2TJOp { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#nP0MQzRHWCrBCgMCfE8ap9OcQgL3WqK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaErcCoE5uIhJEUMZOgKTU93dv6ddXrU { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#URo6oZLSrFr9MGArK8dg83tFDBR9WMzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyRwZVKtebgod0L6FPrHBVbVr2plllHp { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#Z6oVw2iTit6nHwccT33yIRKgTmdQhswe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVBu6D5Q2r2VvPyPOgozTbSOfsb2wtqN { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#WRkBkmiEdpZplPdNUTv8O0pT7ou6Lphz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2oef4wbDwT3hFH8VDrHyisxVqSzc5bw { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#i5OEAH4mTZXpLWLS8fDGPk2Czok9J3du { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwTvPCDebZ8v1DLw6xTbRcTPDiFFSmUn { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#rTRJlKG2946Xhpt2UAzdex3IpHmBs7gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QIukdTHnQChuAbHaDgLCURCm82Zx75TS { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#w68DttmzdTR6kmGX9y68pagiUNCfmFBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5i5nLDbSUOlpebXM8zewXEVPC4UkayL { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:41.0625rem;left:49.5625rem;display:none; }
#lKZUHFWcgxFAkBPSf40FAovH1dmZTvh0 { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#VJtxOVvLF14PmLiKHzSFeWEdPuT7v8xf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQULF5UA84FQzaKiKO5HomaswrTtx8qs { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:41.0625rem;left:49.5625rem;display:none; }
#G89JrEuoLJA1BOvJN4aAyVmPNsqm3srZ { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;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;height:8.9985rem;width:8.9985rem;top:41.0625rem;left:49.5625rem;display:none; }
#LZef8Ju0qUxpRhUDvZ2zVnlbIREF9gyD { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#hAxXJRQ1cDxXoquC0OMwcucwtMRlqIkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szQKnynoJ8baPLhgVWoc4KSHAiOSnVVQ { background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:16.5rem;left:4.9365234375rem;display:none; }
#lMpnU7Ay5nV8OHioxWoAsCrCwm6LqiRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsQxFVlUIXKelmbgBuXsZ2TfSE5p7cJf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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:7.375rem;height:8.875rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:7.2708339691163rem;left:61.582033157349rem;display:block; }
#LPdmVdZT7khKAIm2b4Df5oDZlAL1FMyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wenysiPFih9DoCVQzqAAQHENbD5X9SCk { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:7.1875rem;left:24.25rem;display:block; }
#VvvTb8K1PaI42iaeIcsCw6pBLOw7W4nm { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:6.9088544845581rem;left:5.3528652191162rem;display:block; }
#mI05PhV7WBykKBZmTLe10IJ04LTpWaVE { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:26.1875rem;left:24.25rem;display:block; }
#aiHGwihiXoOQtv9RdeJo6T1rbFRJTgsC { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:45.5rem;left:6.5rem;display:block; }
#vbVike1MyDL2zMnRyiD5T58ZHlTNPJV5 { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:26.3125rem;left:43.0625rem;display:block; }
#nWlIq6W43N2TDCKZ1HNui4plX46iVc3y { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:26.351563453674rem;left:60.686197280884rem;display:block; }
#hhV1nfpQaLcPasTaIlhTCx3oawP2q7E0 { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:62.8125rem;left:49.1875rem;display:block; }
#kHPcQ2NfN5KBQTwZnJTk8tcxrEVwre2S { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:26.532553672791rem;left:5.3216152191162rem;display:block; }
#mn7A8XyGnkS33TCMfTZ6MpFzB7RdPwCg { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:44.875rem;left:62.125rem;display:block; }
#DgglA6UlnhM1TzL1HagfpQnfXWag7T2p { position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:62.6875rem;left:16.9375rem;display:block; }
#KCrLmrMm3nnADzgiBCvsabvIoHbWNh1a { position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:44.9375rem;left:43.0625rem;display:block; }
#lqgbGnl59J5m9ZwzgbaMmWpHL6dCxVBN { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:8.997375rem;width:8.997375rem;top:44.3125rem;left:24.1875rem;display:block; }
#SiUtRebGvsyrvB6TU1gcaUyBKvvNSBSt { 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:50.4375rem;display:none; }
#R3Jv50Cc80WU9eBzP3zzpAftWxqU3Qnx { color:#6c3a84;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:16.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EA2nA8IFbLqAJgkHAi3iTqh6RTZuTsXi { 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:15013;top:123.98828125rem;left:59.6875rem;display:none; }
#i3DdsQ4RUdWqiTTzIA6Uz6MTpUPuTwAS { color:#6c3a84;display:block;width:10.872375rem;position:absolute;font-family:tajawal;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:124.43619537354rem;left:39.1875rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MGxLWBCyRtzZli02E3nGyylDzAlXeCJH { box-sizing:content-box;color:#fbfeff;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:15009;top:132.4375rem;left:40rem;display:none; }
#RH2Gva6nrU4d1iopyPKHJABU6ZLQI1O4 { color:#6c3a84;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:16.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NwXNeB2Wy9Fyoyy1dH0gPnSlc6pLJ9d1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:30.4375rem;height:1.29948125rem;font-style:normal;display:none; }
#LEqKbcAa6aw0GXTeriW1sqcMHByTZ7PU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:8.808625rem;height:2.7487rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:73.31250190735rem;left:33.095052719116rem;display:block; }
#c5TMxxuTaXvAoJ2SnWSG8uTe7Fg9KGhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xy6QUDqJBUQxOQN2q9Fup1wTFVa6r7qq { position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;height:9.9375rem;width:9.9375rem;top:61.9375rem;left:31.875rem;display:block; }
#CHW7zkpltntJ9bvyrw5clqBPN8Eph38O { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:63.65625190735rem;left:33.000001907349rem;height:4.8691375rem;font-style:normal;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;display:block; }
#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 { z-index:;position:relative;display:block; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 { background-color: transparent; background-image: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container > .video-iframe-container { display: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row > .video-iframe-container { display: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .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); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 { border-width: 0; border-radius: 0; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .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; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container { background-color:rgba(163,184,193,0.68);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container.adaptive-delivery-prevent-bg, #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container.lazyload, #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container.lazyloading { background-image: none; }#ttnzTzlBsNrMghfGZu8WELo2GvmwtO5Q { z-index:15000;top:1.125rem;left:57.25rem;background-color:#fdfdfd;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #62dede ;box-sizing:border-box;color:#ed00a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xWTonSca8bSgc08OuOoDOWHvRIwgpwiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEJn6HPWu4iFIy72zvb2CfdKEbPKFT5P { z-index:15004;top:1.3125rem;left:11rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #29bdbe ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dpuHWTEH23T2p9UwV1bxQIeOTJHeGTC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukdyHRbJBf9JEwI1Tc4G2HuuTi5xHmpC { position:absolute;display:block;z-index:15019;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:24.1875rem;top:23.5rem;left:31rem;display:none; }
#zV837wPK7hk7Ds8cgJAAVz9A9TgRASUt { color:#fef7da;display:block;width:23.4375rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:24.0625rem;left:31.1875rem;height:0;text-align:center;text-align-last:center;display:none; }
#BvTT6wPkqN3onS9AqQFlwv5BJIr4xCr2 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:26.625rem;top:25.25rem;left:37.1875rem;display:none; }
#Waxsnibqt0RGni6zbdLD41LMkhbx5Ldb { color:#df4a8d;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.75rem;height:2.0625rem;text-align:center;text-align-last:center;display:none; }
#nBzNBKRVqZEmOy4nUAcc3Tba5gMsLXR6 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#00000000' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.3125rem;width:42.625rem;top:9.875rem;left:15rem;display:none; }
#m5WJUzpXLMTKRAcl59gIQ0ClaMAUZcre { color:#53348a;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.000005722044rem;left:31.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b5TBFK4fg7zqFZ0n7uOPrmxnOgHTVeFi { color:#6c3a84;display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.375rem;left:13.75rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#InJnPgOBSymTTcFEg4nwRhbaacQZtLiS { color:#6c3a84;display:block;width:10.871125rem;position:absolute;font-family:tajawal;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.7252607345581rem;left:28.970052719116rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5k5EKJMUOy1o16O0Wo6kkxLAqMCaoh3 { 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:15013;top:6.5625009536744rem;left:42.500001907349rem;display:block; }
#BG53quxJxBSz46agTDCzcNnNkZvBDykk { box-sizing:content-box;color:#6c3a84;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.75rem;left:55.875001907349rem;display:block; }
#hh2HImJPFXmQBn7rtX4XBdZAb59dtXNP { color:#6c3a84;display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:120.47916412354rem;left:17.4375rem;height:5.6054625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yo1hTAQ1mLnvvA2a7Z79a7P2P6QbIKOZ { box-sizing:content-box;color:#6c3a84;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:119.60416412354rem;left:59.6875rem;display:none; }
#iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or { 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:15289;opacity:1;top:15.0625rem;left:46.8125rem; }
#iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN { 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:15288;opacity:1;top:15.1875rem;left:41.5rem; }
#lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#FfTKkE60BdV4cdIPoicmmh242evGLwpT { 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:15293;opacity:1;top:15.0625rem;left:35.625rem; }
#FfTKkE60BdV4cdIPoicmmh242evGLwpT > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ui4vgH44sooQUlaHDk2bZPNHLsPaS781 { 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:15291;opacity:1;top:15rem;left:29.875rem; }
#ui4vgH44sooQUlaHDk2bZPNHLsPaS781 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa { 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:15290;opacity:1;top:14.9375rem;left:24.1875rem; }
#x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#P4m1KHRE0uUhUf2MpqN2Tsx2QoJTIz1g { color:#6c3a84;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15114;line-height:1.5;letter-spacing:0;top:10.9375rem;left:25.125rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LfxplHwzwMbrNc40IpMT1tBk5ezcxoty { 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:15292;opacity:1;top:15.0625rem;left:19.25rem; }
#LfxplHwzwMbrNc40IpMT1tBk5ezcxoty > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#GuQgIwC2nuRNnHX3kAJqB8hdTKMOrraI { position:absolute;display:block;z-index:15302;height:1.3125rem;width:7.4375rem;top:12.704443931579rem;left:64.791666030881rem;display:block; }
#InVBsfQIGwEnurWAarbI1IZZOpJbezgB { position:absolute;display:block;z-index:15008;height:1.1875rem;width:6.5625rem;top:13.28125rem;left:2.4778652191162rem;display:block; }
#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS { position:relative;display:none; }#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS { border-width: 0; border-radius: 0; }#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS > .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; }#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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:none; }#ghgxiJTTwtLkQRwKOLKg9ml7IBwOztIi { position:absolute;display:block;z-index:15000;height:25.5625rem;width:45.6875rem;top:0.21875rem;left:14.625rem;display:block; }
#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg { position:relative;display:none; }#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg { border-width: 0; border-radius: 0; }#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg > .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; }#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.5rem;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:none; }#HlWCa79VX5Vtn1691FlxvKR5dTZw15Xy { position:absolute;display:block;z-index:15000;height:25.5625rem;width:45.6875rem;top:0rem;left:14.625rem;display:block; }
#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB { position:relative;display:block; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB { background-color: transparent; background-image: none; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row .container > .video-iframe-container { display: none; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row > .video-iframe-container { display: none; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .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); }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB { border-width: 0; border-radius: 0; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .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; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#MuEmtuefZtUTDIIn29pWAPcRWUx3esVM { position:absolute;display:block;z-index:15009;height:18.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm { display:block; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I49SF6mzM611pNs8gGpkxdLxM5B1b0lm { width:17.5rem;height:3.4375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKt9ZPtW2kd79aHv9eK40bu7lkEGInX { display:block; }
 }@media only screen and (max-width: 763px) { #moxMp6MeSK1OLTLeSFhxTLxvgf9QtmeJ { top:13.3125rem;left:21.375rem;width:26.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6T5ZppvII84JMbe93kKi1DWC3z6tB6 { top:10.4375rem;left:20.375rem;width:27.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbnlQ1kiar3ldg4pngbMAMOOJFsKEw2 { top:5.5625rem;left:21.8125rem;width:25.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOpAVDKpazaBhfLtP4fisxN8rUEtV9W { top:2.6875rem;left:21.625rem;width:26.125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM { display:block; } #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection *:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="text"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="email"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="tel"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection textarea:focus-visible { outline: none; } #yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 { display:block; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGE6OctJxeknXLKE2Ip75Zv5EwycwTDI { top:15.4375rem;left:31.874566078186rem;width:9.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCibimbrldn813a0IGkA0ryISMQL5pWC { top:15rem;left:22.936848640442rem;width:7.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTT7Z4HuUmFnquvF4GyA1xLAk2UCbiQ { top:9.6875rem;left:19.158638954163rem;width:24.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxHIZRpbWiJneUDeUgCZnTQAMRdntnh { top:5.6875rem;left:19.127171516419rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB4NfziwxuxpM9Fp1Vg6bLvfaK29FyzB { top:2.4375rem;left:20.003907203674rem;width:22.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2rQKxQHZMC3vTFugNmLo85g6Oa8MDAJ { top:0.75rem;left:12.873700141907rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqC2RwDB4o43K96IckOO3t4KEezn7Bq { top:31.0625rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSvvtP3ixTf5fOmNL3l0g3mFPkR4UJsu { top:26.875rem;left:2.5rem;width:13.8125rem;height:3.6705099336928rem;display:block; }
 }@media only screen and (max-width: 763px) { #acpeMsRutpEaO9Iq3lU5dDtkVy03bdqA { top:6.3125rem;left:0rem;width:12.9375rem;height:11.444924483938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9HsIFwpaLB9rPn5qk0BrNxOL44NyJS { top:6.25rem;left:1.8125009536743rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVNofMuEQ20is2fNJtZK8ZrLJrZcQbT { top:37.9375rem;left:5.2769088745117rem;width:8.25rem;height:2.5431807413758rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2TLUPh431QihN0OxS2QcgKQL3Ta2bI { top:19.6875rem;left:19.321400642395rem;width:24.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiut0N2fMogTgt7BqP9soEeaegW0D42 { width:17.3125rem;height:3.8125rem;top:20.375rem;left:0.77061653137206rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRfbxWz66crMDJs3oyv6nCBr5Sg1EqP { display:block; }
 }@media only screen and (max-width: 763px) { #yc8Hc6auS1yvpkg2hNhdkknBN5mTgZT4 { 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) { #XsNIJdl2I6sHuQrwH68itCfHM1XIPoNR { top:26.8125rem;left:1.875rem;width:15.125rem;height:3.7963820960878rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56mKFk820HGJJh6Tz3wCKD8gQznVzwl { top:22.3125rem;left:19.158638954163rem;width:23.75rem;height:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { top:0.1875rem;left:0rem;width:47.75rem;height:7.79876875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:0.5rem;left:10.250001907349rem;width:29.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:7.5rem;left:19.375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { width:47.75rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U38seSB3vG09VWslSbgQmEG15hIGGnKH { top:11.5625rem;left:0rem;width:22.4375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:8rem;left:24.875rem;width:22.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { top:10.6875rem;left:16.5rem;width:23.875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:44.375rem;height:5.875rem;top:13.75rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:13.625rem;height:3rem;top:30.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:13.3125rem;height:2.9375rem;top:30.875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.4375rem;height:3.6875rem;top:35rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { top:48.625rem;left:6.6875rem;width:41.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-regular-label { display:block; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2  { width:18.6875rem;height:auto; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 {display:block;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 { width:18.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Dic1WaZT58BoGGVRKDvWTq80dpm99536 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #TotnfnGDkeEDLvVlEPZSATwnz1UCT3Fh { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #iM4xk0sFe9BKDKo17gVk8fHBz3cLvsm8 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Q283xseVwn4Sa97rk8BpsKFOUbkKUb1o {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #IEWPch4U2fwB54ceRO0DsynwceSSQy7R { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #zIkPRL0Xzo6lH2XTyPWGcyBITy8cCA8T {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #z7E3B7Cw8MNdxvMfv82tUuoRCrurHthL {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #OVEVWt2DZDeh8XDnOhDB9PwammGZF93k { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #ACbiKlvrazbZeBWhisTuhtRCZHAmeD0l {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #e2qIrTNvuUcRCKrdz5Uu0lKDSknMuifA {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #PPlBwNnDHZh34k8TOS45mtlKVgRd3T92 { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #piUaLrWMFIv8BCSD3l4aSsrM1sZCZW0E {  }
 }@media only screen and (max-width: 763px) { #Bk2c9EclGXZ1kCAuLoTfWNGCJFaVTOVV { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #w8x4AhlMqxckfzfqhlhyaUmw0DOzo5y2 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #NrZqIOvu7daevCTgF4fk99ShkhZfPbfV {  }
 }@media only screen and (max-width: 763px) { #nuKZouH3iT0hZIZGJwDefBFmgRUZsDCy { width:20.5rem;height:3.25rem;top:21.25rem;left:24.475259780884rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpoMOJfB6pb9CZP0RqNeqcXd6xnuPPRt { display:block; }
 }@media only screen and (max-width: 763px) { #kwoltOZZJZPZmMvz0s7260Lyff5NefeA { width:17.5rem;height:4rem;top:25.5rem;left:26.009115219116rem;display:block; }
 }@media only screen and (max-width: 763px) { #itu0F4Uh9pPXno4n5Er1vbhXUQoO3h8d { display:block; }
 }@media only screen and (max-width: 763px) { #uUPlgZqPwPLheAvCRHKgv0rB8K54lbq0 { top:39.8125rem;left:13.967447280884rem;width:12.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw1XL2tVZwIPF4H04hnoBPtewHVGogr { top:45.25rem;left:33.625rem;width:14.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il3pZqKHxuEP7tg0ZlwWLy5dqkTpWrFr { top:45.25rem;left:13.904947280884rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozNfmyLPHxOWibexqFc01zyFNySugUw { top:39.9375rem;left:32.25rem;width:15.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa { display:block; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJXv04l0qf5mf71G0xX39efBneCKXMT { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o86a769mfSbzfkhCqiF4M82MMm1y81vo { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXkLRzoLExCTdlwKbV3RBDhzXO3K59fD { top:1.375rem;left:16.375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcDsqIdnvnfaKEft7DWXPsCZJEgdPiI { width:12.9375rem;height:1.9375rem;top:1.9375rem;left:17.375436782837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlffogaBTRmWwt0CeGDgO1cLq1GR8CdH { top:7.125rem;left:38.8125rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #a134KNKG9U4ds8HWkO3X2AH9IMi5WbvJ { top:7.125rem;left:29.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXS9F1BykFCSFt4cJkXk4GHlqS1eo5GO { width:6rem;height:4.0625rem;top:9.625rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZBL3lztUJ0C9nWs9NR0OvAbD44qZauZ { width:6rem;height:5.5625rem;top:8.875rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gfKHtnxVZVCaGkKZVeOuQVTsGrLBNa { width:7.5rem;height:5.3125rem;top:28.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHe1eovsGUcrglcnEkdeoTuElhaPzwv8 { width:6rem;height:4.0625rem;top:28.9375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSZ0Nr072FXJgFKeUX8q1wRZMpbHTz58 { width:6rem;height:5.3125rem;top:28.5625rem;left:31rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH21RnSrWaIKOgEvcm2mElLa2BTmA3iO { width:6rem;height:3.5625rem;top:29.125rem;left:12.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwWOsS4PkaNW6GVHos8lXGNuiOiTERk { width:7rem;height:5.5625rem;top:46.75rem;left:30.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7efAa8WJ7TCt90pBLHt6z6fiQnAkDaB { width:7.5rem;height:5.3125rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7ndy84RTx0tFlxZZ1LmRnO3TiKITZ3 { width:6rem;height:5.5625rem;top:9rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWCKBvckT9LEFoUzw7UU2XOsBLNWeWhr { width:7.125rem;height:6.0625rem;top:45.375rem;left:11.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5f3Oq99GgSx5tVNrEDvORmmeSeuRAVA { width:6rem;height:5.3125rem;top:47.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9l70JqomDPJXRHS9JM0Tu268ycVFyR { width:8.875rem;height:9.25rem;top:26.3125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r76vKZdz59tCuNrt80A2wPJEMkQSN5St { display:block; }
 }@media only screen and (max-width: 763px) { #ud5rxmpTgfDBtWzBRtTzUgudKcb0IDQD { width:9.25rem;height:9.0625rem;top:26.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOR3HAl8lpyCA2LauOrEoW2ybl63lPUt { display:block; }
 }@media only screen and (max-width: 763px) { #ZIPle52A81gXcSN9RDaz8PcWMTH1inX5 { width:8.5625rem;height:8.9375rem;top:26.5rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmQX2F9Cqwl2hnO25Q8ceplche2xTqx { display:block; }
 }@media only screen and (max-width: 763px) { #TTAPqhWZE8qCDZSzHkmD3yqEzBFFRqPI { width:9.4375rem;height:9.1875rem;top:7.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdFqvTEmlLP2nevVyFMPIgvqePtODWXU { display:block; }
 }@media only screen and (max-width: 763px) { #wFHwblivQqQOeWe9ZyTho7Ebt9PmIVyd { width:7.9375rem;height:8.4375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLPNaHrZoVChSJfwzv833ULFXnTqe60 { display:block; }
 }@media only screen and (max-width: 763px) { #HKqS3FSPLdPQBQcV3eU7ALQBIULU1RRR { width:8.8125rem;height:8.8125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #napBFcNCSMeirel0BgeQTbtu8FL1ah7d { display:block; }
 }@media only screen and (max-width: 763px) { #D8HF3DqTxvCZu8lvhhhq5T2UEakMv5Xm { width:9.125rem;height:9.125rem;top:7.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rfPZgQfXxblVWoyJX6kMIdB0wkdAkX { display:block; }
 }@media only screen and (max-width: 763px) { #yCGB7M9uEhp76oAC28TevzHKsr9fPJfk { width:9.125rem;height:9rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTuFaR51KTaSzGERILxs5WPSHFxLM8T { display:block; }
 }@media only screen and (max-width: 763px) { #xZbWNiTrV2E4DRGppGwe7LCd0ghvnxMO { width:8.875rem;height:9.3125rem;top:44.875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmKCmai1gq5Byw6nno1eNcw5q3rFTkKv { display:block; }
 }@media only screen and (max-width: 763px) { #NrS9V3RGW0JM4tPTADCkVNfR6xWxDQiW { width:8.75rem;height:2.6875rem;top:36.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBBGo0n5xJEirTsScI1IONv7wbcsUDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #mOSwTwm8GpOy2SZwySsSShKMIf601Wv8 { width:8.75rem;height:2.6875rem;top:17.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1N5QNsWLTZ0vivdrhdkPtfsVvzdGD8 { display:block; }
 }@media only screen and (max-width: 763px) { #Gr21LJVDghmRtGGFmzKnrEHxqtrtpGpv { width:8.75rem;height:2.6875rem;top:17.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQsFGTe497gsqmRzrA3vXrXFrLvFa4q5 { display:block; }
 }@media only screen and (max-width: 763px) { #rcBs9cLBSJBSiGx4f5whvUFyXPAAnZlN { width:8.75rem;height:2.6875rem;top:36.9375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3y4lnnDAoIiNP6w4w0Iuuwm10lZPmXD { display:block; }
 }@media only screen and (max-width: 763px) { #tqFDKE58ISQbUvgGxwTLc81ZgOrT2GbR { width:8.75rem;height:2.6875rem;top:17.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNxVTNsECTnvF9ZvnA8zu3WpVXHSQeL { display:block; }
 }@media only screen and (max-width: 763px) { #TKTgt4RZ24eITz4IfSfXFA6nCZPH2tTf { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0aCxVFnfCUEkT0oHgG6xtpBzJu3Jpc { display:block; }
 }@media only screen and (max-width: 763px) { #n7T4STDNtAFxuUydeK0z4ftUZxN5mdbf { width:8.75rem;height:2.6875rem;top:36.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04gwgmOrMhP33bmnS7WGgikqF6MQNcQ { display:block; }
 }@media only screen and (max-width: 763px) { #QI5W61W7DMoGL8w5oCLqq0mvUcsK0fL2 { width:8.75rem;height:2.6875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBl9SsZXrFQvlyvswc6wMKhmUW4aoNW2 { display:block; }
 }@media only screen and (max-width: 763px) { #SoAMvOQqOSOlSuPAtps2PBV7LhRe9FvA { width:8.75rem;height:2.6875rem;top:55.5625rem;left:29.613283157349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DifwEXl7rTmAIz0nOWcfEh16aDAVTXua { display:block; }
 }@media only screen and (max-width: 763px) { #HlI8XKO1QvUpkt5adMlW6AaGwZ3H4oxO { width:8.75rem;height:2.6875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHXOdA2BJkrnPF5ErUTD3rKIcDpS7Hz { display:block; }
 }@media only screen and (max-width: 763px) { #oAUUH2fpmBL4IkCk4bUrzyUVLEMSR656 { width:8.75rem;height:2.6875rem;top:55.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0krZebBAtFPgI3RDy7QdaQsc5dZzTA { display:block; }
 }@media only screen and (max-width: 763px) { #blSlMggTmd8KVNQ3nN6WxrSR9lyZk2tX { width:7.125rem;height:6.0625rem;top:46.375rem;left:40.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msicRqd92m8IN26BzRTeudWUG6DngCVf { width:8.75rem;height:2.6875rem;top:55.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLM5O6vDpToA9cUuOoFC81eGXB1dLHk { display:block; }
 }@media only screen and (max-width: 763px) { #bFPVZdyr0yQgMdSTQUn5haLNBdHSgf22 { width:7.125rem;height:4.0625rem;top:65.375rem;left:36.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwXmi0Kko7Z2t9l3UtcSyK7UOU3kCayc { width:8.75rem;height:2.6875rem;top:73.3125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUfpsKiwwKucwIUJbJdE85Xmdcy21fL { display:block; }
 }@media only screen and (max-width: 763px) { #yf9FFsllIrN1cvS4D6MV7NMJ9TAWMQKq { width:7.125rem;height:4.0625rem;top:65.125rem;left:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnmTJprzg5CUQnhWfwf2Z3M8Aiu1grV { width:8.75rem;height:2.6875rem;top:73.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFdpgNe6ypN45TgTb3UykklU5LTt5Tp { display:block; }
 }@media only screen and (max-width: 763px) { #BdEeAlGHxbvyKnzpeiqvd1C2RZ74CS6m { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3Px1FhpfF4EpHaqxQQbdlNLENl0UHN6 { display:block; }
 }@media only screen and (max-width: 763px) { #cCizIp7CuRl3ZB3tNTkimpHZook7ONuG { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQUaFc5ZHipFKVkpH2AH3c7BHOhcXfr5 { display:block; }
 }@media only screen and (max-width: 763px) { #k9Q73QTozg2DbF8H7wfwVyyPo6lpyxgD { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdRBTvUMfBqe3bLWVaD6iryoqs8ft7PV { display:block; }
 }@media only screen and (max-width: 763px) { #T4eVksQyMgeRHTvHckQIPK9E36m2TJOp { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nP0MQzRHWCrBCgMCfE8ap9OcQgL3WqK6 { display:block; }
 }@media only screen and (max-width: 763px) { #TaErcCoE5uIhJEUMZOgKTU93dv6ddXrU { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #URo6oZLSrFr9MGArK8dg83tFDBR9WMzU { display:block; }
 }@media only screen and (max-width: 763px) { #OyRwZVKtebgod0L6FPrHBVbVr2plllHp { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6oVw2iTit6nHwccT33yIRKgTmdQhswe { display:block; }
 }@media only screen and (max-width: 763px) { #kVBu6D5Q2r2VvPyPOgozTbSOfsb2wtqN { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRkBkmiEdpZplPdNUTv8O0pT7ou6Lphz { display:block; }
 }@media only screen and (max-width: 763px) { #W2oef4wbDwT3hFH8VDrHyisxVqSzc5bw { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5OEAH4mTZXpLWLS8fDGPk2Czok9J3du { display:block; }
 }@media only screen and (max-width: 763px) { #ZwTvPCDebZ8v1DLw6xTbRcTPDiFFSmUn { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTRJlKG2946Xhpt2UAzdex3IpHmBs7gU { display:block; }
 }@media only screen and (max-width: 763px) { #QIukdTHnQChuAbHaDgLCURCm82Zx75TS { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w68DttmzdTR6kmGX9y68pagiUNCfmFBb { display:block; }
 }@media only screen and (max-width: 763px) { #r5i5nLDbSUOlpebXM8zewXEVPC4UkayL { top:41.0625rem;left:35.9375rem;width:8.9375rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKZUHFWcgxFAkBPSf40FAovH1dmZTvh0 { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJtxOVvLF14PmLiKHzSFeWEdPuT7v8xf { display:block; }
 }@media only screen and (max-width: 763px) { #MQULF5UA84FQzaKiKO5HomaswrTtx8qs { top:41.0625rem;left:35.9375rem;width:8.9375rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G89JrEuoLJA1BOvJN4aAyVmPNsqm3srZ { top:41.0625rem;left:35.9375rem;width:8.9375rem;height:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZef8Ju0qUxpRhUDvZ2zVnlbIREF9gyD { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAxXJRQ1cDxXoquC0OMwcucwtMRlqIkH { display:block; }
 }@media only screen and (max-width: 763px) { #szQKnynoJ8baPLhgVWoc4KSHAiOSnVVQ { width:8.75rem;height:2.6875rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMpnU7Ay5nV8OHioxWoAsCrCwm6LqiRc { display:block; }
 }@media only screen and (max-width: 763px) { #IsQxFVlUIXKelmbgBuXsZ2TfSE5p7cJf { width:7.375rem;height:8.875rem;top:7.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdmVdZT7khKAIm2b4Df5oDZlAL1FMyU { display:block; }
 }@media only screen and (max-width: 763px) { #wenysiPFih9DoCVQzqAAQHENbD5X9SCk { top:7.1875rem;left:10.625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvTb8K1PaI42iaeIcsCw6pBLOw7W4nm { top:6.875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI05PhV7WBykKBZmTLe10IJ04LTpWaVE { top:26.1875rem;left:10.625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiHGwihiXoOQtv9RdeJo6T1rbFRJTgsC { top:45.5rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVike1MyDL2zMnRyiD5T58ZHlTNPJV5 { top:26.3125rem;left:29.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIq6W43N2TDCKZ1HNui4plX46iVc3y { top:26.3125rem;left:38.6875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhV1nfpQaLcPasTaIlhTCx3oawP2q7E0 { top:62.8125rem;left:35.5625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPcQ2NfN5KBQTwZnJTk8tcxrEVwre2S { top:26.5rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7A8XyGnkS33TCMfTZ6MpFzB7RdPwCg { top:44.875rem;left:38.6875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgglA6UlnhM1TzL1HagfpQnfXWag7T2p { top:62.6875rem;left:3.3125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLmrMm3nnADzgiBCvsabvIoHbWNh1a { top:44.9375rem;left:29.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqgbGnl59J5m9ZwzgbaMmWpHL6dCxVBN { top:44.3125rem;left:10.5625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUtRebGvsyrvB6TU1gcaUyBKvvNSBSt { width:37.625rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3Jv50Cc80WU9eBzP3zzpAftWxqU3Qnx { top:2.125rem;left:3.25rem;width:41.3125rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EA2nA8IFbLqAJgkHAi3iTqh6RTZuTsXi { top:123.9375rem;left:44.625rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3DdsQ4RUdWqiTTzIA6Uz6MTpUPuTwAS { top:159.625rem;left:0rem;width:10.8125rem;height:2.25rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGxLWBCyRtzZli02E3nGyylDzAlXeCJH { top:132.4375rem;left:26.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH2Gva6nrU4d1iopyPKHJABU6ZLQI1O4 { top:2.125rem;left:3.25rem;width:41.3125rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwXNeB2Wy9Fyoyy1dH0gPnSlc6pLJ9d1 { top:11.9375rem;left:16.8125rem;width:19.5625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEqKbcAa6aw0GXTeriW1sqcMHByTZ7PU { width:8.75rem;height:2.6875rem;top:73.3125rem;left:19.470052719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TMxxuTaXvAoJ2SnWSG8uTe7Fg9KGhG { display:block; }
 }@media only screen and (max-width: 763px) { #Xy6QUDqJBUQxOQN2q9Fup1wTFVa6r7qq { top:61.9375rem;left:18.25rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHW7zkpltntJ9bvyrw5clqBPN8Eph38O { width:7.9375rem;height:6.5rem;top:63.625rem;left:19.375001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 { display:block; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttnzTzlBsNrMghfGZu8WELo2GvmwtO5Q { top:1.125rem;left:37.875rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWTonSca8bSgc08OuOoDOWHvRIwgpwiu { display:block; }
 }@media only screen and (max-width: 763px) { #NEJn6HPWu4iFIy72zvb2CfdKEbPKFT5P { top:1.25rem;left:0rem;width:6.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpuHWTEH23T2p9UwV1bxQIeOTJHeGTC7 { display:block; }
 }@media only screen and (max-width: 763px) { #ukdyHRbJBf9JEwI1Tc4G2HuuTi5xHmpC { top:23.5rem;left:17.375rem;width:24.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV837wPK7hk7Ds8cgJAAVz9A9TgRASUt { top:24.0625rem;left:17.5625rem;width:23.4375rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvTT6wPkqN3onS9AqQFlwv5BJIr4xCr2 { top:25.25rem;left:21.125rem;width:26.625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Waxsnibqt0RGni6zbdLD41LMkhbx5Ldb { top:0.8125rem;left:13.125rem;width:19.375rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBzNBKRVqZEmOy4nUAcc3Tba5gMsLXR6 { top:9.875rem;left:1.375rem;width:42.5625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5WJUzpXLMTKRAcl59gIQ0ClaMAUZcre { top:71rem;left:14.625rem;width:33.125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TBFK4fg7zqFZ0n7uOPrmxnOgHTVeFi { top:2.375rem;left:0.125rem;width:41.3125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InJnPgOBSymTTcFEg4nwRhbaacQZtLiS { top:6.6875rem;left:15.345052719116rem;width:10.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5k5EKJMUOy1o16O0Wo6kkxLAqMCaoh3 { top:6.5625rem;left:28.875001907349rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG53quxJxBSz46agTDCzcNnNkZvBDykk { top:1.75rem;left:42.250001907349rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2HImJPFXmQBn7rtX4XBdZAb59dtXNP { top:120.4375rem;left:3.8125rem;width:42.3125rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yo1hTAQ1mLnvvA2a7Z79a7P2P6QbIKOZ { top:119.5625rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or { top:15.0625rem;left:33.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
#iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN { top:15.1875rem;left:27.875rem;width:2.5rem;height:2.5rem;display:block; }
#lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FfTKkE60BdV4cdIPoicmmh242evGLwpT { top:15.0625rem;left:22rem;width:2.8125rem;height:2.8125rem;display:block; }
#FfTKkE60BdV4cdIPoicmmh242evGLwpT > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #ui4vgH44sooQUlaHDk2bZPNHLsPaS781 { top:15rem;left:16.25rem;width:2.9375rem;height:2.9375rem;display:block; }
#ui4vgH44sooQUlaHDk2bZPNHLsPaS781 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa { top:14.9375rem;left:10.5625rem;width:3rem;height:3rem;display:block; }
#x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #P4m1KHRE0uUhUf2MpqN2Tsx2QoJTIz1g { top:10.9375rem;left:11.5rem;width:19.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxplHwzwMbrNc40IpMT1tBk5ezcxoty { top:15.0625rem;left:5.625rem;width:2.75rem;height:2.75rem;display:block; }
#LfxplHwzwMbrNc40IpMT1tBk5ezcxoty > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #GuQgIwC2nuRNnHX3kAJqB8hdTKMOrraI { top:12.6875rem;left:40.3125rem;width:7.4375rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #InVBsfQIGwEnurWAarbI1IZZOpJbezgB { top:13.25rem;left:0rem;width:6.5625rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS { display:block; }#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghgxiJTTwtLkQRwKOLKg9ml7IBwOztIi { top:0.1875rem;left:1rem;width:45.6875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg { display:block; }#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlWCa79VX5Vtn1691FlxvKR5dTZw15Xy { top:0rem;left:1rem;width:45.6875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OHkaRTSTs18arGTdz21LBqo0J6mSDB { display:block; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEmtuefZtUTDIIn29pWAPcRWUx3esVM { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm { display:none; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container { width:20rem;height:23.125rem;background-color:transparent;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;position:relative;display:none; }#aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.adaptive-delivery-prevent-bg, #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.lazyload, #aGqoo5rJPhO6MB5NlrF5VM7kEofQUZpm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #I49SF6mzM611pNs8gGpkxdLxM5B1b0lm { width:17.5rem;height:3.4375rem;top:19.446615219116rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNKt9ZPtW2kd79aHv9eK40bu7lkEGInX { display:block; }
 }@media only screen and (max-width: 763px) { #moxMp6MeSK1OLTLeSFhxTLxvgf9QtmeJ { width:20rem;height:4.19791875rem;top:13.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #uZ6T5ZppvII84JMbe93kKi1DWC3z6tB6 { width:20rem;height:2.09895625rem;top:10.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #WRbnlQ1kiar3ldg4pngbMAMOOJFsKEw2 { width:20rem;height:4.19791875rem;top:4.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #nyOpAVDKpazaBhfLtP4fisxN8rUEtV9W { width:20rem;height:2.36198125rem;top:1.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:rgba(0,0,0,0.94);display:block; }
 }@media only screen and (max-width: 763px) { #yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM { display:block; } #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection *:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="text"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="email"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection input[type="tel"]:focus-visible, #bysQkqKDyuHDFAF04XareBctFRblLrz7.widget-smartsection textarea:focus-visible { outline: none; } #yrdkS5D3LPezGkOvxwe3FN4NBkanWHcM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 { 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; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6.adaptive-delivery-prevent-bg, #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6.lazyload, #yLfwwNhR9haLlOfc3eykyxR7un35Hsh6.lazyloading { background-image: none; }#yLfwwNhR9haLlOfc3eykyxR7un35Hsh6 > .row .container { width:20rem;height:86.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QGE6OctJxeknXLKE2Ip75Zv5EwycwTDI { 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) { #qCibimbrldn813a0IGkA0ryISMQL5pWC { width:6.311875rem;height:5.68685rem;top:25.124783843756rem;left:1.3487413525581rem;font-size:4.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zUTT7Z4HuUmFnquvF4GyA1xLAk2UCbiQ { 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) { #ENxHIZRpbWiJneUDeUgCZnTQAMRdntnh { 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) { #RB4NfziwxuxpM9Fp1Vg6bLvfaK29FyzB { 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) { #L2rQKxQHZMC3vTFugNmLo85g6Oa8MDAJ { 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) { #ZQqC2RwDB4o43K96IckOO3t4KEezn7Bq { width:13.5625rem;height:4.5625rem;top:56.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSvvtP3ixTf5fOmNL3l0g3mFPkR4UJsu { width:13.625rem;height:3.5625rem;top:51.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acpeMsRutpEaO9Iq3lU5dDtkVy03bdqA { width:10.625rem;height:9.625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa9HsIFwpaLB9rPn5qk0BrNxOL44NyJS { 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) { #nqVNofMuEQ20is2fNJtZK8ZrLJrZcQbT { 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) { #KZ2TLUPh431QihN0OxS2QcgKQL3Ta2bI { 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) { #bsiut0N2fMogTgt7BqP9soEeaegW0D42 { 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) { #prRfbxWz66crMDJs3oyv6nCBr5Sg1EqP { display:block; }
 }@media only screen and (max-width: 763px) { #yc8Hc6auS1yvpkg2hNhdkknBN5mTgZT4 { 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) { #XsNIJdl2I6sHuQrwH68itCfHM1XIPoNR { width:15.125rem;height:3.7963820960878rem;top:51.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56mKFk820HGJJh6Tz3wCKD8gQznVzwl { 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) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:124.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:20rem;height:3.3125rem;top:1.4375rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:20rem;height:4.9375rem;top:1.0924479961395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:5.0625rem;height:5.0625rem;top:8.75rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:1.25rem;left:0rem;width:20rem;height:8.0625rem;z-index:14999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U38seSB3vG09VWslSbgQmEG15hIGGnKH { width:17.5rem;height:17.5rem;top:52.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:2.03125rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:20rem;height:1.94921875rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:10.4948125rem;top:14.562503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;font-family:"aref ruqaa";display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.53908375rem;height:2.602865rem;top:27.625000953674rem;left:8.4179690480231rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.53908375rem;height:2.602865rem;top:34.625001907349rem;left:8.4179690480231rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:12.64583375rem;height:2.52083375rem;top:31.269536018372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:20rem;height:9.7412480974125rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-form-header { font-size:1.125rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.25rem;font-weight:bold;color:#ba0484;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#ba0484;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:2.8125rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right;float:none; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container:first-of-type{padding-top:0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-container:last-of-type{padding-bottom:0;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:96.187502861025rem;z-index:15041;font-size:1.125rem; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 {display:block;}#nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:96.187502861025rem;z-index:15041;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Dic1WaZT58BoGGVRKDvWTq80dpm99536 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #TotnfnGDkeEDLvVlEPZSATwnz1UCT3Fh { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #iM4xk0sFe9BKDKo17gVk8fHBz3cLvsm8 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #Q283xseVwn4Sa97rk8BpsKFOUbkKUb1o {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #IEWPch4U2fwB54ceRO0DsynwceSSQy7R { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #zIkPRL0Xzo6lH2XTyPWGcyBITy8cCA8T {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #z7E3B7Cw8MNdxvMfv82tUuoRCrurHthL {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #OVEVWt2DZDeh8XDnOhDB9PwammGZF93k { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #ACbiKlvrazbZeBWhisTuhtRCZHAmeD0l {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #e2qIrTNvuUcRCKrdz5Uu0lKDSknMuifA {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #PPlBwNnDHZh34k8TOS45mtlKVgRd3T92 { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #piUaLrWMFIv8BCSD3l4aSsrM1sZCZW0E {  }
 }@media only screen and (max-width: 763px) { #Bk2c9EclGXZ1kCAuLoTfWNGCJFaVTOVV { display:block; }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #w8x4AhlMqxckfzfqhlhyaUmw0DOzo5y2 {  }
 }@media only screen and (max-width: 763px) { #nJp2E1r7fV4Xv4L9kxk3evckV4uZkRO2 #NrZqIOvu7daevCTgF4fk99ShkhZfPbfV {  }
 }@media only screen and (max-width: 763px) { #nuKZouH3iT0hZIZGJwDefBFmgRUZsDCy { width:18.20833375rem;height:3.20833375rem;top:39.76953125rem;left:0.87500005960463rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SpoMOJfB6pb9CZP0RqNeqcXd6xnuPPRt { display:block; }
 }@media only screen and (max-width: 763px) { #kwoltOZZJZPZmMvz0s7260Lyff5NefeA { width:17.5rem;height:4rem;top:45.64453125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #itu0F4Uh9pPXno4n5Er1vbhXUQoO3h8d { display:block; }
 }@media only screen and (max-width: 763px) { #uUPlgZqPwPLheAvCRHKgv0rB8K54lbq0 { width:13.621125rem;height:4.6875rem;top:85.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw1XL2tVZwIPF4H04hnoBPtewHVGogr { width:10.9375rem;height:3.8125rem;top:79.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il3pZqKHxuEP7tg0ZlwWLy5dqkTpWrFr { width:12.5rem;height:3.4375rem;top:91.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozNfmyLPHxOWibexqFc01zyFNySugUw { width:15.5rem;height:3.75rem;top:73.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa { background-color:rgba(255,255,255,0.95);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa.adaptive-delivery-prevent-bg, #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa.lazyload, #Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa.lazyloading { background-image: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container { background-color: transparent; background-image: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container > .video-iframe-container { display: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row > .video-iframe-container { display: none; }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .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); }#Csp5Dw7ZWID7fStsn6no3pnTNi6ePACa > .row .container { width:20rem;height:159.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJXv04l0qf5mf71G0xX39efBneCKXMT { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #o86a769mfSbzfkhCqiF4M82MMm1y81vo { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXkLRzoLExCTdlwKbV3RBDhzXO3K59fD { width:15rem;height:2.9987rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcDsqIdnvnfaKEft7DWXPsCZJEgdPiI { width:12.2486875rem;height:1.94921875rem;top:1.8059921264649rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #JlffogaBTRmWwt0CeGDgO1cLq1GR8CdH { width:9.125rem;height:9.1875rem;top:31.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a134KNKG9U4ds8HWkO3X2AH9IMi5WbvJ { width:8.875rem;height:8.875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXS9F1BykFCSFt4cJkXk4GHlqS1eo5GO { width:5.9987rem;height:3.57421875rem;top:34rem;left:12.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZBL3lztUJ0C9nWs9NR0OvAbD44qZauZ { width:5.9987rem;height:4.87305rem;top:33.4375rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gfKHtnxVZVCaGkKZVeOuQVTsGrLBNa { width:7.5rem;height:4.87305rem;top:48.875rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHe1eovsGUcrglcnEkdeoTuElhaPzwv8 { width:5.9987rem;height:3.57421875rem;top:65.4375rem;left:12.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSZ0Nr072FXJgFKeUX8q1wRZMpbHTz58 { width:5.9987rem;height:4.87305rem;top:64.9375rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH21RnSrWaIKOgEvcm2mElLa2BTmA3iO { width:5.9987rem;height:3.57421875rem;top:49.8125rem;left:12.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwWOsS4PkaNW6GVHos8lXGNuiOiTERk { width:6.9986875rem;height:5.12044375rem;top:94.125rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7efAa8WJ7TCt90pBLHt6z6fiQnAkDaB { width:7.5rem;height:4.87305rem;top:18.5rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7ndy84RTx0tFlxZZ1LmRnO3TiKITZ3 { width:5.9987rem;height:4.87305rem;top:18.3125rem;left:12.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWCKBvckT9LEFoUzw7UU2XOsBLNWeWhr { width:5.9987rem;height:5.361325rem;top:79.25rem;left:12.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5f3Oq99GgSx5tVNrEDvORmmeSeuRAVA { width:5.9987rem;height:5.361325rem;top:79.25rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN9l70JqomDPJXRHS9JM0Tu268ycVFyR { width:6.125rem;height:4.4375rem;top:190.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r76vKZdz59tCuNrt80A2wPJEMkQSN5St { display:block; }
 }@media only screen and (max-width: 763px) { #ud5rxmpTgfDBtWzBRtTzUgudKcb0IDQD { width:6.0625rem;height:4.375rem;top:49.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOR3HAl8lpyCA2LauOrEoW2ybl63lPUt { display:block; }
 }@media only screen and (max-width: 763px) { #ZIPle52A81gXcSN9RDaz8PcWMTH1inX5 { width:6.125rem;height:4.4375rem;top:112.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmQX2F9Cqwl2hnO25Q8ceplche2xTqx { display:block; }
 }@media only screen and (max-width: 763px) { #TTAPqhWZE8qCDZSzHkmD3yqEzBFFRqPI { width:6.125rem;height:4.4375rem;top:33.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdFqvTEmlLP2nevVyFMPIgvqePtODWXU { display:block; }
 }@media only screen and (max-width: 763px) { #wFHwblivQqQOeWe9ZyTho7Ebt9PmIVyd { width:6.125rem;height:4.4375rem;top:47.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLPNaHrZoVChSJfwzv833ULFXnTqe60 { display:block; }
 }@media only screen and (max-width: 763px) { #HKqS3FSPLdPQBQcV3eU7ALQBIULU1RRR { width:6.125rem;height:4.4375rem;top:17rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #napBFcNCSMeirel0BgeQTbtu8FL1ah7d { display:block; }
 }@media only screen and (max-width: 763px) { #D8HF3DqTxvCZu8lvhhhq5T2UEakMv5Xm { width:6.125rem;height:4.4375rem;top:33.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rfPZgQfXxblVWoyJX6kMIdB0wkdAkX { display:block; }
 }@media only screen and (max-width: 763px) { #yCGB7M9uEhp76oAC28TevzHKsr9fPJfk { width:6.125rem;height:4.4375rem;top:79.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTuFaR51KTaSzGERILxs5WPSHFxLM8T { display:block; }
 }@media only screen and (max-width: 763px) { #xZbWNiTrV2E4DRGppGwe7LCd0ghvnxMO { width:6.0625rem;height:5.5rem;top:93.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmKCmai1gq5Byw6nno1eNcw5q3rFTkKv { display:block; }
 }@media only screen and (max-width: 763px) { #NrS9V3RGW0JM4tPTADCkVNfR6xWxDQiW { width:8.5rem;height:2.6875rem;top:73.125007629394rem;left:11.498698532581rem;background-color:#286877;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBBGo0n5xJEirTsScI1IONv7wbcsUDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #mOSwTwm8GpOy2SZwySsSShKMIf601Wv8 { width:8.25rem;height:2.6875rem;top:41.6875rem;left:11.375000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1N5QNsWLTZ0vivdrhdkPtfsVvzdGD8 { display:block; }
 }@media only screen and (max-width: 763px) { #Gr21LJVDghmRtGGFmzKnrEHxqtrtpGpv { width:8.0625rem;height:2.6875rem;top:41.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQsFGTe497gsqmRzrA3vXrXFrLvFa4q5 { display:block; }
 }@media only screen and (max-width: 763px) { #rcBs9cLBSJBSiGx4f5whvUFyXPAAnZlN { width:8rem;height:2.6875rem;top:73.123703002931rem;left:0.37239581346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3y4lnnDAoIiNP6w4w0Iuuwm10lZPmXD { display:block; }
 }@media only screen and (max-width: 763px) { #tqFDKE58ISQbUvgGxwTLc81ZgOrT2GbR { width:7.8125rem;height:2.6875rem;top:26.687515258789rem;left:12.123698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNxVTNsECTnvF9ZvnA8zu3WpVXHSQeL { display:block; }
 }@media only screen and (max-width: 763px) { #TKTgt4RZ24eITz4IfSfXFA6nCZPH2tTf { width:7.625rem;height:2.6875rem;top:26.687498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0aCxVFnfCUEkT0oHgG6xtpBzJu3Jpc { display:block; }
 }@media only screen and (max-width: 763px) { #n7T4STDNtAFxuUydeK0z4ftUZxN5mdbf { width:8rem;height:2.6875rem;top:57.207033157349rem;left:11.998698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04gwgmOrMhP33bmnS7WGgikqF6MQNcQ { display:block; }
 }@media only screen and (max-width: 763px) { #QI5W61W7DMoGL8w5oCLqq0mvUcsK0fL2 { width:8.125rem;height:2.6875rem;top:119.75rem;left:11.811198532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBl9SsZXrFQvlyvswc6wMKhmUW4aoNW2 { display:block; }
 }@media only screen and (max-width: 763px) { #SoAMvOQqOSOlSuPAtps2PBV7LhRe9FvA { width:8.375rem;height:2.6875rem;top:87.559898376462rem;left:11.561198532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DifwEXl7rTmAIz0nOWcfEh16aDAVTXua { display:block; }
 }@media only screen and (max-width: 763px) { #HlI8XKO1QvUpkt5adMlW6AaGwZ3H4oxO { width:8.1875rem;height:2.6875rem;top:87.562491416931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHXOdA2BJkrnPF5ErUTD3rKIcDpS7Hz { display:block; }
 }@media only screen and (max-width: 763px) { #oAUUH2fpmBL4IkCk4bUrzyUVLEMSR656 { width:8.4375rem;height:2.6875rem;top:103.37370109558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0krZebBAtFPgI3RDy7QdaQsc5dZzTA { display:block; }
 }@media only screen and (max-width: 763px) { #blSlMggTmd8KVNQ3nN6WxrSR9lyZk2tX { width:7.125rem;height:5.361325rem;top:93.6875rem;left:12.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msicRqd92m8IN26BzRTeudWUG6DngCVf { width:7.9375rem;height:2.6875rem;top:57.207038879394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzLM5O6vDpToA9cUuOoFC81eGXB1dLHk { display:block; }
 }@media only screen and (max-width: 763px) { #bFPVZdyr0yQgMdSTQUn5haLNBdHSgf22 { width:7.125rem;height:3.57421875rem;top:112rem;left:11.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwXmi0Kko7Z2t9l3UtcSyK7UOU3kCayc { width:8.3125rem;height:2.6875rem;top:119.75002098084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUfpsKiwwKucwIUJbJdE85Xmdcy21fL { display:block; }
 }@media only screen and (max-width: 763px) { #yf9FFsllIrN1cvS4D6MV7NMJ9TAWMQKq { width:7.125rem;height:3.73698125rem;top:112.0625rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnmTJprzg5CUQnhWfwf2Z3M8Aiu1grV { width:8.75rem;height:2.6875rem;top:103.37500572204rem;left:11.248698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFdpgNe6ypN45TgTb3UykklU5LTt5Tp { display:block; }
 }@media only screen and (max-width: 763px) { #BdEeAlGHxbvyKnzpeiqvd1C2RZ74CS6m { width:7.3125rem;height:2.6875rem;top:188.25rem;left:4.6875rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #s3Px1FhpfF4EpHaqxQQbdlNLENl0UHN6 { display:block; }
 }@media only screen and (max-width: 763px) { #cCizIp7CuRl3ZB3tNTkimpHZook7ONuG { width:7.3125rem;height:2.6875rem;top:184.3125rem;left:4.6875rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #XQUaFc5ZHipFKVkpH2AH3c7BHOhcXfr5 { display:block; }
 }@media only screen and (max-width: 763px) { #k9Q73QTozg2DbF8H7wfwVyyPo6lpyxgD { width:7.3125rem;height:2.6875rem;top:95.75rem;left:11.75rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #IdRBTvUMfBqe3bLWVaD6iryoqs8ft7PV { display:block; }
 }@media only screen and (max-width: 763px) { #T4eVksQyMgeRHTvHckQIPK9E36m2TJOp { width:7.3125rem;height:2.6875rem;top:91.8125rem;left:11.75rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #nP0MQzRHWCrBCgMCfE8ap9OcQgL3WqK6 { display:block; }
 }@media only screen and (max-width: 763px) { #TaErcCoE5uIhJEUMZOgKTU93dv6ddXrU { width:7.3125rem;height:2.6875rem;top:87.875rem;left:11.75rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #URo6oZLSrFr9MGArK8dg83tFDBR9WMzU { display:block; }
 }@media only screen and (max-width: 763px) { #OyRwZVKtebgod0L6FPrHBVbVr2plllHp { width:7.3125rem;height:2.6875rem;top:83.9375rem;left:11.75rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #Z6oVw2iTit6nHwccT33yIRKgTmdQhswe { display:block; }
 }@media only screen and (max-width: 763px) { #kVBu6D5Q2r2VvPyPOgozTbSOfsb2wtqN { width:7.3125rem;height:2.6875rem;top:181.6875rem;left:4.75rem;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #WRkBkmiEdpZplPdNUTv8O0pT7ou6Lphz { display:block; }
 }@media only screen and (max-width: 763px) { #W2oef4wbDwT3hFH8VDrHyisxVqSzc5bw { width:7.3125rem;height:2.6875rem;top:177.75rem;left:4.75rem;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #i5OEAH4mTZXpLWLS8fDGPk2Czok9J3du { display:block; }
 }@media only screen and (max-width: 763px) { #ZwTvPCDebZ8v1DLw6xTbRcTPDiFFSmUn { width:7.3125rem;height:2.6875rem;top:173.90625572204rem;left:4.6445315480232rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #rTRJlKG2946Xhpt2UAzdex3IpHmBs7gU { display:block; }
 }@media only screen and (max-width: 763px) { #QIukdTHnQChuAbHaDgLCURCm82Zx75TS { width:7.3125rem;height:2.6875rem;top:68.1875rem;left:11.75rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #w68DttmzdTR6kmGX9y68pagiUNCfmFBb { display:block; }
 }@media only screen and (max-width: 763px) { #r5i5nLDbSUOlpebXM8zewXEVPC4UkayL { width:7.1875rem;height:7.1875rem;top:185.43619625rem;left:6.375rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #lKZUHFWcgxFAkBPSf40FAovH1dmZTvh0 { width:7.3125rem;height:2.6875rem;top:64.25rem;left:11.75rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #VJtxOVvLF14PmLiKHzSFeWEdPuT7v8xf { display:block; }
 }@media only screen and (max-width: 763px) { #MQULF5UA84FQzaKiKO5HomaswrTtx8qs { width:7.1875rem;height:7.1875rem;top:176.99869625rem;left:6.375rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #G89JrEuoLJA1BOvJN4aAyVmPNsqm3srZ { width:7.1875rem;height:7.1875rem;top:168.56119625rem;left:6.375rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #LZef8Ju0qUxpRhUDvZ2zVnlbIREF9gyD { width:7.3125rem;height:2.6875rem;top:60.3125rem;left:11.75rem;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #hAxXJRQ1cDxXoquC0OMwcucwtMRlqIkH { display:block; }
 }@media only screen and (max-width: 763px) { #szQKnynoJ8baPLhgVWoc4KSHAiOSnVVQ { width:7.3125rem;height:2.6875rem;top:56.375rem;left:11.75rem;z-index:15070;display:none; }
 }@media only screen and (max-width: 763px) { #lMpnU7Ay5nV8OHioxWoAsCrCwm6LqiRc { display:block; }
 }@media only screen and (max-width: 763px) { #IsQxFVlUIXKelmbgBuXsZ2TfSE5p7cJf { width:6.125rem;height:4.4375rem;top:30.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdmVdZT7khKAIm2b4Df5oDZlAL1FMyU { display:block; }
 }@media only screen and (max-width: 763px) { #wenysiPFih9DoCVQzqAAQHENbD5X9SCk { width:8.9375rem;height:8.9375rem;top:16.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvTb8K1PaI42iaeIcsCw6pBLOw7W4nm { width:8.9375rem;height:8.9375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI05PhV7WBykKBZmTLe10IJ04LTpWaVE { width:8.9375rem;height:8.9375rem;top:46.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiHGwihiXoOQtv9RdeJo6T1rbFRJTgsC { width:8.9375rem;height:8.9375rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbVike1MyDL2zMnRyiD5T58ZHlTNPJV5 { width:8.9375rem;height:8.9375rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIq6W43N2TDCKZ1HNui4plX46iVc3y { width:8.9375rem;height:8.9375rem;top:62.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhV1nfpQaLcPasTaIlhTCx3oawP2q7E0 { width:8.9375rem;height:8.9375rem;top:109.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHPcQ2NfN5KBQTwZnJTk8tcxrEVwre2S { width:8.9375rem;height:8.9375rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7A8XyGnkS33TCMfTZ6MpFzB7RdPwCg { width:8.9375rem;height:8.9375rem;top:92.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgglA6UlnhM1TzL1HagfpQnfXWag7T2p { width:8.9375rem;height:8.9375rem;top:109.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCrLmrMm3nnADzgiBCvsabvIoHbWNh1a { width:8.9375rem;height:8.9375rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqgbGnl59J5m9ZwzgbaMmWpHL6dCxVBN { width:8.9375rem;height:8.9375rem;top:77.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUtRebGvsyrvB6TU1gcaUyBKvvNSBSt { top:4.4153652191162rem;left:0.71875005960463rem;width:18.5625rem;height:11.5625rem;z-index:15188;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jv50Cc80WU9eBzP3zzpAftWxqU3Qnx { width:20rem;height:3.5612rem;top:138.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;color:#4e5b6b;display:block; }
 }@media only screen and (max-width: 763px) { #EA2nA8IFbLqAJgkHAi3iTqh6RTZuTsXi { width:3.125rem;height:3.25rem;top:142.6875rem;left:8.4375rem;font-size:2.25rem;z-index:15017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i3DdsQ4RUdWqiTTzIA6Uz6MTpUPuTwAS { width:10.8125rem;height:2.2747375rem;top:146.875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15017;color:#4e5b6b;display:block; }
 }@media only screen and (max-width: 763px) { #MGxLWBCyRtzZli02E3nGyylDzAlXeCJH { width:3.125rem;height:3.125rem;top:149.8125rem;left:8.4375rem;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RH2Gva6nrU4d1iopyPKHJABU6ZLQI1O4 { width:20rem;height:3.5612rem;top:152.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;color:#4e5b6b;display:block; }
 }@media only screen and (max-width: 763px) { #NwXNeB2Wy9Fyoyy1dH0gPnSlc6pLJ9d1 { width:19.5625rem;height:1.13671875rem;top:158rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LEqKbcAa6aw0GXTeriW1sqcMHByTZ7PU { width:8.75rem;height:2.6875rem;top:135rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TMxxuTaXvAoJ2SnWSG8uTe7Fg9KGhG { display:block; }
 }@media only screen and (max-width: 763px) { #Xy6QUDqJBUQxOQN2q9Fup1wTFVa6r7qq { width:9.9375rem;height:9.9375rem;top:123.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHW7zkpltntJ9bvyrw5clqBPN8Eph38O { width:7.9375rem;height:6.497375rem;top:125.375rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 { background-color:rgba(163,184,193,0.72);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8.adaptive-delivery-prevent-bg, #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8.lazyload, #iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8.lazyloading { background-image: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container { background-color: transparent; background-image: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container > .video-iframe-container { display: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row > .video-iframe-container { display: none; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .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); }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container { border-width: 0; border-radius: 0; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNtMlb9IsuIGP5TRdcfGWSLedU31DWu8 > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttnzTzlBsNrMghfGZu8WELo2GvmwtO5Q { top:1.125rem;left:6.1875rem;width:7.5625rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWTonSca8bSgc08OuOoDOWHvRIwgpwiu { display:block; }
 }@media only screen and (max-width: 763px) { #NEJn6HPWu4iFIy72zvb2CfdKEbPKFT5P { top:1.25rem;left:6.6875rem;width:6.5625rem;height:2.06163125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpuHWTEH23T2p9UwV1bxQIeOTJHeGTC7 { display:block; }
 }@media only screen and (max-width: 763px) { #ukdyHRbJBf9JEwI1Tc4G2HuuTi5xHmpC { width:20rem;height:6.1875rem;top:23.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zV837wPK7hk7Ds8cgJAAVz9A9TgRASUt { width:20rem;height:auto;top:24.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BvTT6wPkqN3onS9AqQFlwv5BJIr4xCr2 { width:20rem;height:6.0625rem;top:68.01302rem;left:0rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Waxsnibqt0RGni6zbdLD41LMkhbx5Ldb { width:19.375rem;height:0;top:20.25rem;left:0.3125rem;font-size:1.5rem;z-index:15023;color:#ffffff;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #nBzNBKRVqZEmOy4nUAcc3Tba5gMsLXR6 { width:19.7486875rem;height:18.75rem;top:6.125rem;left:0.0625rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #m5WJUzpXLMTKRAcl59gIQ0ClaMAUZcre { width:20rem;height:0;top:136.94401073456rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5TBFK4fg7zqFZ0n7uOPrmxnOgHTVeFi { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #InJnPgOBSymTTcFEg4nwRhbaacQZtLiS { width:10.8125rem;height:auto;top:6.6875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5k5EKJMUOy1o16O0Wo6kkxLAqMCaoh3 { width:3.125rem;height:3.25rem;top:6.5625rem;left:8.4375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG53quxJxBSz46agTDCzcNnNkZvBDykk { width:3.3125rem;height:3.3125rem;top:1.75rem;left:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh2HImJPFXmQBn7rtX4XBdZAb59dtXNP { width:20rem;height:0;top:149.97916412354rem;left:1.0208333134651rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #yo1hTAQ1mLnvvA2a7Z79a7P2P6QbIKOZ { width:3.3125rem;height:3.3125rem;top:149.10416412354rem;left:17.751305878163rem;font-size:2.3125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or { display:flex;width:2.8125rem;height:2.8125rem;top:4.78125rem;left:15.500001251697rem; }
#iUA2O6NyoTbwiogseqWmtAUUVV9qZ6or > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN { display:flex;width:2.5rem;height:2.5rem;top:4.9375rem;left:2.0000000596046rem; }
#lTqDaSeAVdfHnoIPrrhoDt52y1eLGUcN > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FfTKkE60BdV4cdIPoicmmh242evGLwpT { display:flex;width:2.8125rem;height:2.8125rem;top:8.90625rem;left:15.500001251697rem; }
#FfTKkE60BdV4cdIPoicmmh242evGLwpT > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #ui4vgH44sooQUlaHDk2bZPNHLsPaS781 { display:flex;width:2.9375rem;height:2.9375rem;top:8.84375rem;left:1.7812500596046rem; }
#ui4vgH44sooQUlaHDk2bZPNHLsPaS781 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa { display:flex;width:3rem;height:3rem;top:8.8125rem;left:8.5rem; }
#x7Hltrrp3Mt9t0Czc7e44zmpmVJThcfa > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #P4m1KHRE0uUhUf2MpqN2Tsx2QoJTIz1g { 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) { #LfxplHwzwMbrNc40IpMT1tBk5ezcxoty { display:flex;width:2.75rem;height:2.75rem;top:4.8125rem;left:8.625rem; }
#LfxplHwzwMbrNc40IpMT1tBk5ezcxoty > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #GuQgIwC2nuRNnHX3kAJqB8hdTKMOrraI { top:15.5rem;left:6.25rem;width:7.4375rem;height:1.3125rem;z-index:15294;display:block; }
 }@media only screen and (max-width: 763px) { #InVBsfQIGwEnurWAarbI1IZZOpJbezgB { top:13.0625rem;left:6.6875rem;width:6.5625rem;height:1.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS { display:none; }#h3QCqQMsqOhM3K3GWEpi6JXCVsJmUTJS > .row .container { width:20rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ghgxiJTTwtLkQRwKOLKg9ml7IBwOztIi { width:20rem;height:27.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg { display:none; }#FoHLJOsSfETmG8ZEIpiqw2tMnr96vAJg > .row .container { width:20rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HlWCa79VX5Vtn1691FlxvKR5dTZw15Xy { width:20rem;height:27.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OHkaRTSTs18arGTdz21LBqo0J6mSDB { display:block; }#K2OHkaRTSTs18arGTdz21LBqo0J6mSDB > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuEmtuefZtUTDIIn29pWAPcRWUx3esVM { width:20rem;height:18.6875rem;top:1.25rem;left:0rem;display:block; }
 }