.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); }#gm85MwzzNn6vQak5aghuqOokcqHDXXGu { 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; } #gm85MwzzNn6vQak5aghuqOokcqHDXXGu > .row .container { position:relative;display:none; }#wQNhr547kuB3iPWNcKI9BuCfybtirxo8 { 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; } #wQNhr547kuB3iPWNcKI9BuCfybtirxo8 > .row .container { position:relative;display:none; }#SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst { 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; } #SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst > .row .container { position:relative;display:none; }#Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa { 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; } #Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa > .row .container { position:relative;display:none; }#SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a { 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; } #SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a > .row .container { position:relative;display:block; }#PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke { 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; } #PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke > .row .container { position:relative;display:block; }#I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh { 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; } #I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh > .row .container { position:relative;display:block; }#BFKibTeIdHQTJKnJI7JDZ0zortBDRCti { 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; } #BFKibTeIdHQTJKnJI7JDZ0zortBDRCti > .row .container { position:relative;display:block; }#z62LHPOTgWSqni158501QQhiKP74BetW { 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; } #z62LHPOTgWSqni158501QQhiKP74BetW > .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:#ffffff;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:45.5625rem;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.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);box-shadow: none;height:39.6875rem;width:75rem;top:4.2875003814697rem;left:-0.15625rem;display:block; }
#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { background-color: transparent; background-image: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container > .video-iframe-container { display: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container { display: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .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); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { border-width: 0; border-radius: 0; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#gKCOk7UoKI4wBwzlKplKKyiIlTzQQTXo { 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; }
#TPHGU2InKv7SOKih3R31bwoOGDBTShD4 { 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; }
#W4gkJ6nZCClT5CnNpFmWXQogqeTvpTcX { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);box-shadow: none;height:19.1875rem;width:36.875rem;top:0rem;left:38.125001907349rem;display:block; }
#xtrmxKzF5o04C9qXpTpPHqDimOoU0el9 { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);box-shadow: none;height:19.1875rem;width:36.875rem;top:0rem;left:0rem;display:block; }
#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC { 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; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { background-color: transparent; background-image: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container > .video-iframe-container { display: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row > .video-iframe-container { display: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .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); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { border-width: 0; border-radius: 0; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#GkMvN2dG3ySmxhWehIAhxT6asstnkqGX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;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.4375rem;left:7.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aa7smQItw6TGTIbW4Xoi9FQSEZvXZBLm { 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.4375rem;left:2.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddqx1cgfAAO8aXGuuv4A3xUO7k0E4CIp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;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.4375rem;left:44.937501907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1LD0QuiQkQv7Wb3cpFrzObeQvU9bLaV { 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.4375rem;left:39.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU { box-sizing:content-box;height:24.9375rem;width:21.875rem;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.5625rem;left:0rem;display:block; }#vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU.adaptive-delivery-prevent-bg, #vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU.lazyload, #vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU.lazyloading { background-image: none; }
#BZhkqpclBsRuEIaiUhe2xoyaTPgABtKB { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.9375rem;width:14rem;top:7.5624990463256rem;left:21.875rem;display:block; }
#HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { box-sizing:content-box;height:24.9375rem;width:21.875rem;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.5624990463256rem;left:39.187501907349rem;display:block; }#HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.adaptive-delivery-prevent-bg, #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.lazyload, #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0.lazyloading { background-image: none; }
#CgrWxBlOvmAE8cwR95FcVfyry1EuPIXz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.9375rem;width:14rem;top:7.5624990463256rem;left:61.000001907349rem;display:block; }
#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb { 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; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { background-color: transparent; background-image: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container > .video-iframe-container { display: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row > .video-iframe-container { display: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .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); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { border-width: 0; border-radius: 0; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#VDbGI4HhTv5oZKNssEbGJHovTNdZg03h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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.4375rem;left:7.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRGv84poOFOln27kMSCLZXdzOnyIsprE { 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.4375rem;left:2.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJmZrNTRSFESpGkrAtQsimgffdz2Ze2I { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;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.4375rem;left:44.750001907349rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Udy5TSnQTIVeb74FRV2TuExpPrkcHces { 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.4375rem;left:39.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESQ9opMB7pBs8Fi5Rap5vLcliZZWL882 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.9375rem;width:14rem;top:7.5624990463256rem;left:21.875rem;display:block; }
#Vx9cR6uu8rbVw2Amzh5nWh9zp9CR6RMm { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.9375rem;width:14rem;top:7.5624990463256rem;left:61.000001907349rem;display:block; }
#z9IrTALm34uiu9Em49rOZc9VycGbX3gq { box-sizing:content-box;height:24.9375rem;width:21.875rem;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.5625rem;left:0rem;display:block; }#z9IrTALm34uiu9Em49rOZc9VycGbX3gq.adaptive-delivery-prevent-bg, #z9IrTALm34uiu9Em49rOZc9VycGbX3gq.lazyload, #z9IrTALm34uiu9Em49rOZc9VycGbX3gq.lazyloading { background-image: none; }
#ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { box-sizing:content-box;height:24.9375rem;width:21.875rem;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.5624942779544rem;left:39.175001144409rem;display:block; }#ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.adaptive-delivery-prevent-bg, #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.lazyload, #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8.lazyloading { background-image: none; }
#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt { 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; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { background-color: transparent; background-image: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container > .video-iframe-container { display: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row > .video-iframe-container { display: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .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); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { border-width: 0; border-radius: 0; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo { box-sizing:content-box;height:24.9375rem;width:29.6875rem;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:5.25rem;left:3.375rem;display:block; }#NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo.adaptive-delivery-prevent-bg, #NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo.lazyload, #NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo.lazyloading { background-image: none; }
#e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx { box-sizing:content-box;height:24.9375rem;width:29.6875rem;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:5.25rem;left:42.3125rem;display:block; }#e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx.adaptive-delivery-prevent-bg, #e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx.lazyload, #e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx.lazyloading { background-image: none; }
#Doe0z6uQCpoTwKffTrO4rn591uTq2T9d { 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:2.0625rem;left:13.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5K0zSzuf38T3oHubahmvk8CHNEF3oVc { 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:2.0625rem;left:8.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRTKnq5A0ALMS1twwtXlS2sdJOWsruz3 { 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:2.0625rem;left:49.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWC0q30leMur3JDRMMT1QyQ45JNOah9a { 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:2.0625rem;left:44.375rem;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:3rem;left:15.125rem;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:3rem;left:9.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54 { box-sizing:content-box;height:24.9375rem;width:29.6875rem;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.0000076293944rem;left:42.3125rem;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:3rem;left:55.5rem;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:3rem;left:50.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { box-sizing:content-box;height:24.9375rem;width:29.6875rem;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.0000076293944rem;left:3.375rem;display:block; }#ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.adaptive-delivery-prevent-bg, #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.lazyload, #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO.lazyloading { background-image: none; }
#RhghgWN2sKT34EbRT2tCAMEGlctEUgQH { 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; } #RhghgWN2sKT34EbRT2tCAMEGlctEUgQH > .row .container { position:relative;display:block; }#TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 { 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; } #TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 > .row .container { position:relative;display:none; }#zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 { 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; } #zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 > .row .container { position:relative;display:none; }#CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs { 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; } #CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs > .row .container { position:relative;display:none; }#bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 { 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; } #bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 > .row .container { position:relative;display:none; }#ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 { 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; } #ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 > .row .container { position:relative;display:none; }#ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 { 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; } #ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 > .row .container { position:relative;display:none; }#oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH { 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; } #oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH > .row .container { position:relative;display:none; }#TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt { 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; } #TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt > .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) { #gm85MwzzNn6vQak5aghuqOokcqHDXXGu { 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; } #gm85MwzzNn6vQak5aghuqOokcqHDXXGu > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wQNhr547kuB3iPWNcKI9BuCfybtirxo8 { 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; } #wQNhr547kuB3iPWNcKI9BuCfybtirxo8 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst { 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; } #SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa { 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; } #Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a { 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; } #SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke { 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; } #PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh { 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; } #I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFKibTeIdHQTJKnJI7JDZ0zortBDRCti { 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; } #BFKibTeIdHQTJKnJI7JDZ0zortBDRCti > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #z62LHPOTgWSqni158501QQhiKP74BetW { 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; } #z62LHPOTgWSqni158501QQhiKP74BetW > .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:4.25rem;left:0rem;width:47.5rem;height:25.135416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK { display:block; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKCOk7UoKI4wBwzlKplKKyiIlTzQQTXo { top:62.625rem;left:20.6240234375rem;width:8.5625rem;height:1.3645720408991rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHGU2InKv7SOKih3R31bwoOGDBTShD4 { top:65.125rem;left:5.40576171875rem;width:39.0625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4gkJ6nZCClT5CnNpFmWXQogqeTvpTcX { top:0rem;left:10.875rem;width:36.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrmxKzF5o04C9qXpTpPHqDimOoU0el9 { top:0rem;left:0rem;width:36.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC { display:block; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkMvN2dG3ySmxhWehIAhxT6asstnkqGX { top:4.4375rem;left:0rem;width:11.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa7smQItw6TGTIbW4Xoi9FQSEZvXZBLm { top:4.4375rem;left:0rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqx1cgfAAO8aXGuuv4A3xUO7k0E4CIp { top:4.4375rem;left:31.312501907349rem;width:15.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LD0QuiQkQv7Wb3cpFrzObeQvU9bLaV { top:4.4375rem;left:26.125rem;width:5.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU { top:7.5625rem;left:0rem;width:21.875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZhkqpclBsRuEIaiUhe2xoyaTPgABtKB { top:7.5rem;left:8.25rem;width:14rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { top:7.5rem;left:0rem;width:21.875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrWxBlOvmAE8cwR95FcVfyry1EuPIXz { top:7.5rem;left:33.75rem;width:14rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb { display:block; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDbGI4HhTv5oZKNssEbGJHovTNdZg03h { top:4.4375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRGv84poOFOln27kMSCLZXdzOnyIsprE { top:4.4375rem;left:0rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJmZrNTRSFESpGkrAtQsimgffdz2Ze2I { top:4.4375rem;left:31.125001907349rem;width:8rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udy5TSnQTIVeb74FRV2TuExpPrkcHces { top:4.4375rem;left:26.125rem;width:5.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQ9opMB7pBs8Fi5Rap5vLcliZZWL882 { top:7.5rem;left:8.25rem;width:14rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx9cR6uu8rbVw2Amzh5nWh9zp9CR6RMm { top:7.5rem;left:33.75rem;width:14rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IrTALm34uiu9Em49rOZc9VycGbX3gq { top:7.5625rem;left:0rem;width:21.875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { top:7.5rem;left:25.550001144409rem;width:21.875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoCrHU9lP2aFeF835t8WHkiPWFxALmPt { display:block; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo { top:5.25rem;left:0rem;width:29.6875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx { top:5.25rem;left:18.0625rem;width:29.6875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doe0z6uQCpoTwKffTrO4rn591uTq2T9d { top:2.0625rem;left:0rem;width:14.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5K0zSzuf38T3oHubahmvk8CHNEF3oVc { top:2.0625rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRTKnq5A0ALMS1twwtXlS2sdJOWsruz3 { top:2.0625rem;left:28.4375rem;width:19.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWC0q30leMur3JDRMMT1QyQ45JNOah9a { top:2.0625rem;left:30.75rem;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:3rem;left:1.5rem;width:10.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv4kCRwtSn79omuQBO3uF4I8WCxu7wc { top:3rem;left:0rem;width:5.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsAgpCKTz3HsDoNfiLPEnlZFGCVB3P54 { top:7rem;left:18.0625rem;width:29.6875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIak9TAkteJD0FqiX162TRs1l3pbQFIt { top:3rem;left:40.0625rem;width:7.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHTRvbUITOVx4wVVkW939rfZT9HmDl2 { top:3rem;left:36.8125rem;width:5.0625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { top:7rem;left:0rem;width:29.6875rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhghgWN2sKT34EbRT2tCAMEGlctEUgQH { 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; } #RhghgWN2sKT34EbRT2tCAMEGlctEUgQH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 { 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; } #TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 { 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; } #zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs { 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; } #CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 { 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; } #bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 { 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; } #ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 { 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; } #ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH { 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; } #oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt { 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; } #TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt > .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) { #gm85MwzzNn6vQak5aghuqOokcqHDXXGu { 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; } #gm85MwzzNn6vQak5aghuqOokcqHDXXGu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQNhr547kuB3iPWNcKI9BuCfybtirxo8 { 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; } #wQNhr547kuB3iPWNcKI9BuCfybtirxo8 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst { 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; } #SRcm4sLNNBlr7Tzw47PrXaiMWm2qPFst > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa { 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; } #Thba0qKBqpnODdTlBHA82Ur7FNwtSpGa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a { 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; } #SDIn9NR5XbFviDIEQBMiwS4WbTcqSy0a > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke { 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; } #PIs6WIGMd2wqS1AbnEpT3vbxZEzIB5Ke > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh { 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; } #I7R63HtaDkW1Eow8s9lPs6GWxOpWyElh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFKibTeIdHQTJKnJI7JDZ0zortBDRCti { 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; } #BFKibTeIdHQTJKnJI7JDZ0zortBDRCti > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #z62LHPOTgWSqni158501QQhiKP74BetW { 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; } #z62LHPOTgWSqni158501QQhiKP74BetW > .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:11.9375rem;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) { #UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK { 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; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { background-color: transparent; background-image: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container > .video-iframe-container { display: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container { display: none; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .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); }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { border-width: 0; border-radius: 0; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzqenhGPM5pVv8yqtFkZQmRC97FCJrTK > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKCOk7UoKI4wBwzlKplKKyiIlTzQQTXo { width:8.5625rem;height:1.3645720408991rem;top:62.625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPHGU2InKv7SOKih3R31bwoOGDBTShD4 { height:11.168rem;width:20rem;top:65.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4gkJ6nZCClT5CnNpFmWXQogqeTvpTcX { height:10.9551875rem;width:20rem;top:0.87709045410156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrmxKzF5o04C9qXpTpPHqDimOoU0el9 { height:10.47619047619rem;width:20rem;top:13.082262695312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC { background-color:#e30613;background-image:none;display:block; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { background-color: transparent; background-image: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container > .video-iframe-container { display: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row > .video-iframe-container { display: none; }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .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); }#zkPw4SpsWEVhK8xIUV8h3A2sts3di1bC > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkMvN2dG3ySmxhWehIAhxT6asstnkqGX { width:9.375rem;height:1.8rem;top:1.25rem;left:7.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aa7smQItw6TGTIbW4Xoi9FQSEZvXZBLm { width:4.3125rem;height:1.8rem;top:1.25rem;left:3.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddqx1cgfAAO8aXGuuv4A3xUO7k0E4CIp { width:12.75rem;height:1.8rem;top:21.375rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1LD0QuiQkQv7Wb3cpFrzObeQvU9bLaV { width:4.1875rem;height:1.8rem;top:21.375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlVe3TeVtet3RmZDRpOOTys5Uv1TPLsU { width:11.5625rem;height:15.3125rem;top:3.6739501953125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BZhkqpclBsRuEIaiUhe2xoyaTPgABtKB { width:8.5rem;height:15.3125rem;top:3.6739501953125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdr23nNiikz7SKFSLcsSMr4Zi4nFmJ0 { width:11.5625rem;height:15.3125rem;top:23.830215454101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrWxBlOvmAE8cwR95FcVfyry1EuPIXz { width:8.5rem;height:15.3125rem;top:23.830207824707rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb { background-color:#e30613;background-image:none;display:block; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { background-color: transparent; background-image: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container > .video-iframe-container { display: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row > .video-iframe-container { display: none; }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .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); }#cqow1T9RSsTueW8GSNCZo3BZ5k1cOabb > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDbGI4HhTv5oZKNssEbGJHovTNdZg03h { width:10.4375rem;height:1.8rem;top:1.25rem;left:7.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRGv84poOFOln27kMSCLZXdzOnyIsprE { width:4.3125rem;height:1.8rem;top:1.25rem;left:3.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJmZrNTRSFESpGkrAtQsimgffdz2Ze2I { width:6.375rem;height:0;top:21rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Udy5TSnQTIVeb74FRV2TuExpPrkcHces { width:4.1875rem;height:1.8rem;top:21rem;left:4.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESQ9opMB7pBs8Fi5Rap5vLcliZZWL882 { width:8.5rem;height:15.3125rem;top:3.6739501953125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx9cR6uu8rbVw2Amzh5nWh9zp9CR6RMm { width:8.5rem;height:15.3125rem;top:23.830207824707rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9IrTALm34uiu9Em49rOZc9VycGbX3gq { width:11.5625rem;height:15.3125rem;top:3.6739597320557rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ktrtTKt7u6T2tTDxreqfKcHAhlg8iFW8 { width:11.5625rem;height:15.3125rem;top:23.830209732056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoCrHU9lP2aFeF835t8WHkiPWFxALmPt { background-color:#e30613;background-image:none;display:block; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { background-color: transparent; background-image: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container > .video-iframe-container { display: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row > .video-iframe-container { display: none; }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .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); }#PoCrHU9lP2aFeF835t8WHkiPWFxALmPt > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNWEWigNeEGuGRJNa0LbOopy1LFfiCGo { width:20rem;height:24.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LFsgs9AGHyuPAm5OJdtJITqqdPvWpx { width:20rem;height:24.9375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doe0z6uQCpoTwKffTrO4rn591uTq2T9d { width:11.9375rem;height:1.8rem;top:2.5rem;left:6.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5K0zSzuf38T3oHubahmvk8CHNEF3oVc { width:4.1875rem;height:1.8rem;top:2.5rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRTKnq5A0ALMS1twwtXlS2sdJOWsruz3 { width:15.5625rem;height:1.8rem;top:31.6875rem;left:4.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWC0q30leMur3JDRMMT1QyQ45JNOah9a { width:4.5rem;height:1.8rem;top:31.6875rem;left:0rem;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) { #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) { #ZT9OGGslIqfA0mRTOkuL06MEhtdq7sZO { width:20rem;height:24.9375rem;top:3.6739597320557rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RhghgWN2sKT34EbRT2tCAMEGlctEUgQH { 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; } #RhghgWN2sKT34EbRT2tCAMEGlctEUgQH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 { 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; } #TT40MWiy3yh3m9wQzsP9RCqwqO1oOfB7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 { 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; } #zo2UMVmScDHG0rtPr3gHIm6zCi8G44D3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs { 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; } #CmG812ulKpf7ZEfTxvDRCtGio9CmBvqs > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 { 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; } #bJAMygnS5K4BOGUZaPnrKNWGuTAezJe6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 { 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; } #ZWTb0rpDTNxZW8d26Gr2863psPl1hR53 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 { 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; } #ICAiQpHs45crg1J4PdDTvkpF4Zdqh5n8 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH { 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; } #oJeJFQkcck0F7om5ZHcqJcVlAqNfbTUH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt { 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; } #TlXWVSdP42N3dTEkWi26ozUPx3Dxbtvt > .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; }
 }