.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:222,254,255;--color-primary-1:193,254,255;--color-primary-2:65,189,200;--color-primary-3:7,149,128;--color-primary-4:13,38,40;--color-secondary-0:228,243,220;--color-secondary-1:165,215,139;--color-secondary-2:75,174,22;--color-secondary-3:38,87,11;--color-secondary-4:11,26,3;--color-tertiary-0:255,255,255;--color-tertiary-1:166,217,209;--color-tertiary-2:106,191,179;--color-tertiary-3:71,84,90;--color-tertiary-4:7,149,128;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/4ec53cf3-fff5-48f9-ba46-afac57dd7187/_Zdjciegwnenastronzapisucz22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.adaptive-delivery-prevent-bg, #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.lazyload, #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.lazyloading { background-image: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { background-color: transparent; background-image: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .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); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { border-width: 0; border-radius: 0; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { font-size:0.875rem;font-family:"open sans";height:54.5rem;width:75rem;overflow:visible;position:relative;display:block; }#T7LCsA3bUAS0uGHJoQcFh1bSQ8n6X2eR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:21.7568359375rem;left:36.4921875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqzMEgmvrngEelS29MWWZUJR3qBJugDl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.373046875rem;left:37.7744140625rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJug8TkoF4Q2TXSMcVpJvfW0sBMo7UKa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1d2b3;border-left:0.125rem solid #e1d2b3;border-right:0.125rem solid #e1d2b3;border-bottom:0.125rem solid #e1d2b3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3555rem;height:3.29296875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:33.340625762939rem;left:43.995312690735rem;display:block; }
#vVt5GSPr1veDrZZ4OHBE60TSNMSDm449 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#TUBonDVi8ME7aGF3p4AMwor0Kdlm80mT { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.875rem;left:48.4375rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yfTH1LBTNnNXTbgz8HAcys23TL8lpvKz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1865234375rem;width:8.4375rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.9365234375rem;left:49.9921875rem;overflow:hidden;display:block; }
#z2u9x0Td4iNtoZZ1NLFallTUSVbp2qf3 { box-sizing:content-box;height:14.9368105rem;width:64.1865768125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:46.917507648468rem;left:5.4044122695923rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#M9LZidFEoSDG9qblvudQNRKzGz7DWzXe { color:rgba(var(--color-tertiary-4),1);display:block;width:63.9993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:50.757122993469rem;left:5.4986219406128rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNFlTnC63TOlEX5eETmnptlske9Oz2mz { 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:11.25rem;width:20.625rem;display:none; }
#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c4df4b0-e27c-464b-b5cc-1c217cee450b/UF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv.adaptive-delivery-prevent-bg, #TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv.lazyload, #TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv.lazyloading { background-image: none; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container { background-color: transparent; background-image: none; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container > .video-iframe-container { display: none; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row > .video-iframe-container { display: none; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .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); }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container { border-width: 0; border-radius: 0; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c4df4b0-e27c-464b-b5cc-1c217cee450b/UF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK.adaptive-delivery-prevent-bg, #xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK.lazyload, #xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK.lazyloading { background-image: none; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK > .row .container { border-width: 0; border-radius: 0; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:none; }#md4g9p7e4P8yVhRXrsrhX02uKA67IZMC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:38.25rem;width:68.5rem;top:10.375rem;left:3.25rem;display:block; }
#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container { background-color: transparent; background-image: none; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container > .video-iframe-container { display: none; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row > .video-iframe-container { display: none; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .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); }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container { border-width: 0; border-radius: 0; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#kKC3Jr5DUETAilG4h1AVNzEmTQVcWHNA { box-sizing:content-box;height:8.375rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.75rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#LpcaSMTUlISmfQuxfh3AxErylBp4egoD { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5155029296875rem;left:12.8125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { background-color: transparent; background-image: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container > .video-iframe-container { display: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row > .video-iframe-container { display: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .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); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { border-width: 0; border-radius: 0; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#N6BBOCMeEOVH1Z9sbWS7t3S2F4bVoMGI { box-sizing:content-box;height:42.125rem;width:64.1875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.5rem;left:5.375rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#l6lul4dmltRFThEmL4C3KzLtU8zpPBST { box-sizing:content-box;height:10.125rem;width:27.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.1875rem;left:7.4375rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#riElHqyN2BzvevbEcHxBp6VfNlkp6TA5 { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAh6aezlpZuJlztMxvDghreOAMQBb24W { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:24.25rem;left:8.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7SkHb8ky4hIDPd2DX8pli1UHT3mnmgZ { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:40.5625rem;left:8.5rem;height:1.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iQP0XxU5GhDkDn4PPb5JRiXmI1DgngqR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.68676875rem;width:2.68676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:33.625rem;left:39.75rem; }
#Ww73xZF6hT0hStZ98D0vxJPoe7MuewD7 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.5625rem;left:43.6875rem;height:4.125rem;display:block; }
#bKX37Fpx3QTkTTWqh0UhBcronU11LBKh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:28.75rem;left:40rem; }
#gqOP4t4lgC1oZU6PXPPhvQfg8E8iZ9mE { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.1875rem;left:43.5625rem;height:2.75rem;display:block; }
#sEhxNFT30Hkyho2JFyiofCUX1vnb7uh2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:11.625rem;left:7.4375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHTg9vOlAitwnxAgVN8iomze2yJILvPX { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.999125rem;height:3.374025rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.875rem;left:10.5rem;display:block; }
#Tbry2nH9Bz0R3PT5DpJUKFpmR4wlH4RU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W62ON0TJ637f7697bECvPQvBuliA8sxF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.5rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgAHk258HgRW7NJQotqZF7qzAnSU7vCQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.375rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgKgCqFpJJIL3HXyThtGP39Zn7an6tMA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:30.625rem;top:7.125rem;left:36.5rem;overflow:hidden;display:block; }
#byhpLSnegmuw8EkwmTvPhFJ1Iu3POFtU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:43.375457763672rem;left:40.090760231018rem;display:none; }
#Jy9aIaTs7VwKD6ZOQaBXWUxmBkqS8Ff3 { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:30.75rem;left:8.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auU5RKBiEOlmTx20LVIAHxT4Sp4q4s4Z { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltxoO69aF7b3R5coR1Q8rKfBRxrDttI4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.74963125rem;width:2.74963125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:39.875rem;left:39.75rem; }
#l6wxagJSuuikLAHqNM08FA5kzUI8xpgf { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.875rem;left:43.6875rem;height:2.75rem;display:block; }
#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5e6308fc-d482-453c-9b50-50ef7d4fca4f/UF1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.adaptive-delivery-prevent-bg, #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.lazyload, #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.lazyloading { background-image: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { background-color: transparent; background-image: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .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); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { border-width: 0; border-radius: 0; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#TaFazZJklaibrf21ngp96LHPOhKkTNEZ { display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:10.125rem;left:40.3125rem;height:19.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#VRGQ6tEu3Na2KZTMsNdmHkPqrCTCq9Up { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:2.75rem;left:10.75rem;height:25.499999284744rem;color:#f4ce83;font-style:normal;display:none; }
#ThE0XLixpQ7yEaafP4d5XF6pByXmUfQi { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:40.3125rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wNX13AlUqb5f3T0JSzILAaJtQTsW6iSZ { 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:11.25rem;width:20.625rem;display:none; }
#D7GHphUyT3eL7aUaslFiq9zwUOSJ2cCt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4370384375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:35.042510986328rem;left:40.562958717346rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rcea2TvJ5cdm3T3ZfiLtxnE0TUEodtp4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1d2b3;border-left:0.125rem solid #e1d2b3;border-right:0.125rem solid #e1d2b3;border-bottom:0.125rem solid #e1d2b3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9322151875rem;height:3.1822149375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:42.015167236328rem;left:40.3113489151rem;display:block; }
#gGUSOWbPsm8ZAOKM0qRgeDq4DLkFpR2h { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi > .row .container { border-width: 0; border-radius: 0; }#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:none; }#xXMGT4nOTJHCH77TEGwUSAQu7bCnNOsf { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.625rem;left:13.748850822449rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#M74ArGartuXkxxFBN65rwiQT1kqALPpT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1134948730469rem;left:13.748850822449rem;height:5.68725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ffff;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; }#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq > .row .container { border-width: 0; border-radius: 0; }#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:75rem;position:relative;display:none; }#N6eiOZRXbGTxPa29KBxVs99S9gETVyXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:29.977691650391rem;left:3.9924173355102rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChT5SwJODKfqbFRIfdmEENO70JGcaRrC { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:36.514251708984rem;left:5.8318014144897rem;height:7.648925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MF5VO9WVePwwQSlZ4b1tWs3yKyQqyRHO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:29.438171386719rem;left:39.739197731018rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dslTQAfncnKTTVK2vzrkDSnGt4SQEB3m { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:36.513671875rem;left:43.490234375rem;height:9.56115625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaGGaMEHceFkEAdgsGMuSiPurV8X1WLV { color:#f39c12;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:46.233917236328rem;left:10.240118980407rem;height:1.91223125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcCseSu1Zm8xaT75953NUDzOvZrt7vsg { color:#f39c12;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:46.2333984375rem;left:45.98828125rem;height:1.91223125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsRoCp3dEF5rrmaTtfks42GKSGr5DJdQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:31rem;top:8.875rem;left:4rem;overflow:hidden;display:block; }
#syGTJxreSAUh3b4q5hemClCcGTHz3yTX { box-sizing:content-box;height:32.1875rem;width:38.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.625rem;left:36.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#dTJ1A91aZkm0Bzh5uZI1e4tq0lmIzE9A { box-sizing:content-box;height:32.1875rem;width:38.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.625rem;left:36.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#BKrRXgzVhyGdZXRhNBKwz4b1oLsnRRxe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.404296875rem;height:3.654296875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:51rem;left:19.8125rem;display:block; }
#GTm2BCE73dq7eVrrJ5f0f6y3Wr03TpAP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#kbOmVEhBNiM35xPei7KScm3NSWgfdfmm { position:absolute;display:block;z-index:15040;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:19.4375rem;width:31.125rem;top:8.8125rem;left:39.375rem;overflow:hidden;display:block; }
#MSUo2qy82S8okgbarIVbCcR4lnZAfAVz { color:rgba(var(--color-secondary-2),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:56.4052734375rem;left:19.9521484375rem;height:4.6752875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6mEeNFdyhSGntLkI7xGGkWq9st7yOG3 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6240234375rem;width:8.6240234375rem;top:52.5625rem;left:11.2509765625rem;overflow:hidden;display:block; }
#wVm6SDFI9ThTHnfW5KS885N6vnId92SG { box-sizing:content-box;height:6.4993105rem;width:27.1243095625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.835021972656rem;left:6.0535383224488rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#ZO45uTUrdvSBB0JZZTHzh1IVtUBhIS90 { box-sizing:content-box;height:6.4993105rem;width:27.1243095625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.835021972656rem;left:41.803765296936rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ { position:relative;display:none; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ { border-width: 0; border-radius: 0; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container { background-color: transparent; background-image: none; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container > .video-iframe-container { display: none; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row > .video-iframe-container { display: none; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .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); }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container { border-width: 0; border-radius: 0; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#dphGU6Cp7GOPchL1AHWq0o3gU0ZZuNsh { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.75rem;left:13.748850822449rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#WdutSwnVUuGR8ZTvIPCDVdcZ1zT48CaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ { position:relative;display:block; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ { background-color: transparent; background-image: none; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container > .video-iframe-container { display: none; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row > .video-iframe-container { display: none; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .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); }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ { border-width: 0; border-radius: 0; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp { 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; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container { background-color: transparent; background-image: none; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container > .video-iframe-container { display: none; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row > .video-iframe-container { display: none; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .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); }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container { border-width: 0; border-radius: 0; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#WkJnT8d3T5gp8r6GvCwTWhmBUfRnydsw { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.625rem;width:63.125rem;top:4.810791015625rem;left:8.4375rem;display:block; }
#xNlglnbitRrI2RB2cOlP0JEea7LlyRD2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:9.31201171875rem;left:0.812255859375rem;overflow:hidden;display:block; }
#LUV1xd3nF3n0g3rzhble1AaUtmVeDZhD { color:rgba(var(--color-tertiary-3),1);display:block;width:46.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.842041015625rem;left:20.80810546875rem;height:15.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HkRlg09u12WfWRT4WTTJVTM57dgayOvx { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.025146484375rem;left:20.80810546875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NG4oTphgAKtfdTRnQWXz6oSKUvXnHSJx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:4.7904052734375rem;left:14.334636688233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFHvJpOTJF8yA0XE775gvZJKW2seyL2X { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.426513671875rem;left:20.80810546875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1mXaPgTwTO0FzCczlx0VzMH36IInASg { 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; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container { background-color: transparent; background-image: none; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container > .video-iframe-container { display: none; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row > .video-iframe-container { display: none; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .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); }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container { border-width: 0; border-radius: 0; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#ipTlGGFiMmipc3dKE6Kx8V8gc8FMiIN0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.625rem;width:63.125rem;top:4.810791015625rem;left:8.4375rem;display:block; }
#UOTogcf2GduaNGr3kH70GWKbBWQX0Mfv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:9.31201171875rem;left:0.812255859375rem;overflow:hidden;display:block; }
#PASKwoHLx1eJaVdauyDsR3EiTpVSlS1b { color:rgba(var(--color-tertiary-3),1);display:block;width:46.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.842041015625rem;left:20.80810546875rem;height:15.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RteOqrsaWqKOJCsCIAfiWqNCSD0OxNoh { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.025146484375rem;left:20.80810546875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KOPt6RC5JTfMHX5H6wXr833aAbgCXFD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:4.7904052734375rem;left:14.334636688233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GugXrgxLrCrLPrIUNwptxeXsb4PdNBH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.426513671875rem;left:20.80810546875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh { position:relative;display:block; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh { background-color: transparent; background-image: none; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container > .video-iframe-container { display: none; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row > .video-iframe-container { display: none; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .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); }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh { border-width: 0; border-radius: 0; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FyBX5zAv5Wd3M9nuihnIQBoLmD2qLm5M { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9990234375rem;height:3.3740234375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.40625rem;left:27rem;display:block; }
#PJnoQXGbZPa8PBOo2TQWuNe9qUrDVITJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i { 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; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container { background-color: transparent; background-image: none; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container > .video-iframe-container { display: none; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row > .video-iframe-container { display: none; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .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); }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container { border-width: 0; border-radius: 0; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#vBGt3qNPcIkTkzEdGikefGKMdT9Dn909 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.625rem;width:63.125rem;top:4.810791015625rem;left:8.4375rem;display:block; }
#kHN7qo1bw55hxKlOrycd8GPEatMiWFBL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:9.31201171875rem;left:0.812255859375rem;overflow:hidden;display:block; }
#Gog3gd9NXWl4zm7glGin8tBTxwnroSsb { color:rgba(var(--color-tertiary-3),1);display:block;width:46.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.842041015625rem;left:20.80810546875rem;height:16.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#llFkBq5oVidN1liHA0MbUzm2iV1KBGih { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.712158203125rem;left:20.80810546875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTq5rHcIP3LIlWrTpOE8uHhNoAfca2SM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:4.7904052734375rem;left:14.334636688233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5z2iCZrxf4ss1WWw4tXAVXTphPQGZit { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.426513671875rem;left:20.80810546875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f { 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; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container { background-color: transparent; background-image: none; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container > .video-iframe-container { display: none; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row > .video-iframe-container { display: none; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .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); }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container { border-width: 0; border-radius: 0; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#KmZzv2mzr9r8UBkQTnoHKcMGZhIW9I2L { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:24.1875rem;width:63.1875rem;top:4.810791015625rem;left:8.4375rem;display:block; }
#rlMNEhsbvZtS1v3Zugfe5JpzssKGLZ5s { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:9.31201171875rem;left:0.812255859375rem;overflow:hidden;display:block; }
#Vi1zTfsGpV4LacBzguQGJNISGGxh6K53 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.842041015625rem;left:20.80810546875rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fkP31X3gGsvnOHa77hV87i5TMVUzpQI7 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.277099609375rem;left:20.80810546875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RlZWgDWnuEygDxSEsOuFNSU0oszkRl8S { color:rgba(var(--color-tertiary-4),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:4.7904052734375rem;left:14.334636688233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meua5caEvTp9WlAhcLW2OTd1OMe6E9pc { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.426513671875rem;left:20.80810546875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 { position:relative;display:block; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 { background-color: transparent; background-image: none; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container > .video-iframe-container { display: none; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row > .video-iframe-container { display: none; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .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); }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 { border-width: 0; border-radius: 0; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HID6OnOiu66Pyi7ffJLAnymxVBHBnDRO { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9990234375rem;height:3.3740234375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:2.0625rem;left:27rem;display:block; }
#eAvDxCOHuLZwBkI2w7A6G9xnruXUnO7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/a822eb31-df39-4c35-89bd-aa0e484f6a6f/UF2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.adaptive-delivery-prevent-bg, #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.lazyload, #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.lazyloading { background-image: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { background-color: transparent; background-image: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .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); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { border-width: 0; border-radius: 0; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#eHTfulrBsFi5wuudeJ0DiV8soaX1crCD { 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:31.25rem;width:31.25rem;display:none; }
#gSL52W1i89soACZpcCsT2pC3L6MhNlbl { color:#fff5e5;display:block;width:36.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.041668653488rem;left:30.5625rem;height:7.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TcBc9kgT7ndy38NVLsZXxrxI92rUq3UO { display:block;width:30.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:17.185668945312rem;left:44.125366210938rem;height:27.625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#NqLXWQk41LR2MdG4maFyxuxGTlx6r00q { display:block;width:31.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.875rem;left:43.875rem;height:2.3125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#UF472skVOuaTlqTik5HqIPx882gWh3mF { display:block;width:30.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.6875rem;left:43.875rem;height:4.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQlgmPLaTEtkQ4JhObc1y3O5ygvGKiI1 { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5rem;left:7.5rem;height:2.8125rem;color:#ba8f68;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HBcaTeQ5ptWhiJaTcnDyz1hJiilxnfhW { display:block;width:38.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.3125rem;left:7.5rem;height:5.625rem;color:#ba8f68;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ntMVb4DrhiKAuTVkgwxRaSsTlgh6cXZV { 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:11.25rem;width:20.625rem;display:none; }
#prXno19Rw06QM348FIf0coQ5J9VdVOFZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { background-color: transparent; background-image: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container > .video-iframe-container { display: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row > .video-iframe-container { display: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .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); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { border-width: 0; border-radius: 0; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#RSRGoR14B9ta6Zs5GwsFRFsNcqr0SuRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:5.4375rem;height:3.875rem;font-style:normal;display:block; }
#Jkqa0sn1zp05v98hPfbRcfpsCfklPe5t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3216552734375rem;left:33.291667938233rem;overflow:hidden;display:block; }
#NhKxzMx5hP8Xsau512cftTnv3hXLkfU8 { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:60.270835876465rem;overflow:hidden;display:block; }
#xgEnKJbpVtZO7o4f96r93Hq7m5pfcIuv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.3529052734375rem;left:52.0625rem;overflow:hidden;display:block; }
#Bg6KrlU9rFzfQdi3radtT2iEUh8yJQzr { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:22.9375rem;overflow:hidden;display:block; }
#fcgBCSo2Q86VBen5FI5LKToSuTpSXnyh { 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:9.375rem;width:9.375rem;top:2.3529052734375rem;left:43.583335876465rem;overflow:hidden;display:block; }
#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:block; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container { background-color: transparent; background-image: none; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container > .video-iframe-container { display: none; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row > .video-iframe-container { display: none; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .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); }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container { border-width: 0; border-radius: 0; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#kNlOO3x3cMTTcuIMRqI8aHmUVlpldvQf { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.75rem;left:13.748850822449rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RrobXlpMniZQZoDLNadFcnf6uReuUo0V { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c4df4b0-e27c-464b-b5cc-1c217cee450b/UF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.adaptive-delivery-prevent-bg, #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.lazyload, #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.lazyloading { background-image: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { background-color: transparent; background-image: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container > .video-iframe-container { display: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row > .video-iframe-container { display: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .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); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { border-width: 0; border-radius: 0; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-number { border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.437476158142rem;left:24.495312690735rem;z-index:15059; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #F1p5hyt9ao1s6QusF5PEO1HJWD6TAPuy { display:flex;position:relative;top:0rem;left:0rem; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #kCV8JIiaDG2SGSVXHQunTS5KXzWSRaFc { width:auto; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #EtBkUunaPy1T1BNAZwkBC5fdCckHwXEs {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #I3Tk7iu3hNAPU3z67V7f4GqTRPvTMPNN { display:flex;position:relative;top:0rem;left:0rem; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #C9nTE3aMvW1eBQb1xPVAzXi844NpASBE {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #tGSMkIN61B3z4TCHZMd0BAirETwCTpvR {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WZ9vCah2rvhHolI3aSi8HC19ceBBLa4R { display:flex;position:relative;top:0rem;left:0rem; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #ZX7ZLWo0UqmGQHRVsduavRibAvlfP5Rm {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #HrUTFMRo5LoF8BuhLN040oBM65H9oyOg {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #fUBJTqyCvIstTnqIGrUTJ6Cc7aOqsL2v { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #O4J8I8Z5642I99vOqN5NmBHT6iq7pWev {  }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WyqEOhemwTkuKO2f7glD2JMalAn6lx2g {  }
#aXUfkErFu2rHPmnA8wXLLfA5O2lEs3x0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.083312988281rem;left:27.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#L025T3S7J6xuQ7ihN2yUNWuZX6aDcOno { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1d2b3;border-left:0.125rem solid #e1d2b3;border-right:0.125rem solid #e1d2b3;border-bottom:0.125rem solid #e1d2b3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.822375rem;height:3.0723875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.175659179688rem;left:24.032592773438rem;display:block; }
#Ug2r7hMktcI9mSeOuNCCVDb4cLLNgVBy { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/4ec53cf3-fff5-48f9-ba46-afac57dd7187/_Zdjciegwnenastronzapisucz22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.adaptive-delivery-prevent-bg, #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.lazyload, #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.lazyloading { background-image: none; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO > .row .container { border-width: 0; border-radius: 0; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO > .row .container { font-size:0.875rem;font-family:"open sans";height:51.375rem;width:75rem;overflow:visible;position:relative;display:none; }#z2hmIUmqlcN3sAirkMGK2UE1omC7XEZc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5622673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:18.427795410156rem;left:35.43772983551rem;height:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qrtl3S5fThDFNUJ0lWTVfMTCwbGDbrTs { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38.8125rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qd6WhFVdtTFzT08L3TccfTGzDnNwVify { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.875rem;left:48.4375rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DZQbNeuWbmmUZxQORlHT0CcMTymCkVRw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1865806875rem;width:8.4375rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.875rem;left:51rem;overflow:hidden;display:block; }
#HIcrtPIqLuFhurXohIxkDMT6KG5RwyUT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.2113956875rem;height:3.461396875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:40.841674804688rem;left:36.611901283264rem;display:block; }
#dlRSgBNHm3zIMiqd0IqbtbuR31IpR8x1 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#In8vcaaGWHsyF5pfEPufbgSrMPvhNS2s { color:#f1a41f;display:block;width:26.5590534375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.526184082031rem;left:41.938187599182rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZK660PbsVAighlapqREW8bTplKdChqA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.560891151428rem;left:37.778031349182rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gp1b2thvzr1n8hHOQCdvUFXbexXcDMMR { 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:11.25rem;width:20.625rem;display:none; }
#Hxv2XGQILUTpvMndAJFLAJyV7ammUvDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.560891151428rem;left:37.778031349182rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container { background-color: transparent; background-image: none; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container > .video-iframe-container { display: none; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row > .video-iframe-container { display: none; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .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); }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container { border-width: 0; border-radius: 0; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#yiUb9HuyVqHzN6qBru4NFMDrb5SDMx4U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#FtwblIBK2TAXgImVzoZRuCOsf1vlsPO2 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb { background-color:#41bdc8;background-image:url("https://images.assets-landingi.com/uc/e9a46c8e-c04b-4462-9f1d-0e54997bd678/WebinarWoF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.adaptive-delivery-prevent-bg, #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.lazyload, #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb.lazyloading { background-image: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { background-color: transparent; background-image: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .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); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7LCsA3bUAS0uGHJoQcFh1bSQ8n6X2eR { top:6.0625rem;left:24.0625rem;width:21.87375rem;height:2.33333325rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqzMEgmvrngEelS29MWWZUJR3qBJugDl { top:29.228759765625rem;left:4.301513671875rem;width:40.18725rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJug8TkoF4Q2TXSMcVpJvfW0sBMo7UKa { width:14.375rem;height:2.8125rem;top:21.6875rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVt5GSPr1veDrZZ4OHBE60TSNMSDm449 { display:block; }
 }@media only screen and (max-width: 763px) { #TUBonDVi8ME7aGF3p4AMwor0Kdlm80mT { top:13.3125rem;left:25.375rem;width:19.1865rem;height:4rem;font-size:1.5625rem;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yfTH1LBTNnNXTbgz8HAcys23TL8lpvKz { width:5.5625rem;height:6.0625rem;top:0.8125rem;left:33.15234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2u9x0Td4iNtoZZ1NLFallTUSVbp2qf3 { width:40.625rem;height:8.25rem;top:35.4375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9LZidFEoSDG9qblvudQNRKzGz7DWzXe { width:22.5rem;height:4rem;top:37.5625rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFlTnC63TOlEX5eETmnptlske9Oz2mz { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv { display:block; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK { display:none; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #md4g9p7e4P8yVhRXrsrhX02uKA67IZMC { width:47.75rem;height:26.79557225rem;top:2.9244804382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLWgQradWeMhhSaAyLUaDhUgZb2J56d { display:block; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKC3Jr5DUETAilG4h1AVNzEmTQVcWHNA { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpcaSMTUlISmfQuxfh3AxErylBp4egoD { width:22.5rem;height:4rem;top:36.66276550293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax { display:block; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6BBOCMeEOVH1Z9sbWS7t3S2F4bVoMGI { width:40.625rem;height:37.0625rem;top:7.2278747558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lul4dmltRFThEmL4C3KzLtU8zpPBST { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riElHqyN2BzvevbEcHxBp6VfNlkp6TA5 { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAh6aezlpZuJlztMxvDghreOAMQBb24W { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7SkHb8ky4hIDPd2DX8pli1UHT3mnmgZ { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQP0XxU5GhDkDn4PPb5JRiXmI1DgngqR { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww73xZF6hT0hStZ98D0vxJPoe7MuewD7 { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX37Fpx3QTkTTWqh0UhBcronU11LBKh { width:1.875rem;height:1.875rem;top:20.75rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqOP4t4lgC1oZU6PXPPhvQfg8E8iZ9mE { width:15.4375rem;height:1.333333375rem;top:21.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhxNFT30Hkyho2JFyiofCUX1vnb7uh2 { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTg9vOlAitwnxAgVN8iomze2yJILvPX { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbry2nH9Bz0R3PT5DpJUKFpmR4wlH4RU { display:block; }
 }@media only screen and (max-width: 763px) { #W62ON0TJ637f7697bECvPQvBuliA8sxF { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgAHk258HgRW7NJQotqZF7qzAnSU7vCQ { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgKgCqFpJJIL3HXyThtGP39Zn7an6tMA { width:17.0625rem;height:10.625rem;top:20.083343505859rem;left:26.244792938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhpLSnegmuw8EkwmTvPhFJ1Iu3POFtU { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jy9aIaTs7VwKD6ZOQaBXWUxmBkqS8Ff3 { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auU5RKBiEOlmTx20LVIAHxT4Sp4q4s4Z { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltxoO69aF7b3R5coR1Q8rKfBRxrDttI4 { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wxagJSuuikLAHqNM08FA5kzUI8xpgf { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX { background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/6137f5cb-ef33-462d-8af0-0875612c039e/14.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.adaptive-delivery-prevent-bg, #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.lazyload, #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX.lazyloading { background-image: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { background-color: transparent; background-image: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .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); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { width:47.75rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaFazZJklaibrf21ngp96LHPOhKkTNEZ { width:26.1875rem;height:20rem;top:5.4362030029297rem;left:19.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGQ6tEu3Na2KZTMsNdmHkPqrCTCq9Up { width:43.4375rem;height:18.749999284744rem;top:1.875rem;left:2.15625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThE0XLixpQ7yEaafP4d5XF6pByXmUfQi { width:25.625rem;height:2rem;top:2.5182342529297rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNX13AlUqb5f3T0JSzILAaJtQTsW6iSZ { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7GHphUyT3eL7aUaslFiq9zwUOSJ2cCt { width:22.5rem;height:2.83333325rem;top:30.05859375rem;left:19.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcea2TvJ5cdm3T3ZfiLtxnE0TUEodtp4 { width:14.375rem;height:2.8125rem;top:21.6875rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGUSOWbPsm8ZAOKM0qRgeDq4DLkFpR2h { display:block; }
 }@media only screen and (max-width: 763px) { #rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi { display:none; }#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xXMGT4nOTJHCH77TEGwUSAQu7bCnNOsf { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M74ArGartuXkxxFBN65rwiQT1kqALPpT { width:22.5rem;height:4rem;top:36.66276550293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATiisuWXEwhST8mtlRANiAuTg8HUMFcq { display:none; }#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6eiOZRXbGTxPa29KBxVs99S9gETVyXJ { top:2.7278747558594rem;left:22.75rem;width:25rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5SwJODKfqbFRIfdmEENO70JGcaRrC { top:7.5091247558594rem;left:22.75rem;width:25rem;height:3.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF5VO9WVePwwQSlZ4b1tWs3yKyQqyRHO { top:21.09375rem;left:22.75rem;width:25rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dslTQAfncnKTTVK2vzrkDSnGt4SQEB3m { top:26.134124755859rem;left:22.75rem;width:25rem;height:7rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaGGaMEHceFkEAdgsGMuSiPurV8X1WLV { top:12.458435058594rem;left:22.75rem;width:25rem;height:2.08333325rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCseSu1Zm8xaT75953NUDzOvZrt7vsg { top:33.653656005859rem;left:22.75rem;width:25rem;height:2.08333325rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsRoCp3dEF5rrmaTtfks42GKSGr5DJdQ { width:18.75rem;height:11.6875rem;top:2.7278747558594rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syGTJxreSAUh3b4q5hemClCcGTHz3yTX { width:38.75rem;height:32.1875rem;top:5.625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTJ1A91aZkm0Bzh5uZI1e4tq0lmIzE9A { width:38.75rem;height:32.1875rem;top:5.625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKrRXgzVhyGdZXRhNBKwz4b1oLsnRRxe { width:18.46484375rem;height:2.90625rem;top:38.6796875rem;left:14.641927719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTm2BCE73dq7eVrrJ5f0f6y3Wr03TpAP { display:block; }
 }@media only screen and (max-width: 763px) { #kbOmVEhBNiM35xPei7KScm3NSWgfdfmm { width:18.625rem;height:11.625rem;top:21.09375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSUo2qy82S8okgbarIVbCcR4lnZAfAVz { top:2.7278747558594rem;left:22.75rem;width:25rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6mEeNFdyhSGntLkI7xGGkWq9st7yOG3 { width:8.5625rem;height:8.5625rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVm6SDFI9ThTHnfW5KS885N6vnId92SG { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO45uTUrdvSBB0JZZTHzh1IVtUBhIS90 { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ { display:none; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDQwh3TxtPrrIBnStBcTduaQKRH49QHs { display:block; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dphGU6Cp7GOPchL1AHWq0o3gU0ZZuNsh { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdutSwnVUuGR8ZTvIPCDVdcZ1zT48CaQ { width:22.5rem;height:4rem;top:36.66276550293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ { display:block; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp { display:block; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkJnT8d3T5gp8r6GvCwTWhmBUfRnydsw { width:38.6875rem;height:23.875rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #xNlglnbitRrI2RB2cOlP0JEea7LlyRD2 { width:9.375rem;height:9.375rem;top:7.5rem;left:1.9895834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUV1xd3nF3n0g3rzhble1AaUtmVeDZhD { width:30.9375rem;height:12.00000025rem;top:3.9583740234375rem;left:13.782552719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkRlg09u12WfWRT4WTTJVTM57dgayOvx { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG4oTphgAKtfdTRnQWXz6oSKUvXnHSJx { width:6.1875rem;height:1.25rem;top:1.25rem;left:7.6783857345581rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #JFHvJpOTJF8yA0XE775gvZJKW2seyL2X { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mXaPgTwTO0FzCczlx0VzMH36IInASg { display:block; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipTlGGFiMmipc3dKE6Kx8V8gc8FMiIN0 { width:38.6875rem;height:23.875rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #UOTogcf2GduaNGr3kH70GWKbBWQX0Mfv { width:9.375rem;height:9.375rem;top:7.5rem;left:1.9895834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #PASKwoHLx1eJaVdauyDsR3EiTpVSlS1b { width:30.9375rem;height:12.00000025rem;top:3.9583740234375rem;left:13.782552719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RteOqrsaWqKOJCsCIAfiWqNCSD0OxNoh { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOPt6RC5JTfMHX5H6wXr833aAbgCXFD1 { width:6.1875rem;height:1.25rem;top:1.25rem;left:7.6783857345581rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #GugXrgxLrCrLPrIUNwptxeXsb4PdNBH5 { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh { display:block; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyBX5zAv5Wd3M9nuihnIQBoLmD2qLm5M { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJnoQXGbZPa8PBOo2TQWuNe9qUrDVITJ { display:block; }
 }@media only screen and (max-width: 763px) { #egqiPlTwwOERmyt0lb4M8DKCN6mARF1i { display:block; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBGt3qNPcIkTkzEdGikefGKMdT9Dn909 { width:38.6875rem;height:23.875rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #kHN7qo1bw55hxKlOrycd8GPEatMiWFBL { width:9.375rem;height:9.375rem;top:7.5rem;left:1.9895834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gog3gd9NXWl4zm7glGin8tBTxwnroSsb { width:30.9375rem;height:12.00000025rem;top:3.9583740234375rem;left:13.782552719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFkBq5oVidN1liHA0MbUzm2iV1KBGih { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTq5rHcIP3LIlWrTpOE8uHhNoAfca2SM { width:6.1875rem;height:1.25rem;top:1.25rem;left:7.6783857345581rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #t5z2iCZrxf4ss1WWw4tXAVXTphPQGZit { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agPZi3g9sOkyDmNLQsakLMcfwlivJk7f { display:block; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmZzv2mzr9r8UBkQTnoHKcMGZhIW9I2L { width:38.6875rem;height:23.875rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #rlMNEhsbvZtS1v3Zugfe5JpzssKGLZ5s { width:9.375rem;height:9.375rem;top:7.5rem;left:1.9895834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1zTfsGpV4LacBzguQGJNISGGxh6K53 { width:30.9375rem;height:12.00000025rem;top:3.9583740234375rem;left:13.782552719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkP31X3gGsvnOHa77hV87i5TMVUzpQI7 { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZWgDWnuEygDxSEsOuFNSU0oszkRl8S { width:6.1875rem;height:1.25rem;top:1.25rem;left:7.6783857345581rem;font-size:6.25rem;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #meua5caEvTp9WlAhcLW2OTd1OMe6E9pc { width:24.4973965rem;height:2.66666675rem;top:18.226623535156rem;left:13.740885734558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 { display:block; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HID6OnOiu66Pyi7ffJLAnymxVBHBnDRO { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvDxCOHuLZwBkI2w7A6G9xnruXUnO7x { display:block; }
 }@media only screen and (max-width: 763px) { #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu { background-color:#82695c;background-image:url("https://images.assets-landingi.com/uc/71e19f55-9990-459c-b794-e3286893c372/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.adaptive-delivery-prevent-bg, #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.lazyload, #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu.lazyloading { background-image: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { background-color: transparent; background-image: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .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); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { width:47.75rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHTfulrBsFi5wuudeJ0DiV8soaX1crCD { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSL52W1i89soACZpcCsT2pC3L6MhNlbl { width:27.25rem;height:0;top:20.13671875rem;left:20.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcBc9kgT7ndy38NVLsZXxrxI92rUq3UO { width:38.875rem;height:22.75rem;top:25.22265625rem;left:4.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqLXWQk41LR2MdG4maFyxuxGTlx6r00q { width:25.749rem;height:0;top:4.968017578125rem;left:1.749755859375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF472skVOuaTlqTik5HqIPx882gWh3mF { width:25.749rem;height:0;top:8.8740234375rem;left:1.749755859375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQlgmPLaTEtkQ4JhObc1y3O5ygvGKiI1 { width:18.9375rem;height:4.5rem;top:4.375rem;left:28.8125rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15012;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HBcaTeQ5ptWhiJaTcnDyz1hJiilxnfhW { width:18.9375rem;height:9.333333rem;top:10.375rem;left:28.8125rem;text-align:left;text-align-last:left;font-size:1.5625rem;z-index:15011;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ntMVb4DrhiKAuTVkgwxRaSsTlgh6cXZV { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #prXno19Rw06QM348FIf0coQ5J9VdVOFZ { display:block; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSRGoR14B9ta6Zs5GwsFRFsNcqr0SuRJ { width:17.5rem;height:2.41666675rem;top:2.2708435058594rem;left:15.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jkqa0sn1zp05v98hPfbRcfpsCfklPe5t { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKxzMx5hP8Xsau512cftTnv3hXLkfU8 { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgEnKJbpVtZO7o4f96r93Hq7m5pfcIuv { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6KrlU9rFzfQdi3radtT2iEUh8yJQzr { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgBCSo2Q86VBen5FI5LKToSuTpSXnyh { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e { display:block; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNlOO3x3cMTTcuIMRqI8aHmUVlpldvQf { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrobXlpMniZQZoDLNadFcnf6uReuUo0V { width:22.5rem;height:4rem;top:36.66276550293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI { display:block; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u { width:20.9375rem;height:8.2925rem;display:flex;top:10.790374755859rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #F1p5hyt9ao1s6QusF5PEO1HJWD6TAPuy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #kCV8JIiaDG2SGSVXHQunTS5KXzWSRaFc {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #EtBkUunaPy1T1BNAZwkBC5fdCckHwXEs {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #I3Tk7iu3hNAPU3z67V7f4GqTRPvTMPNN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #C9nTE3aMvW1eBQb1xPVAzXi844NpASBE {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #tGSMkIN61B3z4TCHZMd0BAirETwCTpvR {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WZ9vCah2rvhHolI3aSi8HC19ceBBLa4R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #ZX7ZLWo0UqmGQHRVsduavRibAvlfP5Rm {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #HrUTFMRo5LoF8BuhLN040oBM65H9oyOg {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #fUBJTqyCvIstTnqIGrUTJ6Cc7aOqsL2v { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #O4J8I8Z5642I99vOqN5NmBHT6iq7pWev {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WyqEOhemwTkuKO2f7glD2JMalAn6lx2g {  }
 }@media only screen and (max-width: 763px) { #aXUfkErFu2rHPmnA8wXLLfA5O2lEs3x0 { width:19.9375rem;height:2.41666675rem;top:7.3333435058594rem;left:13.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L025T3S7J6xuQ7ihN2yUNWuZX6aDcOno { width:14.375rem;height:2.8125rem;top:21.6875rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug2r7hMktcI9mSeOuNCCVDb4cLLNgVBy { display:block; }
 }@media only screen and (max-width: 763px) { #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO { background-color:#41bdc8;background-image:url("https://images.assets-landingi.com/uc/e9a46c8e-c04b-4462-9f1d-0e54997bd678/WebinarWoF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.adaptive-delivery-prevent-bg, #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.lazyload, #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO.lazyloading { background-image: none; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2hmIUmqlcN3sAirkMGK2UE1omC7XEZc { top:6.0625rem;left:24.0625rem;width:21.87375rem;height:2.33333325rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrtl3S5fThDFNUJ0lWTVfMTCwbGDbrTs { top:29.228759765625rem;left:4.301513671875rem;width:40.18725rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qd6WhFVdtTFzT08L3TccfTGzDnNwVify { top:13.3125rem;left:25.375rem;width:19.1865rem;height:4rem;font-size:1.5625rem;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DZQbNeuWbmmUZxQORlHT0CcMTymCkVRw { width:5.5625rem;height:6.0625rem;top:0.8125rem;left:33.15234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIcrtPIqLuFhurXohIxkDMT6KG5RwyUT { width:18.46484375rem;height:2.90625rem;top:38.6796875rem;left:14.641927719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlRSgBNHm3zIMiqd0IqbtbuR31IpR8x1 { display:block; }
 }@media only screen and (max-width: 763px) { #In8vcaaGWHsyF5pfEPufbgSrMPvhNS2s { top:19.375rem;left:28.4375rem;width:13.062rem;height:1.583333375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZK660PbsVAighlapqREW8bTplKdChqA { top:29.228759765625rem;left:4.301513671875rem;width:40.18725rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gp1b2thvzr1n8hHOQCdvUFXbexXcDMMR { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hxv2XGQILUTpvMndAJFLAJyV7ammUvDJ { top:29.228759765625rem;left:4.301513671875rem;width:40.18725rem;height:0;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi { display:block; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiUb9HuyVqHzN6qBru4NFMDrb5SDMx4U { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwblIBK2TAXgImVzoZRuCOsf1vlsPO2 { width:1.125rem;height:1.583333375rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb { background-color:#079580;background-image:none;display:block; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { background-color: transparent; background-image: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row > .video-iframe-container { display: none; }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .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); }#bq1TUA6yIdcSdnqWdqXbPVc28qzzbEtb > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7LCsA3bUAS0uGHJoQcFh1bSQ8n6X2eR { width:19.998046875rem;height:5.5rem;top:8.853515625rem;left:0rem;font-size:2rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #xqzMEgmvrngEelS29MWWZUJR3qBJugDl { width:13.6865234375rem;height:3.25rem;top:5.041015625rem;left:3.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJug8TkoF4Q2TXSMcVpJvfW0sBMo7UKa { width:16.59375rem;height:2.84375rem;top:34.9248046875rem;left:1.703125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #vVt5GSPr1veDrZZ4OHBE60TSNMSDm449 { display:block; }
 }@media only screen and (max-width: 763px) { #TUBonDVi8ME7aGF3p4AMwor0Kdlm80mT { width:20rem;height:auto;top:52.0625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfTH1LBTNnNXTbgz8HAcys23TL8lpvKz { width:3.8115234375rem;height:4.1865234375rem;top:0rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2u9x0Td4iNtoZZ1NLFallTUSVbp2qf3 { width:20rem;height:6.25rem;top:27.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9LZidFEoSDG9qblvudQNRKzGz7DWzXe { width:20rem;height:3.5rem;top:28.6123046875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hNFlTnC63TOlEX5eETmnptlske9Oz2mz { top:14.451904296875rem;left:0rem;width:20rem;height:10.874625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv { display:block; }#TWGr1JpgW1tNpykzD4UeEfRTvgLUaWAv > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK { display:none; }#xSiuZpyMIU9IGcvXW6LziPEvJWz0xNaK > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #md4g9p7e4P8yVhRXrsrhX02uKA67IZMC { height:11.2225625rem;width:20rem;top:1.263427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLWgQradWeMhhSaAyLUaDhUgZb2J56d { display:block; }#LTLWgQradWeMhhSaAyLUaDhUgZb2J56d > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKC3Jr5DUETAilG4h1AVNzEmTQVcWHNA { width:20rem;height:4.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpcaSMTUlISmfQuxfh3AxErylBp4egoD { width:20rem;height:1.75rem;top:2.413818359375rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax { background-color:#defeff;background-image:none;display:block; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { background-color: transparent; background-image: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container > .video-iframe-container { display: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row > .video-iframe-container { display: none; }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .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); }#ugnpiKaOEr96JHKvM3cpsiFmoc3T2iax > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6BBOCMeEOVH1Z9sbWS7t3S2F4bVoMGI { width:18.75rem;height:45.4375rem;top:1.3671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lul4dmltRFThEmL4C3KzLtU8zpPBST { width:17.5rem;height:8.375rem;top:1.988525390625rem;left:1.248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riElHqyN2BzvevbEcHxBp6VfNlkp6TA5 { width:20rem;height:1.6875rem;top:27.9345703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAh6aezlpZuJlztMxvDghreOAMQBb24W { width:20rem;height:2.4375rem;top:29.639892578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7SkHb8ky4hIDPd2DX8pli1UHT3mnmgZ { width:16.9375rem;height:2.5rem;top:42.303466796875rem;left:1.6251220703125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iQP0XxU5GhDkDn4PPb5JRiXmI1DgngqR { display:flex;width:1.875rem;height:1.875rem;top:56.1875rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ww73xZF6hT0hStZ98D0vxJPoe7MuewD7 { width:15.248046875rem;height:5rem;top:54.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX37Fpx3QTkTTWqh0UhBcronU11LBKh { display:flex;width:1.5625rem;height:1.5625rem;top:48.8125rem;left:0.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gqOP4t4lgC1oZU6PXPPhvQfg8E8iZ9mE { width:16.125rem;height:5rem;top:48.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhxNFT30Hkyho2JFyiofCUX1vnb7uh2 { width:20rem;height:3.75rem;top:5.4825439453125rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHTg9vOlAitwnxAgVN8iomze2yJILvPX { width:16.875rem;height:3.125rem;top:38.013916015625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbry2nH9Bz0R3PT5DpJUKFpmR4wlH4RU { display:block; }
 }@media only screen and (max-width: 763px) { #W62ON0TJ637f7697bECvPQvBuliA8sxF { width:13.186625rem;height:2.875rem;top:11.531372070312rem;left:3.4063720703125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dgAHk258HgRW7NJQotqZF7qzAnSU7vCQ { width:20rem;height:1.4375rem;top:3.1571807861328rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FgKgCqFpJJIL3HXyThtGP39Zn7an6tMA { width:17.062375rem;height:10.625rem;top:15.491333007812rem;left:1.468505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhpLSnegmuw8EkwmTvPhFJ1Iu3POFtU { display:flex;width:1.875rem;height:1.875rem;top:77.373046875rem;left:1.248046875rem;font-size:1.3125rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #Jy9aIaTs7VwKD6ZOQaBXWUxmBkqS8Ff3 { width:20rem;height:2.4375rem;top:35.577392578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auU5RKBiEOlmTx20LVIAHxT4Sp4q4s4Z { width:20rem;height:1.6875rem;top:33.8720703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltxoO69aF7b3R5coR1Q8rKfBRxrDttI4 { display:flex;width:2.1875rem;height:2.1875rem;top:61.25rem;left:0.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #l6wxagJSuuikLAHqNM08FA5kzUI8xpgf { width:16.062rem;height:3.75rem;top:61.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX { background-color:#079580;background-image:none;display:block; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { background-color: transparent; background-image: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row > .video-iframe-container { display: none; }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .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); }#RZCGbJumZBswd8LDTJvhOl6u7SJPkBEX > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaFazZJklaibrf21ngp96LHPOhKkTNEZ { width:17.7493095625rem;height:18.75rem;top:17.49885559082rem;left:1.1236212253571rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGQ6tEu3Na2KZTMsNdmHkPqrCTCq9Up { width:20rem;height:0;top:23.512500762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #ThE0XLixpQ7yEaafP4d5XF6pByXmUfQi { width:18.75rem;height:3.5rem;top:13.249084472656rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wNX13AlUqb5f3T0JSzILAaJtQTsW6iSZ { top:1.3099060058594rem;left:0rem;width:20rem;height:10.875rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GHphUyT3eL7aUaslFiq9zwUOSJ2cCt { width:17.9365806875rem;height:1.75rem;top:37.956115722656rem;left:1.0317095518112rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcea2TvJ5cdm3T3ZfiLtxnE0TUEodtp4 { width:16.77941175rem;height:3.02941175rem;top:41.129364013672rem;left:1.561350941658rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #gGUSOWbPsm8ZAOKM0qRgeDq4DLkFpR2h { display:block; }
 }@media only screen and (max-width: 763px) { #rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi { display:none; }#rTvEslqxTmWOxX8HxvyHUTdxmGKmPqVi > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xXMGT4nOTJHCH77TEGwUSAQu7bCnNOsf { width:20rem;height:5.9995403125rem;top:1.2752685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M74ArGartuXkxxFBN65rwiQT1kqALPpT { width:20rem;height:3.5rem;top:2.4781646728516rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ATiisuWXEwhST8mtlRANiAuTg8HUMFcq { display:none; }#ATiisuWXEwhST8mtlRANiAuTg8HUMFcq > .row .container { width:20rem;height:78.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6eiOZRXbGTxPa29KBxVs99S9gETVyXJ { width:17.0622691875rem;height:3.5rem;top:3.1622314453125rem;left:1.4682904481888rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ChT5SwJODKfqbFRIfdmEENO70JGcaRrC { width:17.1875rem;height:6.25rem;top:19.3125rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MF5VO9WVePwwQSlZ4b1tWs3yKyQqyRHO { width:16.435546875rem;height:4.25rem;top:35.7294921875rem;left:1.4677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dslTQAfncnKTTVK2vzrkDSnGt4SQEB3m { width:18.125rem;height:10.9375rem;top:53.7919921875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaGGaMEHceFkEAdgsGMuSiPurV8X1WLV { width:18.75rem;height:1.875rem;top:26.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCseSu1Zm8xaT75953NUDzOvZrt7vsg { width:18.75rem;height:1.875rem;top:66.4794921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsRoCp3dEF5rrmaTtfks42GKSGr5DJdQ { width:13.75rem;height:8.5rem;top:9.4313049316406rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #syGTJxreSAUh3b4q5hemClCcGTHz3yTX { width:18.75rem;height:29.75rem;top:1.3046875rem;left:0.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dTJ1A91aZkm0Bzh5uZI1e4tq0lmIzE9A { width:18.75rem;height:43.625rem;top:32.9375rem;left:0.625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #BKrRXgzVhyGdZXRhNBKwz4b1oLsnRRxe { width:16.779296875rem;height:3.029296875rem;top:69.3125rem;left:1.404296875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #GTm2BCE73dq7eVrrJ5f0f6y3Wr03TpAP { display:block; }
 }@media only screen and (max-width: 763px) { #kbOmVEhBNiM35xPei7KScm3NSWgfdfmm { width:13.75rem;height:8.5615234375rem;top:43.3154296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSUo2qy82S8okgbarIVbCcR4lnZAfAVz { width:13.4990234375rem;height:4.3125rem;top:73.2021484375rem;left:3.25rem;font-size:1.0625rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O6mEeNFdyhSGntLkI7xGGkWq9st7yOG3 { width:5.3125rem;height:5.3125rem;top:56.341903686524rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVm6SDFI9ThTHnfW5KS885N6vnId92SG { width:17.5rem;height:6.4372701875rem;top:1.8451232910156rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO45uTUrdvSBB0JZZTHzh1IVtUBhIS90 { width:17.5rem;height:6.4365234375rem;top:34.63671875rem;left:1.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ { background-color:#41bdc8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row .container { border-width: 0; border-radius: 0; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tqs1sodnnASpxKB5D15CPIXJ8OwJNgqZ > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDQwh3TxtPrrIBnStBcTduaQKRH49QHs { display:block; }#pDQwh3TxtPrrIBnStBcTduaQKRH49QHs > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dphGU6Cp7GOPchL1AHWq0o3gU0ZZuNsh { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdutSwnVUuGR8ZTvIPCDVdcZ1zT48CaQ { width:18.8745rem;height:5.25rem;top:2.5933837890625rem;left:0.5615234375rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ { display:block; }#DAkSyQV6rSon6eSuicC2y9aUCqCTJTGQ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp { display:block; }#TUTPFgmtnKUhvpGe4aFg4FdvHV9AVWGp > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkJnT8d3T5gp8r6GvCwTWhmBUfRnydsw { width:19.5625rem;height:49.5625rem;top:6.2408447265625rem;left:0rem;border-top:0.125rem solid #079580;border-left:0.125rem solid #079580;border-right:0.125rem solid #079580;border-bottom:0.125rem solid #079580;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xNlglnbitRrI2RB2cOlP0JEea7LlyRD2 { width:9.375rem;height:9.375rem;top:1.5618896484375rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LUV1xd3nF3n0g3rzhble1AaUtmVeDZhD { width:18.12375rem;height:32.8125rem;top:16.911010742188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HkRlg09u12WfWRT4WTTJVTM57dgayOvx { width:18.1213125rem;height:2.75rem;top:50.377197265625rem;left:0.938720703125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG4oTphgAKtfdTRnQWXz6oSKUvXnHSJx { width:6.1875rem;height:auto;top:4.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFHvJpOTJF8yA0XE775gvZJKW2seyL2X { width:18.2495rem;height:2.75rem;top:12.197875976562rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mXaPgTwTO0FzCczlx0VzMH36IInASg { display:block; }#v1mXaPgTwTO0FzCczlx0VzMH36IInASg > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipTlGGFiMmipc3dKE6Kx8V8gc8FMiIN0 { width:19.5625rem;height:49.5625rem;top:6.2408447265625rem;left:0rem;border-top:0.125rem solid #079580;border-left:0.125rem solid #079580;border-right:0.125rem solid #079580;border-bottom:0.125rem solid #079580;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UOTogcf2GduaNGr3kH70GWKbBWQX0Mfv { width:9.375rem;height:9.375rem;top:1.5618896484375rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PASKwoHLx1eJaVdauyDsR3EiTpVSlS1b { width:18.12375rem;height:32.8125rem;top:16.911010742188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RteOqrsaWqKOJCsCIAfiWqNCSD0OxNoh { width:18.1213125rem;height:4.125rem;top:50.377197265625rem;left:0.938720703125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOPt6RC5JTfMHX5H6wXr833aAbgCXFD1 { width:6.1875rem;height:auto;top:4.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GugXrgxLrCrLPrIUNwptxeXsb4PdNBH5 { width:18.2495rem;height:2.75rem;top:12.197875976562rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh { display:block; }#eOlA82WFv9PGPMiDSNe1H1KJtf35DeGh > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyBX5zAv5Wd3M9nuihnIQBoLmD2qLm5M { width:19rem;height:3.3125rem;top:0.96875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJnoQXGbZPa8PBOo2TQWuNe9qUrDVITJ { display:block; }
 }@media only screen and (max-width: 763px) { #egqiPlTwwOERmyt0lb4M8DKCN6mARF1i { display:block; }#egqiPlTwwOERmyt0lb4M8DKCN6mARF1i > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBGt3qNPcIkTkzEdGikefGKMdT9Dn909 { width:19.75rem;height:53.9375rem;top:6.2408447265625rem;left:0rem;border-top:0.125rem solid #079580;border-left:0.125rem solid #079580;border-right:0.125rem solid #079580;border-bottom:0.125rem solid #079580;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kHN7qo1bw55hxKlOrycd8GPEatMiWFBL { width:9.375rem;height:9.375rem;top:1.5618896484375rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Gog3gd9NXWl4zm7glGin8tBTxwnroSsb { width:18.12375rem;height:37.5rem;top:16.911010742188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #llFkBq5oVidN1liHA0MbUzm2iV1KBGih { width:18.12075rem;height:2.75rem;top:55.156860351562rem;left:0.9393310546875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTq5rHcIP3LIlWrTpOE8uHhNoAfca2SM { width:6.1875rem;height:auto;top:4.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5z2iCZrxf4ss1WWw4tXAVXTphPQGZit { width:18.2495rem;height:2.75rem;top:12.197875976562rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agPZi3g9sOkyDmNLQsakLMcfwlivJk7f { display:block; }#agPZi3g9sOkyDmNLQsakLMcfwlivJk7f > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmZzv2mzr9r8UBkQTnoHKcMGZhIW9I2L { width:19.625rem;height:36.25rem;top:6.2408447265625rem;left:0rem;border-top:0.125rem solid #079580;border-left:0.125rem solid #079580;border-right:0.125rem solid #079580;border-bottom:0.125rem solid #079580;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rlMNEhsbvZtS1v3Zugfe5JpzssKGLZ5s { width:9.375rem;height:9.375rem;top:1.5618896484375rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1zTfsGpV4LacBzguQGJNISGGxh6K53 { width:18.12375rem;height:18.75rem;top:16.911010742188rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fkP31X3gGsvnOHa77hV87i5TMVUzpQI7 { width:18.12075rem;height:4.125rem;top:36.034545898438rem;left:0.9393310546875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZWgDWnuEygDxSEsOuFNSU0oszkRl8S { width:6.1875rem;height:auto;top:4.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #meua5caEvTp9WlAhcLW2OTd1OMe6E9pc { width:18.2495rem;height:2.75rem;top:12.197875976562rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 { display:block; }#CZWwWkpWa1KXV0nbT1zZHycoL20ntLf6 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HID6OnOiu66Pyi7ffJLAnymxVBHBnDRO { width:19rem;height:3.3125rem;top:0.96875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvDxCOHuLZwBkI2w7A6G9xnruXUnO7x { display:block; }
 }@media only screen and (max-width: 763px) { #aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu { background-color:#079580;background-image:none;display:block; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { background-color: transparent; background-image: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row > .video-iframe-container { display: none; }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .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); }#aN6EDT46vvO0D5Be9aD5TpXl6Thvsqyu > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHTfulrBsFi5wuudeJ0DiV8soaX1crCD { top:0rem;left:0.6240234375rem;width:18.75rem;height:18.75rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gSL52W1i89soACZpcCsT2pC3L6MhNlbl { width:18.125rem;height:0;top:43.75rem;left:0.90625rem;font-size:1.125rem;color:#47545a;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TcBc9kgT7ndy38NVLsZXxrxI92rUq3UO { width:18.125rem;height:35.9375rem;top:20.497436523438rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NqLXWQk41LR2MdG4maFyxuxGTlx6r00q { width:19.25rem;height:1.6875rem;top:13.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF472skVOuaTlqTik5HqIPx882gWh3mF { width:18.374625rem;height:3.375rem;top:15.43701171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlgmPLaTEtkQ4JhObc1y3O5ygvGKiI1 { width:20rem;height:0;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBcaTeQ5ptWhiJaTcnDyz1hJiilxnfhW { width:20rem;height:0;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntMVb4DrhiKAuTVkgwxRaSsTlgh6cXZV { top:1.3775329589844rem;left:0rem;width:20rem;height:10.875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #prXno19Rw06QM348FIf0coQ5J9VdVOFZ { background-color:#41bdc8;background-image:none;display:block; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { background-color: transparent; background-image: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container > .video-iframe-container { display: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row > .video-iframe-container { display: none; }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .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); }#prXno19Rw06QM348FIf0coQ5J9VdVOFZ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSRGoR14B9ta6Zs5GwsFRFsNcqr0SuRJ { width:12.5rem;height:1.75rem;top:2.1458129882812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkqa0sn1zp05v98hPfbRcfpsCfklPe5t { width:5.625rem;height:2.125rem;top:5.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKxzMx5hP8Xsau512cftTnv3hXLkfU8 { width:5.625rem;height:5.625rem;top:3.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgEnKJbpVtZO7o4f96r93Hq7m5pfcIuv { width:5.625rem;height:5.625rem;top:3.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6KrlU9rFzfQdi3radtT2iEUh8yJQzr { width:5.125rem;height:5.125rem;top:7.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgBCSo2Q86VBen5FI5LKToSuTpSXnyh { width:5.125rem;height:5.125rem;top:7.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e { display:block; }#wTl2Mgcs6btJ5PZah9hICAN4ZQSXxJ6e > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNlOO3x3cMTTcuIMRqI8aHmUVlpldvQf { width:20rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrobXlpMniZQZoDLNadFcnf6uReuUo0V { width:20rem;height:3rem;top:1.9501953125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI { background-color:#079580;background-image:url("https://images.assets-landingi.com/uc/6c4df4b0-e27c-464b-b5cc-1c217cee450b/UF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.adaptive-delivery-prevent-bg, #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.lazyload, #TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI.lazyloading { background-image: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { background-color: transparent; background-image: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container > .video-iframe-container { display: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row > .video-iframe-container { display: none; }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .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); }#TnAcrqCL7hgR2Lex3xtRgDDkXJRNlWFI > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b46d;border-left:0.1875rem solid #f4b46d;border-right:0.1875rem solid #f4b46d;border-bottom:0.1875rem solid #f4b46d; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lVuq3DeZED9seKeqxKTeTSsfgybqqD3u { width:14.625rem;height:5.4375rem;display:flex;top:4.75rem;left:2.4375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #F1p5hyt9ao1s6QusF5PEO1HJWD6TAPuy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #kCV8JIiaDG2SGSVXHQunTS5KXzWSRaFc {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #EtBkUunaPy1T1BNAZwkBC5fdCckHwXEs {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #I3Tk7iu3hNAPU3z67V7f4GqTRPvTMPNN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #C9nTE3aMvW1eBQb1xPVAzXi844NpASBE {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #tGSMkIN61B3z4TCHZMd0BAirETwCTpvR {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WZ9vCah2rvhHolI3aSi8HC19ceBBLa4R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #ZX7ZLWo0UqmGQHRVsduavRibAvlfP5Rm {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #HrUTFMRo5LoF8BuhLN040oBM65H9oyOg {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #fUBJTqyCvIstTnqIGrUTJ6Cc7aOqsL2v { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #O4J8I8Z5642I99vOqN5NmBHT6iq7pWev {  }
 }@media only screen and (max-width: 763px) { #lVuq3DeZED9seKeqxKTeTSsfgybqqD3u #WyqEOhemwTkuKO2f7glD2JMalAn6lx2g {  }
 }@media only screen and (max-width: 763px) { #aXUfkErFu2rHPmnA8wXLLfA5O2lEs3x0 { width:19.9375rem;height:1.625rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L025T3S7J6xuQ7ihN2yUNWuZX6aDcOno { width:18.75rem;height:3.0625rem;top:11.829268359375rem;left:0.625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #Ug2r7hMktcI9mSeOuNCCVDb4cLLNgVBy { display:block; }
 }@media only screen and (max-width: 763px) { #KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO { background-color:#079580;background-image:none;display:none; }#KIuFwqi9QiEOUS0CbLvRbxxmAKSAPBuO > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2hmIUmqlcN3sAirkMGK2UE1omC7XEZc { width:19.998849875rem;height:5.9558820625rem;top:13.625rem;left:0rem;font-size:1.4375rem;z-index:15030;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qrtl3S5fThDFNUJ0lWTVfMTCwbGDbrTs { width:13.6875rem;height:0;top:12.127604484558rem;left:3.15625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qd6WhFVdtTFzT08L3TccfTGzDnNwVify { width:20rem;height:auto;top:52.0625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZQbNeuWbmmUZxQORlHT0CcMTymCkVRw { width:3.8125rem;height:4.125rem;top:6.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIcrtPIqLuFhurXohIxkDMT6KG5RwyUT { width:16.875rem;height:3.125rem;top:1.6773681640625rem;left:1.561350941658rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #dlRSgBNHm3zIMiqd0IqbtbuR31IpR8x1 { display:block; }
 }@media only screen and (max-width: 763px) { #In8vcaaGWHsyF5pfEPufbgSrMPvhNS2s { width:20rem;height:1.25rem;top:20.420532226562rem;left:0rem;font-size:1rem;z-index:15010;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PZK660PbsVAighlapqREW8bTplKdChqA { width:13.6868105rem;height:1.39705875rem;top:11.4375rem;left:3.125rem;font-size:1.125rem;z-index:15009;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gp1b2thvzr1n8hHOQCdvUFXbexXcDMMR { top:23.623657226562rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hxv2XGQILUTpvMndAJFLAJyV7ammUvDJ { width:13.6868105rem;height:3.82352925rem;top:35.809997558594rem;left:3.1560200452804rem;font-size:1.125rem;z-index:15010;font-weight:400;font-style:normal;font-family:breathing;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi { display:block; }#OXVnGmlIyvIkfnvHxhvg5i1UrnLyeHZi > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiUb9HuyVqHzN6qBru4NFMDrb5SDMx4U { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwblIBK2TAXgImVzoZRuCOsf1vlsPO2 { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }