.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,219,225;--color-primary-1:135,136,154;--color-primary-2:15,16,53;--color-primary-3:8,8,27;--color-primary-4:2,2,8;--color-secondary-0:229,244,247;--color-secondary-1:178,221,232;--color-secondary-2:127,199,217;--color-secondary-3:3,152,158;--color-secondary-4:25,40,43;--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:"Lato";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940f94;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { 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:3.9375rem;width:11.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80347add-37ca-4170-b650-003527bab4f5/2025_Procurementinfluencersdzie280of600.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(105,8,105,0.65); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(105,8,105,0.65); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5554687976837rem;left:2.6875rem;height:4.7125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { position:absolute;display:block;z-index:15000;background-color:rgba(148,15,148,0.89);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:37.375rem;width:32.75rem;top:6.6875rem;left:1.28125rem;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-form-header {  }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e74c86;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:27.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.125rem;overflow:hidden;font-style:normal; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .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; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-container:first-of-type{padding-top:0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-container:last-of-type{padding-bottom:0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.487487792969rem;left:3.5625rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO {display:block;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.48671913147rem;left:2.6875rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GVCaWrBE2T38WJfKz4AGpw9Z2ZFGEpO3 { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #cngQMGu1On16zIPWe47qD5c8J1uV5Xx9 { position:relative;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TUCETolqirMa9MiyopZd4uceg4TzEnWo { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TE9AbETH1C4p6HnErH6UhlLELBekgeqG { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Nd8SS16xP5O39xATqRPXSRTaGGTckkZ3 { position:relative;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Eu6Lbm55gE157hCyCG7H0UNxoLZmED1g { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #lVHSF40EMHAefZm4w8TOFhXZ7pyqwxPv { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #mToorREVzEH57Mmi3hGz0THNPHgmbDq0 { position:relative;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CQU2i7FCRyIgrABPRt8Hsa63rmhvdspq { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #AbTMAMGA3bh4Br9vLFBxTqSJfDEx8bvV { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GThhEfppL7AgPe7Kfqa03aTyG6I5zpqW { position:relative;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #wNuTpndXVUvTaWJ3xt4lip9ToePssm85 { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CogDHIM3u86emLufa6MAv6s1n9d7DxM4 { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #SPRD4LK1fhBs68JRBl088myl0fXTeMxc { position:relative;z-index:2; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #UldITRMlCuE91n0JCQLwPMlw0P2e0ZnT { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #d5Quf9KFz3myvbtK4OvLdgvMTJBCilyD { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #vuIXdbQbO8hTDIET0KKPEdQUHJrkPCry { position:relative;z-index:2; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #xlabKzmUzE5kSkZTiR8gqsTPdsFRlSZA { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #dDm1Twx8vugLWLk3eLSkUGi18hRmwQgk { position:relative; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #DRiNEQqvGSqFBH6NNgwNVn52cdCXSQPL { position:relative; }
#Pk3EIV1Q1cNn1oMJBTS56VcsZ5B3IV5X { position:relative;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.53125rem;height:9.75rem;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; }
#nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;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; }
#TtAxNyEoGnMn2l6LzhpUWREBKuX6mbPR { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625000953674rem;left:2.5812492370606rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { border-width: 0; border-radius: 0; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:none; }#zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:13.875rem;display:block; }
#WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3125rem;left:9.125rem;display:block; }
#DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:33.25rem;display:block; }
#GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.0625rem;left:13.875rem;height:2.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:23.1875rem;display:block; }
#ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:22.75rem;display:block; }
#LEczF1gJwW7ApBobTvXBnTgi80CmKgc9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:16.625rem;left:20.625rem;display:block; }
#T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:13.875rem;height:8.3965rem;text-align:left;text-align-last:left;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; }
#VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:13.875rem;display:block; }
#qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:40.8125rem;display:block; }
#UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.6875rem;left:54.25rem;display:block; }
#xFui6z87ZKiN4aJqMPNTloRAkmdsJoav { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14rem;left:54.6875rem; }
#xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:64.625rem;display:block; }
#lJGL8BgTQ5XR4F9LIT2ATWSZz4McSlVs { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.4375rem;left:55.4375rem; }
#ozd67Mp5hkSnGhkg2tVCkn16uaiGKlNM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:54.875rem;display:block; }
#DcOCcGoQcmA0V8GKNv9F2sC76Wy2kKKg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:16.625rem;left:52.0625rem;display:block; }
#E3A0z1UD66rc3d5VnDGF3JzdsGIpEt5l { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.875rem;left:52.375rem; }
#MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:45.5rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.0625rem;left:45.625rem;height:2.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:45.5625rem;height:8.3965rem;text-align:left;text-align-last:left;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; }
#CgL0qKMevB43UemCbkqF3zeot6EPDIrU { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a6d87fa1-5a03-4a0c-bdcc-2f81385e86ad/stylishconfidentbusinesswomansmiling_17642019466.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:10.4375rem;display:block; }#CgL0qKMevB43UemCbkqF3zeot6EPDIrU.adaptive-delivery-prevent-bg, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyload, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyloading { background-image: none; }
#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c55c7dbf-7bac-4634-80b1-da33b053a69c/closeupconfidentmaleemployeewhitecollarshirtsmilingcamerastandingselfassuredagainststudiobackground_125826761.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:42.125rem;display:block; }#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.adaptive-delivery-prevent-bg, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyload, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyloading { background-image: none; }
#NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:45.5625rem;display:block; }
#fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:45.5rem;display:block; }
#upkcKVzvOP6P4Nim1Noi5mOdIekqXKDT { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.4375rem;left:23.6875rem; }
#DBakzRm334HniwZh1wJqX3bwZ7g03H5n { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:23.125rem; }
#VZvIPbGTv4GWGOXmTdLHav0xNRfyufD0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.9375rem;left:20.9375rem; }
#cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:26.5625rem;top:12.625rem;left:25.875rem;overflow:hidden;display:block; }
#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { background-color: transparent; background-image: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .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); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { border-width: 0; border-radius: 0; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.375rem;left:8.124218940735rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.375rem;left:29.156250953674rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.375rem;left:53.062500953674rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { color:#940f94;display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:8.124218940735rem;height:3.4125rem;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; }
#HE6gkTCNWE3icHht5xmhZ6ZqTzrto9Kk { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:7.03125rem;left:56.468750953674rem;overflow:hidden;display:block; }
#ig0h28OAEqAsOIgRHLxKKREW4IiHDykI { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:7.03125rem;left:32.031250953674rem;overflow:hidden;display:block; }
#MrSrTR8oszwTpM1knRl3FnTTTPc7XaOT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:7.03125rem;left:10.499218940735rem;overflow:hidden;display:block; }
#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn > .row .container { border-width: 0; border-radius: 0; }#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn > .row .container { font-size:0.875rem;font-family:arial;height:86.1875rem;width:75rem;position:relative;display:none; }#lgH2mIO6qT7r3D1q4NXLVhd7lMtO0Igz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.6875rem;width:60rem;top:11.0625rem;left:7.5rem;display:block; }
#KzVdGJNiW0gDeIMztTCh2GOMdTtppa3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14rem;left:36rem; }
#eipdC4k8qyFJ6hhL6TnFwxgrqT7Fmy8k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.9375rem;left:17.75rem; }
#FMG88Akx5b0d9Ssn4A2fHXMRxiIgO10I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:10.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MF6czeaTBW46X84IkJp7wPnOBogsLUu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.4375rem;left:29.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GLpc7TnJ0Tf7HpMkAhO5sGd3b8uRoTGF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.4375rem;left:47.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kottT6fVowV7x90WoeHeiM7eUIB2Wduu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.8125rem;left:54.15625rem; }
#vAfWsm7U6LCWMBFmmnV4RwRDOPx8yttr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:16.75rem;display:block; }
#hKbWfUNgCCrZLRClOeDgs7lNmfIWno5z { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:34.9375rem;display:block; }
#Gea8L1R8WXSy8ME1WFVTGgUWvsfMTFQ5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:53.1875rem;display:block; }
#AUSshw4SB0AQm4PGmh1TzRzh1yIENKkX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.8125rem;top:15.5rem;left:21.125rem;display:block; }
#tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.46875rem;left:11.625rem;height:13.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 li:before{  }
#SULGh2zNzJ6Cb1snxnaad5Z3ylbNgP7T { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:10.8125rem;display:block; }
#wyLdlwRK6MJs6gETWyrdIRa3rpyh7bvW { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:29rem;display:block; }
#EyTUBtSPDRIn0f4KDao7ZRCJdCzPrSU1 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:47.25rem;display:block; }
#pyLiKn8exhNvCQydNmyAId0A85IgfZTe { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.125rem;height:3.4125rem;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; }
#pWF2xTvanWgsEfkp1wivbG3ZnAMvAfS4 { position:absolute;display:block;z-index:14998;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:39.125rem;top:4.75rem;left:28.375rem;overflow:hidden;display:block; }
#QQQzQxlQZFQx6mgyPiWFidyauvREEMz6 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:41.125rem;top:34.90625rem;left:7.5rem;overflow:hidden;display:block; }
#U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:25.46875rem;left:29.8125rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz li:before{  }
#Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:25.46875rem;left:48.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T li:before{  }
#OS1TplgK3fC0rJiBUKcBwRqnLd6n3AQD { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.8125rem;left:8.125rem;height:3.4125rem;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; }
#FMdDvGPkQby9OD5sbbRa8y6eJH1LAa5R { color:#000037;display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:50.287109375rem;left:10.875rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:52.96875rem;left:10.875rem;height:5.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI li:before{  }
#WSfEkRlqFN2mQgkptrNliX1IW5ii07kC { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:60.912109375rem;left:10.3125rem;height:1.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:64.59375rem;left:10.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR li:before{  }
#IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:66.53125rem;left:12.25rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV li:before{  }
#XqIisJpczTyeoGAr2kRfM7RtFObTK4ze { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:72.21875rem;left:10.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XqIisJpczTyeoGAr2kRfM7RtFObTK4ze li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XqIisJpczTyeoGAr2kRfM7RtFObTK4ze li:before{  }
#JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:74.71875rem;left:12.25rem;height:2.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS li:before{  }
#v3pgodpqA8a1AConMnsimdNu7duwJ1zF { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:79.46875rem;left:10.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#v3pgodpqA8a1AConMnsimdNu7duwJ1zF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v3pgodpqA8a1AConMnsimdNu7duwJ1zF li:before{  }
#PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 { color:#000037;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:81.90625rem;left:12.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 li:before{  }
#SCATs0gq6U248cUUWvb1v6OGzihUsTFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container { background-color: transparent; background-image: none; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container > .video-iframe-container { display: none; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row > .video-iframe-container { display: none; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .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); }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container { border-width: 0; border-radius: 0; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#ZToksn6dOMGIfzlPmFonwMK3hafZnBP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.240629196167rem;left:14.311718940735rem;height:9.375rem;font-style:normal;display:block; }
#eKPMP0uJf2InDSAuRdMhEEyOnpTv6oRi { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(148,15,148,0.24) ;height:13rem;width:13rem;top:1.5656249523163rem;left:0rem;overflow:hidden;display:block; }
#MNN5ZS6LnfagBTs8xfxVbZ48JctiTxCn { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.264064788818rem;left:14.311718940735rem;height:1.6875rem;font-style:normal;display:block; }
#Xd4htHe57kOO8adrLmOuA84G5wRInScV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940f94;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { background-color: transparent; background-image: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .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); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { border-width: 0; border-radius: 0; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { 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:2.8125rem;width:15.625rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5609375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.8679676055908rem;left:51.439061164856rem;height:5.2rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { background-color: transparent; background-image: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .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); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { border-width: 0; border-radius: 0; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { color:#690869;display:block;width:25.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.75rem;left:60.562500953674rem; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#h48BCJ1B3odlDUx1suXAKRVT1DArinVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:66.500000953675rem; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.6875rem;left:72.375rem; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { background-color: transparent; background-image: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .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); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { border-width: 0; border-radius: 0; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:11.8125rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:8.5rem;left:0rem;width:27.4375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { top:6.6875rem;left:0rem;width:32.75rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-button { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO  { width:27.5625rem;height:auto;top:15.4375rem;left:0rem; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO {display:block;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO { width:27.5625rem;height:auto;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GVCaWrBE2T38WJfKz4AGpw9Z2ZFGEpO3 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #cngQMGu1On16zIPWe47qD5c8J1uV5Xx9 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TUCETolqirMa9MiyopZd4uceg4TzEnWo {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TE9AbETH1C4p6HnErH6UhlLELBekgeqG {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Nd8SS16xP5O39xATqRPXSRTaGGTckkZ3 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Eu6Lbm55gE157hCyCG7H0UNxoLZmED1g {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #lVHSF40EMHAefZm4w8TOFhXZ7pyqwxPv {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #mToorREVzEH57Mmi3hGz0THNPHgmbDq0 { display:block; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CQU2i7FCRyIgrABPRt8Hsa63rmhvdspq {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #AbTMAMGA3bh4Br9vLFBxTqSJfDEx8bvV {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GThhEfppL7AgPe7Kfqa03aTyG6I5zpqW {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #wNuTpndXVUvTaWJ3xt4lip9ToePssm85 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CogDHIM3u86emLufa6MAv6s1n9d7DxM4 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #SPRD4LK1fhBs68JRBl088myl0fXTeMxc {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #UldITRMlCuE91n0JCQLwPMlw0P2e0ZnT {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #d5Quf9KFz3myvbtK4OvLdgvMTJBCilyD {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #vuIXdbQbO8hTDIET0KKPEdQUHJrkPCry {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #xlabKzmUzE5kSkZTiR8gqsTPdsFRlSZA {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #dDm1Twx8vugLWLk3eLSkUGi18hRmwQgk {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #DRiNEQqvGSqFBH6NNgwNVn52cdCXSQPL {  }
 }@media only screen and (max-width: 763px) { #Pk3EIV1Q1cNn1oMJBTS56VcsZ5B3IV5X { display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { top:7.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAxNyEoGnMn2l6LzhpUWREBKuX6mbPR { top:19.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { top:26.6875rem;left:0.25rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { top:26.25rem;left:19.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { top:21.4375rem;left:0.25rem;width:20.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { top:23.0625rem;left:0.25rem;width:14.375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { top:9.9375rem;left:9.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { top:13.625rem;left:9.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEczF1gJwW7ApBobTvXBnTgi80CmKgc9 { top:16.625rem;left:7rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { top:27.6875rem;left:0.25rem;width:20.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { top:3.25rem;left:0.25rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { top:4.1875rem;left:27.1875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { top:13.6875rem;left:40.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFui6z87ZKiN4aJqMPNTloRAkmdsJoav { top:14rem;left:41.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { top:26.25rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJGL8BgTQ5XR4F9LIT2ATWSZz4McSlVs { top:10.4375rem;left:41.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozd67Mp5hkSnGhkg2tVCkn16uaiGKlNM { top:9.9375rem;left:41.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcOCcGoQcmA0V8GKNv9F2sC76Wy2kKKg { top:16.625rem;left:38.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3A0z1UD66rc3d5VnDGF3JzdsGIpEt5l { top:16.875rem;left:38.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { top:21.4375rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { top:23.0625rem;left:32rem;width:14rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { top:27.6875rem;left:27.4375rem;width:20.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL0qKMevB43UemCbkqF3zeot6EPDIrU { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { top:5.625rem;left:28.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { top:3.25rem;left:31.9375rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { top:26.6875rem;left:28.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upkcKVzvOP6P4Nim1Noi5mOdIekqXKDT { top:10.4375rem;left:10.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBakzRm334HniwZh1wJqX3bwZ7g03H5n { top:13.9375rem;left:9.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZvIPbGTv4GWGOXmTdLHav0xNRfyufD0 { top:16.9375rem;left:7.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { top:12.625rem;left:12.25rem;width:26.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { top:19.375rem;left:0rem;width:15.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { top:19.375rem;left:15.531250953674rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { top:19.375rem;left:30rem;width:17.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { top:1.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE6gkTCNWE3icHht5xmhZ6ZqTzrto9Kk { width:10.9375rem;height:10.9375rem;top:7rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0h28OAEqAsOIgRHLxKKREW4IiHDykI { width:10.9375rem;height:10.9375rem;top:7rem;left:18.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrSrTR8oszwTpM1knRl3FnTTTPc7XaOT { width:10.9375rem;height:10.9375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn { display:none; }#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lgH2mIO6qT7r3D1q4NXLVhd7lMtO0Igz { top:11.0625rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVdGJNiW0gDeIMztTCh2GOMdTtppa3h { top:14rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipdC4k8qyFJ6hhL6TnFwxgrqT7Fmy8k { top:13.9375rem;left:4.125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMG88Akx5b0d9Ssn4A2fHXMRxiIgO10I { top:19.4375rem;left:0rem;width:16.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF6czeaTBW46X84IkJp7wPnOBogsLUu6 { top:19.4375rem;left:15.5rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLpc7TnJ0Tf7HpMkAhO5sGd3b8uRoTGF { top:19.4375rem;left:30.625rem;width:17.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kottT6fVowV7x90WoeHeiM7eUIB2Wduu { top:13.8125rem;left:40.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAfWsm7U6LCWMBFmmnV4RwRDOPx8yttr { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKbWfUNgCCrZLRClOeDgs7lNmfIWno5z { top:13rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gea8L1R8WXSy8ME1WFVTGgUWvsfMTFQ5 { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUSshw4SB0AQm4PGmh1TzRzh1yIENKkX { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 { top:25.4375rem;left:0rem;width:15.4375rem;height:;font-size:0.9375rem;display:block; }#tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 li:before{  }
 }@media only screen and (max-width: 763px) { #SULGh2zNzJ6Cb1snxnaad5Z3ylbNgP7T { top:25rem;left:0rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLdlwRK6MJs6gETWyrdIRa3rpyh7bvW { top:25rem;left:15.375rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyTUBtSPDRIn0f4KDao7ZRCJdCzPrSU1 { top:25rem;left:30.625rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyLiKn8exhNvCQydNmyAId0A85IgfZTe { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWF2xTvanWgsEfkp1wivbG3ZnAMvAfS4 { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQzQxlQZFQx6mgyPiWFidyauvREEMz6 { top:34.875rem;left:0rem;width:41.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz { top:25.4375rem;left:16.1875rem;width:15.4375rem;height:;font-size:0.9375rem;display:block; }#U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz li:before{  }
 }@media only screen and (max-width: 763px) { #Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T { top:25.4375rem;left:32.3125rem;width:15.4375rem;height:;font-size:0.9375rem;display:block; }#Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T li:before{  }
 }@media only screen and (max-width: 763px) { #OS1TplgK3fC0rJiBUKcBwRqnLd6n3AQD { top:45.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMdDvGPkQby9OD5sbbRa8y6eJH1LAa5R { top:50.25rem;left:0rem;width:25.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI { top:52.9375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI li:before{  }
 }@media only screen and (max-width: 763px) { #WSfEkRlqFN2mQgkptrNliX1IW5ii07kC { top:60.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR { top:64.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR li:before{  }
 }@media only screen and (max-width: 763px) { #IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV { top:66.5rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV li:before{  }
 }@media only screen and (max-width: 763px) { #XqIisJpczTyeoGAr2kRfM7RtFObTK4ze { top:72.1875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#XqIisJpczTyeoGAr2kRfM7RtFObTK4ze li:before{  }
 }@media only screen and (max-width: 763px) { #JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS { top:74.6875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS li:before{  }
 }@media only screen and (max-width: 763px) { #v3pgodpqA8a1AConMnsimdNu7duwJ1zF { top:79.4375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#v3pgodpqA8a1AConMnsimdNu7duwJ1zF li:before{  }
 }@media only screen and (max-width: 763px) { #PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 { top:81.875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 li:before{  }
 }@media only screen and (max-width: 763px) { #SCATs0gq6U248cUUWvb1v6OGzihUsTFI { display:block; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZToksn6dOMGIfzlPmFonwMK3hafZnBP4 { width:47.75rem;height:9.375rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPMP0uJf2InDSAuRdMhEEyOnpTv6oRi { width:13rem;height:13rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN5ZS6LnfagBTs8xfxVbZ48JctiTxCn { width:47.75rem;height:1.6875rem;top:17.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:15.625rem;height:2.8125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:23.5rem;height:5.1875rem;top:2.8125rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:25.5625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:1.75rem;left:45.125rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:1.75rem;left:45.1875rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:1.6875rem;left:45.125rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { position:relative;z-index:auto;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:10.9375rem;height:3.6875rem;top:0.34375rem;left:4.5312500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80347add-37ca-4170-b650-003527bab4f5/2025_Procurementinfluencersdzie280of600.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(105,8,105,0.65); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(105,8,105,0.65); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:17.8125rem;height:3.25rem;top:5.9757814407349rem;left:1.0929687619209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { width:20rem;height:37.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-text {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-select {padding-top: 0; padding-bottom: 0;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO  { width:17.5rem;height:auto;top:11.125001907349rem;left:0rem;background-color:#ffffff;background-image:none; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO {display:block;}#O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO { width:17.5rem;height:auto;top:11.125001907349rem;left:0rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GVCaWrBE2T38WJfKz4AGpw9Z2ZFGEpO3 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #cngQMGu1On16zIPWe47qD5c8J1uV5Xx9 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TUCETolqirMa9MiyopZd4uceg4TzEnWo {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #TE9AbETH1C4p6HnErH6UhlLELBekgeqG {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Nd8SS16xP5O39xATqRPXSRTaGGTckkZ3 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #Eu6Lbm55gE157hCyCG7H0UNxoLZmED1g {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #lVHSF40EMHAefZm4w8TOFhXZ7pyqwxPv {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #mToorREVzEH57Mmi3hGz0THNPHgmbDq0 { display:block; }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CQU2i7FCRyIgrABPRt8Hsa63rmhvdspq {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #AbTMAMGA3bh4Br9vLFBxTqSJfDEx8bvV {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #GThhEfppL7AgPe7Kfqa03aTyG6I5zpqW {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #wNuTpndXVUvTaWJ3xt4lip9ToePssm85 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #CogDHIM3u86emLufa6MAv6s1n9d7DxM4 {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #SPRD4LK1fhBs68JRBl088myl0fXTeMxc {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #UldITRMlCuE91n0JCQLwPMlw0P2e0ZnT {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #d5Quf9KFz3myvbtK4OvLdgvMTJBCilyD {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #vuIXdbQbO8hTDIET0KKPEdQUHJrkPCry {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #xlabKzmUzE5kSkZTiR8gqsTPdsFRlSZA {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #dDm1Twx8vugLWLk3eLSkUGi18hRmwQgk {  }
 }@media only screen and (max-width: 763px) { #O13eiLZam1lg1AtwIh3Vo3MTWkvAX3qO #DRiNEQqvGSqFBH6NNgwNVn52cdCXSQPL {  }
 }@media only screen and (max-width: 763px) { #Pk3EIV1Q1cNn1oMJBTS56VcsZ5B3IV5X { display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { width:19.375rem;height:19.3375rem;top:13.687500476837rem;left:0.31171876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { width:19.875rem;height:9.75rem;top:1.3468742370606rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAxNyEoGnMn2l6LzhpUWREBKuX6mbPR { width:19.375rem;height:9.66875rem;top:35.399219512939rem;left:0.31171876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:20rem;height:74.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { width:20rem;height:0.0625rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { width:15rem;height:15rem;top:3.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { width:0.9375rem;height:0.9375rem;top:19.1875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { width:17.6875rem;height:1.625rem;top:21.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { width:9.875rem;height:2.69921875rem;top:23.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { width:2.1875rem;height:2.1875rem;top:10.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { width:2.1875rem;height:2.1875rem;top:13.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEczF1gJwW7ApBobTvXBnTgi80CmKgc9 { width:2.1875rem;height:2.1875rem;top:15.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { width:20rem;height:8.3994375rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { width:5.6875rem;height:17.6875rem;top:2.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { width:15rem;height:15rem;top:39.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { width:2.1875rem;height:2.1875rem;top:49.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFui6z87ZKiN4aJqMPNTloRAkmdsJoav { display:flex;width:1.5rem;height:1.5rem;top:49.4375rem;left:16.0625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { width:0.9375rem;height:0.9375rem;top:62.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJGL8BgTQ5XR4F9LIT2ATWSZz4McSlVs { display:flex;width:1.25rem;height:1.25rem;top:46.5rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #ozd67Mp5hkSnGhkg2tVCkn16uaiGKlNM { width:2.1875rem;height:2.1875rem;top:46rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcOCcGoQcmA0V8GKNv9F2sC76Wy2kKKg { width:2.1875rem;height:2.1875rem;top:51.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3A0z1UD66rc3d5VnDGF3JzdsGIpEt5l { display:flex;width:1.6875rem;height:1.6875rem;top:52.125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { width:18.0625rem;height:1.625rem;top:57.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { width:13.9375rem;height:2.69921875rem;top:59.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { width:20rem;height:8.3994375rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL0qKMevB43UemCbkqF3zeot6EPDIrU { width:12.5rem;height:12.5rem;top:4.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { width:12.5rem;height:12.5rem;top:41.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { width:5.6875rem;height:17.6875rem;top:38.59375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { width:19.375rem;height:0.0625rem;top:72.4375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upkcKVzvOP6P4Nim1Noi5mOdIekqXKDT { display:flex;width:1.1875rem;height:1.1875rem;top:10.9375rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #DBakzRm334HniwZh1wJqX3bwZ7g03H5n { display:flex;width:1.4375rem;height:1.4375rem;top:13.8125rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #VZvIPbGTv4GWGOXmTdLHav0xNRfyufD0 { display:flex;width:1.5625rem;height:1.5625rem;top:16.1875rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { width:20rem;height:5.9755859375rem;top:17.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { width:10.9375rem;height:1.35rem;top:20rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { width:13.25rem;height:1.35rem;top:36.875rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { width:15.625rem;height:1.35rem;top:53.8125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { width:12.5rem;height:3.9rem;top:2.4375rem;left:3.7500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE6gkTCNWE3icHht5xmhZ6ZqTzrto9Kk { width:10.9375rem;height:10.9375rem;top:42.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig0h28OAEqAsOIgRHLxKKREW4IiHDykI { width:10.9375rem;height:10.9375rem;top:25.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrSrTR8oszwTpM1knRl3FnTTTPc7XaOT { width:10.9375rem;height:10.9375rem;top:8.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn { display:none; }#xm0VqeWaID8pEpqHnG8v2D5g8IeO1Amn > .row .container { width:20rem;height:132.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lgH2mIO6qT7r3D1q4NXLVhd7lMtO0Igz { width:20rem;height:70.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVdGJNiW0gDeIMztTCh2GOMdTtppa3h { display:flex;width:3.0625rem;height:3.0625rem;top:31.78125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #eipdC4k8qyFJ6hhL6TnFwxgrqT7Fmy8k { display:flex;width:3.1875rem;height:3.1875rem;top:8.912109375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #FMG88Akx5b0d9Ssn4A2fHXMRxiIgO10I { width:10.9375rem;height:1.3496125rem;top:50.337890625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MF6czeaTBW46X84IkJp7wPnOBogsLUu6 { width:10.375rem;height:2.7rem;top:32.20703125rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GLpc7TnJ0Tf7HpMkAhO5sGd3b8uRoTGF { width:11.125rem;height:2.7rem;top:9.15625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kottT6fVowV7x90WoeHeiM7eUIB2Wduu { display:flex;width:3.3125rem;height:3.3125rem;top:50.03125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #vAfWsm7U6LCWMBFmmnV4RwRDOPx8yttr { width:5rem;height:5rem;top:7.875rem;left:1.0625rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #hKbWfUNgCCrZLRClOeDgs7lNmfIWno5z { width:5rem;height:5rem;top:30.6875rem;left:1.03125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #Gea8L1R8WXSy8ME1WFVTGgUWvsfMTFQ5 { width:5rem;height:5rem;top:49.0625rem;left:1.03125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #AUSshw4SB0AQm4PGmh1TzRzh1yIENKkX { width:0.0625rem;height:17.4375rem;top:9.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 { width:15.4375rem;height:13.75rem;top:14.4375rem;left:2.28125rem;font-size:0.9375rem;display:block; }#tTmG8wNPDn8Gz87tGemlEVGIU1KTzBr2 li:before{  }
 }@media only screen and (max-width: 763px) { #SULGh2zNzJ6Cb1snxnaad5Z3ylbNgP7T { width:16.875rem;height:14.375rem;top:14rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLdlwRK6MJs6gETWyrdIRa3rpyh7bvW { width:16.875rem;height:10.0625rem;top:36.943359375rem;left:1.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EyTUBtSPDRIn0f4KDao7ZRCJdCzPrSU1 { width:16.875rem;height:13.1875rem;top:55.599609375rem;left:1.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pyLiKn8exhNvCQydNmyAId0A85IgfZTe { width:15.75rem;height:3.7375rem;top:1.4375rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWF2xTvanWgsEfkp1wivbG3ZnAMvAfS4 { width:15.9375rem;height:4.5rem;top:4.59375rem;left:3.945rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QQQzQxlQZFQx6mgyPiWFidyauvREEMz6 { width:11.4375rem;height:3.5rem;top:34.6875rem;left:8.125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz { width:15.4375rem;height:8.5rem;top:38.25rem;left:2.28125rem;font-size:0.9375rem;display:block; }#U7WTUvKLmUyxEKWgM7RuL4iGnTpmNcdz li:before{  }
 }@media only screen and (max-width: 763px) { #Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T { width:15.4375rem;height:10.125rem;top:57.849609375rem;left:2.28125rem;font-size:0.9375rem;display:block; }#Ef5pX252PvhVHxmOTsoiyDpJVCrmzM4T li:before{  }
 }@media only screen and (max-width: 763px) { #OS1TplgK3fC0rJiBUKcBwRqnLd6n3AQD { width:20rem;height:1.86875rem;top:71.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMdDvGPkQby9OD5sbbRa8y6eJH1LAa5R { width:20rem;height:2.7rem;top:74.9921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI { width:20rem;height:12.4375rem;top:78.94140625rem;left:0rem;font-size:0.9375rem;display:block; }#O5IHZwXsNaNlnI71Af99tT5fTgEVIlTI li:before{  }
 }@media only screen and (max-width: 763px) { #WSfEkRlqFN2mQgkptrNliX1IW5ii07kC { width:20rem;height:4.05rem;top:92.62890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR { width:20rem;height:2.625rem;top:97.92675625rem;left:0rem;font-size:0.9375rem;display:block; }#c7xnOA9uqSEEOUx8oeEhhSKFPB4dxgvR li:before{  }
 }@media only screen and (max-width: 763px) { #IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV { width:20rem;height:9.5rem;top:101.80175625rem;left:0rem;font-size:0.9375rem;display:block; }#IWkSfyGDTvEe1P8DPN7lTksa8LvdSUlV li:before{  }
 }@media only screen and (max-width: 763px) { #XqIisJpczTyeoGAr2kRfM7RtFObTK4ze { width:20rem;height:1.3125rem;top:112.55175625rem;left:0rem;font-size:0.9375rem;display:block; }#XqIisJpczTyeoGAr2kRfM7RtFObTK4ze li:before{  }
 }@media only screen and (max-width: 763px) { #JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS { width:20rem;height:8.1875rem;top:115.11425625rem;left:0rem;font-size:0.9375rem;display:block; }#JoF52rSkNFqFQVcPw5Se2QHDNW57lGkS li:before{  }
 }@media only screen and (max-width: 763px) { #v3pgodpqA8a1AConMnsimdNu7duwJ1zF { width:20rem;height:1.3125rem;top:124.55175625rem;left:0rem;font-size:0.9375rem;display:block; }#v3pgodpqA8a1AConMnsimdNu7duwJ1zF li:before{  }
 }@media only screen and (max-width: 763px) { #PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 { width:20rem;height:3.9375rem;top:127.11425625rem;left:0rem;font-size:0.9375rem;display:block; }#PDToT9t0DaOISqWw95XfMZ7HGtRDXy82 li:before{  }
 }@media only screen and (max-width: 763px) { #SCATs0gq6U248cUUWvb1v6OGzihUsTFI { display:block; }#SCATs0gq6U248cUUWvb1v6OGzihUsTFI > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZToksn6dOMGIfzlPmFonwMK3hafZnBP4 { width:19.5625rem;height:12rem;top:11.310132217594rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPMP0uJf2InDSAuRdMhEEyOnpTv6oRi { width:8.3125rem;height:8.3125rem;top:1.12109375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN5ZS6LnfagBTs8xfxVbZ48JctiTxCn { width:18.375rem;height:2.8125rem;top:26.184375286103rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { background-color:#690869;background-image:none;display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { background-color: transparent; background-image: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .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); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:11.8125rem;height:2.125rem;top:1.5rem;left:4.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:20rem;height:4.55rem;top:5.9765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:15.625rem;height:1.3rem;top:1.625rem;left:2.1875rem;text-align:center;text-align-last:center;color:#2a2a2a;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:0.9375rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:4.9554634094238rem;left:8.7187505364419rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:16.21875rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }