.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:228,243,220;--color-primary-1:165,215,139;--color-primary-2:75,174,22;--color-primary-3:38,87,11;--color-primary-4:11,26,3;--color-secondary-0:216,243,246;--color-secondary-1:169,208,211;--color-secondary-2:112,177,181;--color-secondary-3:67,106,109;--color-secondary-4:16,125,132;--color-tertiary-0:255,255,255;--color-tertiary-1:139,203,212;--color-tertiary-2:61,169,184;--color-tertiary-3:13,148,166;--color-tertiary-4:71,84,90;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }body { background-color:#fffdfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.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; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo.adaptive-delivery-prevent-bg, #VEUS2vF17UU2KqhqDK0cmJQVX8378rHo.lazyload, #VEUS2vF17UU2KqhqDK0cmJQVX8378rHo.lazyloading { background-image: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { background-color: transparent; background-image: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container > .video-iframe-container { display: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row > .video-iframe-container { display: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .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); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { border-width: 0; border-radius: 0; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#FTKm8K0ZHM8lo4xTEuHXIMPen7lEyo5w { color:#f1f6fb;display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:16rem;left:39.625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPJ330qJwX9UFFEAGpwOpcviznr2dnWD { 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; }
#nvnBLWvrt8aIBWhawebUqk7m4y2EwAdf { color:#f1f6fb;display:block;width:32.9361991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:41rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N87B7sM8F5hNVOOzNrM2MIfAneO2LQEl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.5625rem;left:41.1875rem;overflow:hidden;display:block; }
#eDQhdP4emRBxn9Hvpy1UalsFDsFEqB0d { 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:1.95849609375rem;left:69.3125rem;height:1.625rem;display:block; }
#LpwmUN0RxXi5KCw986uUlx1OpHhgDZxR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1236979375rem;width:25rem;top:27.9375rem;left:44.3125rem;display:block; }
#e8Nd5TxTbqWL3xVfdli3CCgWUd7VFSUO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18rem;width:64.1875rem;top:45.1875rem;left:5.40625rem;display:block; }
#IC9Dw0wTdr9sXqQhipVvAEhSucp7iGgh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:25rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.875rem;left:44.4375rem;display:block; }
#UTzWwxMAD5qTR90vJGsqeNBRDHf7fH0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rby3TDDBHyuamKyyTyOkyNGVwvozsENI { position:absolute;display:block;z-index:15000;height:3rem;width:5.4375rem;top:3.5625038146973rem;left:0rem;display:block; }
#KdKPUhMuz1DN8nQyPTtd2GQEFeTm9Gnx { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:47.6875rem;left:9.15625rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyCIOhJleqF1MQi8pI5gKiJJvmG0DOD1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.875rem;left:1.1875rem;overflow:hidden;display:block; }
#R5yAbAznNXKs7PK8eXtROImI99RiCduI { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:47.6875rem;left:9.15625rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { background-color: transparent; background-image: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container > .video-iframe-container { display: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row > .video-iframe-container { display: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .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); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { border-width: 0; border-radius: 0; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#VL4om34QITMdQqS3pvrcIe2rbN2lFFCt { position:absolute;display:block;z-index:15023;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:28.9375rem;width:44.5625rem;top:8.5625rem;left:2.0833339691162rem;overflow:hidden;display:block; }
#McTFVGFvWDLfbWxowJeNl5vXtG2Iuww8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:23.6875rem;height:4.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.989585876465rem;left:44.6875rem;display:block; }
#p2ps8RDIcCFtoq3DNvEJx6my35SgIJld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWHdNih8fzu5p0NnG3eRQ7KSdI5QtkZH { box-sizing:content-box;height:34.4375rem;width:25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.79167175293rem;left:44.03125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MM1fGchEXdlzEDhvN1KzznTk87bfV9Cy { box-sizing:content-box;height:5.1875rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:#f4b787;background-image:none;top:11.66667175293rem;left:44.65625rem;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; }
#l1afpXsAFk3OT5za97ZJwmE1orJallBC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.94792175293rem;left:45.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#FrsbGqhFv31ZT6DbzQiKmFGBWV46M4AH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.166403770447rem;left:44.625000953674rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loDkBOT1yfz70O28VyTBHe8rGUO2EpDe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.062499046326rem;left:47.156250953674rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S13ogG9aFvgrc5yW71vdJJmT0BIuG5Kd { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.166403770447rem;left:47.156250953674rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6KRH5sRfs0r0G9cQN49aB4iRhgReQKt { display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:35.457817077637rem;left:5.0625rem;height:3.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#rpP2lX47HB1lzoLHbIp9bgcb857liPSA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.49869825rem;width:47.625rem;top:50.10417175293rem;left:13.65625rem;display:block; }
#MUfpcyGyDokOSJGeKuNUw75VCzP4x2KR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.39453125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKciXla5HAdEBf89zh49mlKwO7PykNvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/uc/645dd447-0685-44dd-9975-f22248a0877b/ToWebinar12nawykw.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB.adaptive-delivery-prevent-bg, #zKciXla5HAdEBf89zh49mlKwO7PykNvB.lazyload, #zKciXla5HAdEBf89zh49mlKwO7PykNvB.lazyloading { background-image: none; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container { background-color: transparent; background-image: none; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container > .video-iframe-container { display: none; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row > .video-iframe-container { display: none; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .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); }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container { border-width: 0; border-radius: 0; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#gThOETtOd7hLn1F1nibZRyGFB0OJvIKH { color:#72686c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .widget-text.counter-number { border-top:0.1875rem solid #f39c12;border-left:0.1875rem solid #f39c12;border-right:0.1875rem solid #f39c12;border-bottom:0.1875rem solid #f39c12;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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO { 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:24.0625rem;left:24.5rem;z-index:15057; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #dQVNVrOgxiHROhQAvXKrPAEUVL3r3hzy { display:flex;position:relative;top:0rem;left:0rem; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #cxwuQAZ7CmieNbEHr6eWndzqKwGzT9BP { width:auto; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AQZlOsT0fxZyXQ0c3KagIV969XrGRMxa {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #ULxDwkTkyEkaWspTeUiwwDI3EaToefZg { display:flex;position:relative;top:0rem;left:0rem; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #HlnKZPb563WvTALnwGaQlhTmh42E383F {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #UOtto3UqT2vzX0RT0nzPEKWwzdh9PGVb {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #Tdxvh3ESw8Eb5TTTcW7mJVUdBBzabiA8 { display:flex;position:relative;top:0rem;left:0rem; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #VC7BSGcnG04IgWId6nloRZF5uoowMx1M {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #pNioh6Z3kmIvDkUU3FuiklqpLaXi91PN {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #XqHcvTw41JLl2ci2TKNnEJQsSRW9fFSZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #GmwxgIrQwzgGZ4kE46Q4Gf7kw62aAubb {  }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AVzh9S7UuVNRCENKXElhJVznPCDR497g {  }
#bTyL3SeA4QlPGuxhTHrvpu5y8Q4Q5Fbt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:37.5rem;height:4.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:38.1875rem;left:19.4375rem;display:block; }
#nSCublxoqAZcBZZEHd1znCpoAdoVn7c5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqKfTmpzEKQge8vBCxD0L6Tq9nTO8a9o { display:block;width:57.6861991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.270835876465rem;left:8.65625rem;height:7.59375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#om5oBRf3Jo9DNi0q0ivNbzbaoSKP7hKg { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:12.49869825rem;width:47.625rem;top:50.10417175293rem;left:13.65625rem;display:none; }
#Q4CZb54ffXuHvdQObWuZgyTnyweV6K3H { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.39453125rem;left:0rem;height:3.83333325rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe { position:relative;display:none; }#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe { border-width: 0; border-radius: 0; }#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe > .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; }#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffdfb;background-image:none;font-size:0.875rem;font-family:arial;height:81.4375rem;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; }#mxTATO7m7TTl3RxB6bhEgCUwbCKOMz1Q { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:49.5625rem;left:2.875rem;height:3.9375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#AemDwooKdsvRnuRXcqExkWnFXdkepAMV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:55.75rem;left:9.9375rem;display:block; }
#QM2vvbwCLPXyG5qxJZIcNCaN9a7THxg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyOgOgVRiTzTTSEl3Up0PTUw5x5OUv2e { display:block;width:32.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:62.125rem;left:2.25rem;height:10.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#VM9BunNWSkmiO6lpT8iIZq0HamE28A3H { display:block;width:16rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.3125rem;left:40.4375rem;height:4.0625rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5WacqFHqZofzHwwbTymvAka7FNEL2T8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:65.75rem;left:47.5rem;display:block; }
#pRdtfAp9Qw814Ng6cDVwOeOWoAdxzG4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlluLCJn5C5r1A501blzZk8zN4IsvCmH { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:43.6875rem;left:2.875rem;height:4.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUVKokalG5aO8TSSMMAX7Cxt4Mi5TXZC { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:43.6875rem;left:39.5625rem;height:4.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfciA04pw2JpZOyaTb0chhhaMI9eHPZr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),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:32.625rem;width:35.4375rem;top:41.0625rem;left:0.75rem;display:block; }
#EJrfUhHhfi50P9SwhSKadZOTNJX64QQ0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),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:32.624080657959rem;width:35.436580657959rem;top:41.0625rem;left:38.3125rem;display:block; }
#i1JpgeBks3pc8urwZZREI4g61PgXXoT5 { display:block;width:32.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.4375rem;left:2.5rem;height:10.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#TQ9XXTMoSTLlnH7tZA6Axx5yaEgzUJkD { display:block;width:32.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:22.4375rem;left:40rem;height:10.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { display:block;width:37.1875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:0rem;left:37.812501907349rem;height:7.875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyn1XzR6TICdXbbik4pr0lCU2BV9lcuK { display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.540625572204rem;left:39.000001907349rem;height:1.96875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#JicDsEdPElnikwuEHNzQmrtm1cDWJ6DU { display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.375rem;left:39.062501907349rem;height:13.78125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#PZBpfq4NaURtr17yaw4VC7wKQPq7Xeoq { display:block;width:37.1875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:0rem;left:0rem;height:7.875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXTinbolOSFmphKcUlopaQUDSZaLNfhI { display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.540625095367rem;left:0.75rem;height:1.96875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#v5dIdunvkvKJKACsQAQKQnKKQXic1i7l { display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.625rem;left:39.062501907349rem;height:17.71875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#dTkLGxud56SnrwfP6UvU7ezE9rKknyX9 { display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:52.3125rem;left:40.125rem;height:1.875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNc7HeuvWvv1wt9B5z9tASt9lyET1imO { display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:57.75rem;left:56.75rem;height:3.9375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFHJakdT4iQHHuKxT9KdTmwmN7vH98zT { display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:51.3125rem;left:56.75rem;height:3.9375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCA4OzK9daqWSJGF3q63Bf1QpDkwyifr { display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.625rem;left:39.062501907349rem;height:3.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { position:relative;display:none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { border-width: 0; border-radius: 0; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .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; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffdfb;background-image:none;font-size:0.875rem;font-family:arial;height:4.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:none; }#BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.60417175292969rem;left:19.4375rem;display:block; }
#q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { position:relative;display:none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { border-width: 0; border-radius: 0; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .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; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffdfb;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { display:block;width:57.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:2.6093730926514rem;left:8.6554679870606rem;height:9.583333125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#iQmOJdPL1t6M9VQev1vx0G6WJ9p5kDiw { display:block;width:57.687267303467rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:2.5420455932617rem;left:8.6236200332644rem;height:8rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.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:none; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK.adaptive-delivery-prevent-bg, #SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK.lazyload, #SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK.lazyloading { background-image: none; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK > .row .container { border-width: 0; border-radius: 0; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:none; }#hKS12egNCN6t3uxp8Sa6ahPCVvS3CGLh { color:#f1f6fb;display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:16rem;left:39.8125rem;height:14.166667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTtXkrSew8hSPVppFxDvEcUSIvV10tWM { 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; }
#vJAP0og6dVsL117IgnkxyidiiDlcUpNV { color:#f1f6fb;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.625rem;left:40.625rem;height:8.666667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSVCLBSb1d43ER75vybVJTtgN58FDknd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.5625rem;left:41.1875rem;overflow:hidden;display:block; }
#z9R7M3PS7FBnVRTd3UOXrTk0mxCEH034 { 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:1.95849609375rem;left:69.3125rem;height:1.583333375rem;display:block; }
#ieHykxk1v1xyrZfwhZCLQoA7TPpafwnk { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1236979375rem;width:31.25rem;top:31.875rem;left:41.84375rem;display:block; }
#TrDCh5RAdwy7hr4qdk2htLnf5KRpd7wh { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:47.6875rem;left:9.15625rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container { background-color: transparent; background-image: none; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container > .video-iframe-container { display: none; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row > .video-iframe-container { display: none; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .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); }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container { border-width: 0; border-radius: 0; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#xyNHHhSLGBNqm5VV1soRLd87usgXemWr { 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; }
#iQyOcRfzXmVQMHEKFz11o1oWrUfbSqMB { 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: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VEUS2vF17UU2KqhqDK0cmJQVX8378rHo { display:block; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FTKm8K0ZHM8lo4xTEuHXIMPen7lEyo5w { width:22.5rem;height:6.125rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPJ330qJwX9UFFEAGpwOpcviznr2dnWD { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nvnBLWvrt8aIBWhawebUqk7m4y2EwAdf { width:18.99869725rem;height:4.0625rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N87B7sM8F5hNVOOzNrM2MIfAneO2LQEl { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDQhdP4emRBxn9Hvpy1UalsFDsFEqB0d { width:1.3125rem;height:1.625rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpwmUN0RxXi5KCw986uUlx1OpHhgDZxR { width:16.2473965rem;height:0.1236979375rem;top:14rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8Nd5TxTbqWL3xVfdli3CCgWUd7VFSUO { width:40.6236991875rem;height:10.6875rem;top:24.684896469116rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IC9Dw0wTdr9sXqQhipVvAEhSucp7iGgh { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTzWwxMAD5qTR90vJGsqeNBRDHf7fH0M { display:block; }
 }@media only screen and (max-width: 1199px) { #rby3TDDBHyuamKyyTyOkyNGVwvozsENI { width:5.4375rem;height:3rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdKPUhMuz1DN8nQyPTtd2GQEFeTm9Gnx { width:40.2486991875rem;height:8.125rem;top:25.986980438233rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyCIOhJleqF1MQi8pI5gKiJJvmG0DOD1 { width:9.375rem;height:9.375rem;top:18.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5yAbAznNXKs7PK8eXtROImI99RiCduI { width:40.2486991875rem;height:8rem;top:25.986980438233rem;left:3.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw { display:block; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VL4om34QITMdQqS3pvrcIe2rbN2lFFCt { width:25.75rem;height:16.6875rem;top:5.9127616882324rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McTFVGFvWDLfbWxowJeNl5vXtG2Iuww8 { width:16.75rem;height:2.9375rem;top:28.915365219116rem;left:26.791667938233rem;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #p2ps8RDIcCFtoq3DNvEJx6my35SgIJld { display:block; }
 }@media only screen and (max-width: 1199px) { #EWHdNih8fzu5p0NnG3eRQ7KSdI5QtkZH { width:18.75rem;height:27.1875rem;top:7.458335876465rem;left:25.791667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MM1fGchEXdlzEDhvN1KzznTk87bfV9Cy { width:17.5rem;height:4.4375rem;top:8.125rem;left:26.416667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1afpXsAFk3OT5za97ZJwmE1orJallBC { width:17.4375rem;height:2.03125rem;top:9.239585876465rem;left:26.395833969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrsbGqhFv31ZT6DbzQiKmFGBWV46M4AH { width:17.5rem;height:2.925rem;top:13.954429626465rem;left:26.416667938233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #loDkBOT1yfz70O28VyTBHe8rGUO2EpDe { width:18.1875rem;height:3.25rem;top:18.18359375rem;left:26.072917938233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S13ogG9aFvgrc5yW71vdJJmT0BIuG5Kd { width:18.75rem;height:6.09375rem;top:21.329429626465rem;left:25.791667938233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6KRH5sRfs0r0G9cQN49aB4iRhgReQKt { width:20.4375rem;height:16.875rem;top:21.373699188233rem;left:3.6458334922791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpP2lX47HB1lzoLHbIp9bgcb857liPSA { width:31.25rem;height:6.25rem;top:38.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUfpcyGyDokOSJGeKuNUw75VCzP4x2KR { width:47.7486991875rem;height:2.03125rem;top:41.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKciXla5HAdEBf89zh49mlKwO7PykNvB { display:block; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container { width:47.75rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gThOETtOd7hLn1F1nibZRyGFB0OJvIKH { width:47.7486991875rem;height:1.86875rem;top:14.266929626465rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO { width:20.9375rem;height:8.2925rem;display:flex;top:17.0625rem;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: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #dQVNVrOgxiHROhQAvXKrPAEUVL3r3hzy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #cxwuQAZ7CmieNbEHr6eWndzqKwGzT9BP {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AQZlOsT0fxZyXQ0c3KagIV969XrGRMxa {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #ULxDwkTkyEkaWspTeUiwwDI3EaToefZg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #HlnKZPb563WvTALnwGaQlhTmh42E383F {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #UOtto3UqT2vzX0RT0nzPEKWwzdh9PGVb {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #Tdxvh3ESw8Eb5TTTcW7mJVUdBBzabiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #VC7BSGcnG04IgWId6nloRZF5uoowMx1M {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #pNioh6Z3kmIvDkUU3FuiklqpLaXi91PN {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #XqHcvTw41JLl2ci2TKNnEJQsSRW9fFSZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #GmwxgIrQwzgGZ4kE46Q4Gf7kw62aAubb {  }
 }@media only screen and (max-width: 1199px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AVzh9S7UuVNRCENKXElhJVznPCDR497g {  }
 }@media only screen and (max-width: 1199px) { #bTyL3SeA4QlPGuxhTHrvpu5y8Q4Q5Fbt { width:18.3515625rem;height:2.95052075rem;top:27.5625rem;left:14.69921875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #nSCublxoqAZcBZZEHd1znCpoAdoVn7c5 { display:block; }
 }@media only screen and (max-width: 1199px) { #fqKfTmpzEKQge8vBCxD0L6Tq9nTO8a9o { width:35.625rem;height:8.25rem;top:4.8125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #om5oBRf3Jo9DNi0q0ivNbzbaoSKP7hKg { width:31.25rem;height:6.25rem;top:38.977867126465rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q4CZb54ffXuHvdQObWuZgyTnyweV6K3H { width:47.7486991875rem;height:2rem;top:41.102867126465rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe { display:none; }#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe > .row .container { width:47.75rem;height:73.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mxTATO7m7TTl3RxB6bhEgCUwbCKOMz1Q { width:18.75rem;height:2.8125rem;top:41.5625rem;left:2.3125rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AemDwooKdsvRnuRXcqExkWnFXdkepAMV { width:17.5rem;height:3.4375rem;top:46.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QM2vvbwCLPXyG5qxJZIcNCaN9a7THxg4 { display:block; }
 }@media only screen and (max-width: 1199px) { #wyOgOgVRiTzTTSEl3Up0PTUw5x5OUv2e { width:20.625rem;height:0;top:15.835250854493rem;left:1.591222345829rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VM9BunNWSkmiO6lpT8iIZq0HamE28A3H { width:20.25rem;height:5.625rem;top:50.1875rem;left:25.6875rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5WacqFHqZofzHwwbTymvAka7FNEL2T8 { width:17.5rem;height:3.4375rem;top:61.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRdtfAp9Qw814Ng6cDVwOeOWoAdxzG4G { display:block; }
 }@media only screen and (max-width: 1199px) { #DlluLCJn5C5r1A501blzZk8zN4IsvCmH { width:18.75rem;height:2.8125rem;top:37.25rem;left:2.3125rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUVKokalG5aO8TSSMMAX7Cxt4Mi5TXZC { width:18.75rem;height:2.8125rem;top:37.375rem;left:26.5rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfciA04pw2JpZOyaTb0chhhaMI9eHPZr { width:23.25rem;height:31.25rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJrfUhHhfi50P9SwhSKadZOTNJX64QQ0 { width:23rem;height:31.125rem;top:36.4375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i1JpgeBks3pc8urwZZREI4g61PgXXoT5 { width:20.625rem;height:12.75rem;top:52.0625rem;left:1.375rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ9XXTMoSTLlnH7tZA6Axx5yaEgzUJkD { width:20.625rem;height:14.34375rem;top:15.778906106949rem;left:25.500000357628rem;font-size:1.0625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 1199px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:22.8125rem;height:5.625rem;top:0.53125rem;left:24.406250357628rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 1199px) { #tyn1XzR6TICdXbbik4pr0lCU2BV9lcuK { width:23.375rem;height:3.375rem;top:8.125rem;left:24.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JicDsEdPElnikwuEHNzQmrtm1cDWJ6DU { width:22.75rem;height:16.875rem;top:18.487500667572rem;left:24.437500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZBpfq4NaURtr17yaw4VC7wKQPq7Xeoq { width:23.125rem;height:5.625rem;top:0.5625rem;left:0.375rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 1199px) { #IXTinbolOSFmphKcUlopaQUDSZaLNfhI { width:23.0625rem;height:3.375rem;top:8.125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5dIdunvkvKJKACsQAQKQnKKQXic1i7l { width:22.75rem;height:0;top:12.375rem;left:24.437500357628rem;font-size:1.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 1199px) { #dTkLGxud56SnrwfP6UvU7ezE9rKknyX9 { width:20.25rem;height:2.8125rem;top:41.6875rem;left:25.75rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNc7HeuvWvv1wt9B5z9tASt9lyET1imO { width:20.25rem;height:2.8125rem;top:55.8125rem;left:25.6875rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFHJakdT4iQHHuKxT9KdTmwmN7vH98zT { width:20.25rem;height:2.8125rem;top:45.125rem;left:25.6875rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15002;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCA4OzK9daqWSJGF3q63Bf1QpDkwyifr { width:22.375rem;height:5.0625rem;top:12.25rem;left:24.625000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:28.125rem;height:3.4375rem;top:1.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 1199px) { #H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { display:none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { width:41rem;height:8.4375rem;top:1.4453125rem;left:3.3750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQmOJdPL1t6M9VQev1vx0G6WJ9p5kDiw { width:32.75rem;height:8.75rem;top:1.4479179382324rem;left:6.03125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK { display:none; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hKS12egNCN6t3uxp8Sa6ahPCVvS3CGLh { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTtXkrSew8hSPVppFxDvEcUSIvV10tWM { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vJAP0og6dVsL117IgnkxyidiiDlcUpNV { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSVCLBSb1d43ER75vybVJTtgN58FDknd { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9R7M3PS7FBnVRTd3UOXrTk0mxCEH034 { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieHykxk1v1xyrZfwhZCLQoA7TPpafwnk { width:16.2473965rem;height:0.1236979375rem;top:14rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrDCh5RAdwy7hr4qdk2htLnf5KRpd7wh { width:40.2486991875rem;height:8rem;top:25.986980438233rem;left:3.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk { display:block; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xyNHHhSLGBNqm5VV1soRLd87usgXemWr { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQyOcRfzXmVQMHEKFz11o1oWrUfbSqMB { width:1.125rem;height:1.625rem;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) { #VEUS2vF17UU2KqhqDK0cmJQVX8378rHo { background-color:#0d94a6;background-image:none;display:block; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { background-color: transparent; background-image: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container > .video-iframe-container { display: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row > .video-iframe-container { display: none; }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .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); }#VEUS2vF17UU2KqhqDK0cmJQVX8378rHo > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTKm8K0ZHM8lo4xTEuHXIMPen7lEyo5w { width:19.99869725rem;height:5.25rem;top:26.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPJ330qJwX9UFFEAGpwOpcviznr2dnWD { top:0.0625rem;left:0.063802123069763rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nvnBLWvrt8aIBWhawebUqk7m4y2EwAdf { width:19.99869725rem;height:3.25rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N87B7sM8F5hNVOOzNrM2MIfAneO2LQEl { width:8.3125rem;height:4rem;top:21.3125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQhdP4emRBxn9Hvpy1UalsFDsFEqB0d { width:1.3125rem;height:1.21875rem;top:21.3125rem;left:13.552083969116rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwmUN0RxXi5KCw986uUlx1OpHhgDZxR { width:16.25rem;height:0.0625rem;top:32.197917938233rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Nd5TxTbqWL3xVfdli3CCgWUd7VFSUO { width:16.875rem;height:11.1875rem;top:38.635417938233rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC9Dw0wTdr9sXqQhipVvAEhSucp7iGgh { width:16.875rem;height:4.375rem;top:50.989584922791rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTzWwxMAD5qTR90vJGsqeNBRDHf7fH0M { display:block; }
 }@media only screen and (max-width: 763px) { #rby3TDDBHyuamKyyTyOkyNGVwvozsENI { width:5.75rem;height:3rem;top:1.875rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KdKPUhMuz1DN8nQyPTtd2GQEFeTm9Gnx { width:16.25rem;height:0;top:39.864584922791rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyCIOhJleqF1MQi8pI5gKiJJvmG0DOD1 { width:6.875rem;height:6.875rem;top:15.58203125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5yAbAznNXKs7PK8eXtROImI99RiCduI { width:16.25rem;height:8.775rem;top:39.937499046326rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw { background-color:#fffbef;background-image:none;display:block; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { background-color: transparent; background-image: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container > .video-iframe-container { display: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row > .video-iframe-container { display: none; }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .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); }#gLgAHXDIkxP73vIdIybCJ3ftcr4syIuw > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VL4om34QITMdQqS3pvrcIe2rbN2lFFCt { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTFVGFvWDLfbWxowJeNl5vXtG2Iuww8 { width:17.5rem;height:3.125rem;top:35.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ps8RDIcCFtoq3DNvEJx6my35SgIJld { display:block; }
 }@media only screen and (max-width: 763px) { #EWHdNih8fzu5p0NnG3eRQ7KSdI5QtkZH { width:18.75rem;height:25.1875rem;top:14.874996185302rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM1fGchEXdlzEDhvN1KzznTk87bfV9Cy { width:17.5625rem;height:5.1875rem;top:15.437496185302rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1afpXsAFk3OT5za97ZJwmE1orJallBC { width:20rem;height:2.03125rem;top:16.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrsbGqhFv31ZT6DbzQiKmFGBWV46M4AH { width:17.4375rem;height:2.7625rem;top:21.875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loDkBOT1yfz70O28VyTBHe8rGUO2EpDe { width:18.75rem;height:2.925rem;top:25.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S13ogG9aFvgrc5yW71vdJJmT0BIuG5Kd { width:18.75rem;height:4.875rem;top:28.708335876465rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6KRH5sRfs0r0G9cQN49aB4iRhgReQKt { width:18.75rem;height:13.5rem;top:41.458335876465rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP2lX47HB1lzoLHbIp9bgcb857liPSA { width:20rem;height:12.4375rem;top:68.140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUfpcyGyDokOSJGeKuNUw75VCzP4x2KR { width:20rem;height:0;top:73.567718505863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKciXla5HAdEBf89zh49mlKwO7PykNvB { display:block; }#zKciXla5HAdEBf89zh49mlKwO7PykNvB > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gThOETtOd7hLn1F1nibZRyGFB0OJvIKH { width:19.9973965rem;height:1.4625rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO .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; }
#DUwgugrcrqxZZTemeB7y68oJxyNMy8vO { width:14.625rem;height:5.4375rem;display:flex;top:18.125rem;left:2.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #dQVNVrOgxiHROhQAvXKrPAEUVL3r3hzy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #cxwuQAZ7CmieNbEHr6eWndzqKwGzT9BP {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AQZlOsT0fxZyXQ0c3KagIV969XrGRMxa {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #ULxDwkTkyEkaWspTeUiwwDI3EaToefZg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #HlnKZPb563WvTALnwGaQlhTmh42E383F {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #UOtto3UqT2vzX0RT0nzPEKWwzdh9PGVb {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #Tdxvh3ESw8Eb5TTTcW7mJVUdBBzabiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #VC7BSGcnG04IgWId6nloRZF5uoowMx1M {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #pNioh6Z3kmIvDkUU3FuiklqpLaXi91PN {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #XqHcvTw41JLl2ci2TKNnEJQsSRW9fFSZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #GmwxgIrQwzgGZ4kE46Q4Gf7kw62aAubb {  }
 }@media only screen and (max-width: 763px) { #DUwgugrcrqxZZTemeB7y68oJxyNMy8vO #AVzh9S7UuVNRCENKXElhJVznPCDR497g {  }
 }@media only screen and (max-width: 763px) { #bTyL3SeA4QlPGuxhTHrvpu5y8Q4Q5Fbt { width:17.5rem;height:3.125rem;top:25.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSCublxoqAZcBZZEHd1znCpoAdoVn7c5 { display:block; }
 }@media only screen and (max-width: 763px) { #fqKfTmpzEKQge8vBCxD0L6Tq9nTO8a9o { width:18.125rem;height:6.75rem;top:7.329429626465rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #om5oBRf3Jo9DNi0q0ivNbzbaoSKP7hKg { width:16.875rem;height:4.8125rem;top:1.2135467529297rem;left:1.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CZb54ffXuHvdQObWuZgyTnyweV6K3H { width:20rem;height:1.625rem;top:2.828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe { display:none; }#ug5BNHTN3Pi3MCBJCBFCBMNcS3WZ1BHe > .row .container { width:20rem;height:111.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mxTATO7m7TTl3RxB6bhEgCUwbCKOMz1Q { width:20rem;height:2.0625rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemDwooKdsvRnuRXcqExkWnFXdkepAMV { width:17.5rem;height:3.4375rem;top:19.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2vvbwCLPXyG5qxJZIcNCaN9a7THxg4 { display:block; }
 }@media only screen and (max-width: 763px) { #wyOgOgVRiTzTTSEl3Up0PTUw5x5OUv2e { width:18.125rem;height:15.441175699234rem;top:12.486717462539rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM9BunNWSkmiO6lpT8iIZq0HamE28A3H { width:20rem;height:4.125rem;top:91rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5WacqFHqZofzHwwbTymvAka7FNEL2T8 { width:17.5rem;height:3.4375rem;top:100.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRdtfAp9Qw814Ng6cDVwOeOWoAdxzG4G { display:block; }
 }@media only screen and (max-width: 763px) { #DlluLCJn5C5r1A501blzZk8zN4IsvCmH { width:20rem;height:2.34375rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUVKokalG5aO8TSSMMAX7Cxt4Mi5TXZC { width:20rem;height:2.34375rem;top:79.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfciA04pw2JpZOyaTb0chhhaMI9eHPZr { width:19.875rem;height:29.625rem;top:11.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EJrfUhHhfi50P9SwhSKadZOTNJX64QQ0 { width:19.875rem;height:30.125rem;top:76.75rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i1JpgeBks3pc8urwZZREI4g61PgXXoT5 { width:20rem;height:12rem;top:25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9XXTMoSTLlnH7tZA6Axx5yaEgzUJkD { width:20rem;height:0;top:45.231250181794rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhWoVXIae6czTbxpBl9bT1SSQgDQZnTT { width:20rem;height:3.375rem;top:45.582812786103rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyn1XzR6TICdXbbik4pr0lCU2BV9lcuK { width:20rem;height:3rem;top:50.520315170288rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JicDsEdPElnikwuEHNzQmrtm1cDWJ6DU { width:20rem;height:15rem;top:60.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZBpfq4NaURtr17yaw4VC7wKQPq7Xeoq { width:20rem;height:3.375rem;top:0.91875028610231rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXTinbolOSFmphKcUlopaQUDSZaLNfhI { width:20rem;height:3rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5dIdunvkvKJKACsQAQKQnKKQXic1i7l { width:20rem;height:auto;top:12.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTkLGxud56SnrwfP6UvU7ezE9rKknyX9 { width:16.625rem;height:2.0625rem;top:83.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNc7HeuvWvv1wt9B5z9tASt9lyET1imO { width:14.75rem;height:2.0625rem;top:96.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHJakdT4iQHHuKxT9KdTmwmN7vH98zT { width:14.75rem;height:2.0625rem;top:86.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCA4OzK9daqWSJGF3q63Bf1QpDkwyifr { width:20rem;height:4.5rem;top:54.874996185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF { display:none; }#nGEnw1lOV68oZIQmtrxBVvUT0d4qp2KF > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BgGgSgLCtBwUy6bdhE4pJtcavHZCcpBy { width:15.625rem;height:3.4375rem;top:1.25rem;left:2.1874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6iLEGvDG0uGTung1TBgwhBIrU6XBtmP { display:block; }
 }@media only screen and (max-width: 763px) { #H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z { display:none; }#H7b3o4xCTlo57K3dvSvbnl1Axv10Rc9Z > .row .container { width:20rem;height:15.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2aM9zOzv00r3ZWGsXobUFonIcK748Oe { width:18.125rem;height:0;top:0rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQmOJdPL1t6M9VQev1vx0G6WJ9p5kDiw { width:18.125rem;height:13.5rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK { background-color:#0d94a6;background-image:none;display:none; }#SuW6B4ZdFXQOJd5uZSAp7zikEOGWGPHK > .row .container { width:20rem;height:57rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hKS12egNCN6t3uxp8Sa6ahPCVvS3CGLh { width:19.99869725rem;height:5.1666665rem;top:26.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtXkrSew8hSPVppFxDvEcUSIvV10tWM { top:0.0625rem;left:0.063802123069763rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vJAP0og6dVsL117IgnkxyidiiDlcUpNV { width:19.99869725rem;height:3.16666675rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVCLBSb1d43ER75vybVJTtgN58FDknd { width:8.3125rem;height:4rem;top:21.3125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9R7M3PS7FBnVRTd3UOXrTk0mxCEH034 { width:1.3125rem;height:1.166666625rem;top:21.3125rem;left:13.552083969116rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieHykxk1v1xyrZfwhZCLQoA7TPpafwnk { width:16.25rem;height:0.0625rem;top:32.197917938233rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrDCh5RAdwy7hr4qdk2htLnf5KRpd7wh { width:16.25rem;height:8.49999975rem;top:39.937499046326rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk { display:block; }#cXLCLDBmGbvOlqcL0V8OmiVC1bWT78Jk > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyNHHhSLGBNqm5VV1soRLd87usgXemWr { width:6.25rem;height:3.0625rem;top:2.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQyOcRfzXmVQMHEKFz11o1oWrUfbSqMB { width:1.3125rem;height:1.21875rem;top:1.6875rem;left:12.5625rem;font-size:0.9375rem;z-index:15021;display:block; }
 }