.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,253,217;--color-secondary-1:255,249,128;--color-secondary-2:254,242,0;--color-secondary-3:127,121,0;--color-secondary-4:38,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"FUTURA PT Book";--paragraphs-font-family:"FUTURA PT Book"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e30613;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5mns82sKdU0xM3BCPlOKfXNuageb9la { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #k5mns82sKdU0xM3BCPlOKfXNuageb9la > .row .container { position:relative;display:none; }#ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP > .row .container { position:relative;display:none; }#gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 > .row .container { position:relative;display:none; }#f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ > .row .container { position:relative;display:none; }#M4KsrAsLhdPTC6V2XB8DeekF37l27haU { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #M4KsrAsLhdPTC6V2XB8DeekF37l27haU > .row .container { position:relative;display:block; }#TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 > .row .container { position:relative;display:block; }#NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo > .row .container { position:relative;display:block; }#JPOpiSGBLRSmliQcqU67ntHSTdD928Zg { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JPOpiSGBLRSmliQcqU67ntHSTdD928Zg > .row .container { position:relative;display:block; }#nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ > .row .container { position:relative;display:block; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { background-color: transparent; background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .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); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { border-width: 0; border-radius: 0; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { position:absolute;display:block;z-index:15004;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.3745125rem;width:8.624875rem;top:62.685546875rem;left:34.2490234375rem;overflow:hidden;display:none; }
#lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.8125rem;width:39.0625rem;top:65.18408203125rem;left:19.03076171875rem;display:none; }
#cEULtP5Bzm26rgknsOWp3UcIHvOOE3rH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:35.5rem;top:5.4375rem;left:39.5rem;overflow:hidden;display:block; }
#nUAX9Cf2ItvsozTiETIlIzDO6ACkQlKa { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:44.1875rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { background-color: transparent; background-image: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container > .video-iframe-container { display: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container { display: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .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); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { border-width: 0; border-radius: 0; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#qTwtCrOWRZfhUVERt0C3g6rlfBWBO136 { position:absolute;display:block;z-index:15004;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.3745125rem;width:8.624875rem;top:62.685546875rem;left:34.2490234375rem;overflow:hidden;display:none; }
#pdI42whFeeiCqG7y2gaht08RTL0h2tzP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.8125rem;width:39.0625rem;top:65.18408203125rem;left:19.03076171875rem;display:none; }
#vNO78AvXBGSdwX65TZskqGbWIuciOkzU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35.9375rem;width:67.6875rem;top:1.9375rem;left:3.65625rem;display:block; }
#lKr3mirV35TPwNBH3X4IOEda2a7rgJ6f { box-sizing:content-box;height:39.625rem;width:72.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.10000038146972rem;left:1.1625003814698rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP > .row .container { border-width: 0; border-radius: 0; }#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:none; }#Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO { box-sizing:content-box;height:39.5625rem;width:61.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66ac19d9-6c51-41d0-8997-30063d8a32f3/BiedronkaUrodziny30latKVtataisynv14_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.0625rem;left:5.875rem;border-top:0.875rem solid rgba(var(--color-tertiary-0),1);border-left:0.875rem solid rgba(var(--color-tertiary-0),1);border-right:0.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO.adaptive-delivery-prevent-bg, #Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO.lazyload, #Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO.lazyloading { background-image: none; }
#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd > .row .container { border-width: 0; border-radius: 0; }#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:none; }#LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb { box-sizing:content-box;height:39.5625rem;width:61.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/19d61eed-91f3-46c7-983d-be7c80ea7cb4/BiedronkaUrodziny30latKVnakanapiev8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.0625rem;left:5.8500003814697rem;border-top:0.875rem solid rgba(var(--color-tertiary-0),1);border-left:0.875rem solid rgba(var(--color-tertiary-0),1);border-right:0.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb.adaptive-delivery-prevent-bg, #LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb.lazyload, #LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb.lazyloading { background-image: none; }
#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { border-width: 0; border-radius: 0; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:none; }#DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS { box-sizing:content-box;height:39.5625rem;width:61.625rem;position:absolute;display:block;z-index:15001;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/0e5081b0-d1f0-4ef3-8e9b-a6ea5de038bb/image004.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.056249618530274rem;left:5.875rem;border-top:0.875rem solid rgba(var(--color-tertiary-0),1);border-left:0.875rem solid rgba(var(--color-tertiary-0),1);border-right:0.875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS.adaptive-delivery-prevent-bg, #DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS.lazyload, #DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS.lazyloading { background-image: none; }
#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh { position:relative;display:none; }#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh { border-width: 0; border-radius: 0; }#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh > .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; }#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh > .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:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qgqUodsSF72qBzOH03SDeTuyuQInfGIT { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.875rem;left:35.3125rem;display:block; }
#CmVrNzF98C92PJVWPa1e618OmpcSoeTe { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.875rem;left:37.125rem;display:block; }
#xdzNLsKaDbIVlcP4itSaWiZXovaLFe87 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.875rem;left:38.8125rem;display:block; }
#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { background-color: transparent; background-image: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .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); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { border-width: 0; border-radius: 0; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.9375rem;left:9rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P09fJLFt7zV1TJbggklBF2gbSJq7i8Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdmSickDBIRS1iB6phzvwE4fOOWIOZZB { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15011;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/531898e8-777a-4ad9-a162-47b5b459dce7/BiedronkaDoMojejIDE2026KVOfficev8verticalkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:0.3125rem;display:block; }#gdmSickDBIRS1iB6phzvwE4fOOWIOZZB.adaptive-delivery-prevent-bg, #gdmSickDBIRS1iB6phzvwE4fOOWIOZZB.lazyload, #gdmSickDBIRS1iB6phzvwE4fOOWIOZZB.lazyloading { background-image: none; }
#L4NQgklTrWLxw7szDnXPrGQcShNSNcsr { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15012;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/cb5be5e9-b82a-4014-bab2-9e933b2834ba/BiedronkaDoMojejIDE2026KVMotherv8verticalkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:25.687501907349rem;display:block; }#L4NQgklTrWLxw7szDnXPrGQcShNSNcsr.adaptive-delivery-prevent-bg, #L4NQgklTrWLxw7szDnXPrGQcShNSNcsr.lazyload, #L4NQgklTrWLxw7szDnXPrGQcShNSNcsr.lazyloading { background-image: none; }
#MVuUzvR5HbxtucBZwDynFiBfP94UoOPK { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15013;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/b952c070-3933-41ab-bfb3-f1b47832a507/BiedronkaDoMojejIDE2026KVCouplev6fullkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:51.062501907349rem;display:block; }#MVuUzvR5HbxtucBZwDynFiBfP94UoOPK.adaptive-delivery-prevent-bg, #MVuUzvR5HbxtucBZwDynFiBfP94UoOPK.lazyload, #MVuUzvR5HbxtucBZwDynFiBfP94UoOPK.lazyloading { background-image: none; }
#qIKnXDha6sD2QcDuxAV3mvhoMGTouNnT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:32.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqF2vWMcosZO3OLom2cb8Oa2DE9iQbi2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.9375rem;left:27.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4cTTOVHqAWOfHnqQCE9wLHbOEiIRiLI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:55.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVMHeJTd8pzSq9UksVD6oqT3KGKN7amM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.9375rem;left:50.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { background-color: transparent; background-image: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container > .video-iframe-container { display: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row > .video-iframe-container { display: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .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); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { border-width: 0; border-radius: 0; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#qS1GrnhNn7160JNBiRwiFRSm0kUAofrm { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.9375rem;left:8.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaslPV5cvpZeBGpg2utmryDXrX6h5ayH { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9IrTALm34uiu9Em49rOZc9VycGbX3gq { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15011;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/0a8d23b6-3a6e-4495-a536-093f46d6b634/BiedronkaDoMojejIDE2026KVWedlinyv11RGBkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:0.3125rem;display:block; }#z9IrTALm34uiu9Em49rOZc9VycGbX3gq.adaptive-delivery-prevent-bg, #z9IrTALm34uiu9Em49rOZc9VycGbX3gq.lazyload, #z9IrTALm34uiu9Em49rOZc9VycGbX3gq.lazyloading { background-image: none; }
#ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15012;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/405cbc04-39e9-4cd3-9685-863ee2cb3f57/BiedronkaDoMojejIDE2026KVPiesv6verticalkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:25.687501907349rem;display:block; }#ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.adaptive-delivery-prevent-bg, #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.lazyload, #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.lazyloading { background-image: none; }
#HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15013;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/9dc2ddef-1b1d-4b68-8ceb-238e0e01e6eb/BiedronkaDoMojejIDE2026KVGlassesv5verticalkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:51.062501907349rem;display:block; }#HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.adaptive-delivery-prevent-bg, #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.lazyload, #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.lazyloading { background-image: none; }
#aSpbIvrgrRHTFOXy6M2DtFmuehJGatTs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:36.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gL7ceSGR1SBU6C3fI8kok2iISfZSOdd9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:3.9375rem;left:31.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#caOIZT2kahM7MTP4tDhFrKpFRZW2CtEi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:57.812501907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTifz4dc6Fx40q2SrhupabCAZ4ieUek0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { background-color: transparent; background-image: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container > .video-iframe-container { display: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row > .video-iframe-container { display: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .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); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { border-width: 0; border-radius: 0; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#N0V4REZPGmm0eKPVn4n9M5bTqUfUVAyS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:22.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipv4kCRwtSn79omuQBO3uF4I8WCxu7wc { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.375rem;left:16.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15011;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/46d805a8-a333-4bcc-8d1d-0ff0e5eeadb9/BiedronkaDoMojejIDE2026KV3bagsv6fullkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:13rem;display:block; }#ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.adaptive-delivery-prevent-bg, #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.lazyload, #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.lazyloading { background-image: none; }
#AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54 { box-sizing:content-box;height:24.9375rem;width:23.625rem;position:absolute;display:block;z-index:15012;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/43f00b42-ba48-402c-990c-2d630b952d58/BiedronkaDoMojejIDE2026KVRunnerv6fullkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:38.375rem;display:block; }#AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54.adaptive-delivery-prevent-bg, #AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54.lazyload, #AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54.lazyloading { background-image: none; }
#bIak9TAkteJD0FqiX162TRs1l3pbQFIt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:"futura ptbold";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.375rem;left:48.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moHTRvbUITOVx4wVVkW939rfZT9HmDl2 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:43.812501907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII > .row .container { position:relative;display:block; }#JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu > .row .container { position:relative;display:none; }#Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn > .row .container { position:relative;display:none; }#DPDXt35lp5B560GL8XIoQSFkTx1v2K84 { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #DPDXt35lp5B560GL8XIoQSFkTx1v2K84 > .row .container { position:relative;display:none; }#ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM > .row .container { position:relative;display:none; }#EqyivwpMpLkVF18K7InTxat7IfZhqS7P { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #EqyivwpMpLkVF18K7InTxat7IfZhqS7P > .row .container { position:relative;display:none; }#sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U > .row .container { position:relative;display:none; }#pWNomvitQNwW63U5PLExITqKX87b9Pg6 { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #pWNomvitQNwW63U5PLExITqKX87b9Pg6 > .row .container { position:relative;display:none; }#hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu > .row .container { position:relative;display:block; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { border-width: 0; border-radius: 0; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { border-width: 0; border-radius: 0; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { position:absolute;display:block;z-index:15000;height:7.6875rem;width:75rem;top:0.1875rem;left:0.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k5mns82sKdU0xM3BCPlOKfXNuageb9la { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #k5mns82sKdU0xM3BCPlOKfXNuageb9la > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4KsrAsLhdPTC6V2XB8DeekF37l27haU { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #M4KsrAsLhdPTC6V2XB8DeekF37l27haU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPOpiSGBLRSmliQcqU67ntHSTdD928Zg { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JPOpiSGBLRSmliQcqU67ntHSTdD928Zg > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { display:block; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { top:62.625rem;left:20.6240234375rem;width:8.5625rem;height:1.3645720408991rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { top:65.125rem;left:5.40576171875rem;width:39.0625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEULtP5Bzm26rgknsOWp3UcIHvOOE3rH { top:5.4375rem;left:12.25rem;width:35.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAX9Cf2ItvsozTiETIlIzDO6ACkQlKa { top:2.625rem;left:0rem;width:44.1875rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kELUXzXI08qO5usgGpgMaGxPNIEmnW8d { display:block; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTwtCrOWRZfhUVERt0C3g6rlfBWBO136 { top:62.625rem;left:20.6240234375rem;width:8.5625rem;height:1.3645720408991rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdI42whFeeiCqG7y2gaht08RTL0h2tzP { top:65.125rem;left:5.40576171875rem;width:39.0625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNO78AvXBGSdwX65TZskqGbWIuciOkzU { top:1.9375rem;left:0rem;width:47.75rem;height:25.352031394275rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKr3mirV35TPwNBH3X4IOEda2a7rgJ6f { top:0.0625rem;left:0rem;width:47.75rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP { display:block; }#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO { top:0.0625rem;left:0rem;width:46rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd { display:block; }#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb { top:0.0625rem;left:0rem;width:46rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { display:block; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS { top:0.0625rem;left:0rem;width:46rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh { display:block; }#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgqUodsSF72qBzOH03SDeTuyuQInfGIT { top:0.875rem;left:21.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmVrNzF98C92PJVWPa1e618OmpcSoeTe { top:0.875rem;left:23.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdzNLsKaDbIVlcP4itSaWiZXovaLFe87 { top:0.875rem;left:25.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { display:block; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { top:3.9375rem;left:0rem;width:11.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09fJLFt7zV1TJbggklBF2gbSJq7i8Zp { top:3.9375rem;left:0rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdmSickDBIRS1iB6phzvwE4fOOWIOZZB { top:7.125rem;left:0rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4NQgklTrWLxw7szDnXPrGQcShNSNcsr { top:7.125rem;left:12.062501907349rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuUzvR5HbxtucBZwDynFiBfP94UoOPK { top:7.125rem;left:24.125rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIKnXDha6sD2QcDuxAV3mvhoMGTouNnT { top:3.9375rem;left:19.125rem;width:14.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqF2vWMcosZO3OLom2cb8Oa2DE9iQbi2 { top:3.9375rem;left:14.0625rem;width:4.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4cTTOVHqAWOfHnqQCE9wLHbOEiIRiLI { top:3.9375rem;left:28.4375rem;width:19.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVMHeJTd8pzSq9UksVD6oqT3KGKN7amM { top:3.9375rem;left:36.875rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf { display:block; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS1GrnhNn7160JNBiRwiFRSm0kUAofrm { top:3.9375rem;left:0rem;width:13.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaslPV5cvpZeBGpg2utmryDXrX6h5ayH { top:3.9375rem;left:0rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IrTALm34uiu9Em49rOZc9VycGbX3gq { top:7.125rem;left:0rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { top:7.125rem;left:12.062501907349rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { top:7.125rem;left:24.125rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSpbIvrgrRHTFOXy6M2DtFmuehJGatTs { top:3.9375rem;left:22.5625rem;width:7.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL7ceSGR1SBU6C3fI8kok2iISfZSOdd9 { top:3.9375rem;left:17.500001907349rem;width:4.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOIZT2kahM7MTP4tDhFrKpFRZW2CtEi { top:3.9375rem;left:32.3125rem;width:15.4375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTifz4dc6Fx40q2SrhupabCAZ4ieUek0 { top:3.9375rem;left:38.9375rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX { display:block; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0V4REZPGmm0eKPVn4n9M5bTqUfUVAyS { top:4.375rem;left:8.8125rem;width:10.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv4kCRwtSn79omuQBO3uF4I8WCxu7wc { top:4.375rem;left:3.3125rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { top:7.5625rem;left:0rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54 { top:7.5625rem;left:24.125rem;width:23.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIak9TAkteJD0FqiX162TRs1l3pbQFIt { top:4.375rem;left:35.25rem;width:7.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHTRvbUITOVx4wVVkW939rfZT9HmDl2 { top:4.375rem;left:30.187501907349rem;width:5.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #DPDXt35lp5B560GL8XIoQSFkTx1v2K84 { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #DPDXt35lp5B560GL8XIoQSFkTx1v2K84 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #EqyivwpMpLkVF18K7InTxat7IfZhqS7P { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #EqyivwpMpLkVF18K7InTxat7IfZhqS7P > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWNomvitQNwW63U5PLExITqKX87b9Pg6 { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #pWNomvitQNwW63U5PLExITqKX87b9Pg6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:block; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { display:block; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { top:0.1875rem;left:0rem;width:47.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#a10300;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #k5mns82sKdU0xM3BCPlOKfXNuageb9la { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #k5mns82sKdU0xM3BCPlOKfXNuageb9la > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ccCzvaKyb0UgQLmlu9ZZFZPB35xiRilP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gVs5Qy9oXOGbTUpxkIWDbhhOTEV42Z55 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #f2XBKEGsUwdJSyhHKWkOXTSIH4bR5ChQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4KsrAsLhdPTC6V2XB8DeekF37l27haU { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #M4KsrAsLhdPTC6V2XB8DeekF37l27haU > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #TUMmmF4moSVTP5lxqCi1Vq94Rwgfmpn6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #NiebeMKqCoNfzkkKFw6z7ZOrdOPxKJFo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPOpiSGBLRSmliQcqU67ntHSTdD928Zg { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JPOpiSGBLRSmliQcqU67ntHSTdD928Zg > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #nUZiUEndvdwmkZ8Xuo1eUDsQHWtTXOdJ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #W1FoiUsRKwuDM151nLusaSW1MGQy0w7b { background-color:#e30613;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; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { background-color: transparent; background-image: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { display: none; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .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); }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { border-width: 0; border-radius: 0; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1FoiUsRKwuDM151nLusaSW1MGQy0w7b > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlCxIVaSWJCGLUdDz9nw2dKrreP0Ett6 { width:8.5625rem;height:1.3645720408991rem;top:62.625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwv92pqZ9r4KVtZey4cJRFAtU5ddy78s { height:11.168rem;width:20rem;top:65.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEULtP5Bzm26rgknsOWp3UcIHvOOE3rH { width:20rem;height:13.802816901408rem;top:15.5125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAX9Cf2ItvsozTiETIlIzDO6ACkQlKa { width:20rem;height:13.012729844413rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kELUXzXI08qO5usgGpgMaGxPNIEmnW8d { background-color:#e30613;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; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { background-color: transparent; background-image: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container > .video-iframe-container { display: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container { display: none; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .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); }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { border-width: 0; border-radius: 0; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kELUXzXI08qO5usgGpgMaGxPNIEmnW8d > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTwtCrOWRZfhUVERt0C3g6rlfBWBO136 { width:8.5625rem;height:1.3645720408991rem;top:62.625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdI42whFeeiCqG7y2gaht08RTL0h2tzP { height:11.168rem;width:20rem;top:65.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNO78AvXBGSdwX65TZskqGbWIuciOkzU { height:10.9551875rem;width:20rem;top:0.87709045410156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKr3mirV35TPwNBH3X4IOEda2a7rgJ6f { width:20rem;height:39.625rem;top:1.2397766113281E-5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP { display:none; }#ZlpVh5mBnQ7E6a6LduVbsVHpEGkx56bP > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oe3DqzOFETJRMkfxfOGhqW8rM8XGEHHO { width:19.375rem;height:13.0625rem;top:1.1875rem;left:0rem;border-top:0.375rem solid #e30613;border-left:0.375rem solid #e30613;border-right:0.375rem solid #e30613;border-bottom:0.375rem solid #e30613;display:block; }
 }@media only screen and (max-width: 763px) { #Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd { display:none; }#Kzmmt6UPDIaQPBweJKmJshVyzT1qOpbd > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LI1Q57ezWxbl3dhJalGCBUOSK7GIKcvb { width:19.375rem;height:13.0625rem;top:1.1875rem;left:0rem;border-top:0.375rem solid #e30613;border-left:0.375rem solid #e30613;border-right:0.375rem solid #e30613;border-bottom:0.375rem solid #e30613;display:block; }
 }@media only screen and (max-width: 763px) { #uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { display:none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DXyAIEaBnnIOXadWOOOqNJlxTZkFa1PS { width:19.375rem;height:13.0625rem;top:1.1875rem;left:0.0625rem;border-top:0.375rem solid #e30613;border-left:0.375rem solid #e30613;border-right:0.375rem solid #e30613;border-bottom:0.375rem solid #e30613;display:block; }
 }@media only screen and (max-width: 763px) { #r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh { display:none; }#r5UZHZTXeFtizdtRvkeOsxAJqFkHgiSh > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgqUodsSF72qBzOH03SDeTuyuQInfGIT { width:0.9375rem;height:0.9375rem;top:0.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmVrNzF98C92PJVWPa1e618OmpcSoeTe { width:0.9375rem;height:0.9375rem;top:0.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdzNLsKaDbIVlcP4itSaWiZXovaLFe87 { width:0.9375rem;height:0.9375rem;top:0.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { background-color:#e30613;background-image:none;display:block; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { background-color: transparent; background-image: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .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); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { width:9.75rem;height:1.8rem;top:1.375rem;left:7.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P09fJLFt7zV1TJbggklBF2gbSJq7i8Zp { width:4.3125rem;height:1.8rem;top:1.375rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdmSickDBIRS1iB6phzvwE4fOOWIOZZB { width:20rem;height:24.9375rem;top:3.6739597320557rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #L4NQgklTrWLxw7szDnXPrGQcShNSNcsr { width:20rem;height:24.9375rem;top:33.017709732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuUzvR5HbxtucBZwDynFiBfP94UoOPK { width:20rem;height:24.9375rem;top:62.080190658569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIKnXDha6sD2QcDuxAV3mvhoMGTouNnT { width:11.9375rem;height:1.8rem;top:30.5625rem;left:6.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqF2vWMcosZO3OLom2cb8Oa2DE9iQbi2 { width:4.1875rem;height:1.8rem;top:30.5625rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4cTTOVHqAWOfHnqQCE9wLHbOEiIRiLI { width:15.5625rem;height:1.8rem;top:59.75rem;left:4.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVMHeJTd8pzSq9UksVD6oqT3KGKN7amM { width:4.5rem;height:1.8rem;top:59.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf { background-color:#e30613;background-image:none;display:block; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { background-color: transparent; background-image: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container > .video-iframe-container { display: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row > .video-iframe-container { display: none; }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .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); }#KddMNIJxxIzMxBFa5CdOa4N9t59JeOkf > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS1GrnhNn7160JNBiRwiFRSm0kUAofrm { width:10.875rem;height:1.8rem;top:1.375rem;left:7.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaslPV5cvpZeBGpg2utmryDXrX6h5ayH { width:4.3125rem;height:1.8rem;top:1.375rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9IrTALm34uiu9Em49rOZc9VycGbX3gq { width:20rem;height:24.9375rem;top:3.6739597320557rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { width:20rem;height:24.9375rem;top:33.017709732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { width:20rem;height:24.9375rem;top:62.080190658569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSpbIvrgrRHTFOXy6M2DtFmuehJGatTs { width:6.375rem;height:1.8rem;top:30.5625rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gL7ceSGR1SBU6C3fI8kok2iISfZSOdd9 { width:4.1875rem;height:1.8rem;top:30.5625rem;left:4.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caOIZT2kahM7MTP4tDhFrKpFRZW2CtEi { width:12.5625rem;height:1.8rem;top:59.75rem;left:6rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTifz4dc6Fx40q2SrhupabCAZ4ieUek0 { width:4.5rem;height:1.8rem;top:59.75rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX { background-color:#e30613;background-image:none;display:block; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { background-color: transparent; background-image: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container > .video-iframe-container { display: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row > .video-iframe-container { display: none; }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .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); }#lURin7N1LtrT5BDD6EVrOCS0HNFTR8XX > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0V4REZPGmm0eKPVn4n9M5bTqUfUVAyS { width:8.625rem;height:1.8rem;top:1.375rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipv4kCRwtSn79omuQBO3uF4I8WCxu7wc { width:4.3125rem;height:1.8rem;top:1.375rem;left:3.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { width:20rem;height:24.9375rem;top:3.6739597320557rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54 { width:20rem;height:24.9375rem;top:33.017709732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIak9TAkteJD0FqiX162TRs1l3pbQFIt { width:6rem;height:1.8rem;top:30.562484741211rem;left:9.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moHTRvbUITOVx4wVVkW939rfZT9HmDl2 { width:4.1875rem;height:1.8rem;top:30.562484741211rem;left:4.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #UrqDeJBM87oVkzf9QKdTcQvv7fUsPLII > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JoxCV1fInq2ifAoaHVnLs2cpZkdR4ylu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #Jo9VWPrBpBqdV0lJOTw8ZK0qeHbp5Qfn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPDXt35lp5B560GL8XIoQSFkTx1v2K84 { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #DPDXt35lp5B560GL8XIoQSFkTx1v2K84 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #ANVMJAzVfBKhiLzVst3iJrEnv5sBMXEM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqyivwpMpLkVF18K7InTxat7IfZhqS7P { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #EqyivwpMpLkVF18K7InTxat7IfZhqS7P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sdN6MMMQFEEQ1svDQc7yrfVCG40uaK8U > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWNomvitQNwW63U5PLExITqKX87b9Pg6 { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #pWNomvitQNwW63U5PLExITqKX87b9Pg6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #hMA1PUDOCt0Lc9CEKu2b2SvoupEXZOFu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { width:20rem;height:3.1875rem;top:0.53125rem;left:0rem;display:block; }
 }