.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:236,221,248;--color-primary-1:192,142,232;--color-primary-2:128,29,209;--color-primary-3:64,15,105;--color-primary-4:19,4,31;--color-secondary-0:217,252,253;--color-secondary-1:129,246,249;--color-secondary-2:2,237,243;--color-secondary-3:1,119,122;--color-secondary-4:0,36,36;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Oswald";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/302b540d-009a-4056-b7e8-76bcdcbd68e7/Screenshot20260302at213319SMASHINGLOGOKreatorlogo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(0,88,88,0.87), rgba(37,241,246,0.82));background-image: -moz-linear-gradient(238deg, rgba(0,88,88,0.87), rgba(37,241,246,0.82));background-image: -ms-linear-gradient(238deg, rgba(0,88,88,0.87), rgba(37,241,246,0.82));background-image: -o-linear-gradient(238deg, rgba(0,88,88,0.87), rgba(37,241,246,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005858dd', endColorstr='#25f1f6d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005858dd', endColorstr='#25f1f6d1' );";background-image: linear-gradient(238deg, rgba(0,88,88,0.87), rgba(37,241,246,0.82));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#vgDQxOmrE75k2HS4RmdCITdWp7iVTHdm { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1);top:5.2624998092651rem;left:5.46875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2LQtl63MLzQoMGeRwqlCJuoRkPk6s0l { color:#f8ecec;display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:12.6875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1);top:7.074999809265rem;left:13.43124961853rem;height:17.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7dzGWDdc5BfxCKLIGlUCBPqTgBAxfgx { box-sizing:content-box;height:13.875rem;width:39.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(239deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(239deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(239deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(239deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(239deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-top:0.125rem solid #f8ecec;border-left:0.125rem solid #f8ecec;border-right:0.125rem solid #f8ecec;border-bottom:0.125rem solid #f8ecec;top:9.5125002861025rem;left:17.43124961853rem;display:block; }
#OBPUQQSA9NigHp4UXx7vTSQp54XNG1k1 { color:#ffffff;display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1);top:23.58749961853rem;left:14rem;height:8.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUbzG4AABb0Th32HV5wMb6gN0y0XRDwG { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.6875rem;width:7.4375rem;top:36.249999523163rem;left:33.781248092651rem;overflow:hidden;display:block; }
#ZlLWpBdFiI9qxhskVmwvi290VTHhFGUV { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.222916603088rem;left:47.668748855591rem; }
#khwuRxK1v25OT845z8xtIswTeqTbkWeM { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.10000038147rem;left:37.468748092651rem;height:3.075rem;text-align:center;text-align-last:center;display:block; }
#IJsLAyIqLTTPT5dy6XlVi55sBIcsOPTr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5rem;width:6.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { 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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.312500953674rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.462500572204rem;left:21.25rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#e5ece5;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.4375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:21.9375rem;text-align:center;text-align-last:center;display:block; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:19.500000953674rem;left:34.656248092651rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:20.937500953674rem;left:36.093748092651rem; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05011789-2ebd-448f-bd16-9b0b84619e3d/Screenshot20260302at213145SMASHINGLOGOKreatorlogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.adaptive-delivery-prevent-bg, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyload, #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS.lazyloading { background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.88); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::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; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:rgba(var(--color-tertiary-0),1);display:block;width:15.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:16.6875rem;left:4.9375rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:rgba(var(--color-tertiary-0),1);display:block;width:10.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.3125rem;left:7.375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { color:rgba(var(--color-tertiary-0),1);display:block;width:10.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:32.3125rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#sPqio42pTbSacmmJmPNxEzxIntlwpzfo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:16.6875rem;left:29.8125rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:13.3125rem;left:57.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.37375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:16.6875rem;left:54.9375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(6,146,149,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-primary-4),0.79) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:3.875rem;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:#069295;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-4),0.74) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:28.6875rem;display:block; }
#nZM4fDsOTbc901X6v5s287m2JGEZVvbq { position:absolute;display:block;z-index:15004;background-color:rgba(6,146,149,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.74) ;height:16.3125rem;width:17.625rem;top:7.4375rem;left:53.6875rem;display:block; }
#EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { background-color:#069295;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.3125rem;left:28.4375rem;display:block; }
#DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcAkbtRWWpFZkVgzWbdAPh2w6OU3mzxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.1875009536744rem;left:10.9375rem; }
#swMgSrAC56qLgzUAhGChn3LaAUK2X5ia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.1875009536744rem;left:35.937498092651rem; }
#pG4gS0AAlsfm9aN3C12TGyKnFDLEnq8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.1875009536744rem;left:60.937498092651rem; }
#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1b6cb507-95af-4810-901a-0a873ff209b2/2.png");background-position:center left !important;background-repeat:no-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; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.adaptive-delivery-prevent-bg, #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.lazyload, #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.lazyloading { background-image: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { background-color: transparent; background-image: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container > .video-iframe-container { display: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row > .video-iframe-container { display: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .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); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { border-width: 0; border-radius: 0; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#PnP5puOts6nCLdhbI3VFGracwEuZVz4x { color:rgba(var(--color-primary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:4.4750003814697rem;left:39.937498092651rem;height:24.8125rem;text-align:left;text-align-last:left;display:block; }#PnP5puOts6nCLdhbI3VFGracwEuZVz4x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PnP5puOts6nCLdhbI3VFGracwEuZVz4x li:before{  }
#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { background-color: transparent; background-image: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { display: none; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .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); }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { border-width: 0; border-radius: 0; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.831249237061rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { color:#2a2a2a;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.762500762939rem;left:17.75rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { color:#ccc6c6;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#k1G83MHyAGoIvWRL5vxuNhkGyJmsi8Us { color:#2a2a2a;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.643749237061rem;left:17.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76d52e92-ca1e-4180-b945-b6aace6bbb48/Screenshot20260301at104848EdytujlogoLogomasterOnlineLogoMakerdlaTwojegonowegobiznesu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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.68); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { border-width: 0; border-radius: 0; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::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; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:#f8f8f8;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { 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;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:7.671875rem;left:28.1875rem;z-index:15003; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 { width:auto; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
#Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:33.875rem;top:0rem;left:20.5625rem;display:block; }
#Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:27.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { 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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.9375rem;left:28.4375rem;display:block; }
#dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:16.90625rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { background-color: transparent; background-image: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { display: none; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .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); }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { border-width: 0; border-radius: 0; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#y12ETZc74W1yzbrwlr19dXPvEywuBaCn { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.074996948243rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { color:#2a2a2a;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:15.312499046326rem;left:22.156248092651rem;height:3.325rem;text-align:center;text-align-last:center;display:block; }
#vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { color:#e3dfdf;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.75rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0.99999618530275rem;left:0rem;height:20.15rem;text-align:center;text-align-last:center;display:block; }
#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ymVaGKsBQXM/unsplash/jeffrey-f-lin-ymVaGKsBQXM-photo-1528024719646-5360a944bd74.jpg");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; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE.adaptive-delivery-prevent-bg, #d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE.lazyload, #d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE.lazyloading { background-image: none; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container { background-color: transparent; background-image: none; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container > .video-iframe-container { display: none; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row > .video-iframe-container { display: none; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .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); }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container { border-width: 0; border-radius: 0; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/hXJ4O3S73gE/unsplash/alliance-football-club-hXJ4O3S73gE-photo-1604652716188-e226685e94ca.jpg");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; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL.adaptive-delivery-prevent-bg, #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL.lazyload, #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL.lazyloading { background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { background-color: transparent; background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .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); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { border-width: 0; border-radius: 0; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:10.0625rem;width:11.125rem;top:3.875rem;left:7.125rem;overflow:hidden;display:block; }
#hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:11.4375rem;top:3.625rem;left:31.781248092651rem;overflow:hidden;display:block; }
#EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.5625rem;width:10.4375rem;top:3.625rem;left:57.281248092651rem;overflow:hidden;display:block; }
#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:5.90625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125000953674rem;left:53.281248092651rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:30.531248092651rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.075000762939rem;left:27.562498092651rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.031250953674rem;left:54.812498092651rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { 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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.687499046326rem;left:30.999998092651rem;display:block; }
#kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:2.3500032424927rem;left:1.3374996185302rem;display:block; }
#SZmLnbUZxI7t8NAq0hS044vesSe925A0 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:2.3500032424927rem;left:51.33749961853rem;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.299999237061rem;left:4.8125rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-2),1));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: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.19) ;height:28.5625rem;width:22.125rem;top:2.2375030517578rem;left:26.437498092651rem;display:block; }
#y2RUJyLplKPc7JHKJZPDifQ6UGXZtOqt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.824996948243rem;left:27.562498092651rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#lsJVKyzNVPF98SNTXZJOLacyIgW73BkH { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:22.125rem;top:2.3500032424927rem;left:51.33749961853rem;display:none; }
#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(2,237,243,0.99), rgba(192,142,232,0.97));background-image: -moz-linear-gradient(349deg, rgba(2,237,243,0.99), rgba(192,142,232,0.97));background-image: -ms-linear-gradient(349deg, rgba(2,237,243,0.99), rgba(192,142,232,0.97));background-image: -o-linear-gradient(349deg, rgba(2,237,243,0.99), rgba(192,142,232,0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3fc', endColorstr='#c08ee8f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02edf3fc', endColorstr='#c08ee8f7' );";background-image: linear-gradient(349deg, rgba(2,237,243,0.99), rgba(192,142,232,0.97));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container { background-color: transparent; background-image: none; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container > .video-iframe-container { display: none; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row > .video-iframe-container { display: none; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .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); }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container { border-width: 0; border-radius: 0; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#vuvfzMlyolAqwUJBoebQJptiCvl3XUBw { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0124988555908rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#TQIRhGVycomebb9gm1SwEwyyAJPmqGkz { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:7.5625rem;left:10.64999961853rem;overflow:hidden;display:block; }
#Qg9R86my5BTpCwKQOGAS5leC7ZBpfEUw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.5rem;top:6.581250190735rem;left:32.249998092651rem;overflow:hidden;display:block; }
#fZlbNO462nUuOtRrGPTewTVPHT2NtVWe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.3125rem;top:11.41250038147rem;left:53.751043319702rem;overflow:hidden;display:block; }
#OPITcMopKa9dbokF8oaRnZqRfOLnc20y { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.450000762939rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ep7ObcfyTUTyISvXzAqigTZHkqTViRxI { box-sizing:content-box;height:10.0625rem;width:14.375rem;position:absolute;border-top-left-radius:12.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:12.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:7.7437515258787rem;left:7.982639778985rem;display:block; }
#PhqADt10tfs7Qet0cDrqubQKquZUHZ3A { box-sizing:content-box;height:9.875rem;width:14.125rem;position:absolute;border-top-left-radius:12.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:12.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:7.8687515258787rem;left:29.666605723181rem;display:block; }
#wcXkW5W6Ey2kyFBmX8OA2hrbVJMC9x3i { box-sizing:content-box;height:9.5625rem;width:13.75rem;position:absolute;border-top-left-radius:12.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:12.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:8.0562515258787rem;left:53.946035793969rem;display:block; }
#LKQUzhGE9J0TxoQtW44wenODPstoPMvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #31eeb2, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(79deg, #31eeb2, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(79deg, #31eeb2, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(79deg, #31eeb2, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eeb2', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eeb2', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(79deg, #31eeb2, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { border-width: 0; border-radius: 0; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:21.550005912781rem;left:0rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.800000190735rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.18) ;height:39.625rem;width:27.1875rem;top:3.65625rem;left:47.77499961853rem;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-form-header {  }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:.9; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.3125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.875rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.0625rem;overflow:hidden;font-style:normal;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:first-of-type{padding-top:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-container:last-of-type{padding-bottom:0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.4375rem;left:50.481248855591rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.3125rem;display:block;vertical-align:top; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.4375rem;left:50.481248855591rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zbZwHkcBbhrPVOSWSgzy2DpNHapsuw1u { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #IZ338Ke0LIFqO8cg7U3FUy1e6O6Nm326 { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mS0sZvb20p4ZuJX26J77MBEg1TTWrLvH { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #EvFNoD7db6JZzRrUxw7zR1K7sGyOkBWK { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SIGvufS9HHJHfQcVc78PkBNoecZaShd5 { position:relative;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ap5ZtNIvhLBSTeQ4fb8otHdpCMbxwT1Z { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DqJmb8EA0Jdv5VSEpgT7RFVAwLBxZeXi { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HHo9FSOq4nLQkHIFWRQwQ54AlIt58q8p { position:relative;display:none; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #CThGTpDUTT6gQDXzmtBUDBv5dTbpJR2f { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk { position:relative;z-index:2; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV { position:relative; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv { position:relative; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-number { border-top:0.0625rem solid #094a7f;border-left:0.0625rem solid #094a7f;border-right:0.0625rem solid #094a7f;border-bottom:0.0625rem solid #094a7f;background-color:transparent;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { 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;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:10.175001144409rem;left:52.074998855591rem;z-index:15020; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm { width:auto; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
#mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { color:rgba(var(--color-primary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:5.484375rem;left:51.106248855591rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { color:rgba(var(--color-tertiary-4),0.2);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5875005722046rem;left:0rem;height:15.275rem;text-align:left;text-align-last:left;display:block; }
#u3A5Wemwz0xHzRc4Rq985Kx3aAkRaMAX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.625rem;width:12.3125rem;top:23.799999237061rem;left:30.14999961853rem;overflow:hidden;display:block; }
#slDZ7tT6u1aLL4bnCXG5yKmCWHzQcGfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:38.512499809265rem;left:7.8624992370606rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eq5gy0eXWNKxEi311yJlEg3PnfXoc7fP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:38.262499809265rem;left:3.3999996185302rem; }
#Ui9N3bIVEIy2P2hlTfugS8GSLo36rEun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:42.387499809265rem;left:3.3999996185302rem; }
#AFtOcw1wst8LA2APx6kuD4itfknMn3nf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:41.762510299683rem;left:7.8624992370606rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQzKu02259M6xckAMCKViKQSMA44gsVM { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.4375rem;left:0rem;height:3.7375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container { background-color: transparent; background-image: none; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container > .video-iframe-container { display: none; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row > .video-iframe-container { display: none; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .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); }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container { border-width: 0; border-radius: 0; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#T87IPvMhfxOENwHUzPcPSDN7WNWoklTc { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0875rem;height:2.9rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:22.906248092651rem;display:block; }
#cudlqNGhad6Gs6wakTrufC3XSwG7hOTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgDQxOmrE75k2HS4RmdCITdWp7iVTHdm { width:45.1875rem;height:3.5rem;top:5.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LQtl63MLzQoMGeRwqlCJuoRkPk6s0l { width:41.6875rem;height:17.75rem;top:7.0625rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dzGWDdc5BfxCKLIGlUCBPqTgBAxfgx { width:39.9375rem;height:13.875rem;top:9.5rem;left:3.8062496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPUQQSA9NigHp4UXx7vTSQp54XNG1k1 { width:47rem;height:8.5625rem;top:23.5625rem;left:0.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUbzG4AABb0Th32HV5wMb6gN0y0XRDwG { width:7.4375rem;height:3.6875rem;top:36.1875rem;left:20.156248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLWpBdFiI9qxhskVmwvi290VTHhFGUV { width:7.5rem;height:7.5rem;top:14.1875rem;left:34.043748855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #khwuRxK1v25OT845z8xtIswTeqTbkWeM { top:31.0625rem;left:23.125rem;width:24.625rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJsLAyIqLTTPT5dy6XlVi55sBIcsOPTr { width:6.375rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:12.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:16.4375rem;left:7.625rem;width:32.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:1.5625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:19.5rem;left:21.031248092651rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:20.9375rem;left:22.468748092651rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:16.6875rem;left:0.375rem;width:15.375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:13.3125rem;left:2.8125rem;width:10.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { top:13.3125rem;left:18.624998092651rem;width:10.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { top:16.6875rem;left:16.124998092651rem;width:15.3125rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { top:13.3125rem;left:34.437498092651rem;width:10.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { top:16.6875rem;left:32.124998092651rem;width:15.3125rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:7.4375rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:7.4375rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { top:7.4375rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:18.125rem;height:3.75rem;top:26.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #rcAkbtRWWpFZkVgzWbdAPh2w6OU3mzxD { width:3.375rem;height:3.375rem;top:9.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swMgSrAC56qLgzUAhGChn3LaAUK2X5ia { width:3.125rem;height:3.125rem;top:9.1875rem;left:22.249998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG4gS0AAlsfm9aN3C12TGyKnFDLEnq8G { width:3.125rem;height:3.125rem;top:9.1875rem;left:38.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 { display:block; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnP5puOts6nCLdhbI3VFGracwEuZVz4x { top:4.4375rem;left:12.6875rem;width:35.0625rem;height:19rem;font-size:1.125rem;display:block; }#PnP5puOts6nCLdhbI3VFGracwEuZVz4x li:before{  }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { top:11.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { top:15.75rem;left:4.125rem;width:39.5rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { top:0.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1G83MHyAGoIvWRL5vxuNhkGyJmsi8Us { top:19.625rem;left:4.125rem;width:39.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { top:0rem;left:6.9375rem;width:33.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { top:3.5625rem;left:13.562498092651rem;width:20.5625rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:18.125rem;height:3.75rem;top:15.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { top:21rem;left:3.28125rem;width:41.1875rem;height:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { top:11.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { top:15.25rem;left:8.5312480926512rem;width:30.6875rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { top:0.9375rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE { display:block; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:3.875rem;left:2.5625rem;width:11.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { top:3.625rem;left:18.093748092651rem;width:11.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { top:3.625rem;left:34.468748092651rem;width:10.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:16.125rem;left:1.34375rem;width:13.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { top:16.125rem;left:29.1875rem;width:18.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { top:14.9375rem;left:16.843748092651rem;width:13.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { top:18.0625rem;left:11.875rem;width:19.875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { top:20rem;left:31.999998092651rem;width:15.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.75rem;top:29.625rem;left:17.312498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { top:2.3125rem;left:0rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { top:2.3125rem;left:25.25rem;width:22.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:19.25rem;left:0.25rem;width:15.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { top:2.1875rem;left:9.625rem;width:22.125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2RUJyLplKPc7JHKJZPDifQ6UGXZtOqt { top:24.8125rem;left:11.875rem;width:19.875rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJVKyzNVPF98SNTXZJOLacyIgW73BkH { top:2.3125rem;left:25.25rem;width:22.125rem;height:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy { display:block; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuvfzMlyolAqwUJBoebQJptiCvl3XUBw { top:1rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIRhGVycomebb9gm1SwEwyyAJPmqGkz { width:10.5rem;height:10.5rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9R86my5BTpCwKQOGAS5leC7ZBpfEUw { width:10.5rem;height:10.125rem;top:6.5625rem;left:18.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlbNO462nUuOtRrGPTewTVPHT2NtVWe { width:14.3125rem;height:4.8125rem;top:11.375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPITcMopKa9dbokF8oaRnZqRfOLnc20y { top:21.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7ObcfyTUTyISvXzAqigTZHkqTViRxI { width:14.375rem;height:10.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhqADt10tfs7Qet0cDrqubQKquZUHZ3A { width:14.125rem;height:9.875rem;top:7.8125rem;left:16.041605723181rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXkW5W6Ey2kyFBmX8OA2hrbVJMC9x3i { width:13.75rem;height:9.5625rem;top:8rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { top:21.5rem;left:0rem;width:26.5625rem;height:15.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { top:10.75rem;left:0rem;width:38.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { top:3.625rem;left:20.4375rem;width:27.1875rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:19.3125rem;height:auto;top:15.4375rem;left:25.9375rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:19.3125rem;height:auto;top:15.4375rem;left:25.9375rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zbZwHkcBbhrPVOSWSgzy2DpNHapsuw1u {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #IZ338Ke0LIFqO8cg7U3FUy1e6O6Nm326 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mS0sZvb20p4ZuJX26J77MBEg1TTWrLvH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #EvFNoD7db6JZzRrUxw7zR1K7sGyOkBWK {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SIGvufS9HHJHfQcVc78PkBNoecZaShd5 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ap5ZtNIvhLBSTeQ4fb8otHdpCMbxwT1Z {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DqJmb8EA0Jdv5VSEpgT7RFVAwLBxZeXi {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HHo9FSOq4nLQkHIFWRQwQ54AlIt58q8p { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #CThGTpDUTT6gQDXzmtBUDBv5dTbpJR2f {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { top:5.4375rem;left:27.1875rem;width:20.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { top:2.5625rem;left:0rem;width:47.5rem;height:7.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3A5Wemwz0xHzRc4Rq985Kx3aAkRaMAX { width:12.3125rem;height:12.625rem;top:23.75rem;left:16.52499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #slDZ7tT6u1aLL4bnCXG5yKmCWHzQcGfZ { top:38.5rem;left:0rem;width:15.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq5gy0eXWNKxEi311yJlEg3PnfXoc7fP { width:2.75rem;height:2.75rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9N3bIVEIy2P2hlTfugS8GSLo36rEun { width:2.125rem;height:2.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFtOcw1wst8LA2APx6kuD4itfknMn3nf { top:41.75rem;left:0rem;width:15.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQzKu02259M6xckAMCKViKQSMA44gsVM { top:15.4375rem;left:0rem;width:42.9375rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z { display:block; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T87IPvMhfxOENwHUzPcPSDN7WNWoklTc { width:29.0625rem;height:2.875rem;top:0.9375rem;left:9.2812480926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #cudlqNGhad6Gs6wakTrufC3XSwG7hOTN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgDQxOmrE75k2HS4RmdCITdWp7iVTHdm { width:20rem;height:2.8rem;top:8.1989583969119rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LQtl63MLzQoMGeRwqlCJuoRkPk6s0l { width:15.8125rem;height:6.5625rem;top:13.356249809265rem;left:4.1875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dzGWDdc5BfxCKLIGlUCBPqTgBAxfgx { width:19.75rem;height:11.8125rem;top:12.25937461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPUQQSA9NigHp4UXx7vTSQp54XNG1k1 { width:20rem;height:3.325rem;top:19.86874961853rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUbzG4AABb0Th32HV5wMb6gN0y0XRDwG { width:8.25rem;height:3.8125rem;top:36.286457061767rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLWpBdFiI9qxhskVmwvi290VTHhFGUV { display:flex;width:4.6875rem;height:4.6875rem;top:14.293749809265rem;left:2.1124992370606rem; }
 }@media only screen and (max-width: 763px) { #khwuRxK1v25OT845z8xtIswTeqTbkWeM { width:20rem;height:3.375rem;top:26.486457824707rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJsLAyIqLTTPT5dy6XlVi55sBIcsOPTr { width:5.1875rem;height:5.25rem;top:1.375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:4.0625rem;top:9.22500038147rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:19.375rem;height:5.525rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:7.05rem;top:1.0625rem;left:0rem;font-size:2.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:2.25rem;height:2.25rem;top:23.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:23.6875rem;left:8.59375rem;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { background-color:rgba(var(--color-secondary-3),0.88);background-image:none;display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:15.3125rem;height:3.675rem;top:10.5rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:10.375rem;height:2.51855625rem;top:7.125rem;left:4.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { width:10.375rem;height:2.51855625rem;top:25.5rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { width:15.3125rem;height:3.675rem;top:28.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { width:10.375rem;height:2.51855625rem;top:44rem;left:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { width:15.3125rem;height:4.9rem;top:47.375rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:17.625rem;height:16.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:17.625rem;height:16.3125rem;top:19.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { width:17.625rem;height:16.3125rem;top:38.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:17.3125rem;height:2.875rem;top:56.25rem;left:1.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #rcAkbtRWWpFZkVgzWbdAPh2w6OU3mzxD { display:flex;width:3.375rem;height:3.375rem;top:3.1875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #swMgSrAC56qLgzUAhGChn3LaAUK2X5ia { display:flex;width:3.125rem;height:3.125rem;top:21.437497138977rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pG4gS0AAlsfm9aN3C12TGyKnFDLEnq8G { display:flex;width:3.125rem;height:3.125rem;top:40.187502861023rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1b6cb507-95af-4810-901a-0a873ff209b2/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.adaptive-delivery-prevent-bg, #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.lazyload, #koqhFs3mIGzlmy55mDADvTeyR1s28JJ7.lazyloading { background-image: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { background-color: transparent; background-image: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container > .video-iframe-container { display: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row > .video-iframe-container { display: none; }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .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); }#koqhFs3mIGzlmy55mDADvTeyR1s28JJ7 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnP5puOts6nCLdhbI3VFGracwEuZVz4x { width:20rem;height:11.6875rem;top:13.9375rem;left:0rem;font-size:1.125rem;display:block; }#PnP5puOts6nCLdhbI3VFGracwEuZVz4x li:before{  }
 }@media only screen and (max-width: 763px) { #ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw { display:block; }#ULKMaLn8B0SLIg3bVIfVkIfA2vWPHBVw > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODZTeVdhvyhua54PJ0k4cqgCEAghTSqd { width:20rem;height:3.7375rem;top:6.5687465667725rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NVdUvnI46Pk3dzCMmZlQAJSigCgNcATl { width:20rem;height:5.525rem;top:13.624997138977rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpE6AAR1imy4WcL16VLqzssUPpEsfrV6 { width:20rem;height:4.63125rem;top:0rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1G83MHyAGoIvWRL5vxuNhkGyJmsi8Us { width:20rem;height:2.4375rem;top:23.149998664856rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76d52e92-ca1e-4180-b945-b6aace6bbb48/Screenshot20260301at104848EdytujlogoLogomasterOnlineLogoMakerdlaTwojegonowegobiznesu.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.adaptive-delivery-prevent-bg, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyload, #xrpr2VFo9TIEq0NUonWQEIuFdRleFulc.lazyloading { background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { background-color: transparent; background-image: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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.68); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row > .video-iframe-container { display: none; }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .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); }#xrpr2VFo9TIEq0NUonWQEIuFdRleFulc > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .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; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-number { padding-top:0.4rem;padding-right:0.3625rem;padding-bottom:0.4rem;padding-left:0.3625rem;width:2.17625rem;min-width:2.17625rem;height:2.15rem;font-size:1.599375rem;line-height:34.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.069375rem solid #ffffff;border-right:0.07125rem solid #ffffff;border-bottom:0.069375rem solid #ffffff;border-left:0.07125rem solid #ffffff; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.901875rem;height:0.849375rem;font-size:0.6rem;line-height:13.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 { width:16.1875rem;height:4.188125rem;display:flex;top:5rem;left:2.291015625rem;z-index:15003;padding-top:0.05rem;padding-right:0.051875rem;padding-bottom:0.05rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #t02J8CzTV8CzBPR2dTrOW29zAeF11Qvu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #xrDgevvucaDrDmbwNu6PATIKPcaNqNM1 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #QHysggUcdoWTbiDsPLKTsqnaRvF4e0cT {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #yT3PX7LSyvIRqyI1zScgcJS51WgTB5Al { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #zS2mfWTTGz0ouGl5nOGfIx6EPUa9nDex {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #SCWTTkIuAkLT5V3g6OyVnazIyJg0883u {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #EgIs9SZszybzNu5xaAXPXOfU8kU7qy5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #dnavEIEC5cBqmsbx6rEM6vuRMXppI08J {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #GsTImGCWE0P5KtKOQV4yIcwMaLbi5xK4 {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #f719txdpMSK33s0v0aNK5WEuAo3ZtzIs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #ua39nVEio66rVf4Q4hhTNWypZP33e1od {  }
 }@media only screen and (max-width: 763px) { #wJR8IxVVTKebAeruuVZ8fsiT2JxLga70 #R1Hwb73PT8RFPDgbH5aJHxdRbD7HZ0AM {  }
 }@media only screen and (max-width: 763px) { #Nc0FHVOfu8JH2b3UzrEqfNfKAUA00C8w { width:20rem;height:21.25rem;top:0rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lu6x2zn10Ddel2UxWCIOGVDvwSBftr { width:20rem;height:2.1933625rem;top:1.68701171875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EkIgO2tQqFzubidBdiKkM2bxNpsEeb { width:14.5rem;height:3.25rem;top:18.562500953674rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnIwgIbQH1lsTk7skCvsquew9CTGC8x { display:block; }
 }@media only screen and (max-width: 763px) { #xOMLmeOIDauZUsHMbbK2C26xW8i9FebL { width:20rem;height:6.90625rem;top:11rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz { display:block; }#JVBBun2OTyrBnSkTw4PRM9JeMEmfNLkz > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y12ETZc74W1yzbrwlr19dXPvEywuBaCn { width:20rem;height:3.7375rem;top:10.087497711182rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TBGGrI6EDbHb27IehNgT22L6IxLEaU06 { width:20rem;height:4.4625rem;top:15.312499046326rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTZAmWzcZClRqtQHGwmeLQAJpHck4Jo { width:20rem;height:8.2875rem;top:0.68749427795412rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE { display:block; }#d5FCIhbqdkKSDLzQrJvFvkxHJ1dXw9bE > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL { background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { background-color: transparent; background-image: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row > .video-iframe-container { display: none; }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .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); }#dT8qq9kQ2TwZxBTcx9q2zG08xWkFd5GL > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:9rem;height:8.1875rem;top:2.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHooW4L8gfenkNi2xCDmdKT2cy9WJV1 { width:8.25rem;height:7.6875rem;top:27.800000190735rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG8M1WxQUC3B04bsD1mhOXOMO5eRBrzn { width:7.625rem;height:7.75rem;top:56.175010681153rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:18.4375rem;height:2.275rem;top:12.198959350586rem;left:0.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6vs0btIJe9JpcMk6Xnr4Exf2QaiNEqO { width:17.375rem;height:2.275rem;top:65.25rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glLbHqp4TWTx4ikN7Vd2NziEbbx2mNMS { width:13.0625rem;height:2.275rem;top:37.0625rem;left:3.46875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8o8s7wvQa1wykxrU9APIN6LSu5r9Tqc { width:19.875rem;height:6.90625rem;top:40.35000038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3HKQqbtV5NZ1sJ0Q6Q6InHThg36qoK { width:17.6875rem;height:4.14375rem;top:71.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZM9miSLSd1ETVuBbKsV2aIwZHOAb7L3 { width:13rem;height:3.0625rem;top:78.586444854737rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTtnTubruKadBJwG2X1uFcP0TXdBLZl { display:block; }
 }@media only screen and (max-width: 763px) { #Ntnpqk9Lk8pU2Zb58ulTk1Xqt6MT6aaF { width:19.8125rem;height:23.75rem;top:1.3614587783814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZmLnbUZxI7t8NAq0hS044vesSe925A0 { width:19.8125rem;height:27.375rem;top:26.400006294251rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:15.375rem;height:5.525rem;top:16.198959350586rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtvJJAonHgTxokF6pkqAOKL0TTyRUSf { width:20rem;height:29.3125rem;top:16.210425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2RUJyLplKPc7JHKJZPDifQ6UGXZtOqt { width:19.875rem;height:4.14375rem;top:48.149982452392rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJVKyzNVPF98SNTXZJOLacyIgW73BkH { width:19.8125rem;height:24.25rem;top:55.199998855591rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy { display:block; }#mfHbnu0eG5z2rzMwxdXz6mdgCoSnpBIy > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuvfzMlyolAqwUJBoebQJptiCvl3XUBw { width:20rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQIRhGVycomebb9gm1SwEwyyAJPmqGkz { width:10.5rem;height:10.5rem;top:4.36875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9R86my5BTpCwKQOGAS5leC7ZBpfEUw { width:10.5rem;height:10.125rem;top:25.44375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlbNO462nUuOtRrGPTewTVPHT2NtVWe { width:14.3125rem;height:4.8125rem;top:17.749994277954rem;left:2.1104164123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPITcMopKa9dbokF8oaRnZqRfOLnc20y { width:20rem;height:2.03125rem;top:40.518754959106rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ep7ObcfyTUTyISvXzAqigTZHkqTViRxI { width:13.375rem;height:9.375rem;top:4.8312492370606rem;left:3.2124996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhqADt10tfs7Qet0cDrqubQKquZUHZ3A { width:13.375rem;height:9.375rem;top:15.918748855591rem;left:3.2124996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXkW5W6Ey2kyFBmX8OA2hrbVJMC9x3i { width:13rem;height:9.125rem;top:27.043750762939rem;left:3.3999996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKQUzhGE9J0TxoQtW44wenODPstoPMvU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { background-color: transparent; background-image: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row > .video-iframe-container { display: none; }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .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); }#LKQUzhGE9J0TxoQtW44wenODPstoPMvU > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1goOT87riTR3rpUt0iM4Ni3GSQFMqwt { width:19.75rem;height:4.5rem;top:13.456250190735rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiNAmkJkQEdeRkJPyQ72d9OTh5gxc4H9 { width:19.1875rem;height:1.21875rem;top:26.593749046326rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqpnZSq1fGO8yN4Hc7d4KcxztKZJT311 { width:20.1875rem;height:37.9375rem;top:28.900024414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-text {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-select {padding-top: 0; padding-bottom: 0;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c  { width:16.6875rem;height:auto;top:38.837488174439rem;left:0.40625rem; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c {display:block;}#TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c { width:16.6875rem;height:auto;top:38.837488174439rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #m44DL5aw5IIsVDykLG41VaXRsCfHykTP {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #z7Uk7tl5cUXXerJRBceXeVleu0rxX14y { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #P4g3wE8yvqARZ09kprMaFvfdxoy6eHhT {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #zbZwHkcBbhrPVOSWSgzy2DpNHapsuw1u {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #IZ338Ke0LIFqO8cg7U3FUy1e6O6Nm326 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #mS0sZvb20p4ZuJX26J77MBEg1TTWrLvH {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TA7Zd6cPtszLgFbigFkThQXdVm2VdtJn {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #ZbWIqnrILAOA7UfsspCt5N0GatxkgttB { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #GWgDhOy7n0ANduGRzb6REnuASBVUzXku {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #EvFNoD7db6JZzRrUxw7zR1K7sGyOkBWK {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #SIGvufS9HHJHfQcVc78PkBNoecZaShd5 {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Ap5ZtNIvhLBSTeQ4fb8otHdpCMbxwT1Z {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #DqJmb8EA0Jdv5VSEpgT7RFVAwLBxZeXi {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #HHo9FSOq4nLQkHIFWRQwQ54AlIt58q8p { display:none; }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #CThGTpDUTT6gQDXzmtBUDBv5dTbpJR2f {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #Hat5ylCeXlsqfQ7pGiikwZ8TcXKAEbMz {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #XLzVvfaJJEVv7qcuxHsAVpc6MMNviqdk {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #v50vCbnZfLKDInhbqWsqG8BFprqoLJcW {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #cz9cBgqE0C4Uccin6CkShLXSaq3psNLV {  }
 }@media only screen and (max-width: 763px) { #TghggiQeOqlTTXf3CEtT8Wvwc46hiX7c #TNerfHCueTPXe7dwiBLUvNkzZPV189Jv {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP .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; }
#DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP { width:18.5rem;height:5.1875rem;display:flex;top:33.52499961853rem;left:0.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #tEf1EKTTx1FrA44Wk43J0Vc5tHhbENTm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #BgwTo31R6FyqzRF6LTJXKQ0ME0EBePIm {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #TRP4Vzd4k4IFvEKhpbtqJJId1lRfVSNZ {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #AT4gCIUEDfk1uo9Br6RxaElGdmQQngOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #aV1ztwAfrVHeMhoqRGcZFboGrIXCAGw5 {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #EFrVsaiw0rFHqNmHnCsDO0mp56PryWyu {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #GE9sEWkpyumQp3em4DonsWzhTJpry81f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #T8rmyya3M9KrZkSBWDSEIg8h34cuUk5H {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #UTo67Ny2ptpxCP9JzLGcHZ8B1M8yeeGp {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #NrP7gu04DxCaBnsvr8XyNOtcFBXAfcTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #LKzXVZw0voX26FFuhwvuAM3DXyX2sDqM {  }
 }@media only screen and (max-width: 763px) { #DWiZyoEATcXmcwWz6pnxq7kg9ZbxqwyP #eaKc3oI3S5zPFPJpmfh4i9pSZMLxJ2pT {  }
 }@media only screen and (max-width: 763px) { #mNnlFMqGsVxXg2tZHvbv3bd9vPLMz5Fg { width:20rem;height:2.275rem;top:30rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RToudbuuDpCEo53eHvlZ2mTp1AgsPbsg { width:20rem;height:2.68125rem;top:1.1874923706055rem;left:0rem;font-size:2.0625rem;color:rgba(240,233,246,0.83);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3A5Wemwz0xHzRc4Rq985Kx3aAkRaMAX { width:6.875rem;height:7rem;top:18.768745422363rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slDZ7tT6u1aLL4bnCXG5yKmCWHzQcGfZ { width:14.125rem;height:1.875rem;top:68.28125rem;left:5.875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eq5gy0eXWNKxEi311yJlEg3PnfXoc7fP { display:flex;width:2.1875rem;height:2.1875rem;top:68.125rem;left:2.40625rem; }
 }@media only screen and (max-width: 763px) { #Ui9N3bIVEIy2P2hlTfugS8GSLo36rEun { display:flex;width:1.625rem;height:1.625rem;top:71.165626525881rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #AFtOcw1wst8LA2APx6kuD4itfknMn3nf { width:11.9375rem;height:1.78125rem;top:70.959375381469rem;left:5.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #GQzKu02259M6xckAMCKViKQSMA44gsVM { width:20rem;height:5.525rem;top:5.9781188964844rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z { display:block; }#orHol59rIzn7Qk9QJz6QP5cHOqqOSz4Z > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T87IPvMhfxOENwHUzPcPSDN7WNWoklTc { width:18.675rem;height:2.05rem;top:1.3937492370606rem;left:0.61249923706055rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cudlqNGhad6Gs6wakTrufC3XSwG7hOTN { display:block; }
 }