.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe { position:relative;z-index:auto;display:block; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe { background-color: transparent; background-image: none; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container > .video-iframe-container { display: none; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row > .video-iframe-container { display: none; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .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); }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe { border-width: 0; border-radius: 0; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nOabsmiulJ9OgMahff4wG0JzMgyr5ulz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gt pressura";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.2666015625rem;left:57.2490234375rem;height:3.89941875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I2rEsvENZx5aD2qvXC72tHDrpT1O6obJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:29.75rem;top:0rem;left:22.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b18fc1cd-de02-49f5-9bda-5b4a84e8f0d0/1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#KGhZCbW9plDRnSLDx6HT9mXAzuZV11hH { color:#ffffff;display:block;width:46.1865rem;position:absolute;font-family:"gt pressura";font-size:5.0625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #0c0c0c;top:22.5078125rem;left:3.12451171875rem;height:11.13675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oa6ewQ4vuyFhwLTafFIacxW83y3pO93L { background-color:#010407;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff9c78;border-left:0.1875rem solid #ff9c78;border-right:0.1875rem solid #ff9c78;border-bottom:0.1875rem solid #ff9c78;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt pressura";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.0537109375rem;left:28.75rem;display:block; }
#obXGD5QQ8uiwp5WfxZzmxtZXnADAAxCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBJ6sLplcMBp1hR9NSIp1wFiAWXipRb6 { position:absolute;display:block;z-index:15003;background-color:#ff9c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:9.25rem;top:35.32283782959rem;left:3.125rem;display:block; }
#XIzeiA4slyrvsVfIywmV43V1K4hNZoEz { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"gt pressura";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.59334564209rem;left:3.6875rem;height:1.4622375rem;display:block; }
#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf { position:relative;display:block; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf { background-color: transparent; background-image: none; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container > .video-iframe-container { display: none; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row > .video-iframe-container { display: none; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .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); }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf { border-width: 0; border-radius: 0; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU { position:relative;display:block; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU { background-color: transparent; background-image: none; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container > .video-iframe-container { display: none; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row > .video-iframe-container { display: none; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .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); }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU { border-width: 0; border-radius: 0; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gK5XUeGZ7dxPGb6OyTgde2046W6uWx8Q { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:1.6875rem;left:0rem;display:block; }
#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT { position:relative;display:block; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT { background-color: transparent; background-image: none; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container > .video-iframe-container { display: none; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row > .video-iframe-container { display: none; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .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); }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT { border-width: 0; border-radius: 0; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G3TVNBft4MQXBssPZKy17aJRyTb0PuOA { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT { position:relative;display:block; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT { background-color: transparent; background-image: none; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container > .video-iframe-container { display: none; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row > .video-iframe-container { display: none; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .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); }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT { border-width: 0; border-radius: 0; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xJB5QLzCgSWyNu28kGtvcx5JCdt0lM7M { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.0317375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eJe4vDtGWw3CqLOb37T30SQROWLkyPE4 { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:0.125rem;top:4rem;left:37.4375rem;display:block; }
#GytblVMOmKSTdq2dUocWJeZGr2kFnugO { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/01056284-3df8-4e51-9de5-1a5ae7e8891c/KopiaLinkedInpost20230605T120228631.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:35rem;top:4rem;left:0rem;display:block; }#GytblVMOmKSTdq2dUocWJeZGr2kFnugO.adaptive-delivery-prevent-bg, #GytblVMOmKSTdq2dUocWJeZGr2kFnugO.lazyload, #GytblVMOmKSTdq2dUocWJeZGr2kFnugO.lazyloading { background-image: none; }
#T81CPo8Rd1S2k30ezmiagLynIMpEOOyr { 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:15006;top:22.0625rem;left:0rem; }
#vunrm0vy6PcblooiHMIdtb0INwUWcsaE { position:absolute;display:block;z-index:15001;background-color:#ff9c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.4375rem;left:0rem;display:block; }
#wP57cpPefOzWJEUNR1ClyuG0tMN38ZJT { 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:15008;top:26.25rem;left:0rem; }
#fnREW1tw5yV6VS2iw3IA73RgxFGNlNk4 { position:absolute;display:block;z-index:15003;background-color:#ff9c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:26.625rem;left:0rem;display:block; }
#r1eGbXXQ1qGDL3WV6OJCgS5TWzcZ5G62 { 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:15010;top:30.3125rem;left:0rem; }
#uxg4ifdarddvfbFTUgPQc1MdIqF9tcTC { position:absolute;display:block;z-index:15005;background-color:#ff9c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.6875rem;left:0rem;display:block; }
#z1QueNTyqM9I5s79xq02gLzQ8hlafZRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:34.25rem;left:0.125rem; }
#ewkcvfry1hSqqRgmCZFW8qaLsR1mezMK { position:absolute;display:block;z-index:15007;background-color:#ff9c78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:34.75rem;left:0rem;display:block; }
#IFKiHirTU3AeKVhdT1Uk2Xc6FE01IhbU { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.75rem;left:3.875rem;height:1.75rem;font-style:normal;display:block; }
#RNtPiNynwadHFtopEkIiUGHIG2sEkk3B { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:26.5625rem;left:3.875rem;height:2.5rem;font-style:normal;display:block; }
#z5FSdiULxonfB25rCzxUZECoHvzaxi25 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:30.625rem;left:3.875rem;height:2.5rem;font-style:normal;display:block; }
#lB0cPEyxPdF4fMpbKdeEr1TJTHnzBkqD { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:34.46875rem;left:3.875rem;height:2.5rem;font-style:normal;display:block; }
#XEsZigcBTsc9oXx38CWDhTcZiuqDxA6c { 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:15018;top:30.3125rem;left:39.0625rem; }
#RGIniWo4UJs2sqIKE86nP0TRRctaH4az { position:absolute;display:block;z-index:15013;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.4375rem;left:39.0625rem;display:block; }
#CQrusVZoJFLLWWv8tmpLi6cTITVzekCh { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:30.125rem;left:42.9375rem;height:3.5rem;font-style:normal;display:block; }
#rZZ0mf0Jf8dSgndlqkrswfAPbHa8ibX0 { 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:15020;top:26.25rem;left:39.0625rem; }
#w3yuiHcQnp9ZUD9qR6pOLau04mXOeRe3 { position:absolute;display:block;z-index:15015;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:26.625rem;left:39.0625rem;display:block; }
#bn5Tu2gGAolerUpGf7EsoSi7CX27AMsq { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:26.5625rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#qnF9Ku1wPoeRUVVwFgzToZ6QBAeMcvge { 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:15022;top:22.0625rem;left:39.0625rem; }
#vXztzvfv4Vep79kBTGVfsCurK2w2Bnc7 { position:absolute;display:block;z-index:15017;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.6875rem;left:39.0625rem;display:block; }
#CAIfRrB1THEp3TeWaWZPooBTyK7BDk3b { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:22.375rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#bc7xKnc89WLPUxHKpBXTPdeiS3QLtpXW { 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:15024;top:34.375rem;left:39.0625rem; }
#aXpO13Tll9N38lodCKzkOitfb3Z5mT9S { position:absolute;display:block;z-index:15019;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:34.75rem;left:39.0625rem;display:block; }
#fyIRSuvhf4tHsa072vhAVFuUACF2JGaC { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:34.469345092774rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/233c653e-0794-4323-bc60-7704b87bd8a6/AKTUALNYSITEPLANLTM_G01_wizualizacjazlotuptaka201_23_ODBASI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:35.9375rem;top:4rem;left:39.0625rem;display:block; }#Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH.adaptive-delivery-prevent-bg, #Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH.lazyload, #Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH.lazyloading { background-image: none; }
#hDpLQtN6EbkFpTfapkoiRIF7zgnP1LCT { color:#91d7af;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:39.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu { position:relative;display:block; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu { background-color: transparent; background-image: none; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container > .video-iframe-container { display: none; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row > .video-iframe-container { display: none; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .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); }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu { border-width: 0; border-radius: 0; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT8lZJ6CBZxCQt1gwzKqkpAoKTALJQ1M { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:24.1875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.75rem;left:0rem;overflow:hidden;display:block; }
#GvOlMRJTpiWZlfUpMNdZyntRbGFmvLr3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.0625rem;width:22.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.75rem;left:25.625rem;overflow:hidden;display:block; }
#ovmlyn0IpHzT8tPOu1s0RGTnDFJL2AyF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.4375rem;left:48.8125rem;overflow:hidden;display:block; }
#pTxwvUxP3WEuZkT7dUV5KJ3zAKkTAJNE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.75rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.375rem;left:51.25rem;overflow:hidden;display:block; }
#Q9zAvqaIUBztZhAhHqpudDb23bl4Zhkg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.75rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:7.375rem;overflow:hidden;display:block; }
#o3QgTnzTVAcJLdi47Se6HfZVoM8LEspo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.0625rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.0625rem;left:28.75rem;overflow:hidden;display:block; }
#aT9N6gz6I6AQLOByoyihkeSCt7iz07CW { background-color:#010407;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff9c78;border-left:0.1875rem solid #ff9c78;border-right:0.1875rem solid #ff9c78;border-bottom:0.1875rem solid #ff9c78;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt pressura";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.5rem;left:28.75rem;display:block; }
#ePSyxQRef59OcbIg4SzSNKeFMTtERPtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhPhBM1WARDPrJabTBMVQcLK7M4n3UzL { position:absolute;display:block;z-index:14998;background-color:rgba(255,156,120,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:34.375rem;top:1.25rem;left:1.3125rem;display:block; }
#uagugXUlkG0KFXxlVQDLTeB4zxDPS4rv { position:absolute;display:block;z-index:15000;background-color:rgba(75,160,250,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:37.4375rem;top:2.1250152587891rem;left:1.9375rem;display:block; }
#WX4cUw39wF7zA9NAEJTXfzJVFZAEpetn { position:absolute;display:block;z-index:15000;background-color:rgba(145,215,175,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:35.1875rem;top:3.25rem;left:2.5rem;display:block; }
#vZGbLzeECpQ8g3i5JsV2yvFXu61FbhhL { color:#0c0c0c;display:block;width:24.6875rem;position:absolute;font-family:"gt pressura";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.2382965087891rem;left:3.4375rem;height:6.4609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kUnLWhz2iTZiVCNx1vFIaR3s6g32u9Na { color:#0c0c0c;display:block;width:49.75rem;position:absolute;font-family:"gt pressura";font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.5976715087887rem;left:3.4375rem;height:1.9934875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LMDNEm10Jx5LhsCXv3vbx1r7E0p7g8G7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:16.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3rem;left:41.3125rem;overflow:hidden;display:block; }
#HhOdTDAIJcv4t0nrcbWFOw9Ld0LF3dBc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.1875rem;width:14.125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.625rem;left:58.75rem;overflow:hidden;display:block; }
#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f3ccd;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; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container { background-color: transparent; background-image: none; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container > .video-iframe-container { display: none; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row > .video-iframe-container { display: none; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .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); }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container { border-width: 0; border-radius: 0; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#dNbT24tozUzESMzpk5TDH68qirTKV8M7 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:cardo;font-size:3rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:12.75rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dgCWBVKcghxK33xp7wc6D2lZ3RLvOaRQ { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:2.5996125rem;display:block; }
#nqHl876gykTyIAncHhmFRBei0wrkBb8p { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:7.796875rem;display:block; }
#IUIEd03H8WbQVrddG8CeTGmqJeTZBO3O { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.375rem;left:37.5rem; }
#lM1EtrnoJQqq7PGelT1EllQQokS7OIBw { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.625rem;left:37.5rem; }
#ZVmSpQ4WgRh1Itpkp16D75boa5W66y9f { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.5625rem;left:37.5rem; }
#F4TKP2T0q37HHTg22iZdpKmtO5GfVHWl { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.6875rem;left:37.5rem; }
#ZQgo5wX2CvfcxydUrLap4i3aOgpU7y24 { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:cardo;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.1875rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z87c7XoUP5mVvqAFcLh2lL6xx4sMR0iu { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:cardo;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:8.4375rem;left:44rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wL4ox4MhhJhTL8R4AboXiNkpOMlZmBqO { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:44rem;height:2.5996125rem;display:block; }
#TL0qDQwHIt2Ibrh6XCfJDF7lkTE0KEZ5 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:cardo;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:15.6875rem;left:44rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeRtuuaZtca2ESP5pTGRx4LzqPtW7tD2 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44rem;height:2.5996125rem;display:block; }
#cdQNga9NrVHduGMu1l9mZHWPbgNUsXsN { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:cardo;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:22.75rem;left:44rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mqqEeUsAArTIUTafd9HgparNlA78Ed2O { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:44rem;height:2.5996125rem;display:block; }
#hC9mEH3bW2skT2Zwgx6SB1AMA8rHqtHp { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:cardo;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:29.8125rem;left:44rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8JTC63xv5GTu1QvhlwSXComyVSLMlvi { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.9375rem;left:44rem;height:2.5996125rem;display:block; }
#A1BcyCMJnlMaBlqQQZivQWF3495u00wO { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#zqBrPgIB6leJFHQM2priuZvkFo5GSBrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OX4Nor49RqS66mReKcQ0zQdngoSRr7dz { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.375rem;left:15.65625rem;display:block; }
#lA4QmSbixpeGhQ85omSp9nsMz1heMNxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ { position:relative;display:block; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ { background-color: transparent; background-image: none; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container > .video-iframe-container { display: none; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row > .video-iframe-container { display: none; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .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); }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ { border-width: 0; border-radius: 0; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh { position:relative;display:block; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh { background-color: transparent; background-image: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container > .video-iframe-container { display: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row > .video-iframe-container { display: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .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); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh { border-width: 0; border-radius: 0; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KVQxmoT7DJskVzua5Svl9ySGWWFcyNt6 { color:#91d7af;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9f2bNef9flfUgeidHvsRHOGxCrpMqy5 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5rem;left:1.5625rem;height:15.75rem;font-style:normal;display:block; }
#vbPvZA5Qdq4quNNhqJq9HtOeT35uPA15 { background-color:#010407;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #91d7af;border-left:0.1875rem solid #91d7af;border-right:0.1875rem solid #91d7af;border-bottom:0.1875rem solid #91d7af;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt pressura";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.500392913818rem;left:1.5625rem;display:block; }
#sDCB9TptvrN9FV1o82TLqBSlLVc3GmFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILS4yJREhVZEZeQfI8TeKmPZUM8az6Tw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:35.125rem;top:2.875rem;left:38.75rem;overflow:hidden;display:block; }
#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o { position:relative;display:block; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o { background-color: transparent; background-image: none; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container > .video-iframe-container { display: none; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row > .video-iframe-container { display: none; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .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); }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o { border-width: 0; border-radius: 0; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qnhDvBTxMJLmkzWsypr5U5xlwlQJQRXX { background-color:#010407;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff9c78;border-left:0.1875rem solid #ff9c78;border-right:0.1875rem solid #ff9c78;border-bottom:0.1875rem solid #ff9c78;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt pressura";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.5rem;left:28.75rem;display:block; }
#BXxVHQWl9Pf6KR6FpIO5INezcB1dgJL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT { position:relative;display:block; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT { background-color: transparent; background-image: none; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container > .video-iframe-container { display: none; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row > .video-iframe-container { display: none; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .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); }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT { border-width: 0; border-radius: 0; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDcL5qdNuzrlO9q4wfmqPPoKbFJEpQkB { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TC3GCxkXK5i7v13fH5xbdd06D7AwOTGg { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G { position:relative;display:block; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G { background-color: transparent; background-image: none; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container > .video-iframe-container { display: none; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row > .video-iframe-container { display: none; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .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); }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G { border-width: 0; border-radius: 0; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CvfiSlX2BGRZWQy0XqcW8vJ5T6hogHhi { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C0xgWENRAfLXTVnO8Bkv5Dy52Vk9szWT { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.0625rem;left:0rem;height:7rem;font-style:normal;display:block; }
#w4qiTRFBHGRqfEPsUaa0e7ZpPaLFfZD4 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:13.3125rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#hNptBrlV0GskGFTsTDWSw8WlL2IN2fO6 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:9.25rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#BT4EaTXr7Tw1Wy511Xa5Ux3MUh2IVGZv { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:5.1875rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#xLCo0xB3wyMNZKyGVuWHsP2To2BrbbXf { 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:15030;top:0.875rem;left:39.0625rem; }
#k3xhIEgMNqsFMUFSOVGzIFvl4B9uIBC1 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:1.5625rem;left:42.9375rem;height:1.75rem;font-style:normal;display:block; }
#aohGUyEWbbozxkZiNB0oIoADfmdFFGtM { 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;top:4.875rem;left:39.0625rem; }
#au0JfgnnHAHzJM3crVkQoFF8X1WuTGpP { 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:15034;top:8.9375rem;left:39.0625rem; }
#vq63Rq6UQPmBn4iVb62Ewwf0WDWM0vHv { 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:15036;top:13rem;left:39.0625rem; }
#SJqrRBvwuuexJ4y5oknhhRT798T6mAwT { position:absolute;display:block;z-index:15025;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:1.25rem;left:39.0625rem;display:block; }
#ZAyUFuBZcnGroH1ViVAhl5rqbSWrvfhf { position:absolute;display:block;z-index:15027;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:5.25rem;left:39.0625rem;display:block; }
#XpGwo9p8Q6ZXAexAZDQxvnTXbwkmuyie { position:absolute;display:block;z-index:15029;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:9.3125rem;left:39.0625rem;display:block; }
#rVTUgCOfhBbGNoWcTJFOdycSeAITISsV { position:absolute;display:block;z-index:15031;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:13.375rem;left:39.0625rem;display:block; }
#xE5UaTMJKfs0BIVRUtbuUZKbJHsS89Oh { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"gt pressura";font-size:1.25rem;font-weight:300;z-index:15033;line-height:1;letter-spacing:0;top:17.0625rem;left:42.9375rem;height:2.5rem;font-style:normal;display:block; }
#FfVxKqWNdBFVPQNqtIIEhB66pBrqp3iB { 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:15039;top:16.75rem;left:39.0625rem; }
#paevmHdTNTpur10JTrZrywQkLypR5112 { position:absolute;display:block;z-index:15034;background-color:#91d7af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:17.125rem;left:39.0625rem;display:block; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-form-header {  }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-regular-label { height:auto;display:block;font-family:"gt pressura";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gt pressura"; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"gt pressura"; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"gt pressura";font-size:0.875rem;overflow:hidden; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#ff703c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.0625rem;font-weight:700;color:#ffffff;width:17.875rem;height:3.4375rem;font-family:"gt pressura";overflow:hidden;font-style:normal; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:0.875rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:0.875rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:0.875rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:0.875rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .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:"gt pressura";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .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; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"gt pressura";font-size:0.9375rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-container:first-of-type{padding-top:0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-container:last-of-type{padding-bottom:0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn  { background-color:#91d7af;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0.0625rem solid #91d7af;border-left:0.0625rem solid #91d7af;border-right:0.0625rem solid #91d7af;border-bottom:0.0625rem solid #91d7af;z-index:15001;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #91d7af ;position:absolute;top:16.125rem;left:7.65625rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-info-text { display:block;height:auto;font-family:"gt pressura";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn {display:block;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn { background-color:#91d7af;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0.0625rem solid #91d7af;border-left:0.0625rem solid #91d7af;border-right:0.0625rem solid #91d7af;border-bottom:0.0625rem solid #91d7af;z-index:15001;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #91d7af ;position:absolute;top:16.125rem;left:7.65625rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #yda9B7iA714DgSPqVGiTgo7A5lmR5wwK { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #Cvqn1uwacNZqAP9wfKrL0830QDX3xZK5 { position:relative;display:block; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #N499TWKlniFT5IqEhVlMrUOTOiKTCyqG { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #fIUzqSwR6yOLSuhz6mb6yT9hEme1eGXd { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mBIOedwM3TeBFXVFszIH8xL6oXqGWTls { position:relative;display:block; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #zQzfUScH16qvKuTpVLqu730bsulK8Ctk { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #rUoF1ktJThdCWzrrm33q49WlZZRIq58m { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mrROdxGq3XEA0V4A4pMh29K5twsQSpCr { position:relative;display:block; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #xTkrvPVVRFvnkQuioOnFg6rvfes0eaQv { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #vAFpJxlmK2x1dRZ6F3WASgfchuUaOIdT { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #R02EghIDZsI6zomsoGw8HP2OWJ4pK9Qq { position:relative;z-index:2; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #TudmUpV0RZzu5gRMDcPTCgc0aIm1LwHV { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #SLHh1iR3KLXZOiwc1Mb4HrSeFX4h9oD1 { position:relative; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #sQlPODtpEkTlDPlMbg3wU0f17BRzsdsw { position:relative; }
#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;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; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container { background-color: transparent; background-image: none; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container > .video-iframe-container { display: none; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row > .video-iframe-container { display: none; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .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); }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container { border-width: 0; border-radius: 0; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#IuGmqaJMo87gPilqTmv7BFPfXTTOpLut { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"gt pressura";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.212890625rem;left:27.34375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xy82viy5ztz8qOmc6yilETCIbIUp9kJe { display:block; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOabsmiulJ9OgMahff4wG0JzMgyr5ulz { top:0.25rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2rEsvENZx5aD2qvXC72tHDrpT1O6obJ { top:0rem;left:8.875rem;width:29.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGhZCbW9plDRnSLDx6HT9mXAzuZV11hH { top:22.5rem;left:0rem;width:46.125rem;height:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6ewQ4vuyFhwLTafFIacxW83y3pO93L { width:17.5rem;height:3.4375rem;top:37rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obXGD5QQ8uiwp5WfxZzmxtZXnADAAxCo { display:block; }
 }@media only screen and (max-width: 763px) { #rBJ6sLplcMBp1hR9NSIp1wFiAWXipRb6 { top:35.3125rem;left:0rem;width:9.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIzeiA4slyrvsVfIywmV43V1K4hNZoEz { top:35.5625rem;left:0rem;width:8.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEy3TBknbvdFR6I9gtducT7Hl2srTyMf { display:block; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU { display:block; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK5XUeGZ7dxPGb6OyTgde2046W6uWx8Q { top:1.6875rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT { display:block; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3TVNBft4MQXBssPZKy17aJRyTb0PuOA { top:0.6875rem;left:0rem;width:34.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT { display:block; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJB5QLzCgSWyNu28kGtvcx5JCdt0lM7M { top:1.25rem;left:0rem;width:34.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJe4vDtGWw3CqLOb37T30SQROWLkyPE4 { top:4rem;left:23.75rem;width:0.125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytblVMOmKSTdq2dUocWJeZGr2kFnugO { top:4rem;left:0rem;width:35rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81CPo8Rd1S2k30ezmiagLynIMpEOOyr { top:22.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunrm0vy6PcblooiHMIdtb0INwUWcsaE { top:22.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP57cpPefOzWJEUNR1ClyuG0tMN38ZJT { top:26.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnREW1tw5yV6VS2iw3IA73RgxFGNlNk4 { top:26.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1eGbXXQ1qGDL3WV6OJCgS5TWzcZ5G62 { top:30.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxg4ifdarddvfbFTUgPQc1MdIqF9tcTC { top:30.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1QueNTyqM9I5s79xq02gLzQ8hlafZRZ { top:34.25rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewkcvfry1hSqqRgmCZFW8qaLsR1mezMK { top:34.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKiHirTU3AeKVhdT1Uk2Xc6FE01IhbU { top:22.75rem;left:0rem;width:30.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNtPiNynwadHFtopEkIiUGHIG2sEkk3B { top:26.5625rem;left:0rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FSdiULxonfB25rCzxUZECoHvzaxi25 { top:30.625rem;left:0rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB0cPEyxPdF4fMpbKdeEr1TJTHnzBkqD { top:34.4375rem;left:0rem;width:32.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEsZigcBTsc9oXx38CWDhTcZiuqDxA6c { top:30.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIniWo4UJs2sqIKE86nP0TRRctaH4az { top:22.4375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQrusVZoJFLLWWv8tmpLi6cTITVzekCh { top:30.125rem;left:17.1875rem;width:30.5625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZ0mf0Jf8dSgndlqkrswfAPbHa8ibX0 { top:26.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3yuiHcQnp9ZUD9qR6pOLau04mXOeRe3 { top:26.625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5Tu2gGAolerUpGf7EsoSi7CX27AMsq { top:26.5625rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnF9Ku1wPoeRUVVwFgzToZ6QBAeMcvge { top:22.0625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXztzvfv4Vep79kBTGVfsCurK2w2Bnc7 { top:30.6875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAIfRrB1THEp3TeWaWZPooBTyK7BDk3b { top:22.375rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7xKnc89WLPUxHKpBXTPdeiS3QLtpXW { top:34.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXpO13Tll9N38lodCKzkOitfb3Z5mT9S { top:34.75rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyIRSuvhf4tHsa072vhAVFuUACF2JGaC { top:34.4375rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH { top:4rem;left:11.8125rem;width:35.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpLQtN6EbkFpTfapkoiRIF7zgnP1LCT { top:1.25rem;left:13.375rem;width:34.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZIFZpEwviXKrgTFs94NZMHPh50DpPDu { display:block; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8lZJ6CBZxCQt1gwzKqkpAoKTALJQ1M { width:24.1875rem;height:12.3125rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvOlMRJTpiWZlfUpMNdZyntRbGFmvLr3 { width:22.125rem;height:11.0625rem;top:14.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovmlyn0IpHzT8tPOu1s0RGTnDFJL2AyF { width:18.0625rem;height:8.9375rem;top:15.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxwvUxP3WEuZkT7dUV5KJ3zAKkTAJNE { width:19.125rem;height:9.75rem;top:25.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zAvqaIUBztZhAhHqpudDb23bl4Zhkg { width:19.125rem;height:9.75rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QgTnzTVAcJLdi47Se6HfZVoM8LEspo { width:21.8125rem;height:11.0625rem;top:27.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9N6gz6I6AQLOByoyihkeSCt7iz07CW { width:17.5rem;height:3.4375rem;top:39.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSyxQRef59OcbIg4SzSNKeFMTtERPtu { display:block; }
 }@media only screen and (max-width: 763px) { #yhPhBM1WARDPrJabTBMVQcLK7M4n3UzL { top:1.25rem;left:0rem;width:34.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uagugXUlkG0KFXxlVQDLTeB4zxDPS4rv { top:2.125rem;left:0rem;width:37.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4cUw39wF7zA9NAEJTXfzJVFZAEpetn { top:3.25rem;left:0rem;width:35.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGbLzeECpQ8g3i5JsV2yvFXu61FbhhL { top:4.1875rem;left:0rem;width:24.6875rem;height:;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUnLWhz2iTZiVCNx1vFIaR3s6g32u9Na { top:7.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMDNEm10Jx5LhsCXv3vbx1r7E0p7g8G7 { width:16.5rem;height:11rem;top:3rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOdTDAIJcv4t0nrcbWFOw9Ld0LF3dBc { width:14.125rem;height:7.1875rem;top:6.625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx75lKzJmF2Ta02buN61qP5TITBXdFVT { display:block; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNbT24tozUzESMzpk5TDH68qirTKV8M7 { top:12.75rem;left:0rem;width:23.625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCWBVKcghxK33xp7wc6D2lZ3RLvOaRQ { top:16.375rem;left:0rem;width:28.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHl876gykTyIAncHhmFRBei0wrkBb8p { top:20.1875rem;left:0rem;width:26.8125rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIEd03H8WbQVrddG8CeTGmqJeTZBO3O { top:8.375rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM1EtrnoJQqq7PGelT1EllQQokS7OIBw { top:22.625rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVmSpQ4WgRh1Itpkp16D75boa5W66y9f { top:15.5625rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4TKP2T0q37HHTg22iZdpKmtO5GfVHWl { top:29.6875rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQgo5wX2CvfcxydUrLap4i3aOgpU7y24 { top:7.1875rem;left:0rem;width:9.4375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87c7XoUP5mVvqAFcLh2lL6xx4sMR0iu { top:8.4375rem;left:23.875rem;width:8.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4ox4MhhJhTL8R4AboXiNkpOMlZmBqO { top:10.75rem;left:23.875rem;width:22.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0qDQwHIt2Ibrh6XCfJDF7lkTE0KEZ5 { top:15.6875rem;left:23.875rem;width:12.6875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeRtuuaZtca2ESP5pTGRx4LzqPtW7tD2 { top:17.8125rem;left:23.875rem;width:22.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdQNga9NrVHduGMu1l9mZHWPbgNUsXsN { top:22.75rem;left:23.875rem;width:8.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqqEeUsAArTIUTafd9HgparNlA78Ed2O { top:24.875rem;left:23.875rem;width:22.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC9mEH3bW2skT2Zwgx6SB1AMA8rHqtHp { top:29.8125rem;left:23.875rem;width:12.6875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8JTC63xv5GTu1QvhlwSXComyVSLMlvi { top:31.9375rem;left:23.875rem;width:22.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1BcyCMJnlMaBlqQQZivQWF3495u00wO { width:14.375rem;height:3.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqBrPgIB6leJFHQM2priuZvkFo5GSBrW { display:block; }
 }@media only screen and (max-width: 763px) { #OX4Nor49RqS66mReKcQ0zQdngoSRr7dz { width:14.375rem;height:3.375rem;top:31.375rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4QmSbixpeGhQ85omSp9nsMz1heMNxL { display:block; }
 }@media only screen and (max-width: 763px) { #XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ { display:block; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh { display:block; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVQxmoT7DJskVzua5Svl9ySGWWFcyNt6 { top:2.0625rem;left:0rem;width:34.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9f2bNef9flfUgeidHvsRHOGxCrpMqy5 { top:8.5rem;left:0rem;width:34.375rem;height:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbPvZA5Qdq4quNNhqJq9HtOeT35uPA15 { width:17.5rem;height:3.4375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDCB9TptvrN9FV1o82TLqBSlLVc3GmFI { display:block; }
 }@media only screen and (max-width: 763px) { #ILS4yJREhVZEZeQfI8TeKmPZUM8az6Tw { top:2.875rem;left:12.625rem;width:35.125rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o { display:block; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnhDvBTxMJLmkzWsypr5U5xlwlQJQRXX { width:17.5rem;height:3.4375rem;top:1.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxVHQWl9Pf6KR6FpIO5INezcB1dgJL8 { display:block; }
 }@media only screen and (max-width: 763px) { #rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT { display:block; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcL5qdNuzrlO9q4wfmqPPoKbFJEpQkB { top:0.6875rem;left:0rem;width:34.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3GCxkXK5i7v13fH5xbdd06D7AwOTGg { top:0rem;left:0rem;width:47.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G { display:block; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvfiSlX2BGRZWQy0XqcW8vJ5T6hogHhi { top:0.8125rem;left:0rem;width:34.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0xgWENRAfLXTVnO8Bkv5Dy52Vk9szWT { top:5.0625rem;left:0rem;width:34.375rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qiTRFBHGRqfEPsUaa0e7ZpPaLFfZD4 { top:13.3125rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNptBrlV0GskGFTsTDWSw8WlL2IN2fO6 { top:9.25rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4EaTXr7Tw1Wy511Xa5Ux3MUh2IVGZv { top:5.1875rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLCo0xB3wyMNZKyGVuWHsP2To2BrbbXf { top:0.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xhIEgMNqsFMUFSOVGzIFvl4B9uIBC1 { top:1.5625rem;left:17.1875rem;width:30.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aohGUyEWbbozxkZiNB0oIoADfmdFFGtM { top:4.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au0JfgnnHAHzJM3crVkQoFF8X1WuTGpP { top:8.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq63Rq6UQPmBn4iVb62Ewwf0WDWM0vHv { top:13rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqrRBvwuuexJ4y5oknhhRT798T6mAwT { top:1.25rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyUFuBZcnGroH1ViVAhl5rqbSWrvfhf { top:5.25rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGwo9p8Q6ZXAexAZDQxvnTXbwkmuyie { top:9.3125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTUgCOfhBbGNoWcTJFOdycSeAITISsV { top:13.375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE5UaTMJKfs0BIVRUtbuUZKbJHsS89Oh { top:17.0625rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfVxKqWNdBFVPQNqtIIEhB66pBrqp3iB { top:16.75rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paevmHdTNTpur10JTrZrywQkLypR5112 { top:17.125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-regular-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn  { width:17.875rem;height:auto;top:16.125rem;left:0.84375rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn {display:block;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn { width:17.875rem;height:auto;top:16.125rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #yda9B7iA714DgSPqVGiTgo7A5lmR5wwK {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #Cvqn1uwacNZqAP9wfKrL0830QDX3xZK5 {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #N499TWKlniFT5IqEhVlMrUOTOiKTCyqG {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #fIUzqSwR6yOLSuhz6mb6yT9hEme1eGXd {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mBIOedwM3TeBFXVFszIH8xL6oXqGWTls {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #zQzfUScH16qvKuTpVLqu730bsulK8Ctk {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #rUoF1ktJThdCWzrrm33q49WlZZRIq58m {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mrROdxGq3XEA0V4A4pMh29K5twsQSpCr {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #xTkrvPVVRFvnkQuioOnFg6rvfes0eaQv {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #vAFpJxlmK2x1dRZ6F3WASgfchuUaOIdT {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #R02EghIDZsI6zomsoGw8HP2OWJ4pK9Qq {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #TudmUpV0RZzu5gRMDcPTCgc0aIm1LwHV {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #SLHh1iR3KLXZOiwc1Mb4HrSeFX4h9oD1 {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #sQlPODtpEkTlDPlMbg3wU0f17BRzsdsw {  }
 }@media only screen and (max-width: 763px) { #BJzc38SMkKogeQxuH50Thiup6FM9bJ64 { display:block; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuGmqaJMo87gPilqTmv7BFPfXTTOpLut { top:4.1875rem;left:13.71875rem;width:20.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xy82viy5ztz8qOmc6yilETCIbIUp9kJe { position:relative;z-index:auto;display:block; }#xy82viy5ztz8qOmc6yilETCIbIUp9kJe > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOabsmiulJ9OgMahff4wG0JzMgyr5ulz { width:12.5rem;height:auto;top:0.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I2rEsvENZx5aD2qvXC72tHDrpT1O6obJ { width:20rem;height:3.4453781512605rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bed6cec-3cd4-43be-a264-efada0e84c0b/KopiaLinkedInpost20230605T115350810.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGhZCbW9plDRnSLDx6HT9mXAzuZV11hH { width:8.3125rem;height:4.875rem;top:5.4609375rem;left:5.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 0.3125rem #0c0c0c;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6ewQ4vuyFhwLTafFIacxW83y3pO93L { width:11.25rem;height:2.0625rem;top:10.2734375rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obXGD5QQ8uiwp5WfxZzmxtZXnADAAxCo { display:block; }
 }@media only screen and (max-width: 763px) { #rBJ6sLplcMBp1hR9NSIp1wFiAWXipRb6 { width:9.25rem;height:2rem;top:15.125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIzeiA4slyrvsVfIywmV43V1K4hNZoEz { width:8.125rem;height:0;top:28.6875rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uEy3TBknbvdFR6I9gtducT7Hl2srTyMf { display:block; }#uEy3TBknbvdFR6I9gtducT7Hl2srTyMf > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU { display:block; }#Q8HvJVAhUbQTyXVfvQ3VwswZu4odnNFU > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK5XUeGZ7dxPGb6OyTgde2046W6uWx8Q { width:19.875rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT { display:block; }#yTLSzV2Zm4iPUrcRGfy2v9vW8TLHa5LT > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3TVNBft4MQXBssPZKy17aJRyTb0PuOA { width:20rem;height:1.21875rem;top:0.515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT { display:block; }#g1GhHH2lUqXQrnP3Hcn8HQ0guKb6GdBT > .row .container { width:20rem;height:111.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJB5QLzCgSWyNu28kGtvcx5JCdt0lM7M { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJe4vDtGWw3CqLOb37T30SQROWLkyPE4 { width:0.125rem;height:33.75rem;top:70rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GytblVMOmKSTdq2dUocWJeZGr2kFnugO { width:20rem;height:15.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T81CPo8Rd1S2k30ezmiagLynIMpEOOyr { width:3.125rem;height:3.125rem;top:20.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunrm0vy6PcblooiHMIdtb0INwUWcsaE { width:1.5625rem;height:1.5625rem;top:20.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP57cpPefOzWJEUNR1ClyuG0tMN38ZJT { width:3.125rem;height:3.125rem;top:27.65625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnREW1tw5yV6VS2iw3IA73RgxFGNlNk4 { width:1.5625rem;height:1.5625rem;top:27.65625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1eGbXXQ1qGDL3WV6OJCgS5TWzcZ5G62 { width:3.125rem;height:3.125rem;top:35.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxg4ifdarddvfbFTUgPQc1MdIqF9tcTC { width:1.5625rem;height:1.5625rem;top:36.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1QueNTyqM9I5s79xq02gLzQ8hlafZRZ { width:2.9375rem;height:2.9375rem;top:43.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewkcvfry1hSqqRgmCZFW8qaLsR1mezMK { width:1.5625rem;height:1.5625rem;top:45.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKiHirTU3AeKVhdT1Uk2Xc6FE01IhbU { width:20rem;height:3.5rem;top:23.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNtPiNynwadHFtopEkIiUGHIG2sEkk3B { width:20rem;height:3.75rem;top:30.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5FSdiULxonfB25rCzxUZECoHvzaxi25 { width:20rem;height:5rem;top:38.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lB0cPEyxPdF4fMpbKdeEr1TJTHnzBkqD { width:20rem;height:3.75rem;top:46.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEsZigcBTsc9oXx38CWDhTcZiuqDxA6c { width:3.125rem;height:3.125rem;top:74.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIniWo4UJs2sqIKE86nP0TRRctaH4az { width:1.5625rem;height:1.5625rem;top:76.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQrusVZoJFLLWWv8tmpLi6cTITVzekCh { width:20rem;height:5rem;top:77.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rZZ0mf0Jf8dSgndlqkrswfAPbHa8ibX0 { width:3.125rem;height:3.125rem;top:84.21875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3yuiHcQnp9ZUD9qR6pOLau04mXOeRe3 { width:1.5625rem;height:1.5625rem;top:85rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5Tu2gGAolerUpGf7EsoSi7CX27AMsq { width:20rem;height:3.75rem;top:87.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnF9Ku1wPoeRUVVwFgzToZ6QBAeMcvge { width:3.125rem;height:3.125rem;top:92.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXztzvfv4Vep79kBTGVfsCurK2w2Bnc7 { width:1.5625rem;height:1.5625rem;top:92.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAIfRrB1THEp3TeWaWZPooBTyK7BDk3b { width:20rem;height:5rem;top:95.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc7xKnc89WLPUxHKpBXTPdeiS3QLtpXW { width:3.125rem;height:3.125rem;top:101.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXpO13Tll9N38lodCKzkOitfb3Z5mT9S { width:1.5625rem;height:1.5625rem;top:103.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyIRSuvhf4tHsa072vhAVFuUACF2JGaC { width:20rem;height:3.75rem;top:104.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8ZAHT1ZxGCZHsZHeSPNanDRWOeL1vH { width:20rem;height:15.9375rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpLQtN6EbkFpTfapkoiRIF7zgnP1LCT { width:20rem;height:2.03125rem;top:54.703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZIFZpEwviXKrgTFs94NZMHPh50DpPDu { display:block; }#oZIFZpEwviXKrgTFs94NZMHPh50DpPDu > .row .container { width:20rem;height:130.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT8lZJ6CBZxCQt1gwzKqkpAoKTALJQ1M { width:20rem;height:10rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvOlMRJTpiWZlfUpMNdZyntRbGFmvLr3 { width:19.9375rem;height:10.0625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovmlyn0IpHzT8tPOu1s0RGTnDFJL2AyF { width:20rem;height:10.25rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxwvUxP3WEuZkT7dUV5KJ3zAKkTAJNE { width:20rem;height:10.125rem;top:37.875579833984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zAvqaIUBztZhAhHqpudDb23bl4Zhkg { width:20rem;height:10.125rem;top:48.687866210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QgTnzTVAcJLdi47Se6HfZVoM8LEspo { width:20rem;height:10.3125rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9N6gz6I6AQLOByoyihkeSCt7iz07CW { width:17.5rem;height:3.4375rem;top:70.523590087887rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSyxQRef59OcbIg4SzSNKeFMTtERPtu { display:block; }
 }@media only screen and (max-width: 763px) { #yhPhBM1WARDPrJabTBMVQcLK7M4n3UzL { width:20rem;height:10.6875rem;top:75.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uagugXUlkG0KFXxlVQDLTeB4zxDPS4rv { width:20rem;height:10.6875rem;top:87.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4cUw39wF7zA9NAEJTXfzJVFZAEpetn { width:20rem;height:10.6875rem;top:88.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGbLzeECpQ8g3i5JsV2yvFXu61FbhhL { width:20rem;height:5.19921875rem;top:78.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 0.3125rem #0c0c0c;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kUnLWhz2iTZiVCNx1vFIaR3s6g32u9Na { width:20rem;height:4.7109375rem;top:100.2109375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 0.3125rem #0c0c0c;color:#ffffff;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LMDNEm10Jx5LhsCXv3vbx1r7E0p7g8G7 { width:16.5rem;height:11rem;top:106.171875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOdTDAIJcv4t0nrcbWFOw9Ld0LF3dBc { width:14.125rem;height:7.1875rem;top:118.421875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx75lKzJmF2Ta02buN61qP5TITBXdFVT { display:block; }#Fx75lKzJmF2Ta02buN61qP5TITBXdFVT > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNbT24tozUzESMzpk5TDH68qirTKV8M7 { width:20rem;height:2rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgCWBVKcghxK33xp7wc6D2lZ3RLvOaRQ { width:20rem;height:5.19921875rem;top:7.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqHl876gykTyIAncHhmFRBei0wrkBb8p { width:20rem;height:5.84765625rem;top:15.13671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUIEd03H8WbQVrddG8CeTGmqJeTZBO3O { display:flex;width:5rem;height:5rem;top:25.19534375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #lM1EtrnoJQqq7PGelT1EllQQokS7OIBw { display:flex;width:5rem;height:5rem;top:52.56839375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #ZVmSpQ4WgRh1Itpkp16D75boa5W66y9f { display:flex;width:5rem;height:5rem;top:38.04495625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #F4TKP2T0q37HHTg22iZdpKmtO5GfVHWl { display:flex;width:5rem;height:5rem;top:66.54300625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #ZQgo5wX2CvfcxydUrLap4i3aOgpU7y24 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z87c7XoUP5mVvqAFcLh2lL6xx4sMR0iu { width:8.25rem;height:1.5rem;top:31.44534375rem;left:5.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL4ox4MhhJhTL8R4AboXiNkpOMlZmBqO { width:20rem;height:2.5996125rem;top:34.19534375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL0qDQwHIt2Ibrh6XCfJDF7lkTE0KEZ5 { width:12.6875rem;height:1.5rem;top:44.29495625rem;left:3.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeRtuuaZtca2ESP5pTGRx4LzqPtW7tD2 { width:20rem;height:3.8994125rem;top:47.04495625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdQNga9NrVHduGMu1l9mZHWPbgNUsXsN { width:8.25rem;height:1.5rem;top:58.81839375rem;left:5.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqqEeUsAArTIUTafd9HgparNlA78Ed2O { width:20rem;height:2.5996125rem;top:61.56839375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hC9mEH3bW2skT2Zwgx6SB1AMA8rHqtHp { width:12.6875rem;height:1.5rem;top:72.79300625rem;left:3.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8JTC63xv5GTu1QvhlwSXComyVSLMlvi { width:20rem;height:2.5996125rem;top:75.54300625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1BcyCMJnlMaBlqQQZivQWF3495u00wO { width:14.375rem;height:3.375rem;top:81.130859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqBrPgIB6leJFHQM2priuZvkFo5GSBrW { display:block; }
 }@media only screen and (max-width: 763px) { #OX4Nor49RqS66mReKcQ0zQdngoSRr7dz { width:14.375rem;height:3.375rem;top:85.755859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4QmSbixpeGhQ85omSp9nsMz1heMNxL { display:block; }
 }@media only screen and (max-width: 763px) { #XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ { display:block; }#XSNmMzQ1SdmWTbsVtRbxGeTUZvMrBZpJ > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh { background-color:#0c0c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container { background-color: transparent; background-image: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container > .video-iframe-container { display: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row > .video-iframe-container { display: none; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .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); }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container { border-width: 0; border-radius: 0; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXg45lh6htTgyUoTdwKyZmKCzUoTT1kh > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVQxmoT7DJskVzua5Svl9ySGWWFcyNt6 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9f2bNef9flfUgeidHvsRHOGxCrpMqy5 { width:20rem;height:24.5rem;top:9.8125rem;left:0rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vbPvZA5Qdq4quNNhqJq9HtOeT35uPA15 { width:17.5rem;height:3.4375rem;top:33.375591278076rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDCB9TptvrN9FV1o82TLqBSlLVc3GmFI { display:block; }
 }@media only screen and (max-width: 763px) { #ILS4yJREhVZEZeQfI8TeKmPZUM8az6Tw { width:20rem;height:16.049822064057rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o { display:block; }#PSVcL1SqUbVUO1oHDAe9hXgafRA8WI3o > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnhDvBTxMJLmkzWsypr5U5xlwlQJQRXX { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxVHQWl9Pf6KR6FpIO5INezcB1dgJL8 { display:block; }
 }@media only screen and (max-width: 763px) { #rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT { display:block; }#rpxfM1ThbGcBC2FbHLs2nKLaIvXpaERT > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcL5qdNuzrlO9q4wfmqPPoKbFJEpQkB { width:20rem;height:1.21875rem;top:2.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC3GCxkXK5i7v13fH5xbdd06D7AwOTGg { width:19.875rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G { display:block; }#gtNPmRTxD7uSk4lsO7xt3iJhHT2eAn6G > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvfiSlX2BGRZWQy0XqcW8vJ5T6hogHhi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0xgWENRAfLXTVnO8Bkv5Dy52Vk9szWT { width:20rem;height:12.25rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4qiTRFBHGRqfEPsUaa0e7ZpPaLFfZD4 { width:20rem;height:5rem;top:48.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNptBrlV0GskGFTsTDWSw8WlL2IN2fO6 { width:20rem;height:3.75rem;top:39.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT4EaTXr7Tw1Wy511Xa5Ux3MUh2IVGZv { width:20rem;height:3.75rem;top:30.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLCo0xB3wyMNZKyGVuWHsP2To2BrbbXf { width:3.125rem;height:3.125rem;top:20.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xhIEgMNqsFMUFSOVGzIFvl4B9uIBC1 { width:20rem;height:3.5rem;top:23.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aohGUyEWbbozxkZiNB0oIoADfmdFFGtM { width:3.125rem;height:3.125rem;top:27.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au0JfgnnHAHzJM3crVkQoFF8X1WuTGpP { width:3.125rem;height:3.125rem;top:36.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq63Rq6UQPmBn4iVb62Ewwf0WDWM0vHv { width:3.125rem;height:3.125rem;top:45.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqrRBvwuuexJ4y5oknhhRT798T6mAwT { width:1.5625rem;height:1.5625rem;top:21.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAyUFuBZcnGroH1ViVAhl5rqbSWrvfhf { width:1.5625rem;height:1.5625rem;top:28.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGwo9p8Q6ZXAexAZDQxvnTXbwkmuyie { width:1.5625rem;height:1.5625rem;top:37.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTUgCOfhBbGNoWcTJFOdycSeAITISsV { width:1.5625rem;height:1.5625rem;top:46.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE5UaTMJKfs0BIVRUtbuUZKbJHsS89Oh { width:20rem;height:5rem;top:58.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfVxKqWNdBFVPQNqtIIEhB66pBrqp3iB { width:3.125rem;height:3.125rem;top:55.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paevmHdTNTpur10JTrZrywQkLypR5112 { width:1.5625rem;height:1.5625rem;top:55.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-text {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-select {padding-top: 0; padding-bottom: 0;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn  { width:17.375rem;height:auto;top:64.625rem;left:0rem; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn {display:block;}#eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn { width:17.375rem;height:auto;top:64.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #yda9B7iA714DgSPqVGiTgo7A5lmR5wwK {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #Cvqn1uwacNZqAP9wfKrL0830QDX3xZK5 {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #N499TWKlniFT5IqEhVlMrUOTOiKTCyqG {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #fIUzqSwR6yOLSuhz6mb6yT9hEme1eGXd {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mBIOedwM3TeBFXVFszIH8xL6oXqGWTls {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #zQzfUScH16qvKuTpVLqu730bsulK8Ctk {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #rUoF1ktJThdCWzrrm33q49WlZZRIq58m {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #mrROdxGq3XEA0V4A4pMh29K5twsQSpCr {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #xTkrvPVVRFvnkQuioOnFg6rvfes0eaQv {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #vAFpJxlmK2x1dRZ6F3WASgfchuUaOIdT {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #R02EghIDZsI6zomsoGw8HP2OWJ4pK9Qq {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #TudmUpV0RZzu5gRMDcPTCgc0aIm1LwHV {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #SLHh1iR3KLXZOiwc1Mb4HrSeFX4h9oD1 {  }
 }@media only screen and (max-width: 763px) { #eR0c8sDQBEsWqvfpMKWKppO0VMRrlQUn #sQlPODtpEkTlDPlMbg3wU0f17BRzsdsw {  }
 }@media only screen and (max-width: 763px) { #BJzc38SMkKogeQxuH50Thiup6FM9bJ64 { display:block; }#BJzc38SMkKogeQxuH50Thiup6FM9bJ64 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuGmqaJMo87gPilqTmv7BFPfXTTOpLut { width:15.875rem;height:2.2734375rem;top:2.09375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }