.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { 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; } #oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO { border-width: 0; border-radius: 0; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #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; } #fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container { border-width: 0; border-radius: 0; }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #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; } #wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container { border-width: 0; border-radius: 0; }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #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; } #k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container { border-width: 0; border-radius: 0; }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #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; } #XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container { background-color: transparent; background-image: none; }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container > .video-iframe-container { display: none; }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row > .video-iframe-container { display: none; }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .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); }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container { border-width: 0; border-radius: 0; }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #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; } #RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container { background-color: transparent; background-image: none; }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container > .video-iframe-container { display: none; }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row > .video-iframe-container { display: none; }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .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); }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container { border-width: 0; border-radius: 0; }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { 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; } #TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR { background-color: transparent; background-image: none; }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container > .video-iframe-container { display: none; }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row > .video-iframe-container { display: none; }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .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); }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR { border-width: 0; border-radius: 0; }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { 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; } #lRfJcO0mhEDnFUToQrniEygcIEgTr1aO { background-color: transparent; background-image: none; }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container > .video-iframe-container { display: none; }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row > .video-iframe-container { display: none; }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .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); }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO { border-width: 0; border-radius: 0; }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { 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; } #BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r { background-color: transparent; background-image: none; }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container > .video-iframe-container { display: none; }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row > .video-iframe-container { display: none; }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .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); }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r { border-width: 0; border-radius: 0; }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { 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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#MKEvx7HZiAF57ukClNbk77IhcSldfqP4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:39.375rem;top:7.65625rem;left:2.25rem;overflow:hidden;display:block; }
#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6312da2-d7c4-4e22-8503-528b820d3938/bg4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ.adaptive-delivery-prevent-bg, #oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ.lazyload, #oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ.lazyloading { background-image: none; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container { background-color: transparent; background-image: none; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container > .video-iframe-container { display: none; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row > .video-iframe-container { display: none; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .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); }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container { border-width: 0; border-radius: 0; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#aMO0OZsTJ4vv8WpKTFvvmN6vwJ9Na6Kr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.6875rem;left:63.5625rem; }
#T30W8pbAWQa3zIAFutQJpTD8zwpuu3B1 { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.15);background-image:none;top:32.875rem;left:62.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
#kSraWDIEHh4lrTJtpHGi4MBEGXut5QGs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:33.6875rem;left:70.75rem; }
#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e99d0b89-95fa-4c50-ab1e-18b0e90651a4/boy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG.adaptive-delivery-prevent-bg, #EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG.lazyload, #EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG.lazyloading { background-image: none; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container { background-color: transparent; background-image: none; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container > .video-iframe-container { display: none; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row > .video-iframe-container { display: none; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .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); }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container { border-width: 0; border-radius: 0; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#Or1OJNFwnJfB3wbkiMmABesg9il6k6ru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:33.6875rem;left:63.5625rem; }
#TOZHgsVZRHxo4xXNTbUgTvWHqM9plFXV { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.15);background-image:none;top:32.875rem;left:62.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
#BZ9MPuQefLnGIXTq3v2JXEVJ6kcBO64T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:33.6875rem;left:70.75rem; }
#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22daf8d2-bc5a-4203-bd5a-f64e8f198477/man.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81.adaptive-delivery-prevent-bg, #LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81.lazyload, #LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81.lazyloading { background-image: none; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container { background-color: transparent; background-image: none; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container > .video-iframe-container { display: none; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row > .video-iframe-container { display: none; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .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); }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container { border-width: 0; border-radius: 0; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#ULld5nzAq0B3HWqIJPGkhNtLzn8QSGad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:33.6875rem;left:63.5625rem; }
#rQNPfweVJWQxFOXKRdLVH2geyiPlGvT0 { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.15);background-image:none;top:32.84375rem;left:62.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
#Ti7rhfaM7Ozs6l1r770AfsBVnGbTfK9o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:33.6875rem;left:70.75rem; }
#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/394da500-15b0-429b-8bc8-2625c1102a81/grandma.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T.adaptive-delivery-prevent-bg, #RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T.lazyload, #RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T.lazyloading { background-image: none; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container { background-color: transparent; background-image: none; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container > .video-iframe-container { display: none; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row > .video-iframe-container { display: none; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .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); }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container { border-width: 0; border-radius: 0; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#oWBn67iREUff93NKcTraZdLXMawsd7oC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.6875rem;left:63.5625rem; }
#xvPyQb8t3PculBgX4cFlRnUvDJUOoxkB { box-sizing:content-box;height:4.8125rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.15);background-image:none;top:32.875rem;left:62.5rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);display:block; }
#eb4OnPFBwP6T7wvxNDOWvEzBlTCTHCsg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:33.6875rem;left:70.75rem; }
#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK > .row .container { border-width: 0; border-radius: 0; }#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:none; }#SibSdkLgO0AVg8RbvSiPEXsyBQoP3H96 { box-sizing:content-box;height:10.5rem;width:12.5625rem;position:absolute;display:block;z-index:15025;background-color:#fae801;background-image:none;top:0rem;left:31.25rem;display:block; }
#h3lwmL9JqXqPuITKK9oFO0UwSkpepKLK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.4375rem;left:31.3125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#vOvXEWT0NTPhlXkSe1kNMvvp7Gb5oKAI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:6.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.6875rem;left:29rem;height:8.2875rem;text-align:center;text-align-last:center;display:block; }
#RhPb1Bf8p5VQsAQQ6F2X5J73OlaAi5VM { box-sizing:content-box;height:7.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15026;background-color:#cd1618;background-image:none;top:2.5625rem;left:31.25rem;display:block; }
#LGhm4wvvtHXfZF5c5BNQKglveHaTJkNp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:2.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5625rem;left:35rem;height:3.81875rem;text-align:center;text-align-last:center;display:block; }
#UsF1wTupy1AyTfnWUc0IRpLyv0XM8rzb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-condensedmedium-04;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.8125rem;left:35.625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48eee729-f6ec-484a-8d99-e837c3e02f39/artboard_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.adaptive-delivery-prevent-bg, #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.lazyload, #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.lazyloading { background-image: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { background-color: transparent; background-image: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,10,0.13); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container > .video-iframe-container { display: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,10,0.13); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row > .video-iframe-container { display: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .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); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { border-width: 0; border-radius: 0; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#FBPOB02057M1PVS2w3L6R9mPiffIU3fD { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(14,44,30,0.5);top:20.4375rem;left:0rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#R7a4pekMoMr3GSwFSwvV7Sd5y5zWBmTh { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(14,44,30,0.5);top:27.4619140625rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#VQpR5HV9SPNZEVrKLoZDWOZ0hCBtdRO4 { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:31.3125rem;left:0rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#oypLH6JFO1hGPQwsgAUxMDih4Bdkumlw { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:36.3125rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { color:#cd1618;display:block;width:27.0625rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:21.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { box-sizing:content-box;height:2.8125rem;width:27.8125rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:48.0625rem;left:21.0625rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { color:#cd1618;display:block;width:20.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.0625rem;left:19.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { box-sizing:content-box;height:2.75rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:44.5625rem;left:19.1875rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KefBdVZLffSPT2fk44UQ6eaI4e4b02vT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:15.1875rem;left:0.625rem;overflow:hidden;display:block; }
#n3GePGpmBzEEFew7Kt4QX4uVhzDt7ols { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:14.75rem;left:0rem;display:block; }
#zER4TIt1ar0asIWNWGexqBaZnwfcHUsH { position:absolute;display:block;z-index:14999;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:39.375rem;width:31.5rem;top:9.736328125rem;left:39.34375rem;overflow:hidden;display:block; }
#K9TnprkwaX01hTAA2rwQbItunoOho66w { color:#ffffff;display:block;width:75rem;position:absolute;font-family:futura-medium-01;font-size:2.6875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.37);top:3.4619140625rem;left:0rem;height:7.5244125rem;text-align:center;text-align-last:center;display:block; }
#vp19W2H0Owc72ILQOv0LTsV6f0An1HD7 { position:absolute;display:block;z-index:15015;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:7.75rem;width:8.4375rem;top:15.8125rem;left:22.6875rem;overflow:hidden;display:block; }
#ogCTdXzvgylLD1f6u9pDDqDkGRTi1bdQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.375rem;width:29.9375rem;top:12.1796875rem;left:21.96875rem;overflow:hidden;display:block; }
#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4f79d3f-f21b-427a-9eca-24ee56325498/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.adaptive-delivery-prevent-bg, #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.lazyload, #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.lazyloading { background-image: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { background-color: transparent; background-image: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,37,0.13); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container > .video-iframe-container { display: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,37,0.13); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row > .video-iframe-container { display: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .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); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { border-width: 0; border-radius: 0; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#TvtT3CqxF7zIDLC8wZttpt85zuT8Tl0e { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13rem;left:44.5rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#vr4OU2nR7kTb8CgtpD7qTmIq9ReKRRe2 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2);top:18.8125rem;left:44.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#EDgPrityKlb1snBZmNK4nEzSRJThBzR6 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(6,14,32,0.5);top:21.625rem;left:44.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#g6OQ4WhPTtRlIei16ezuKTXD42dciQqW { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.875rem rgba(5,18,46,0.43);top:25.5rem;left:44.5rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { color:#cd1618;display:block;width:35.5rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:6rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { box-sizing:content-box;height:2.8125rem;width:36.375rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:38.5625rem;left:5.625rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { color:#cd1618;display:block;width:23.5625rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#hWr5U0xQl5NbSZn8MiG8RSiXFagFHdiw { box-sizing:content-box;height:2.75rem;width:23.125rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:35.0625rem;left:2.125rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#QQWNsswITNuowLyWezfuEbTH3zFoww6U { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:7.75rem;left:45.125rem;overflow:hidden;display:block; }
#w8Rgd0tvzGhW3LnQuy1LkKXySFsSSDqn { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:7.3125rem;left:44.5rem;display:block; }
#hBtEXB8GkrvokDKFExPwTUMc2CzuQ6mk { position:absolute;display:block;z-index:15001;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:38.25rem;width:33.3125rem;top:3.9931640625rem;left:10.3125rem;overflow:hidden;display:block; }
#l1DIMqh9FMQOfvp7z8WGerHOEpmMzpcU { position:absolute;display:block;z-index:15014;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:9.25rem;width:7.6875rem;top:6.53125rem;left:3.6875rem;overflow:hidden;display:block; }
#lRDbg2PIOnA17PmTNzOLMI1ToHGqlF8h { position:absolute;display:block;z-index:14997;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:19rem;width:20.5rem;top:28.4375rem;left:29.3125rem;overflow:hidden;display:block; }
#RTVKxXV5vgiM07vuIdnJfSQ5ZwNmexqX { position:absolute;display:block;z-index:14998;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:25.75rem;width:13.9375rem;top:11.1181640625rem;left:-0.625rem;overflow:hidden;display:block; }
#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e544eeac-90af-49c0-919c-67269ef7727b/meltie_kv4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.adaptive-delivery-prevent-bg, #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.lazyload, #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.lazyloading { background-image: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { background-color: transparent; background-image: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.04); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container > .video-iframe-container { display: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.04); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row > .video-iframe-container { display: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .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); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { border-width: 0; border-radius: 0; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#OS6qBOop2Xkxxgroy4Grh1xJryyEA42N { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(14,44,30,0.5);top:12.3125rem;left:0rem;height:7.6494375rem;text-align:left;text-align-last:left;display:block; }
#TTG7w2pGoA6zxhD9QwAETXD7VRt9nc8b { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(14,44,30,0.5);top:21.2119140625rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#V01QWdKeciWdTQTQzhR0xVvgtq1QQFXh { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(14,44,30,0.5);top:25.0625rem;left:0rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#GaOuNSvCxfhArIVgNuI4tWDJGsfnlQfM { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.25rem #0e2c1e;top:30.0625rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#e0vUykbzT74TfOci1H5LrFrmefTIF49t { color:#cd1618;display:block;width:25.6875rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4091796875rem;left:30.34375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#odLPrFl3y9rxWBPkRhMQXpl5S0bNt0gb { box-sizing:content-box;height:2.8125rem;width:26.75rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:33.875rem;left:29.75rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zU4qW6ouo8QpmJ4DIzwxpmENolQuHamJ { color:#cd1618;display:block;width:20.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.875rem;left:27.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#Hsz796MR7Fay5NwznHG3u2dr6WrbSPLp { box-sizing:content-box;height:2.75rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:30.375rem;left:26.84375rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#WK7skpBwyEwIs3K4E2XO7z6nTXRVlFT8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:7.0625rem;left:0.625rem;overflow:hidden;display:block; }
#IP7pvGvpsSTE4wO4W3RqBFbnnRVdWZ4o { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:6.625rem;left:0rem;display:block; }
#ZMw3cZd1BOT9BnpkF3eemPI1ZRgQZ9Rv { position:absolute;display:block;z-index:15001;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:19.9375rem;width:51.125rem;top:10.4375rem;left:23.875rem;overflow:hidden;display:block; }
#Up3JWGDAbkHQekVXnxyMo8a1LBJ8TTU5 { position:absolute;display:block;z-index:15014;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:15rem;width:19.1875rem;top:24.162109375rem;left:55.8125rem;overflow:hidden;display:block; }
#EsP6ekHBbdA9rOiJpCVtLyApGTikM1yi { position:absolute;display:block;z-index:15015;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:9.125rem;width:8.4375rem;top:4.4375rem;left:23.875rem;overflow:hidden;display:block; }
#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7adafc11-ff93-4c7c-9cef-5913c02832a1/smoothie_bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.adaptive-delivery-prevent-bg, #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.lazyload, #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.lazyloading { background-image: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { background-color: transparent; background-image: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,135,29,0.2); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container > .video-iframe-container { display: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,135,29,0.2); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row > .video-iframe-container { display: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .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); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { border-width: 0; border-radius: 0; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#ZhcdCa91O8T845uQhbbiwTl6qXeJRrnh { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13rem;left:44.5rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#KG6zm8sZTTfNT7W2uJ5IrrVsTR7Zap4Z { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2);top:18.8125rem;left:44.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#tLr1VaubdvELzAGBePDHcAy15mDxy5f4 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);top:21.625rem;left:44.5rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#MyGNkBXXCFqILbZdzyrTdwJk6F104BGH { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.875rem rgba(0,0,0,0.3);top:26.125rem;left:44.5rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#JWtQwUvTGQm8rANOPsOQrJLAcuke01JX { color:#cd1618;display:block;width:17.0625rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:12.125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#fg3F1zclA0H4sFg0FC3AMdZ3hJrslqZT { box-sizing:content-box;height:2.8125rem;width:17.9375rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:38.5625rem;left:11.75rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#sC2d0QtNAEW5zTF5dArfOz6ncZFhB42S { color:#cd1618;display:block;width:17.375rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#hqUmnTHrL6StnupkIFCn3I8QksTgNfuB { box-sizing:content-box;height:2.75rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:35.0625rem;left:2.125rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#kG03NAKlB5bcUBPNGwP7d0eKo3dgJ9Rq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:7.75rem;left:45.125rem;overflow:hidden;display:block; }
#nmtC4cpnbIQJHpPhBXKWCtJ6v3BaxEst { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:7.3125rem;left:44.5rem;display:block; }
#ZiqlsBF20r98m8EkuRDTexy2CSPXRTI3 { position:absolute;display:block;z-index:15001;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:40.125rem;width:28.5rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#mAum9ydcQabvPhrTppEJZk1VZ5L0M98n { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.25rem rgba(0,0,0,0.2);top:42.75rem;left:44.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fce98d26-9f71-4746-b6b4-1b0ce2f7690a/biedronowe_govegekopia.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.adaptive-delivery-prevent-bg, #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.lazyload, #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.lazyloading { background-image: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { background-color: transparent; background-image: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container > .video-iframe-container { display: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row > .video-iframe-container { display: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .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); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { border-width: 0; border-radius: 0; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#TRhKr7ZWr3CuNWPR0MTkr314QTekhfZm { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:9.5625rem;left:4.3125rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#g0o2zef9LJVAAofN6TFZUHRB4DoxAMhh { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.375rem;left:4.3125rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#xzgTONK09Dv0fpNQF6EIbhCkIk6Vor4i { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:18.1875rem;left:4.3125rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#gQLi7KzgPK4mKVv68eTlw87uqxmb82XX { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:21.1875rem;left:4.3125rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#k8HEOQPm9m94RtQ4O9SiLStGLeZaloNs { color:#cd1618;display:block;width:17.0625rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35rem;left:26.8125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#XnPXBca39yeVcS3GChagIs0QyeQFZfT9 { box-sizing:content-box;height:2.8125rem;width:17.25rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:34.5rem;left:26.75rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#U2Nwwvq8EFvfTvsfK6eIJyxrzifUBBus { color:#cd1618;display:block;width:20.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.25rem;left:15.3125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#KsiuCftMZwmuWNZpPfrmwwglFFFP9BGD { box-sizing:content-box;height:2.75rem;width:20.3125rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:30.75rem;left:15.625rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#CaLRAMKMoTTKAqIenDJ7xJB3S5ZA9X43 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:4.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#nbmHDxe3LafRbTBdRngMVFbxMqerzWnd { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:3.875rem;left:4.3125rem;display:block; }
#pAFmCTFWSDbk2v8fpdRdeiSyiSfWpLMS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:30.125rem;top:3.875rem;left:24.4375rem;overflow:hidden;display:block; }
#pMHIZKimCNQosQ2g9rb2Iun5mU44etVO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:32.125rem;top:14.125rem;left:42.875rem;overflow:hidden;display:block; }
#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2ff1a7a1-d329-406b-a514-86376fde4eb7/biedronowe_nuggetsbgkopia.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.adaptive-delivery-prevent-bg, #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.lazyload, #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.lazyloading { background-image: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { background-color: transparent; background-image: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container > .video-iframe-container { display: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row > .video-iframe-container { display: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .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); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { border-width: 0; border-radius: 0; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#N9yyWnwKmQV7hHlckevLx5f0IX64SFDw { box-sizing:content-box;height:2.8125rem;width:22rem;position:absolute;display:block;z-index:15004;background-color:#f6ebd9;background-image:none;top:32.625rem;left:27.6875rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#lROaiksWiJ7yfogEfJGdfCzVFbQTqaXH { color:#cd1618;display:block;width:20.75rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.125rem;left:28.3125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#GV0WETueDNG8oUuoTnzXprnfu9C6QdTX { box-sizing:content-box;height:2.8125rem;width:29.0625rem;position:absolute;display:block;z-index:15006;background-color:#f6ebd9;background-image:none;top:36.0625rem;left:30.6875rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#JzLT8Tv954ayBoblHcwAs5xI909TNDiX { color:#cd1618;display:block;width:27.3125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5625rem;left:31.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#uumdsUHgQz307bcLMNWTcMRCBK34lIzZ { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:21rem;left:45.312501907349rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#EhHT7MJ4zltUVvAzyocOF5VGI09ADMay { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(139,55,22,0.5);top:23.625rem;left:45.312501907349rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#X9Zpvq69Fk2IIo6faGKHVIqq8S2FFPIw { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:11.8125rem;left:45.375001907349rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#RG4sZR2VJv4mDxy2IVkmGivFbLioyACV { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.0625rem;left:45.312501907349rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#a1tGFboSNB9RiD2iOdcKQmd9HeCr14IK { position:absolute;display:block;z-index:15015;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:2.9375rem;width:5.875rem;top:6.0625rem;left:45.937501907349rem;overflow:hidden;display:block; }
#Q3SEBCVEuvgXmcwPaluQSC18feLPsvDO { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15012;background-color:#ec0000;background-image:none;top:5.6875rem;left:45.312501907349rem;display:block; }
#M5aZiFGwfUrVlnpdGU6sRnU6hC2CSFJV { position:absolute;display:block;z-index:14995;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:16.625rem;width:21.9375rem;top:13.59374332428rem;left:20.112501144409rem;overflow:hidden;display:block; }
#qA8lAcSnN68q5uFmh32AoGVzTbJ0a1HJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:13.0625rem;top:31.062499046326rem;left:61.937501907349rem;overflow:hidden;display:block; }
#qzd9ZNWsc5ISheWpZdTGpKeqEqI4TP0D { position:absolute;display:block;z-index:15019;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:9.125rem;width:9.75rem;top:20.99999332428rem;left:26.206251144409rem;overflow:hidden;display:block; }
#PldGu0supkQFJB6TArafoPPEWksZC1ld { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.75rem;top:31.37499332428rem;left:2.8125rem;overflow:hidden;display:block; }
#MSozeu3OHknzh5kz4puOm8Wsw4oxLhvy { position:absolute;display:block;z-index:14994;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:24.5625rem;width:25.875rem;top:2.0062377929687rem;left:58.502468233797rem;overflow:hidden;display:block; }
#xr65uT2nu4GBgEU5Dbn2iqa9HvLDMJQS { position:absolute;display:block;z-index:14996;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:42.5rem;width:30.5rem;top:0.65625rem;left:1.9875001907349rem;overflow:hidden;display:block; }
#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab59efaa-e6e4-4bd6-8a2f-07f9c23c7244/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.adaptive-delivery-prevent-bg, #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.lazyload, #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.lazyloading { background-image: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { background-color: transparent; background-image: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container > .video-iframe-container { display: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row > .video-iframe-container { display: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .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); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { border-width: 0; border-radius: 0; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#osRulokRN35gnbD6Bcaxhu0i2Qld6a9w { box-sizing:content-box;height:2.75rem;width:28.5625rem;position:absolute;display:block;z-index:15004;background-color:#f6ebd9;background-image:none;top:29.437496185302rem;left:8.5rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#xoMXXGllbEilV7JX7TDakRhyGNndGQte { color:#cd1618;display:block;width:27.5rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.937496185302rem;left:9.1875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#XqT6028Ssw25OquSmJzTyZmPQA1GGhOf { box-sizing:content-box;height:2.75rem;width:29.5625rem;position:absolute;display:block;z-index:15006;background-color:#f6ebd9;background-image:none;top:32.874996185302rem;left:0.0625rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ty7u6Hl6uENl7AkqGNVNXnymlEgWTM5a { color:#cd1618;display:block;width:29.625rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.374996185302rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#bGQNE68vHBCGfgEWMaMvlRnRfxG3Jxzu { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(56,27,10,0.5);top:21.374996185302rem;left:52.312501907349rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#kIBhsdkSALVZvUSeP7b8U0P3TWXJbpvs { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(139,55,22,0.5);top:26.124996185302rem;left:52.250001907349rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#ezB1Ss8bvTQA6KbXbLzbtFfowJhb3sTc { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:14.937496185302rem;left:52.312501907349rem;height:2.55rem;text-align:left;text-align-last:left;display:block; }
#SZRIF8HLPemZ1E5rT9BUHBBcXWNc2z3C { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.562496185302rem;left:52.312501907349rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#ALA4WbutQCfL0ipNKHRzkzKHgdRmI81l { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:9.25rem;left:52.312501907349rem;display:block; }
#xrcxmk92oHT82OBfKyvp2TAw6XUodLdH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:9.625rem;left:52.937501907349rem;overflow:hidden;display:block; }
#FBz3km9DaRT0qfQH8R9wRZiXLkOWEVqr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:53.4375rem;top:8rem;left:-5.375rem;overflow:hidden;display:block; }
#AqOB7PmJ9rHubkW06KZVOFmSosDdKTor { position:absolute;display:block;z-index:15014;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:17.1875rem;width:9.0625rem;top:25.9375rem;left:40.531251907349rem;overflow:hidden;display:block; }
#DyD6bOeRDp4NEnkdgwg88pHTcDN2kHrN { position:absolute;display:block;z-index:15015;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:8.9375rem;width:8.875rem;top:6.71875rem;left:37.312501907349rem;overflow:hidden;display:block; }
#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/227aa05c-e331-4046-be46-60966f1f2500/bg_mak1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.adaptive-delivery-prevent-bg, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyload, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyloading { background-image: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { background-color: transparent; background-image: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container > .video-iframe-container { display: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row > .video-iframe-container { display: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .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); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { border-width: 0; border-radius: 0; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#kfig0M2qxe0vczAHOs2J02kROqaN9pAv { position:absolute;display:block;z-index:14996;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:34.5625rem;width:35.625rem;top:5.2373046875rem;left:40.384835025381rem;overflow:hidden;display:block; }
#KhWiXOOEOKdddgisXKZFLMfdC3x6eXkW { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:12.4375rem;left:4.3125rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#qpcvO4FBxmec6Mf6wissVuOilPe2wfuM { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.25rem;left:4.3125rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#Qo2AnoLgZD2VbVa93hvmnGVq6XBE3oKx { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.3125rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#mKVrwrttky2QmoCDoHxnTzfH06WLO0qI { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.25rem #287b89;top:26.625rem;left:4.25rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#cztpZfAAn2srTi5Het6b0gTwSunpnIm5 { color:#cd1618;display:block;width:26.25rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.8125rem;left:42.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#ZxqQGnSSegUC8iG3ewwUL4c4OfMLcQzw { box-sizing:content-box;height:2.75rem;width:25.75rem;position:absolute;display:block;z-index:15010;background-color:#f6ebd9;background-image:none;top:42.3125rem;left:42.75rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#vX1yZ4DBoPVJbLOqpDmIX8hbsiq1AUu4 { color:#cd1618;display:block;width:20.8125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.3125rem;left:39.4375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#TT0ofNPt40y1bPmS2cFJXHpsBtTbJCdT { box-sizing:content-box;height:2.75rem;width:20.3125rem;position:absolute;display:block;z-index:15008;background-color:#f6ebd9;background-image:none;top:38.8125rem;left:39.75rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#NR5REaClnCWZtXOya6l4PrM2rxfusNam { position:absolute;display:block;z-index:15021;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:3.8125rem;width:9.5625rem;top:14.1875rem;left:30.9375rem;overflow:hidden;display:block; }
#kEAiIKooi4KMwZMkJsevTOKNS8wWUApr { position:absolute;display:block;z-index:14995;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:17.6875rem;width:37.5625rem;top:35.875rem;left:6.25rem;overflow:hidden;display:block; }
#Ler81Jaefn1pIU2ze74CNwkobGRg4Kp0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.875rem;top:7.125rem;left:4.9375rem;overflow:hidden;display:block; }
#AA8Dntd0HCf7hL0nWT673bzDMUUBFIeT { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ec0000;background-image:none;top:6.75rem;left:4.3125rem;display:block; }
#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e27f22aa-59ba-4237-a109-bb73765b1c9d/baitz_kv2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.adaptive-delivery-prevent-bg, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyload, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyloading { background-image: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { background-color: transparent; background-image: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container > .video-iframe-container { display: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row > .video-iframe-container { display: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .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); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { border-width: 0; border-radius: 0; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#VswXXdNM4FqiB27A5rlFJwXU2GH8wTsb { position:absolute;display:block;z-index:14996;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:45.125rem;width:49.375rem;top:3.0498046875rem;left:-3.6875rem;overflow:hidden;display:block; }
#WHlAiwH9TquMh1paTaSW4cdhT35C6ldC { box-sizing:content-box;height:2.75rem;width:32.25rem;position:absolute;display:block;z-index:15004;background-color:#f6ebd9;background-image:none;top:42.875rem;left:11rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#woXtponOwsZmL2DLUINUIEkCIhKrzOIS { color:#cd1618;display:block;width:31.125rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:43.375rem;left:11.625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#EEHbNxJEf4M8TaZKbrOX3lOqhIuyIFw4 { box-sizing:content-box;height:2.75rem;width:26.1875rem;position:absolute;display:block;z-index:15006;background-color:#f6ebd9;background-image:none;top:46.1875rem;left:21.6875rem;border-top:0.0625rem solid #cd1618;border-left:0.0625rem solid #cd1618;border-right:0.0625rem solid #cd1618;border-bottom:0.0625rem solid #cd1618;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#G6SV3qSA1pg1uWwBmkxOIxIzTJ0GiCdW { color:#cd1618;display:block;width:26.25rem;position:absolute;font-family:futura-medium-01;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.6875rem;left:21.8125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#NPJiTZ3aWb8uvcCz8EXKr3dTpwJIornE { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:27.5625rem;left:51.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#TTB8S6ObZswg4JZ8QL9sZw4TUIbTbNxE { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:futura-medium-01;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(139,55,22,0.5);top:30.625rem;left:51.5rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#tqOMh8sC0bS81LGQCZpd8nr2XcEAzdWf { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:16.4375rem;left:51.5rem;height:7.6494375rem;text-align:left;text-align-last:left;display:block; }
#xqEte2TANQT0MkuwBiWh7rOnxWnu8qWt { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:futura-medium-01;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:24.75rem;left:51.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#MBg6l0BdTt2RBpTXhXh7usanUtRJk61m { position:absolute;display:block;z-index:15015;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:2.9375rem;width:5.875rem;top:11.5625rem;left:52.125rem;overflow:hidden;display:block; }
#E4BFtZ0APn4qwMiA7yhdCQ9sINCBdoxt { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15012;background-color:#ec0000;background-image:none;top:11.1875rem;left:51.5rem;display:block; }
#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa.adaptive-delivery-prevent-bg, #E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa.lazyload, #E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa.lazyloading { background-image: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { background-color: transparent; background-image: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container > .video-iframe-container { display: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row > .video-iframe-container { display: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .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); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { border-width: 0; border-radius: 0; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#TTJdcZ6G8Q52nzhu3970NEd2sUvohISh { color:#0c7428;display:block;width:75rem;position:absolute;font-family:futura-bold-03;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya.adaptive-delivery-prevent-bg, #Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya.lazyload, #Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya.lazyloading { background-image: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { background-color: transparent; background-image: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container > .video-iframe-container { display: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container { display: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .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); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { border-width: 0; border-radius: 0; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#bVUOR88wfws4aPvndpCX7RRXXtR20ft5 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:19.1875rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hZkFVHPpKOC8GTTaCMzs7TNipm6qSvGs { position:absolute;display:block;z-index:15014;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:15.8125rem;width:15.6875rem;top:10.28125rem;left:20.15625rem;overflow:hidden;display:block; }
#BJ1k7olVnyiyWg36bZC3GfcVMWmXyiw4 { color:#1c1c1a;display:block;width:13.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:28.900001525879rem;left:21.375rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.3125rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TO1D1Lwn0NbyDGxfoayOERdLZOL2f7g3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:15.125rem;top:12.96875rem;left:39.5625rem;overflow:hidden;display:block; }
#E9sbtd13LlMyeRoE0aQxTzFTAmU8M4Hw { color:#1c1c1a;display:block;width:13.125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.875rem;left:40.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RpGTHCTRwBbLUKLGnQgVgGxrKoafOTo7 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:19.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:38.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#Qhdvm1EISMopZI0iTXaLwdNoSqNgn4Br { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:24.1875rem;overflow:hidden;display:block; }
#kBxOpHQVmmwq0HWBEgHIT7TSsQUDBmoM { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:43.125rem;overflow:hidden;display:block; }
#UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#n3mL6drwCZml39ykNAJnT3HB9darCGeT { color:#1c1c1a;display:block;width:12.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.875rem;left:59.8125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:59.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AWVsx9he81Bi0CTkrdo1UTmqFx70rs8J { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:15.125rem;top:12.96875rem;left:58.6875rem;overflow:hidden;display:block; }
#Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#oTBReps3KhZaBIUXHXTt6tpkGTmNChCv { position:absolute;display:block;z-index:15037;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.375rem;overflow:hidden;display:block; }
#dtIbpeBHW1S0KImK6IugKBthP8K65RmV { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#vCqNUenhXV9xXM80kK3C6T8UZ2p1n84h { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.5rem;overflow:hidden;display:block; }
#QXGa5q5Mo0bUSOlcsrwNFx5OkJgeV0WL { position:absolute;display:block;z-index:15014;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:15.875rem;width:15.6875rem;top:10.25rem;left:0.96875rem;overflow:hidden;display:block; }
#d6UNSHTUXJ2hAx8xfsHVuxsRDyfSEdXu { color:#1c1c1a;display:block;width:13.1875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.875rem;left:2.21875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6.adaptive-delivery-prevent-bg, #eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6.lazyload, #eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6.lazyloading { background-image: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { background-color: transparent; background-image: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container > .video-iframe-container { display: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container { display: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .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); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { border-width: 0; border-radius: 0; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#nMyd47DnvsnTk3VBVV1Zh8zLLu2yJCzZ { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:19.1875rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Lx4w1myOt0qRrb5d0WaRHPL8RIfuJLn9 { position:absolute;display:block;z-index:15014;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:19.4375rem;width:10.6875rem;top:7.84375rem;left:22.65625rem;overflow:hidden;display:block; }
#qnuWEv3szNWGQcJaeu0MxbNdsg63AhTc { color:#1c1c1a;display:block;width:11rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:28.89999961853rem;left:22.9375rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#oEn4VyTfAB8VxTH1wHFq6BZ0TKTZkRWz { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GwbOZVJ00RpOdxpdaUDkGMdbweQ0gUs7 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.3125rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#lSHZM2CJAcEVEz9nFkixG5PCXMalSetC { position:absolute;display:block;z-index:15019;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:19.375rem;width:10.6875rem;top:7.875rem;left:41.78125rem;overflow:hidden;display:block; }
#gvKEvpGDnhfQ4UwpynDO2kpX0AwRgnRI { color:#1c1c1a;display:block;width:11.3125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.875rem;left:41.46875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#vRiGXqQ4QHr159X8z09kxBBA0PH7zrCm { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QtINm5DqQrtF08aaIrvRuZy2XEye15vx { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:19.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#qT5LoG38UPHHSa2LLwQHfOR2rb02XTBk { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:38.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#rFa4iTGEfQfZ89mLGAzneFXsXvCfAsCP { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:24.1875rem;overflow:hidden;display:block; }
#STKzvw6TWiZsyTzJoOFPupAErsr31Dcu { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:43.125rem;overflow:hidden;display:block; }
#RFUc4EeN69kSLylb6nMRJQz127Zowa30 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#rbz7U2xVaFdFCJSU8bKX8h8Qo6sf7yn4 { color:#1c1c1a;display:block;width:12.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.875rem;left:59.8125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:59.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hXnumi3ndFAxHq4c3XAvVAGxUSQqf4rF { position:absolute;display:block;z-index:15020;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:20.9375rem;width:8.1875rem;top:6.84375rem;left:62.15625rem;overflow:hidden;display:block; }
#vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#QEtpw5g5idbPhvTwDiVZJczL1rt9zr6D { position:absolute;display:block;z-index:15037;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.375rem;overflow:hidden;display:block; }
#UhIbKSWr9hQhFR8N033AHxpEW6VG83CC { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#micdyMmz9VAz5a6G2TWWtldp0LRMs2OH { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.5rem;overflow:hidden;display:block; }
#uT2kbMwrg6Lq1derlKuU8M54bBRo49Z1 { position:absolute;display:block;z-index:15014;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:19.5rem;width:10.6875rem;top:7.8125rem;left:3.46875rem;overflow:hidden;display:block; }
#yUT149ovnEabTVgkC1NR2asvEXxuM09k { color:#1c1c1a;display:block;width:11.125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.875rem;left:3.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N.adaptive-delivery-prevent-bg, #rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N.lazyload, #rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N.lazyloading { background-image: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { background-color: transparent; background-image: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container > .video-iframe-container { display: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container { display: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .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); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { border-width: 0; border-radius: 0; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#xE4XdLVrL1GS0QTmT3Cy6U66ZDMe8Wtg { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:19.1875rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#lVcmZsNFooQTTdBoV9uqfFzQpvBXtAkR { position:absolute;display:block;z-index:15014;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:9.625rem;width:16.0625rem;top:13.4375rem;left:19.875rem;overflow:hidden;display:block; }
#JUeLII15OqhOvW0zsCuoBEoz0gIvIaPR { color:#1c1c1a;display:block;width:9.375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:23.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.3125rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ym1GG7b8eP2KtOZThbaKAM9FZBwW5uNw { position:absolute;display:block;z-index:15019;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:9.5rem;width:15.9375rem;top:13.625rem;left:39.1875rem;overflow:hidden;display:block; }
#Prgogp8EgHqI9KGG0Pmi9bFrdDppUyRR { color:#1c1c1a;display:block;width:10.125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:42.0625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TTE4ad4tbgh3O62aRWXuU9SsQGadZore { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mPK7OpeiHbt8HTDiAZKvIWiXzlWO6uhK { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:19.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:38.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#XVk3vgsUuRlDquPzXyChWLK7zPhlZxqd { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:24.1875rem;overflow:hidden;display:block; }
#Givt0K5nwFH8epMNyLz4XD4Sq2Vymylh { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:43.125rem;overflow:hidden;display:block; }
#P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#fJdJdNeAXdqsW6NlJqTHrkLXDL2XBGA5 { color:#1c1c1a;display:block;width:13.6875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.8125rem;left:59.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.0625rem;left:59.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#pARSG56k8EfhndCpR9HJOBTTfw2iQz64 { position:absolute;display:block;z-index:15020;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:8.125rem;width:15.1875rem;top:14.1875rem;left:58.6875rem;overflow:hidden;display:block; }
#KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#oL8myd5mKNMAZAmWC7BEZttPRt7EnCJP { position:absolute;display:block;z-index:15037;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.375rem;overflow:hidden;display:block; }
#egWr6oACOF8V4z5vG3EidDshfnqfMTMN { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#JS3ltFwwUHZkqtnWdZsq9Bly14y8yJTO { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15035;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#TF0oSU3v7vI0WcaeRRdInldwX9xFhGVc { position:absolute;display:block;z-index:15039;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.5rem;overflow:hidden;display:block; }
#USLX6LIlTmek8V6OVVQLk2utUJGIvekL { position:absolute;display:block;z-index:15020;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:20.25rem;width:8.1875rem;top:7.25rem;left:4.71875rem;overflow:hidden;display:block; }
#oZbOVTQdUFsMKgpLiCUcZneyHSiIcLcw { color:#1c1c1a;display:block;width:12.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.8125rem;left:2.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#NeFKTRZHu4DWQOKq5NlsOLFIUg89WKFI { color:#1c1c1a;display:block;width:11.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.0625rem;left:2.96875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP.adaptive-delivery-prevent-bg, #WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP.lazyload, #WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP.lazyloading { background-image: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { background-color: transparent; background-image: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container > .video-iframe-container { display: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container { display: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .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); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { border-width: 0; border-radius: 0; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#BCtUk054gokATSvJFlAxi2gomwLfTcUT { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:19.1875rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#wvNy38E7GdF50ETEphHJhbZsFEUFQoLb { position:absolute;display:block;z-index:15014;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:19.5625rem;width:15.125rem;top:8.5625rem;left:20.25rem;overflow:hidden;display:block; }
#bsA7lVE8RhhbKWvKtnDMsl8FwvzTk3Db { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:28.8125rem;left:19.75rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#rJpNlINvRVLrymJ5AT2t1iNFyZ5fsbb0 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.3125rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zddhMXTnIukSwdKT18S76Bk2sMSDuhLK { position:absolute;display:block;z-index:15019;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:19.4375rem;width:15.125rem;top:8.5rem;left:39.5625rem;overflow:hidden;display:block; }
#IEVZge68RlluT9Z329B4heU66kcb7v5w { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:38.875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LJC36ZxXHJ0Ptw7iNF1m4IqT2VcDB2TD { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:19.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:38.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#icVs6yy2LGaPKz70RSecAPgsmq8Si1Ph { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:24.1875rem;overflow:hidden;display:block; }
#Ve726ByB9y306ypaaOSSQFVkacV3hg8w { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:43.125rem;overflow:hidden;display:block; }
#viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#rpocSWE4Mm1NgopxA4HFgoQcgtTwSO9F { color:#1c1c1a;display:block;width:14.75rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.8125rem;left:58.875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:59.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hEzSZyxVs5T4IIT4Vc16lIeVlMNcoBmD { position:absolute;display:block;z-index:15020;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:22.25rem;width:11.125rem;top:5.9375rem;left:60.6875rem;overflow:hidden;display:block; }
#I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#tTnVeC6zGrlro3PawZvnRagVhTDQi7yo { position:absolute;display:block;z-index:15037;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.375rem;overflow:hidden;display:block; }
#N5qoH3emLsw84gAghf4hOlTxsKh5mc66 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#dTsHlnZRBBvlPGb3MfO9yMQTJs1y5gcL { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.5rem;overflow:hidden;display:block; }
#XhnTJeeT34SaH8sO7FDaZygtgMXXRxBU { position:absolute;display:block;z-index:15014;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:20.375rem;width:10.3125rem;top:6.9375rem;left:3.6875rem;overflow:hidden;display:block; }
#By2QectvsPbfyT7UTKMgadiPJq1FEEaW { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:0.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V.adaptive-delivery-prevent-bg, #tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V.lazyload, #tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V.lazyloading { background-image: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { background-color: transparent; background-image: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container > .video-iframe-container { display: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container { display: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .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); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { border-width: 0; border-radius: 0; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#isNOJ0Ti3XQo0xQbLi3VNF1qe1doH5fu { position:absolute;display:block;z-index:15014;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:19.0625rem;width:9.6875rem;top:8.5rem;left:61.4375rem;overflow:hidden;display:block; }
#f6h4phl3wI5mZ8Ei5llrD35NEIBam2DM { color:#1c1c1a;display:block;width:13.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:59.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#W9QboFmr5w5eVPPFZg0KD5WAfncu3ZHO { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#w8R0MCi2auskE6tBV5ABZzw8hmTPvdbf { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#Ls0ShBr7EvPDADiNOUyICGGgTzE2bnQJ { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.4375rem;overflow:hidden;display:block; }
#sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.5rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#kxqw9H8wtMXUi2ucWQqSKoJeTCMUrP7l { position:absolute;display:block;z-index:15019;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:20.5625rem;width:6.3125rem;top:6.9375rem;left:44.125rem;overflow:hidden;display:block; }
#oeRMLUURa4PyecFZVfQouLunoJ3MU2hR { color:#1c1c1a;display:block;width:11.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:41.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:39.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#btc9rE5Ptg1WLmpfeyM7ZNMGtTEdDZot { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#ec0000;background-image:none;top:0rem;left:38.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#Fi5bDpnmBACkFnsimikShxaKXELLDoMW { position:absolute;display:block;z-index:15034;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:4.1875rem;width:8.5rem;top:0.625rem;left:43.0625rem;overflow:hidden;display:block; }
#OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:0rem;left:19.125rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15036;background-color:#ec0000;background-image:none;top:0rem;left:19.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#wAWmagu57bn1iB12e1bJePoilV1AJqfu { color:#1c1c1a;display:block;width:10.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:28.8125rem;left:22.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#NmAMGLNoHlMzUiqytMMrWq4amQ0LOKkd { position:absolute;display:block;z-index:15040;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:4.1875rem;width:8.5rem;top:0.625rem;left:23.6875rem;overflow:hidden;display:block; }
#y0ebNRkIRqAQpbHMto2tz6hqT5VETOLT { position:absolute;display:block;z-index:15025;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:20.125rem;width:6.3125rem;top:6.9375rem;left:24.75rem;overflow:hidden;display:block; }
#dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FMW9FgozgK9vaidokygL1g2Ggk4cpiTu { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TqdzPVUFwnF2FDSF0PDR7kzE2JhyP0wQ { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#IpaEtKE87rLBJT7pJpqBHL6gFBIfXgxo { position:absolute;display:block;z-index:15014;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:21.6875rem;width:11.125rem;top:6.5rem;left:3.1875rem;overflow:hidden;display:block; }
#Tkkkzzl3u1ZbUBy317PLzMspoRSRHKsL { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.5rem;overflow:hidden;display:block; }
#CgpWaennrh8kIrmhL1ikXTC2Ua2zvZ8X { color:#1c1c1a;display:block;width:15.75rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:0.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#g1Q9HJu45oSHCkWHBv4PiVR72IqwBTiR { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4.adaptive-delivery-prevent-bg, #dzePliwT3n37zqRWN2xbrwmTuaa28xG4.lazyload, #dzePliwT3n37zqRWN2xbrwmTuaa28xG4.lazyloading { background-image: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { background-color: transparent; background-image: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container > .video-iframe-container { display: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container { display: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .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); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { border-width: 0; border-radius: 0; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#qASaGECZTJHmFvacTwXoFUzSV7iWK861 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:57.4375rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#My85hFZRiNWQNDLbyWZEwVcCDupQLke4 { position:absolute;display:block;z-index:15014;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:20.25rem;width:7.25rem;top:7.5625rem;left:62.625rem;overflow:hidden;display:block; }
#hpfsT6GKBFDuv4SESXJf9S8nr9UgVumC { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.75rem;left:58rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.625rem;left:58rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#ec0000;background-image:none;top:0.0625rem;left:57.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#Owad6ge60kryJrQW4FsTU79d5ChfFnyS { position:absolute;display:block;z-index:15031;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:4.1875rem;width:8.5rem;top:0.625rem;left:62.375rem;overflow:hidden;display:block; }
#OUOsSxkFH1PShWMacqhsqOhbNdbuZDlq { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:38.25rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AF9xauHFiUyT4RH4UI50oMNtskHDVoiE { color:#1c1c1a;display:block;width:13.8125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:40.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#FGiJR4fttrUoDz2Twqsdmm0WAtiApXQ1 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#N7lW67kir9NhzS0CFdXfmfx23vpaOIAr { position:absolute;display:block;z-index:15019;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:18.875rem;width:9.75rem;top:8.75rem;left:42.1875rem;overflow:hidden;display:block; }
#iy3cG3x77rheu5lVeOhN2ORmuMigkgcV { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#ec0000;background-image:none;top:0rem;left:38.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#yBtGQpelG6WEZrExMXN9ogAOB4E0DILP { position:absolute;display:block;z-index:15034;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:4.1875rem;width:8.5rem;top:0.625rem;left:42.8125rem;overflow:hidden;display:block; }
#h44J0b1N7lEVx0J71Lma4LWB1KDubBiR { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:19.0625rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#fpw27kCgvScxve3RepV4fUz51dyN7Ptl { position:absolute;display:block;z-index:15014;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:19.25rem;width:9.75rem;top:8.5625rem;left:23rem;overflow:hidden;display:block; }
#B85FRzA6weu5Vtl5HglnP3pu0hPePTJl { color:#1c1c1a;display:block;width:13.9375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.8125rem;left:20.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TuCsxcTlrvBCZky27RH7TTOBMgrHE8d3 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EHmdQSCJP7aFTtc41aQOEhLdCtIGDpPm { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:19.125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#ZD53rF3ZnWDfBnmvcA7AqUzB9IN0kfzl { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.625rem;left:23.5rem;overflow:hidden;display:block; }
#fIEJwDXrb9EzOxWIsGmPkEVIcuKhtHwh { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SWm7SPt2BftEotfMoLD8Z9IT0GH0p3gU { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#fiEhs4ueSObCg13t6kJHmuE7CoV91gA8 { position:absolute;display:block;z-index:15019;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:19.375rem;width:9.75rem;top:8.5rem;left:3.9375rem;overflow:hidden;display:block; }
#ovTgGfzrZ7g608cT68aqvDM7aSx36P0J { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.8125rem;overflow:hidden;display:block; }
#Vm715zCWM7INLD7FoXcnzNyAaVSKfLwO { color:#1c1c1a;display:block;width:14.1875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:1.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#hhDnuSIuFFrvQRRz2CRMcAXwNgTSLZmC { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9.adaptive-delivery-prevent-bg, #deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9.lazyload, #deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9.lazyloading { background-image: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { background-color: transparent; background-image: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container > .video-iframe-container { display: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row > .video-iframe-container { display: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .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); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { border-width: 0; border-radius: 0; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#WmRX7HlonPB7PRxt31IIF9OaHnP2T06M { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:19.1875rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Tl2F4Tw50WVusdSg4vN37Mc99G4PfDiA { position:absolute;display:block;z-index:15019;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:18.875rem;width:7.25rem;top:8.0625rem;left:24.375rem;overflow:hidden;display:block; }
#uKAxlru7mXl0tfzuQNaOi2tpuiKSIckK { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.8125rem;left:19.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#X9cKmfv7RvagTnzgTgxidRM3gtCkuIK4 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#ec0000;background-image:none;top:0rem;left:19.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#ZLNZGMaqb4U3o1644mJExSeiQc52T1LN { position:absolute;display:block;z-index:15033;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:4.1875rem;width:8.5rem;top:0.5rem;left:24rem;overflow:hidden;display:block; }
#WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid rgba(12,116,40,0.47);border-left:0.0625rem solid rgba(12,116,40,0.47);border-right:0.0625rem solid rgba(12,116,40,0.47);border-bottom:0.0625rem solid rgba(12,116,40,0.47);border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#ec0000;background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#GIT36PeM9NKl2gebsp2DnytW3pphxnB8 { position:absolute;display:block;z-index:15019;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:20.25rem;width:7.3125rem;top:7.5625rem;left:5.1875rem;overflow:hidden;display:block; }
#claIw2ZCE74ruMWKq3dRUF7y28XbQcfG { position:absolute;display:block;z-index:15032;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:4.1875rem;width:8.5rem;top:0.625rem;left:4.75rem;overflow:hidden;display:block; }
#W1W1PpI4BMIclmKuglBpg4Vmg65HapeP { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:28.75rem;left:0.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#psOLAXpBaZf4ftbluvql12OqSZr6KGIo { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.625rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx.adaptive-delivery-prevent-bg, #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx.lazyload, #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx.lazyloading { background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { border-width: 0; border-radius: 0; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8.adaptive-delivery-prevent-bg, #Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8.lazyload, #Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8.lazyloading { background-image: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { background-color: transparent; background-image: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container > .video-iframe-container { display: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row > .video-iframe-container { display: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .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); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { border-width: 0; border-radius: 0; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#K261MpISEKFcpOR2mOhIbUBU1cCA7V5T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#ULDwz76euLROSyTT1C9Jmq2QWU4IsDSh { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0rem;left:0rem;display:block; }
#rfiJB5r2Q1DvtGVTOt4lx7RCyOJQFBUT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#RBpZSfZXKd8NxbzwTSZHVTkFAMTh3kOs { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0rem;left:38.75rem;display:block; }
#DgdE9rJFAQ2aFQi7DQZkCHTEf3dFrvG7 { position:absolute;display:block;z-index:15018;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:7.625rem;width:8.1875rem;top:15.562499427796rem;left:70.994971163725rem;overflow:hidden;display:block; }
#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr.adaptive-delivery-prevent-bg, #hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr.lazyload, #hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr.lazyloading { background-image: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { background-color: transparent; background-image: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container > .video-iframe-container { display: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row > .video-iframe-container { display: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .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); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { border-width: 0; border-radius: 0; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#GfTSrvGhyt62xboI6NiI0nvhrAbTwnSF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:4.75rem;left:0rem;display:block; }
#nvAllEg6W5UZq1Zf9xAy0QlqBwHfhwyc { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:4.75rem;left:0rem;display:block; }
#T8fa2OwQF6nQKsxD4SlOlhtngQEvAMr7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:1.8125rem;left:32.6875rem;overflow:hidden;display:block; }
#PawVlpsGJy1Xyug227QoznI8aFfui3qv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:4.75rem;left:38.75rem;display:block; }
#phUA9lqlMioT0oTne6atuJaZyGxPA3wO { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:4.75rem;left:38.75rem;display:block; }
#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL.adaptive-delivery-prevent-bg, #AtPtnDryUBAIp75trOoZ68d3KFuBGnDL.lazyload, #AtPtnDryUBAIp75trOoZ68d3KFuBGnDL.lazyloading { background-image: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { background-color: transparent; background-image: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container > .video-iframe-container { display: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row > .video-iframe-container { display: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .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); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { border-width: 0; border-radius: 0; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#uQlfMr5IRJ6CWBolhaKJTTq4FFXGqIIQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0rem;left:0rem;display:block; }
#R27rvITQgGSLwAH7FGSwUQNqWFkHnF8S { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0rem;left:0rem;display:block; }
#bgRKxuQu6PAM6nXEVTgCa7ZwwCsTQ9ua { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0rem;left:38.75rem;display:block; }
#PPldbhTR6TiSuW73G7kZKvwSc1fyQ0yZ { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0rem;left:38.75rem;display:block; }
#n74XIyTrAd4qweXyrQShDNeXmrRa4NJa { 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:7.3125rem;width:8.4375rem;top:14.875rem;left:71.566605839419rem;overflow:hidden;display:block; }
#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799dd662-093a-49af-ad39-a5365c20e7a6/bg101.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I.adaptive-delivery-prevent-bg, #r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I.lazyload, #r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I.lazyloading { background-image: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { background-color: transparent; background-image: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container > .video-iframe-container { display: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row > .video-iframe-container { display: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .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); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { border-width: 0; border-radius: 0; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#KOVSWesU3OC1JOqUHGu0lXUm4aZGPs9M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0rem;left:19.375rem;display:block; }
#ogC1NGND1SFD7ZT1A1ZAmiFi5llIho0m { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0rem;left:19.375rem;display:block; }
#ZayBDAs1csorvtvLclHe0AJs9B7AzzzF { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:14.3125rem;top:11.3125rem;left:12.0625rem;overflow:hidden;display:block; }
#ovkMuQR2UFJHhvaPgKqVrQr5txREoi2z { 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:7.3125rem;width:8.4375rem;top:14.875rem;left:71.566605839419rem;overflow:hidden;display:none; }
#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e99d0b89-95fa-4c50-ab1e-18b0e90651a4/boy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6.adaptive-delivery-prevent-bg, #q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6.lazyload, #q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6.lazyloading { background-image: none; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container { background-color: transparent; background-image: none; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container > .video-iframe-container { display: none; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row > .video-iframe-container { display: none; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .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); }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container { border-width: 0; border-radius: 0; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#KdzGxZ7Pmg97wtfB7WAnKnOnEZmnLJRn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:26.0625rem;top:12.9375rem;left:6.875rem;overflow:hidden;display:block; }
#svqncBTofbQu88hnykNW2wXS4g5Wiiob { position:absolute;display:block;z-index:14999;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:34rem;width:34rem;top:1rem;left:2.875rem;overflow:hidden;display:block; }
#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: 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; } #Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container { background-color: transparent; background-image: none; }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container > .video-iframe-container { display: none; }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row > .video-iframe-container { display: none; }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .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); }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container { border-width: 0; border-radius: 0; }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: 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; } #e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container { border-width: 0; border-radius: 0; }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { 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; } #EzChd8OOS6uiULTGotOT6e9PPpozvgID { border-width: 0; border-radius: 0; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { 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; } #aC1aJx1QDumceMz5QmuITh4rNILsH4ev { border-width: 0; border-radius: 0; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: 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; } #QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container { border-width: 0; border-radius: 0; }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { 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; } #EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP { border-width: 0; border-radius: 0; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { 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; } #utD9LdMwPRihJwNkRlveE5XG2agUwyTZ { border-width: 0; border-radius: 0; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: 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; } #GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container { border-width: 0; border-radius: 0; }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #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; } #Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container { background-color: transparent; background-image: none; }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container > .video-iframe-container { display: none; }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row > .video-iframe-container { display: none; }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .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); }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container { border-width: 0; border-radius: 0; }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { 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; } #oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { 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; } #fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { 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; } #wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { 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; } #k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { 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; } #XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { 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; } #RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { 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; } #TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { 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; } #lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { 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; } #BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKEvx7HZiAF57ukClNbk77IhcSldfqP4 { top:7.625rem;left:0rem;width:39.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ { display:block; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMO0OZsTJ4vv8WpKTFvvmN6vwJ9Na6Kr { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30W8pbAWQa3zIAFutQJpTD8zwpuu3B1 { top:32.875rem;left:35.25rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSraWDIEHh4lrTJtpHGi4MBEGXut5QGs { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG { display:block; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Or1OJNFwnJfB3wbkiMmABesg9il6k6ru { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZHgsVZRHxo4xXNTbUgTvWHqM9plFXV { top:32.875rem;left:35.25rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9MPuQefLnGIXTq3v2JXEVJ6kcBO64T { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 { display:block; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULld5nzAq0B3HWqIJPGkhNtLzn8QSGad { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQNPfweVJWQxFOXKRdLVH2geyiPlGvT0 { top:32.8125rem;left:35.25rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7rhfaM7Ozs6l1r770AfsBVnGbTfK9o { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T { display:block; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWBn67iREUff93NKcTraZdLXMawsd7oC { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvPyQb8t3PculBgX4cFlRnUvDJUOoxkB { top:32.875rem;left:35.25rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4OnPFBwP6T7wvxNDOWvEzBlTCTHCsg { top:33.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK { display:block; }#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SibSdkLgO0AVg8RbvSiPEXsyBQoP3H96 { top:0rem;left:17.625rem;width:12.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lwmL9JqXqPuITKK9oFO0UwSkpepKLK { top:0.4375rem;left:17.6875rem;width:12.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOvXEWT0NTPhlXkSe1kNMvvp7Gb5oKAI { top:1.6875rem;left:15.375rem;width:12.5rem;height:8.25rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhPb1Bf8p5VQsAQQ6F2X5J73OlaAi5VM { top:2.5625rem;left:17.625rem;width:12.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhm4wvvtHXfZF5c5BNQKglveHaTJkNp { top:2.5625rem;left:21.375rem;width:12.5rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsF1wTupy1AyTfnWUc0IRpLyv0XM8rzb { top:7.8125rem;left:22rem;width:12.5rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR { display:block; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBPOB02057M1PVS2w3L6R9mPiffIU3fD { top:20.4375rem;left:0rem;width:22.6875rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a4pekMoMr3GSwFSwvV7Sd5y5zWBmTh { top:27.4375rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQpR5HV9SPNZEVrKLoZDWOZ0hCBtdRO4 { top:31.3125rem;left:0rem;width:22.0625rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oypLH6JFO1hGPQwsgAUxMDih4Bdkumlw { top:36.3125rem;left:0rem;width:22.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { top:48.625rem;left:7.6875rem;width:27.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { top:48.0625rem;left:7.4375rem;width:27.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { top:45.0625rem;left:6.0625rem;width:20.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { top:44.5625rem;left:5.5625rem;width:21.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefBdVZLffSPT2fk44UQ6eaI4e4b02vT { top:15.1875rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GePGpmBzEEFew7Kt4QX4uVhzDt7ols { top:14.75rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zER4TIt1ar0asIWNWGexqBaZnwfcHUsH { top:9.6875rem;left:14.625rem;width:31.5rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TnprkwaX01hTAA2rwQbItunoOho66w { top:3.4375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp19W2H0Owc72ILQOv0LTsV6f0An1HD7 { top:15.8125rem;left:9.0625rem;width:8.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogCTdXzvgylLD1f6u9pDDqDkGRTi1bdQ { top:12.125rem;left:8.34375rem;width:29.9375rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ { display:block; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvtT3CqxF7zIDLC8wZttpt85zuT8Tl0e { top:13rem;left:23.8125rem;width:23.9375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr4OU2nR7kTb8CgtpD7qTmIq9ReKRRe2 { top:18.8125rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDgPrityKlb1snBZmNK4nEzSRJThBzR6 { top:21.625rem;left:28.75rem;width:19rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OQ4WhPTtRlIei16ezuKTXD42dciQqW { top:25.5rem;left:21.5625rem;width:26.1875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { top:39.125rem;left:0rem;width:35.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { top:38.5625rem;left:0rem;width:36.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { top:35.5625rem;left:0rem;width:23.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWr5U0xQl5NbSZn8MiG8RSiXFagFHdiw { top:35.0625rem;left:0rem;width:23.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWNsswITNuowLyWezfuEbTH3zFoww6U { top:7.75rem;left:31.5rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Rgd0tvzGhW3LnQuy1LkKXySFsSSDqn { top:7.3125rem;left:30.875rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBtEXB8GkrvokDKFExPwTUMc2CzuQ6mk { top:3.9375rem;left:0rem;width:33.3125rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1DIMqh9FMQOfvp7z8WGerHOEpmMzpcU { top:6.5rem;left:0rem;width:7.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDbg2PIOnA17PmTNzOLMI1ToHGqlF8h { top:28.4375rem;left:15.6875rem;width:20.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTVKxXV5vgiM07vuIdnJfSQ5ZwNmexqX { top:11.0625rem;left:0rem;width:13.9375rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo { display:block; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS6qBOop2Xkxxgroy4Grh1xJryyEA42N { top:12.3125rem;left:0rem;width:22.6875rem;height:7.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG7w2pGoA6zxhD9QwAETXD7VRt9nc8b { top:21.1875rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V01QWdKeciWdTQTQzhR0xVvgtq1QQFXh { top:25.0625rem;left:0rem;width:20.5625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaOuNSvCxfhArIVgNuI4tWDJGsfnlQfM { top:30.0625rem;left:0rem;width:22.8125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0vUykbzT74TfOci1H5LrFrmefTIF49t { top:34.375rem;left:16.71875rem;width:25.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odLPrFl3y9rxWBPkRhMQXpl5S0bNt0gb { top:33.875rem;left:16.125rem;width:26.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU4qW6ouo8QpmJ4DIzwxpmENolQuHamJ { top:30.875rem;left:13.6875rem;width:20.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsz796MR7Fay5NwznHG3u2dr6WrbSPLp { top:30.375rem;left:13.21875rem;width:21.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7skpBwyEwIs3K4E2XO7z6nTXRVlFT8 { top:7.0625rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7pvGvpsSTE4wO4W3RqBFbnnRVdWZ4o { top:6.625rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMw3cZd1BOT9BnpkF3eemPI1ZRgQZ9Rv { top:10.4375rem;left:0rem;width:47.75rem;height:18.621332518337rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up3JWGDAbkHQekVXnxyMo8a1LBJ8TTU5 { top:24.125rem;left:28.5625rem;width:19.1875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsP6ekHBbdA9rOiJpCVtLyApGTikM1yi { top:4.4375rem;left:10.25rem;width:8.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF { display:block; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhcdCa91O8T845uQhbbiwTl6qXeJRrnh { top:13rem;left:23.8125rem;width:23.9375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6zm8sZTTfNT7W2uJ5IrrVsTR7Zap4Z { top:18.8125rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLr1VaubdvELzAGBePDHcAy15mDxy5f4 { top:21.625rem;left:28.75rem;width:19rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyGNkBXXCFqILbZdzyrTdwJk6F104BGH { top:26.125rem;left:21.5625rem;width:26.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtQwUvTGQm8rANOPsOQrJLAcuke01JX { top:39.125rem;left:0rem;width:17.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3F1zclA0H4sFg0FC3AMdZ3hJrslqZT { top:38.5625rem;left:0rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC2d0QtNAEW5zTF5dArfOz6ncZFhB42S { top:35.5625rem;left:0rem;width:17.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUmnTHrL6StnupkIFCn3I8QksTgNfuB { top:35.0625rem;left:0rem;width:17.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03NAKlB5bcUBPNGwP7d0eKo3dgJ9Rq { top:7.75rem;left:31.5rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmtC4cpnbIQJHpPhBXKWCtJ6v3BaxEst { top:7.3125rem;left:30.875rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqlsBF20r98m8EkuRDTexy2CSPXRTI3 { top:1.1875rem;left:0rem;width:28.5rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAum9ydcQabvPhrTppEJZk1VZ5L0M98n { top:42.75rem;left:22.4375rem;width:25.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 { display:block; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRhKr7ZWr3CuNWPR0MTkr314QTekhfZm { top:9.5625rem;left:0rem;width:24.4375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0o2zef9LJVAAofN6TFZUHRB4DoxAMhh { top:15.375rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzgTONK09Dv0fpNQF6EIbhCkIk6Vor4i { top:18.1875rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQLi7KzgPK4mKVv68eTlw87uqxmb82XX { top:21.1875rem;left:0rem;width:25.3125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8HEOQPm9m94RtQ4O9SiLStGLeZaloNs { top:35rem;left:13.1875rem;width:17.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnPXBca39yeVcS3GChagIs0QyeQFZfT9 { top:34.5rem;left:13.125rem;width:17.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Nwwvq8EFvfTvsfK6eIJyxrzifUBBus { top:31.25rem;left:1.6875rem;width:20.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsiuCftMZwmuWNZpPfrmwwglFFFP9BGD { top:30.75rem;left:2rem;width:20.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLRAMKMoTTKAqIenDJ7xJB3S5ZA9X43 { top:4.3125rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmHDxe3LafRbTBdRngMVFbxMqerzWnd { top:3.875rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAFmCTFWSDbk2v8fpdRdeiSyiSfWpLMS { top:3.875rem;left:10.8125rem;width:30.125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMHIZKimCNQosQ2g9rb2Iun5mU44etVO { top:14.125rem;left:15.625rem;width:32.125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i { display:block; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9yyWnwKmQV7hHlckevLx5f0IX64SFDw { top:32.625rem;left:14.0625rem;width:22rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lROaiksWiJ7yfogEfJGdfCzVFbQTqaXH { top:33.125rem;left:14.6875rem;width:20.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV0WETueDNG8oUuoTnzXprnfu9C6QdTX { top:36.0625rem;left:17.0625rem;width:29.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLT8Tv954ayBoblHcwAs5xI909TNDiX { top:36.5625rem;left:18rem;width:27.3125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uumdsUHgQz307bcLMNWTcMRCBK34lIzZ { top:21rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhHT7MJ4zltUVvAzyocOF5VGI09ADMay { top:23.625rem;left:18.1875rem;width:29.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Zpvq69Fk2IIo6faGKHVIqq8S2FFPIw { top:11.8125rem;left:18.375rem;width:29.375rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG4sZR2VJv4mDxy2IVkmGivFbLioyACV { top:18.0625rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tGFboSNB9RiD2iOdcKQmd9HeCr14IK { top:6.0625rem;left:32.312501907349rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3SEBCVEuvgXmcwPaluQSC18feLPsvDO { top:5.6875rem;left:31.687501907349rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5aZiFGwfUrVlnpdGU6sRnU6hC2CSFJV { top:13.5625rem;left:6.4875011444094rem;width:21.9375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8lAcSnN68q5uFmh32AoGVzTbJ0a1HJ { top:31rem;left:34.6875rem;width:13.0625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzd9ZNWsc5ISheWpZdTGpKeqEqI4TP0D { top:20.9375rem;left:12.581251144409rem;width:9.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldGu0supkQFJB6TArafoPPEWksZC1ld { top:31.3125rem;left:0rem;width:12.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSozeu3OHknzh5kz4puOm8Wsw4oxLhvy { top:2rem;left:21.875rem;width:25.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr65uT2nu4GBgEU5Dbn2iqa9HvLDMJQS { top:0.625rem;left:0rem;width:30.5rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ { display:block; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osRulokRN35gnbD6Bcaxhu0i2Qld6a9w { top:29.375rem;left:0rem;width:28.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoMXXGllbEilV7JX7TDakRhyGNndGQte { top:29.875rem;left:0rem;width:27.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqT6028Ssw25OquSmJzTyZmPQA1GGhOf { top:32.8125rem;left:0rem;width:29.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty7u6Hl6uENl7AkqGNVNXnymlEgWTM5a { top:33.3125rem;left:0rem;width:29.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQNE68vHBCGfgEWMaMvlRnRfxG3Jxzu { top:21.3125rem;left:29.5625rem;width:18.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBhsdkSALVZvUSeP7b8U0P3TWXJbpvs { top:26.0625rem;left:25rem;width:22.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezB1Ss8bvTQA6KbXbLzbtFfowJhb3sTc { top:14.875rem;left:25.0625rem;width:22.6875rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZRIF8HLPemZ1E5rT9BUHBBcXWNc2z3C { top:18.5rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALA4WbutQCfL0ipNKHRzkzKHgdRmI81l { top:9.25rem;left:38.687501907349rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcxmk92oHT82OBfKyvp2TAw6XUodLdH { top:9.625rem;left:39.312501907349rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBz3km9DaRT0qfQH8R9wRZiXLkOWEVqr { top:8rem;left:0rem;width:47.75rem;height:30.046198830409rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqOB7PmJ9rHubkW06KZVOFmSosDdKTor { top:25.9375rem;left:26.906251907349rem;width:9.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyD6bOeRDp4NEnkdgwg88pHTcDN2kHrN { top:6.6875rem;left:23.687501907349rem;width:8.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd { display:block; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfig0M2qxe0vczAHOs2J02kROqaN9pAv { top:5.1875rem;left:12.125rem;width:35.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhWiXOOEOKdddgisXKZFLMfdC3x6eXkW { top:12.4375rem;left:0rem;width:24.4375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpcvO4FBxmec6Mf6wissVuOilPe2wfuM { top:18.25rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2AnoLgZD2VbVa93hvmnGVq6XBE3oKx { top:21.0625rem;left:0rem;width:19.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKVrwrttky2QmoCDoHxnTzfH06WLO0qI { top:26.625rem;left:0rem;width:25.3125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cztpZfAAn2srTi5Het6b0gTwSunpnIm5 { top:42.8125rem;left:21.5rem;width:26.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqQGnSSegUC8iG3ewwUL4c4OfMLcQzw { top:42.3125rem;left:21.875rem;width:25.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX1yZ4DBoPVJbLOqpDmIX8hbsiq1AUu4 { top:39.3125rem;left:25.8125rem;width:20.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0ofNPt40y1bPmS2cFJXHpsBtTbJCdT { top:38.8125rem;left:26.125rem;width:20.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR5REaClnCWZtXOya6l4PrM2rxfusNam { top:14.1875rem;left:17.3125rem;width:9.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEAiIKooi4KMwZMkJsevTOKNS8wWUApr { top:35.875rem;left:0rem;width:37.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ler81Jaefn1pIU2ze74CNwkobGRg4Kp0 { top:7.125rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA8Dntd0HCf7hL0nWT673bzDMUUBFIeT { top:6.75rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW { display:block; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VswXXdNM4FqiB27A5rlFJwXU2GH8wTsb { top:3rem;left:0rem;width:47.75rem;height:43.639873417721rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlAiwH9TquMh1paTaSW4cdhT35C6ldC { top:42.875rem;left:0rem;width:32.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woXtponOwsZmL2DLUINUIEkCIhKrzOIS { top:43.375rem;left:0rem;width:31.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHbNxJEf4M8TaZKbrOX3lOqhIuyIFw4 { top:46.1875rem;left:8.0625rem;width:26.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6SV3qSA1pg1uWwBmkxOIxIzTJ0GiCdW { top:46.6875rem;left:8.1875rem;width:26.25rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJiTZ3aWb8uvcCz8EXKr3dTpwJIornE { top:27.5625rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTB8S6ObZswg4JZ8QL9sZw4TUIbTbNxE { top:30.625rem;left:25rem;width:22.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqOMh8sC0bS81LGQCZpd8nr2XcEAzdWf { top:16.4375rem;left:24.25rem;width:23.5rem;height:7.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEte2TANQT0MkuwBiWh7rOnxWnu8qWt { top:24.75rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBg6l0BdTt2RBpTXhXh7usanUtRJk61m { top:11.5625rem;left:38.5rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4BFtZ0APn4qwMiA7yhdCQ9sINCBdoxt { top:11.1875rem;left:37.875rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa { display:block; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJdcZ6G8Q52nzhu3970NEd2sUvohISh { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya { display:block; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVUOR88wfws4aPvndpCX7RRXXtR20ft5 { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkFVHPpKOC8GTTaCMzs7TNipm6qSvGs { top:10.25rem;left:6.53125rem;width:15.6875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1k7olVnyiyWg36bZC3GfcVMWmXyiw4 { top:28.875rem;left:7.75rem;width:13.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { top:0rem;left:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1D1Lwn0NbyDGxfoayOERdLZOL2f7g3 { top:12.9375rem;left:25.9375rem;width:15.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sbtd13LlMyeRoE0aQxTzFTAmU8M4Hw { top:28.875rem;left:26.9375rem;width:13.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTHCTRwBbLUKLGnQgVgGxrKoafOTo7 { top:0.0625rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { top:0rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhdvm1EISMopZI0iTXaLwdNoSqNgn4Br { top:0.625rem;left:10.5625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxOpHQVmmwq0HWBEgHIT7TSsQUDBmoM { top:0.625rem;left:29.5rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mL6drwCZml39ykNAJnT3HB9darCGeT { top:28.875rem;left:34.875rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { top:32.6875rem;left:33.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWVsx9he81Bi0CTkrdo1UTmqFx70rs8J { top:12.9375rem;left:32.625rem;width:15.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBReps3KhZaBIUXHXTt6tpkGTmNChCv { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIbpeBHW1S0KImK6IugKBthP8K65RmV { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqNUenhXV9xXM80kK3C6T8UZ2p1n84h { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGa5q5Mo0bUSOlcsrwNFx5OkJgeV0WL { top:10.25rem;left:0rem;width:15.6875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6UNSHTUXJ2hAx8xfsHVuxsRDyfSEdXu { top:28.875rem;left:0rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { top:32.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 { display:block; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMyd47DnvsnTk3VBVV1Zh8zLLu2yJCzZ { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4w1myOt0qRrb5d0WaRHPL8RIfuJLn9 { top:7.8125rem;left:9.03125rem;width:10.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnuWEv3szNWGQcJaeu0MxbNdsg63AhTc { top:28.875rem;left:9.3125rem;width:11rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEn4VyTfAB8VxTH1wHFq6BZ0TKTZkRWz { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbOZVJ00RpOdxpdaUDkGMdbweQ0gUs7 { top:0rem;left:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHZM2CJAcEVEz9nFkixG5PCXMalSetC { top:7.875rem;left:28.15625rem;width:10.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKEvpGDnhfQ4UwpynDO2kpX0AwRgnRI { top:28.875rem;left:27.84375rem;width:11.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRiGXqQ4QHr159X8z09kxBBA0PH7zrCm { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtINm5DqQrtF08aaIrvRuZy2XEye15vx { top:0.0625rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5LoG38UPHHSa2LLwQHfOR2rb02XTBk { top:0rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFa4iTGEfQfZ89mLGAzneFXsXvCfAsCP { top:0.625rem;left:10.5625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKzvw6TWiZsyTzJoOFPupAErsr31Dcu { top:0.625rem;left:29.5rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFUc4EeN69kSLylb6nMRJQz127Zowa30 { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbz7U2xVaFdFCJSU8bKX8h8Qo6sf7yn4 { top:28.875rem;left:34.875rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { top:32.6875rem;left:33.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnumi3ndFAxHq4c3XAvVAGxUSQqf4rF { top:6.8125rem;left:39.5625rem;width:8.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtpw5g5idbPhvTwDiVZJczL1rt9zr6D { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhIbKSWr9hQhFR8N033AHxpEW6VG83CC { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #micdyMmz9VAz5a6G2TWWtldp0LRMs2OH { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2kbMwrg6Lq1derlKuU8M54bBRo49Z1 { top:7.8125rem;left:0rem;width:10.6875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT149ovnEabTVgkC1NR2asvEXxuM09k { top:28.875rem;left:0rem;width:11.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { top:32.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N { display:block; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE4XdLVrL1GS0QTmT3Cy6U66ZDMe8Wtg { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVcmZsNFooQTTdBoV9uqfFzQpvBXtAkR { top:13.4375rem;left:6.25rem;width:16.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeLII15OqhOvW0zsCuoBEoz0gIvIaPR { top:28.8125rem;left:9.6875rem;width:9.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { top:0rem;left:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1GG7b8eP2KtOZThbaKAM9FZBwW5uNw { top:13.625rem;left:25.5625rem;width:15.9375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prgogp8EgHqI9KGG0Pmi9bFrdDppUyRR { top:28.8125rem;left:28.4375rem;width:10.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE4ad4tbgh3O62aRWXuU9SsQGadZore { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPK7OpeiHbt8HTDiAZKvIWiXzlWO6uhK { top:0.0625rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { top:0rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVk3vgsUuRlDquPzXyChWLK7zPhlZxqd { top:0.625rem;left:10.5625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Givt0K5nwFH8epMNyLz4XD4Sq2Vymylh { top:0.625rem;left:29.5rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJdJdNeAXdqsW6NlJqTHrkLXDL2XBGA5 { top:28.8125rem;left:34.0625rem;width:13.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { top:32.0625rem;left:33.375rem;width:14.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pARSG56k8EfhndCpR9HJOBTTfw2iQz64 { top:14.1875rem;left:32.5625rem;width:15.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8myd5mKNMAZAmWC7BEZttPRt7EnCJP { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWr6oACOF8V4z5vG3EidDshfnqfMTMN { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS3ltFwwUHZkqtnWdZsq9Bly14y8yJTO { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0oSU3v7vI0WcaeRRdInldwX9xFhGVc { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLX6LIlTmek8V6OVVQLk2utUJGIvekL { top:7.25rem;left:0rem;width:8.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZbOVTQdUFsMKgpLiCUcZneyHSiIcLcw { top:28.8125rem;left:0rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFKTRZHu4DWQOKq5NlsOLFIUg89WKFI { top:32.0625rem;left:0rem;width:11.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP { display:block; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCtUk054gokATSvJFlAxi2gomwLfTcUT { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNy38E7GdF50ETEphHJhbZsFEUFQoLb { top:8.5625rem;left:6.625rem;width:15.125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA7lVE8RhhbKWvKtnDMsl8FwvzTk3Db { top:28.8125rem;left:6.125rem;width:16.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJpNlINvRVLrymJ5AT2t1iNFyZ5fsbb0 { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { top:0rem;left:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddhMXTnIukSwdKT18S76Bk2sMSDuhLK { top:8.5rem;left:25.9375rem;width:15.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVZge68RlluT9Z329B4heU66kcb7v5w { top:28.8125rem;left:25.25rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJC36ZxXHJ0Ptw7iNF1m4IqT2VcDB2TD { top:0.0625rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { top:0rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icVs6yy2LGaPKz70RSecAPgsmq8Si1Ph { top:0.625rem;left:10.5625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve726ByB9y306ypaaOSSQFVkacV3hg8w { top:0.625rem;left:29.5rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpocSWE4Mm1NgopxA4HFgoQcgtTwSO9F { top:28.8125rem;left:33rem;width:14.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { top:32.6875rem;left:33.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzSZyxVs5T4IIT4Vc16lIeVlMNcoBmD { top:5.9375rem;left:36.625rem;width:11.125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTnVeC6zGrlro3PawZvnRagVhTDQi7yo { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qoH3emLsw84gAghf4hOlTxsKh5mc66 { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsHlnZRBBvlPGb3MfO9yMQTJs1y5gcL { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnTJeeT34SaH8sO7FDaZygtgMXXRxBU { top:6.9375rem;left:0rem;width:10.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2QectvsPbfyT7UTKMgadiPJq1FEEaW { top:28.8125rem;left:0rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { top:32.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V { display:block; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isNOJ0Ti3XQo0xQbLi3VNF1qe1doH5fu { top:8.5rem;left:38.0625rem;width:9.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6h4phl3wI5mZ8Ei5llrD35NEIBam2DM { top:28.8125rem;left:34.5rem;width:13.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9QboFmr5w5eVPPFZg0KD5WAfncu3ZHO { top:32.6875rem;left:33.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8R0MCi2auskE6tBV5ABZzw8hmTPvdbf { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0ShBr7EvPDADiNOUyICGGgTzE2bnQJ { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { top:0rem;left:24.875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqw9H8wtMXUi2ucWQqSKoJeTCMUrP7l { top:6.9375rem;left:30.5rem;width:6.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeRMLUURa4PyecFZVfQouLunoJ3MU2hR { top:28.8125rem;left:27.875rem;width:11.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { top:32.6875rem;left:25.5rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btc9rE5Ptg1WLmpfeyM7ZNMGtTEdDZot { top:0rem;left:24.9375rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5bDpnmBACkFnsimikShxaKXELLDoMW { top:0.625rem;left:29.4375rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { top:0rem;left:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { top:0rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWmagu57bn1iB12e1bJePoilV1AJqfu { top:28.8125rem;left:9rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmAMGLNoHlMzUiqytMMrWq4amQ0LOKkd { top:0.625rem;left:10.0625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ebNRkIRqAQpbHMto2tz6hqT5VETOLT { top:6.9375rem;left:11.125rem;width:6.3125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW9FgozgK9vaidokygL1g2Ggk4cpiTu { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdzPVUFwnF2FDSF0PDR7kzE2JhyP0wQ { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpaEtKE87rLBJT7pJpqBHL6gFBIfXgxo { top:6.5rem;left:0rem;width:11.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkkkzzl3u1ZbUBy317PLzMspoRSRHKsL { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgpWaennrh8kIrmhL1ikXTC2Ua2zvZ8X { top:28.8125rem;left:0rem;width:15.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Q9HJu45oSHCkWHBv4PiVR72IqwBTiR { top:32.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzePliwT3n37zqRWN2xbrwmTuaa28xG4 { display:block; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qASaGECZTJHmFvacTwXoFUzSV7iWK861 { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My85hFZRiNWQNDLbyWZEwVcCDupQLke4 { top:7.5625rem;left:40.5rem;width:7.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpfsT6GKBFDuv4SESXJf9S8nr9UgVumC { top:28.75rem;left:31.1875rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { top:32.625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { top:0.0625rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owad6ge60kryJrQW4FsTU79d5ChfFnyS { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUOsSxkFH1PShWMacqhsqOhbNdbuZDlq { top:0rem;left:24.625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9xauHFiUyT4RH4UI50oMNtskHDVoiE { top:28.8125rem;left:26.5625rem;width:13.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGiJR4fttrUoDz2Twqsdmm0WAtiApXQ1 { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7lW67kir9NhzS0CFdXfmfx23vpaOIAr { top:8.75rem;left:28.5625rem;width:9.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy3cG3x77rheu5lVeOhN2ORmuMigkgcV { top:0rem;left:24.6875rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtGQpelG6WEZrExMXN9ogAOB4E0DILP { top:0.625rem;left:29.1875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h44J0b1N7lEVx0J71Lma4LWB1KDubBiR { top:0rem;left:5.4375rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpw27kCgvScxve3RepV4fUz51dyN7Ptl { top:8.5625rem;left:9.375rem;width:9.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B85FRzA6weu5Vtl5HglnP3pu0hPePTJl { top:28.8125rem;left:7.3125rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCsxcTlrvBCZky27RH7TTOBMgrHE8d3 { top:32.6875rem;left:5.9375rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHmdQSCJP7aFTtc41aQOEhLdCtIGDpPm { top:0rem;left:5.5rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD53rF3ZnWDfBnmvcA7AqUzB9IN0kfzl { top:0.625rem;left:9.875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEJwDXrb9EzOxWIsGmPkEVIcuKhtHwh { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWm7SPt2BftEotfMoLD8Z9IT0GH0p3gU { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiEhs4ueSObCg13t6kJHmuE7CoV91gA8 { top:8.5rem;left:0rem;width:9.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTgGfzrZ7g608cT68aqvDM7aSx36P0J { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm715zCWM7INLD7FoXcnzNyAaVSKfLwO { top:28.8125rem;left:0rem;width:14.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDnuSIuFFrvQRRz2CRMcAXwNgTSLZmC { top:32.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 { display:block; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmRX7HlonPB7PRxt31IIF9OaHnP2T06M { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2F4Tw50WVusdSg4vN37Mc99G4PfDiA { top:8.0625rem;left:10.75rem;width:7.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKAxlru7mXl0tfzuQNaOi2tpuiKSIckK { top:28.8125rem;left:6.125rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9cKmfv7RvagTnzgTgxidRM3gtCkuIK4 { top:0rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNZGMaqb4U3o1644mJExSeiQc52T1LN { top:0.5rem;left:10.375rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIT36PeM9NKl2gebsp2DnytW3pphxnB8 { top:7.5625rem;left:0rem;width:7.3125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #claIw2ZCE74ruMWKq3dRUF7y28XbQcfG { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1PpI4BMIclmKuglBpg4Vmg65HapeP { top:28.75rem;left:0rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOLAXpBaZf4ftbluvql12OqSZr6KGIo { top:32.625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 { display:block; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K261MpISEKFcpOR2mOhIbUBU1cCA7V5T { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDwz76euLROSyTT1C9Jmq2QWU4IsDSh { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfiJB5r2Q1DvtGVTOt4lx7RCyOJQFBUT { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpZSfZXKd8NxbzwTSZHVTkFAMTh3kOs { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgdE9rJFAQ2aFQi7DQZkCHTEf3dFrvG7 { top:15.5rem;left:38.875rem;width:8.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr { display:block; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfTSrvGhyt62xboI6NiI0nvhrAbTwnSF { top:4.75rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvAllEg6W5UZq1Zf9xAy0QlqBwHfhwyc { top:4.75rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fa2OwQF6nQKsxD4SlOlhtngQEvAMr7 { top:1.8125rem;left:19.0625rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawVlpsGJy1Xyug227QoznI8aFfui3qv { top:4.75rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phUA9lqlMioT0oTne6atuJaZyGxPA3wO { top:4.75rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtPtnDryUBAIp75trOoZ68d3KFuBGnDL { display:block; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQlfMr5IRJ6CWBolhaKJTTq4FFXGqIIQ { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27rvITQgGSLwAH7FGSwUQNqWFkHnF8S { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgRKxuQu6PAM6nXEVTgCa7ZwwCsTQ9ua { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPldbhTR6TiSuW73G7kZKvwSc1fyQ0yZ { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74XIyTrAd4qweXyrQShDNeXmrRa4NJa { top:14.875rem;left:37.75rem;width:8.4375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I { display:block; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOVSWesU3OC1JOqUHGu0lXUm4aZGPs9M { top:0rem;left:5.75rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogC1NGND1SFD7ZT1A1ZAmiFi5llIho0m { top:0rem;left:5.75rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZayBDAs1csorvtvLclHe0AJs9B7AzzzF { top:11.3125rem;left:0rem;width:14.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkMuQR2UFJHhvaPgKqVrQr5txREoi2z { top:14.875rem;left:37.75rem;width:8.4375rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 { display:block; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdzGxZ7Pmg97wtfB7WAnKnOnEZmnLJRn { top:12.9375rem;left:0rem;width:26.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqncBTofbQu88hnykNW2wXS4g5Wiiob { top:1rem;left:0rem;width:34rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { 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; } #Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { 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; } #e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { 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; } #EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { 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; } #aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { 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; } #QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { 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; } #EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { 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; } #utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { 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; } #GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { 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; } #Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;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; } #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; } #oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container { background-color: transparent; background-image: none; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container > .video-iframe-container { display: none; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row > .video-iframe-container { display: none; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .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); }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container { border-width: 0; border-radius: 0; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxl9v66qpNArAWrNkwOPC4n3L6rTDtvO > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;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; } #fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container { background-color: transparent; background-image: none; }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container > .video-iframe-container { display: none; }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row > .video-iframe-container { display: none; }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .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); }#fSVsanB7tUdSvbt4x0sK5Vwb0ifs8myR > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;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; } #wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container { background-color: transparent; background-image: none; }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container > .video-iframe-container { display: none; }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row > .video-iframe-container { display: none; }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .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); }#wnyNEyhf06PJQuNcTxUODB2uxLNltleE > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;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; } #k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container { background-color: transparent; background-image: none; }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container > .video-iframe-container { display: none; }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row > .video-iframe-container { display: none; }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .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); }#k9MT7TERf8MKu3z4W2AasZzNTA9XG0lR > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { 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; } #XOxAJIWWcBm3ga25Nav9wzwl2qNF6xLm > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { 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; } #RSohvB3B4f8T7lorKz2UT6BU5TgC9MNf > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { 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; } #TK1nGM9L4bwL5DPPyxI9G8urTf1T1oSR > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { 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; } #lRfJcO0mhEDnFUToQrniEygcIEgTr1aO > .row .container { width:20rem;height:90.4998915rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { 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; } #BRmXsKTm2JeXUlDhxlWHnAn8hUx61r0r > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:transparent;background-image:none;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKEvx7HZiAF57ukClNbk77IhcSldfqP4 { width:14.9375rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ { display:block; }#oRQ2bSvhSVSDF5KC8WzqqkdTvFUmp6IJ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMO0OZsTJ4vv8WpKTFvvmN6vwJ9Na6Kr { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:12.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T30W8pbAWQa3zIAFutQJpTD8zwpuu3B1 { width:8.4375rem;height:2.9375rem;top:20.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSraWDIEHh4lrTJtpHGi4MBEGXut5QGs { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:17.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG { display:block; }#EUtKzOuoMQpeFxR5khUL8RCZHCKztSwG > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Or1OJNFwnJfB3wbkiMmABesg9il6k6ru { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:12.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TOZHgsVZRHxo4xXNTbUgTvWHqM9plFXV { width:8.4375rem;height:2.9375rem;top:20.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ9MPuQefLnGIXTq3v2JXEVJ6kcBO64T { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:17.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 { display:block; }#LwoZkCIEDOQWtNC18xEcOn6mm3hTEe81 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULld5nzAq0B3HWqIJPGkhNtLzn8QSGad { display:flex;width:1.875rem;height:1.875rem;top:21.5rem;left:12.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rQNPfweVJWQxFOXKRdLVH2geyiPlGvT0 { width:8.4375rem;height:2.9375rem;top:20.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7rhfaM7Ozs6l1r770AfsBVnGbTfK9o { display:flex;width:1.875rem;height:1.875rem;top:21.5rem;left:17.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T { display:block; }#RLV2fW69FLpCw1GNbZ6Ksr6iErTPNo9T > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWBn67iREUff93NKcTraZdLXMawsd7oC { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:12.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xvPyQb8t3PculBgX4cFlRnUvDJUOoxkB { width:8.4375rem;height:2.9375rem;top:20.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4OnPFBwP6T7wvxNDOWvEzBlTCTHCsg { display:flex;width:1.875rem;height:1.875rem;top:21.5625rem;left:17.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK { background-color:transparent;background-image:none;display:none; }#dQPxeTKnJ11X46igQW1QMvvvy3mMTvSK > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SibSdkLgO0AVg8RbvSiPEXsyBQoP3H96 { width:7.9375rem;height:6.5625rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lwmL9JqXqPuITKK9oFO0UwSkpepKLK { width:7.9375rem;height:1.05625rem;top:0.4375rem;left:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOvXEWT0NTPhlXkSe1kNMvvp7Gb5oKAI { width:5.4375rem;height:5.2rem;top:1.25rem;left:5.6875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhPb1Bf8p5VQsAQQ6F2X5J73OlaAi5VM { width:7.9375rem;height:4.625rem;top:1.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhm4wvvtHXfZF5c5BNQKglveHaTJkNp { width:4.125rem;height:2.4375rem;top:1.75rem;left:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsF1wTupy1AyTfnWUc0IRpLyv0XM8rzb { width:2.5rem;height:0.8125rem;top:4.9375rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48eee729-f6ec-484a-8d99-e837c3e02f39/artboard_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.adaptive-delivery-prevent-bg, #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.lazyload, #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR.lazyloading { background-image: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { background-color: transparent; background-image: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,84,0,0.49); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container > .video-iframe-container { display: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,84,0,0.49); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row > .video-iframe-container { display: none; }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .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); }#X4hUv5Avpvr26bD3COzR5exEzT8XTSDR > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBPOB02057M1PVS2w3L6R9mPiffIU3fD { width:19.6875rem;height:4.3496125rem;top:26.3125rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7a4pekMoMr3GSwFSwvV7Sd5y5zWBmTh { width:19.1875rem;height:1.57421875rem;top:31.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQpR5HV9SPNZEVrKLoZDWOZ0hCBtdRO4 { width:17.75rem;height:6.2988125rem;top:57rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oypLH6JFO1hGPQwsgAUxMDih4Bdkumlw { width:20rem;height:6.75rem;top:64.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { width:18.625rem;height:1.29980625rem;top:51.875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { width:19.0625rem;height:1.9375rem;top:51.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { width:13.875rem;height:1.29980625rem;top:49.1875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { width:14.625rem;height:1.9375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefBdVZLffSPT2fk44UQ6eaI4e4b02vT { width:5.875rem;height:2.9375rem;top:21.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GePGpmBzEEFew7Kt4QX4uVhzDt7ols { width:7rem;height:3.875rem;top:21.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zER4TIt1ar0asIWNWGexqBaZnwfcHUsH { width:13.625rem;height:17.1875rem;top:34.25rem;left:6.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #K9TnprkwaX01hTAA2rwQbItunoOho66w { width:20rem;height:15.75rem;top:2.5625057220459rem;left:0rem;font-size:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #vp19W2H0Owc72ILQOv0LTsV6f0An1HD7 { width:5.4375rem;height:5rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogCTdXzvgylLD1f6u9pDDqDkGRTi1bdQ { width:13.5rem;height:17.375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4f79d3f-f21b-427a-9eca-24ee56325498/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.adaptive-delivery-prevent-bg, #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.lazyload, #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ.lazyloading { background-image: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { background-color: transparent; background-image: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.26); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container > .video-iframe-container { display: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.26); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row > .video-iframe-container { display: none; }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .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); }#TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvtT3CqxF7zIDLC8wZttpt85zuT8Tl0e { width:19.6875rem;height:4.3496125rem;top:8.599609375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vr4OU2nR7kTb8CgtpD7qTmIq9ReKRRe2 { width:19.1875rem;height:1.57421875rem;top:13.23828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDgPrityKlb1snBZmNK4nEzSRJThBzR6 { width:20rem;height:2.0996125rem;top:43.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #g6OQ4WhPTtRlIei16ezuKTXD42dciQqW { width:20rem;height:10.125rem;top:46.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { width:16.1875rem;height:2.5996125rem;top:38.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { width:17.125rem;height:3.1875rem;top:38.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { width:15.5rem;height:1.29980625rem;top:35.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWr5U0xQl5NbSZn8MiG8RSiXFagFHdiw { width:16.125rem;height:1.9375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWNsswITNuowLyWezfuEbTH3zFoww6U { width:5.875rem;height:2.9375rem;top:3.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Rgd0tvzGhW3LnQuy1LkKXySFsSSDqn { width:7rem;height:3.875rem;top:2.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBtEXB8GkrvokDKFExPwTUMc2CzuQ6mk { width:16.875rem;height:19.375rem;top:16.5rem;left:3.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #l1DIMqh9FMQOfvp7z8WGerHOEpmMzpcU { width:4.1875rem;height:5.0625rem;top:14.8125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDbg2PIOnA17PmTNzOLMI1ToHGqlF8h { width:10.125rem;height:9.375rem;top:27.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTVKxXV5vgiM07vuIdnJfSQ5ZwNmexqX { width:5.5625rem;height:10.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e544eeac-90af-49c0-919c-67269ef7727b/meltie_kv4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.adaptive-delivery-prevent-bg, #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.lazyload, #S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo.lazyloading { background-image: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { background-color: transparent; background-image: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,115,0,0.27); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container > .video-iframe-container { display: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,115,0,0.27); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row > .video-iframe-container { display: none; }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .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); }#S3661N1nzTUcPQbpC9gBZ4Ho7evA3Pbo > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS6qBOop2Xkxxgroy4Grh1xJryyEA42N { width:19.6875rem;height:6.5244375rem;top:8.6875rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTG7w2pGoA6zxhD9QwAETXD7VRt9nc8b { width:19.1875rem;height:1.57421875rem;top:16.0625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V01QWdKeciWdTQTQzhR0xVvgtq1QQFXh { width:17.75rem;height:4.19921875rem;top:34.1875rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaOuNSvCxfhArIVgNuI4tWDJGsfnlQfM { width:20rem;height:10.125rem;top:39rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0vUykbzT74TfOci1H5LrFrmefTIF49t { width:17.75rem;height:1.29980625rem;top:30.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odLPrFl3y9rxWBPkRhMQXpl5S0bNt0gb { width:17.9375rem;height:1.9375rem;top:29.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU4qW6ouo8QpmJ4DIzwxpmENolQuHamJ { width:13.875rem;height:1.29980625rem;top:27.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsz796MR7Fay5NwznHG3u2dr6WrbSPLp { width:14.625rem;height:1.9375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7skpBwyEwIs3K4E2XO7z6nTXRVlFT8 { width:5.875rem;height:2.9375rem;top:4rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7pvGvpsSTE4wO4W3RqBFbnnRVdWZ4o { width:7rem;height:3.875rem;top:3.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMw3cZd1BOT9BnpkF3eemPI1ZRgQZ9Rv { width:20rem;height:7.6875rem;top:19.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Up3JWGDAbkHQekVXnxyMo8a1LBJ8TTU5 { width:6.25rem;height:4.875rem;top:22.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsP6ekHBbdA9rOiJpCVtLyApGTikM1yi { width:5.4375rem;height:5.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0abf7371-15b6-40d0-bb10-9f5012e7a555/smoothie_bg2.crop_846x886_741,0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.adaptive-delivery-prevent-bg, #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.lazyload, #Etnt13OXEqN58TsugVJPdqrSIHxJrTRF.lazyloading { background-image: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { background-color: transparent; background-image: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.26); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container > .video-iframe-container { display: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.26); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row > .video-iframe-container { display: none; }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .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); }#Etnt13OXEqN58TsugVJPdqrSIHxJrTRF > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhcdCa91O8T845uQhbbiwTl6qXeJRrnh { width:19.6875rem;height:6.5244375rem;top:8.599609375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG6zm8sZTTfNT7W2uJ5IrrVsTR7Zap4Z { width:19.1875rem;height:1.57470625rem;top:15.75rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLr1VaubdvELzAGBePDHcAy15mDxy5f4 { width:20rem;height:4.19921875rem;top:45.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #MyGNkBXXCFqILbZdzyrTdwJk6F104BGH { width:20rem;height:8.4375rem;top:51.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWtQwUvTGQm8rANOPsOQrJLAcuke01JX { width:11.875rem;height:1.29980625rem;top:42.8125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3F1zclA0H4sFg0FC3AMdZ3hJrslqZT { width:12.75rem;height:1.9375rem;top:42.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC2d0QtNAEW5zTF5dArfOz6ncZFhB42S { width:12.6875rem;height:1.29980625rem;top:40.1875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUmnTHrL6StnupkIFCn3I8QksTgNfuB { width:13.125rem;height:1.9375rem;top:39.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03NAKlB5bcUBPNGwP7d0eKo3dgJ9Rq { width:5.875rem;height:2.9375rem;top:3.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmtC4cpnbIQJHpPhBXKWCtJ6v3BaxEst { width:7rem;height:3.875rem;top:2.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqlsBF20r98m8EkuRDTexy2CSPXRTI3 { width:16.875rem;height:23.8125rem;top:16.6875rem;left:0.48756377551021rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mAum9ydcQabvPhrTppEJZk1VZ5L0M98n { width:20rem;height:1.3125rem;top:60.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d81c54a-bf12-4902-b4e0-a422cf83a760/biedronowe_govegekopia.crop_445x741_418,0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.adaptive-delivery-prevent-bg, #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.lazyload, #A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4.lazyloading { background-image: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { background-color: transparent; background-image: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.43); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container > .video-iframe-container { display: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.43); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row > .video-iframe-container { display: none; }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .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); }#A4lQWFpfKk2TqSHaXWHW8pHgTkIIeTO4 > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRhKr7ZWr3CuNWPR0MTkr314QTekhfZm { width:19.6875rem;height:4.3496125rem;top:7.875rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0o2zef9LJVAAofN6TFZUHRB4DoxAMhh { width:19.1875rem;height:1.57470625rem;top:12.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzgTONK09Dv0fpNQF6EIbhCkIk6Vor4i { width:20rem;height:2.0996125rem;top:47.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQLi7KzgPK4mKVv68eTlw87uqxmb82XX { width:20rem;height:10.125rem;top:50.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8HEOQPm9m94RtQ4O9SiLStGLeZaloNs { width:11.875rem;height:1.29980625rem;top:44.875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnPXBca39yeVcS3GChagIs0QyeQFZfT9 { width:11.875rem;height:1.9375rem;top:44.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Nwwvq8EFvfTvsfK6eIJyxrzifUBBus { width:13.875rem;height:1.29980625rem;top:42.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsiuCftMZwmuWNZpPfrmwwglFFFP9BGD { width:14.625rem;height:1.9375rem;top:41.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLRAMKMoTTKAqIenDJ7xJB3S5ZA9X43 { width:5.875rem;height:2.9375rem;top:3.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbmHDxe3LafRbTBdRngMVFbxMqerzWnd { width:7rem;height:3.875rem;top:2.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAFmCTFWSDbk2v8fpdRdeiSyiSfWpLMS { width:15.6875rem;height:17.625rem;top:14.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pMHIZKimCNQosQ2g9rb2Iun5mU44etVO { width:16.6875rem;height:16.6875rem;top:25.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ff1a7a1-d329-406b-a514-86376fde4eb7/biedronowe_nuggetsbgkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.adaptive-delivery-prevent-bg, #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.lazyload, #cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i.lazyloading { background-image: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { background-color: transparent; background-image: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(214,174,140,0.48); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container > .video-iframe-container { display: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(214,174,140,0.48); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row > .video-iframe-container { display: none; }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .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); }#cHLPDs8LnQTPzKcTNtnP270SGkG6TL9i > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9yyWnwKmQV7hHlckevLx5f0IX64SFDw { width:16.5625rem;height:1.9375rem;top:42.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lROaiksWiJ7yfogEfJGdfCzVFbQTqaXH { width:13.4375rem;height:1.3rem;top:42.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV0WETueDNG8oUuoTnzXprnfu9C6QdTX { width:18rem;height:3.375rem;top:45rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLT8Tv954ayBoblHcwAs5xI909TNDiX { width:17.4375rem;height:2.6rem;top:45.375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uumdsUHgQz307bcLMNWTcMRCBK34lIzZ { width:16.875rem;height:4.19921875rem;top:50.4375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhHT7MJ4zltUVvAzyocOF5VGI09ADMay { width:20rem;height:10.125rem;top:55.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9Zpvq69Fk2IIo6faGKHVIqq8S2FFPIw { width:20rem;height:7.1982375rem;top:8.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RG4sZR2VJv4mDxy2IVkmGivFbLioyACV { width:18rem;height:1.575rem;top:16rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1tGFboSNB9RiD2iOdcKQmd9HeCr14IK { width:5.875rem;height:2.9375rem;top:3.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3SEBCVEuvgXmcwPaluQSC18feLPsvDO { width:7rem;height:3.875rem;top:3.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5aZiFGwfUrVlnpdGU6sRnU6hC2CSFJV { width:8.4375rem;height:6.375rem;top:65.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8lAcSnN68q5uFmh32AoGVzTbJ0a1HJ { width:6.6875rem;height:6.5rem;top:65.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzd9ZNWsc5ISheWpZdTGpKeqEqI4TP0D { width:4.625rem;height:4.3125rem;top:15.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldGu0supkQFJB6TArafoPPEWksZC1ld { width:9.25rem;height:9rem;top:66.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSozeu3OHknzh5kz4puOm8Wsw4oxLhvy { width:11.0625rem;height:10.5rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr65uT2nu4GBgEU5Dbn2iqa9HvLDMJQS { width:18.1875rem;height:25.25rem;top:18.0625rem;left:1.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab59efaa-e6e4-4bd6-8a2f-07f9c23c7244/bg1.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.adaptive-delivery-prevent-bg, #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.lazyload, #RU4me8EUenH7rPRks4rnRtDkntOcPVZZ.lazyloading { background-image: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { background-color: transparent; background-image: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container > .video-iframe-container { display: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row > .video-iframe-container { display: none; }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .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); }#RU4me8EUenH7rPRks4rnRtDkntOcPVZZ > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osRulokRN35gnbD6Bcaxhu0i2Qld6a9w { width:19.5625rem;height:1.875rem;top:29.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoMXXGllbEilV7JX7TDakRhyGNndGQte { width:19.125rem;height:1.3rem;top:29.875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqT6028Ssw25OquSmJzTyZmPQA1GGhOf { width:19.0625rem;height:1.875rem;top:31.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty7u6Hl6uENl7AkqGNVNXnymlEgWTM5a { width:19.1875rem;height:1.21875rem;top:32.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGQNE68vHBCGfgEWMaMvlRnRfxG3Jxzu { width:18.6875rem;height:4.19921875rem;top:35.75rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(39,18,6,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #kIBhsdkSALVZvUSeP7b8U0P3TWXJbpvs { width:20rem;height:6.75rem;top:40.875rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0rem 0rem 1.25rem rgba(47,20,9,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ezB1Ss8bvTQA6KbXbLzbtFfowJhb3sTc { width:20rem;height:2.1rem;top:10.9375rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZRIF8HLPemZ1E5rT9BUHBBcXWNc2z3C { width:19.1875rem;height:1.575rem;top:13.75rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALA4WbutQCfL0ipNKHRzkzKHgdRmI81l { width:7rem;height:3.875rem;top:5.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrcxmk92oHT82OBfKyvp2TAw6XUodLdH { width:5.875rem;height:2.9375rem;top:6.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBz3km9DaRT0qfQH8R9wRZiXLkOWEVqr { width:20rem;height:12.584795321637rem;top:17.5625rem;left:-0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AqOB7PmJ9rHubkW06KZVOFmSosDdKTor { width:3.375rem;height:6.5rem;top:23.6875rem;left:16.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DyD6bOeRDp4NEnkdgwg88pHTcDN2kHrN { width:5.0625rem;height:5.125rem;top:16.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/227aa05c-e331-4046-be46-60966f1f2500/bg_mak1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.adaptive-delivery-prevent-bg, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyload, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyloading { background-image: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { background-color: transparent; background-image: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container > .video-iframe-container { display: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row > .video-iframe-container { display: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .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); }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfig0M2qxe0vczAHOs2J02kROqaN9pAv { width:20rem;height:19.4375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhWiXOOEOKdddgisXKZFLMfdC3x6eXkW { width:19.6875rem;height:4.3496125rem;top:7.375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpcvO4FBxmec6Mf6wissVuOilPe2wfuM { width:19.1875rem;height:1.57470625rem;top:12.375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2AnoLgZD2VbVa93hvmnGVq6XBE3oKx { width:20rem;height:6.2988125rem;top:43.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKVrwrttky2QmoCDoHxnTzfH06WLO0qI { width:20rem;height:10.125rem;top:50.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cztpZfAAn2srTi5Het6b0gTwSunpnIm5 { width:16.375rem;height:1.29980625rem;top:41.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqQGnSSegUC8iG3ewwUL4c4OfMLcQzw { width:16.3125rem;height:1.875rem;top:40.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX1yZ4DBoPVJbLOqpDmIX8hbsiq1AUu4 { width:13.875rem;height:1.29980625rem;top:38.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0ofNPt40y1bPmS2cFJXHpsBtTbJCdT { width:13.6875rem;height:1.875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR5REaClnCWZtXOya6l4PrM2rxfusNam { width:10.4375rem;height:4rem;top:14.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEAiIKooi4KMwZMkJsevTOKNS8wWUApr { width:20rem;height:9.417rem;top:63.64453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ler81Jaefn1pIU2ze74CNwkobGRg4Kp0 { width:5.875rem;height:2.9375rem;top:2.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA8Dntd0HCf7hL0nWT673bzDMUUBFIeT { width:7rem;height:3.875rem;top:2.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW { background-color:rgba(214,174,140,0.48);background-image:url("https://images.assets-landingi.com/uc/e27f22aa-59ba-4237-a109-bb73765b1c9d/baitz_kv2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.adaptive-delivery-prevent-bg, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyload, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyloading { background-image: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { background-color: transparent; background-image: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container > .video-iframe-container { display: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row > .video-iframe-container { display: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .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); }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VswXXdNM4FqiB27A5rlFJwXU2GH8wTsb { width:20rem;height:18.25rem;top:16.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WHlAiwH9TquMh1paTaSW4cdhT35C6ldC { width:16.5625rem;height:3.25rem;top:33.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woXtponOwsZmL2DLUINUIEkCIhKrzOIS { width:13.4375rem;height:2.5996125rem;top:33.5126953125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHbNxJEf4M8TaZKbrOX3lOqhIuyIFw4 { width:17.9375rem;height:1.875rem;top:37.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6SV3qSA1pg1uWwBmkxOIxIzTJ0GiCdW { width:17.4375rem;height:1.29980625rem;top:37.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJiTZ3aWb8uvcCz8EXKr3dTpwJIornE { width:16.875rem;height:2.0996125rem;top:40.2255859375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTB8S6ObZswg4JZ8QL9sZw4TUIbTbNxE { width:20rem;height:8.4375rem;top:43.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqOMh8sC0bS81LGQCZpd8nr2XcEAzdWf { width:20rem;height:7.19825rem;top:6.7021484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqEte2TANQT0MkuwBiWh7rOnxWnu8qWt { width:19.1875rem;height:1.57470625rem;top:14.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBg6l0BdTt2RBpTXhXh7usanUtRJk61m { width:5.875rem;height:2.9375rem;top:2rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4BFtZ0APn4qwMiA7yhdCQ9sINCBdoxt { width:7rem;height:3.875rem;top:1.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa { background-color:#e4efd5;background-image:none;display:block; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { background-color: transparent; background-image: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container > .video-iframe-container { display: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row > .video-iframe-container { display: none; }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .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); }#E3qW7hTBXnDCTTHdriSgeJ70iDeZAyFa > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJdcZ6G8Q52nzhu3970NEd2sUvohISh { width:20rem;height:2.19375rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya { background-color:#e4efd5;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; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { background-color: transparent; background-image: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container > .video-iframe-container { display: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container { display: none; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .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); }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { border-width: 0; border-radius: 0; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z99CUldErQ7WUJbrPkInn6tDvKq3P7ya > .row .container { width:20rem;height:146.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVUOR88wfws4aPvndpCX7RRXXtR20ft5 { width:17.5rem;height:35rem;top:37.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkFVHPpKOC8GTTaCMzs7TNipm6qSvGs { width:15.625rem;height:15.75rem;top:47.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1k7olVnyiyWg36bZC3GfcVMWmXyiw4 { width:13.9375rem;height:3rem;top:66.375rem;left:3.03125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { width:16.5625rem;height:1.3rem;top:70rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { width:17.5rem;height:35rem;top:73.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1D1Lwn0NbyDGxfoayOERdLZOL2f7g3 { width:15.3125rem;height:10.5625rem;top:85.25rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sbtd13LlMyeRoE0aQxTzFTAmU8M4Hw { width:14.1875rem;height:3rem;top:101.375rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { width:16.5625rem;height:1.3rem;top:105rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTHCTRwBbLUKLGnQgVgGxrKoafOTo7 { width:17.5rem;height:5.3125rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { width:17.5rem;height:5.3125rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhdvm1EISMopZI0iTXaLwdNoSqNgn4Br { width:8.5rem;height:4.1875rem;top:38.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxOpHQVmmwq0HWBEgHIT7TSsQUDBmoM { width:8.5rem;height:4.1875rem;top:74.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { width:17.5rem;height:36.25rem;top:110.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mL6drwCZml39ykNAJnT3HB9darCGeT { width:14.0625rem;height:3rem;top:139.4375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { width:14.375rem;height:1.3rem;top:143rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWVsx9he81Bi0CTkrdo1UTmqFx70rs8J { width:15.3125rem;height:10.5625rem;top:122.3125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { width:17.5rem;height:5.3125rem;top:110.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBReps3KhZaBIUXHXTt6tpkGTmNChCv { width:8.5rem;height:4.1875rem;top:110.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIbpeBHW1S0KImK6IugKBthP8K65RmV { width:17.5rem;height:35rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { width:17.5rem;height:5.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqNUenhXV9xXM80kK3C6T8UZ2p1n84h { width:8.5rem;height:4.1875rem;top:1.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGa5q5Mo0bUSOlcsrwNFx5OkJgeV0WL { width:15.625rem;height:15.8125rem;top:10.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6UNSHTUXJ2hAx8xfsHVuxsRDyfSEdXu { width:15.5rem;height:3rem;top:29.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { width:16.5625rem;height:1.3rem;top:33.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 { background-color:#e4efd5;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; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { background-color: transparent; background-image: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container > .video-iframe-container { display: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container { display: none; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .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); }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { border-width: 0; border-radius: 0; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMekq1XLCNb0FTIofO2QNcw6RyHMiJF6 > .row .container { width:20rem;height:146.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMyd47DnvsnTk3VBVV1Zh8zLLu2yJCzZ { width:17.5rem;height:35rem;top:37.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4w1myOt0qRrb5d0WaRHPL8RIfuJLn9 { width:9.8125rem;height:17.5rem;top:46.3125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnuWEv3szNWGQcJaeu0MxbNdsg63AhTc { width:11.3125rem;height:3rem;top:66.375rem;left:4.34375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oEn4VyTfAB8VxTH1wHFq6BZ0TKTZkRWz { width:16.5625rem;height:1.3rem;top:70rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbOZVJ00RpOdxpdaUDkGMdbweQ0gUs7 { width:17.5rem;height:35rem;top:73.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHZM2CJAcEVEz9nFkixG5PCXMalSetC { width:9.8125rem;height:18.0625rem;top:81.4375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKEvpGDnhfQ4UwpynDO2kpX0AwRgnRI { width:11.25rem;height:3rem;top:101.375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRiGXqQ4QHr159X8z09kxBBA0PH7zrCm { width:16.5625rem;height:1.3rem;top:105rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtINm5DqQrtF08aaIrvRuZy2XEye15vx { width:17.5rem;height:5.3125rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5LoG38UPHHSa2LLwQHfOR2rb02XTBk { width:17.5rem;height:5.3125rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFa4iTGEfQfZ89mLGAzneFXsXvCfAsCP { width:8.5rem;height:4.1875rem;top:38.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKzvw6TWiZsyTzJoOFPupAErsr31Dcu { width:8.5rem;height:4.1875rem;top:74.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFUc4EeN69kSLylb6nMRJQz127Zowa30 { width:17.5rem;height:36.25rem;top:110.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbz7U2xVaFdFCJSU8bKX8h8Qo6sf7yn4 { width:14.0625rem;height:3rem;top:139.4375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { width:14.375rem;height:1.3rem;top:143rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnumi3ndFAxHq4c3XAvVAGxUSQqf4rF { width:8.1875rem;height:20.9375rem;top:117.34375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { width:17.5rem;height:5.3125rem;top:110.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtpw5g5idbPhvTwDiVZJczL1rt9zr6D { width:8.5rem;height:4.1875rem;top:110.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhIbKSWr9hQhFR8N033AHxpEW6VG83CC { width:17.5rem;height:35rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { width:17.5rem;height:5.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #micdyMmz9VAz5a6G2TWWtldp0LRMs2OH { width:8.5rem;height:4.1875rem;top:1.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2kbMwrg6Lq1derlKuU8M54bBRo49Z1 { width:9.8125rem;height:17.8125rem;top:9.90625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT149ovnEabTVgkC1NR2asvEXxuM09k { width:11.375rem;height:3rem;top:29.75rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { width:16.5625rem;height:1.3rem;top:33.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N { background-color:#e4efd5;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; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { background-color: transparent; background-image: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container > .video-iframe-container { display: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container { display: none; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .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); }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { border-width: 0; border-radius: 0; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N > .row .container { width:20rem;height:147.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE4XdLVrL1GS0QTmT3Cy6U66ZDMe8Wtg { width:17.5rem;height:35rem;top:38.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVcmZsNFooQTTdBoV9uqfFzQpvBXtAkR { width:15.0625rem;height:9rem;top:52.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeLII15OqhOvW0zsCuoBEoz0gIvIaPR { width:16.5625rem;height:1.5rem;top:68.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { width:16.5625rem;height:1.3rem;top:71.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { width:17.5rem;height:35rem;top:75.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1GG7b8eP2KtOZThbaKAM9FZBwW5uNw { width:16.25rem;height:9.6875rem;top:87.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prgogp8EgHqI9KGG0Pmi9bFrdDppUyRR { width:16.5625rem;height:1.5rem;top:104.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE4ad4tbgh3O62aRWXuU9SsQGadZore { width:16.5625rem;height:1.3rem;top:106.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPK7OpeiHbt8HTDiAZKvIWiXzlWO6uhK { width:17.5rem;height:5.3125rem;top:38.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { width:17.5rem;height:5.3125rem;top:75.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVk3vgsUuRlDquPzXyChWLK7zPhlZxqd { width:8.5rem;height:4.1875rem;top:39.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Givt0K5nwFH8epMNyLz4XD4Sq2Vymylh { width:8.5rem;height:4.1875rem;top:75.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { width:17.5rem;height:36.25rem;top:111.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJdJdNeAXdqsW6NlJqTHrkLXDL2XBGA5 { width:14.1875rem;height:3rem;top:140rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { width:14.375rem;height:2.6rem;top:143.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pARSG56k8EfhndCpR9HJOBTTfw2iQz64 { width:15.1875rem;height:8.125rem;top:125.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { width:17.5rem;height:5.3125rem;top:111.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8myd5mKNMAZAmWC7BEZttPRt7EnCJP { width:8.5rem;height:4.1875rem;top:112.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWr6oACOF8V4z5vG3EidDshfnqfMTMN { width:17.5rem;height:36.25rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS3ltFwwUHZkqtnWdZsq9Bly14y8yJTO { width:17.5rem;height:5.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0oSU3v7vI0WcaeRRdInldwX9xFhGVc { width:8.5rem;height:4.1875rem;top:1.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLX6LIlTmek8V6OVVQLk2utUJGIvekL { width:8.1875rem;height:20.25rem;top:8.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZbOVTQdUFsMKgpLiCUcZneyHSiIcLcw { width:12.875rem;height:3rem;top:30.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFKTRZHu4DWQOKq5NlsOLFIUg89WKFI { width:11.6875rem;height:2.6rem;top:33.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP { background-color:#e4efd5;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; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { background-color: transparent; background-image: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container > .video-iframe-container { display: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container { display: none; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .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); }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { border-width: 0; border-radius: 0; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP > .row .container { width:20rem;height:146.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCtUk054gokATSvJFlAxi2gomwLfTcUT { width:17.5rem;height:35rem;top:37.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNy38E7GdF50ETEphHJhbZsFEUFQoLb { width:15.25rem;height:19.5rem;top:45.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA7lVE8RhhbKWvKtnDMsl8FwvzTk3Db { width:16.5625rem;height:3rem;top:66.4375rem;left:1.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rJpNlINvRVLrymJ5AT2t1iNFyZ5fsbb0 { width:16.5625rem;height:1.3rem;top:70rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { width:17.5rem;height:35rem;top:73.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddhMXTnIukSwdKT18S76Bk2sMSDuhLK { width:14.1875rem;height:18.125rem;top:81.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVZge68RlluT9Z329B4heU66kcb7v5w { width:16.5625rem;height:3rem;top:101.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { width:16.5625rem;height:1.3rem;top:105.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJC36ZxXHJ0Ptw7iNF1m4IqT2VcDB2TD { width:17.5rem;height:5.3125rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { width:17.5rem;height:5.3125rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icVs6yy2LGaPKz70RSecAPgsmq8Si1Ph { width:8.5rem;height:4.1875rem;top:38.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve726ByB9y306ypaaOSSQFVkacV3hg8w { width:8.5rem;height:4.1875rem;top:74.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { width:17.5rem;height:36.25rem;top:110.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpocSWE4Mm1NgopxA4HFgoQcgtTwSO9F { width:16.5625rem;height:3rem;top:139.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { width:14.375rem;height:1.3rem;top:143.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzSZyxVs5T4IIT4Vc16lIeVlMNcoBmD { width:10.5rem;height:21.125rem;top:116.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { width:17.5rem;height:5.3125rem;top:110.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTnVeC6zGrlro3PawZvnRagVhTDQi7yo { width:8.5rem;height:4.1875rem;top:110.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qoH3emLsw84gAghf4hOlTxsKh5mc66 { width:17.5rem;height:35rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { width:17.5rem;height:5.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsHlnZRBBvlPGb3MfO9yMQTJs1y5gcL { width:8.5rem;height:4.1875rem;top:1.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnTJeeT34SaH8sO7FDaZygtgMXXRxBU { width:10.9375rem;height:21.6875rem;top:7.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2QectvsPbfyT7UTKMgadiPJq1FEEaW { width:16.5625rem;height:3rem;top:29.75rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { width:16.5625rem;height:1.3rem;top:33.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V { background-color:#e4efd5;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; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { background-color: transparent; background-image: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container > .video-iframe-container { display: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container { display: none; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .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); }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { border-width: 0; border-radius: 0; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V > .row .container { width:20rem;height:146.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { width:17.5rem;height:35rem;top:111.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isNOJ0Ti3XQo0xQbLi3VNF1qe1doH5fu { width:9.3125rem;height:18.3125rem;top:120rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6h4phl3wI5mZ8Ei5llrD35NEIBam2DM { width:16.5625rem;height:3rem;top:140.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9QboFmr5w5eVPPFZg0KD5WAfncu3ZHO { width:16.5625rem;height:1.3rem;top:144.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8R0MCi2auskE6tBV5ABZzw8hmTPvdbf { width:17.5rem;height:5.3125rem;top:111.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0ShBr7EvPDADiNOUyICGGgTzE2bnQJ { width:8.5rem;height:4.1875rem;top:112.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { width:17.5rem;height:35rem;top:75.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqw9H8wtMXUi2ucWQqSKoJeTCMUrP7l { width:6.3125rem;height:20.5rem;top:82.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeRMLUURa4PyecFZVfQouLunoJ3MU2hR { width:16.5625rem;height:1.5rem;top:104.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { width:16.5625rem;height:1.3rem;top:106.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btc9rE5Ptg1WLmpfeyM7ZNMGtTEdDZot { width:17.5rem;height:5.3125rem;top:75.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5bDpnmBACkFnsimikShxaKXELLDoMW { width:8.5rem;height:4.1875rem;top:75.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { width:17.5rem;height:36.25rem;top:37.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { width:17.5rem;height:5.3125rem;top:37.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWmagu57bn1iB12e1bJePoilV1AJqfu { width:16.5625rem;height:1.5rem;top:66.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmAMGLNoHlMzUiqytMMrWq4amQ0LOKkd { width:8.5rem;height:4.1875rem;top:38.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ebNRkIRqAQpbHMto2tz6hqT5VETOLT { width:6.3125rem;height:20.125rem;top:44.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { width:16.5625rem;height:1.3rem;top:70.25rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW9FgozgK9vaidokygL1g2Ggk4cpiTu { width:17.5rem;height:35rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdzPVUFwnF2FDSF0PDR7kzE2JhyP0wQ { width:17.5rem;height:5.3125rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpaEtKE87rLBJT7pJpqBHL6gFBIfXgxo { width:10.5rem;height:20.4375rem;top:7.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkkkzzl3u1ZbUBy317PLzMspoRSRHKsL { width:8.5rem;height:4.1875rem;top:1.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgpWaennrh8kIrmhL1ikXTC2Ua2zvZ8X { width:16.5625rem;height:3rem;top:29.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Q9HJu45oSHCkWHBv4PiVR72IqwBTiR { width:16.5625rem;height:1.3rem;top:33.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzePliwT3n37zqRWN2xbrwmTuaa28xG4 { background-color:#e4efd5;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; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { background-color: transparent; background-image: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container > .video-iframe-container { display: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container { display: none; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .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); }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { border-width: 0; border-radius: 0; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 > .row .container { width:20rem;height:145.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qASaGECZTJHmFvacTwXoFUzSV7iWK861 { width:17.5rem;height:35rem;top:110.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My85hFZRiNWQNDLbyWZEwVcCDupQLke4 { width:7.4375rem;height:20.75rem;top:117.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpfsT6GKBFDuv4SESXJf9S8nr9UgVumC { width:16.5625rem;height:3rem;top:139.5rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { width:16.5625rem;height:1.3rem;top:142.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { width:17.5rem;height:5.3125rem;top:110.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owad6ge60kryJrQW4FsTU79d5ChfFnyS { width:8.5rem;height:4.1875rem;top:110.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUOsSxkFH1PShWMacqhsqOhbNdbuZDlq { width:17.5rem;height:35rem;top:73.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9xauHFiUyT4RH4UI50oMNtskHDVoiE { width:16.5625rem;height:3rem;top:102.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGiJR4fttrUoDz2Twqsdmm0WAtiApXQ1 { width:16.5625rem;height:1.3rem;top:105.625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7lW67kir9NhzS0CFdXfmfx23vpaOIAr { width:9.375rem;height:18.3125rem;top:82.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy3cG3x77rheu5lVeOhN2ORmuMigkgcV { width:17.5rem;height:5.3125rem;top:73.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtGQpelG6WEZrExMXN9ogAOB4E0DILP { width:8.5rem;height:4.1875rem;top:74.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h44J0b1N7lEVx0J71Lma4LWB1KDubBiR { width:17.5rem;height:35rem;top:1.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpw27kCgvScxve3RepV4fUz51dyN7Ptl { width:9.3125rem;height:18.3125rem;top:46.0625rem;left:5.3125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #B85FRzA6weu5Vtl5HglnP3pu0hPePTJl { width:16.5625rem;height:3rem;top:67.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCsxcTlrvBCZky27RH7TTOBMgrHE8d3 { width:16.5625rem;height:1.3rem;top:70.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHmdQSCJP7aFTtc41aQOEhLdCtIGDpPm { width:17.5rem;height:5.3125rem;top:37.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD53rF3ZnWDfBnmvcA7AqUzB9IN0kfzl { width:8.5rem;height:4.1875rem;top:38.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEJwDXrb9EzOxWIsGmPkEVIcuKhtHwh { width:17.5rem;height:35rem;top:37.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWm7SPt2BftEotfMoLD8Z9IT0GH0p3gU { width:17.5rem;height:5.3125rem;top:1.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiEhs4ueSObCg13t6kJHmuE7CoV91gA8 { width:8.8125rem;height:18.3125rem;top:9.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTgGfzrZ7g608cT68aqvDM7aSx36P0J { width:8.5rem;height:4.1875rem;top:1.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm715zCWM7INLD7FoXcnzNyAaVSKfLwO { width:16.5625rem;height:3rem;top:31rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDnuSIuFFrvQRRz2CRMcAXwNgTSLZmC { width:16.5625rem;height:1.3rem;top:34.25rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 { background-color:#e4efd5;background-image:none;display:block; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { background-color: transparent; background-image: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container > .video-iframe-container { display: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row > .video-iframe-container { display: none; }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .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); }#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmRX7HlonPB7PRxt31IIF9OaHnP2T06M { width:17.5rem;height:33.375rem;top:37.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2F4Tw50WVusdSg4vN37Mc99G4PfDiA { width:6.875rem;height:18.3125rem;top:45rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKAxlru7mXl0tfzuQNaOi2tpuiKSIckK { width:16.5625rem;height:3rem;top:65.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9cKmfv7RvagTnzgTgxidRM3gtCkuIK4 { width:17.5rem;height:5.3125rem;top:37.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNZGMaqb4U3o1644mJExSeiQc52T1LN { width:8.5rem;height:4.1875rem;top:37.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { width:17.5rem;height:35rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { width:17.5rem;height:5.3125rem;top:1.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIT36PeM9NKl2gebsp2DnytW3pphxnB8 { width:7.0625rem;height:19.625rem;top:8.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #claIw2ZCE74ruMWKq3dRUF7y28XbQcfG { width:8.5rem;height:4.1875rem;top:1.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1PpI4BMIclmKuglBpg4Vmg65HapeP { width:16.5625rem;height:3rem;top:29.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOLAXpBaZf4ftbluvql12OqSZr6KGIo { width:16.5625rem;height:1.3rem;top:32.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { background-color:#e4efd5;background-image:none;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 { background-color:#e4efd5;background-image:none;display:block; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { background-color: transparent; background-image: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container > .video-iframe-container { display: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row > .video-iframe-container { display: none; }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .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); }#Jif5vaB9VnukvVS5FqDZkKULrxAxqgD8 > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K261MpISEKFcpOR2mOhIbUBU1cCA7V5T { height:11.25rem;width:20rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDwz76euLROSyTT1C9Jmq2QWU4IsDSh { width:20rem;height:11.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfiJB5r2Q1DvtGVTOt4lx7RCyOJQFBUT { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpZSfZXKd8NxbzwTSZHVTkFAMTh3kOs { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgdE9rJFAQ2aFQi7DQZkCHTEf3dFrvG7 { width:3.3125rem;height:3.0625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr { background-color:#e4efd5;background-image:none;display:block; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { background-color: transparent; background-image: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container > .video-iframe-container { display: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row > .video-iframe-container { display: none; }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .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); }#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfTSrvGhyt62xboI6NiI0nvhrAbTwnSF { height:11.25rem;width:20rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvAllEg6W5UZq1Zf9xAy0QlqBwHfhwyc { width:20rem;height:11.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fa2OwQF6nQKsxD4SlOlhtngQEvAMr7 { width:2.75rem;height:2.6875rem;top:4.0625rem;left:19.246827664097rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawVlpsGJy1Xyug227QoznI8aFfui3qv { height:11.241379310345rem;width:20rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phUA9lqlMioT0oTne6atuJaZyGxPA3wO { width:20rem;height:11.25rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtPtnDryUBAIp75trOoZ68d3KFuBGnDL { background-color:#e4efd5;background-image:none;display:block; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { background-color: transparent; background-image: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container > .video-iframe-container { display: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row > .video-iframe-container { display: none; }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .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); }#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQlfMr5IRJ6CWBolhaKJTTq4FFXGqIIQ { height:11.25rem;width:20rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27rvITQgGSLwAH7FGSwUQNqWFkHnF8S { width:20rem;height:11.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgRKxuQu6PAM6nXEVTgCa7ZwwCsTQ9ua { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPldbhTR6TiSuW73G7kZKvwSc1fyQ0yZ { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n74XIyTrAd4qweXyrQShDNeXmrRa4NJa { width:5.125rem;height:4.4375rem;top:14.1201171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I { background-color:#e4efd5;background-image:none;display:block; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { background-color: transparent; background-image: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container > .video-iframe-container { display: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row > .video-iframe-container { display: none; }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .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); }#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOVSWesU3OC1JOqUHGu0lXUm4aZGPs9M { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogC1NGND1SFD7ZT1A1ZAmiFi5llIho0m { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZayBDAs1csorvtvLclHe0AJs9B7AzzzF { width:5.9375rem;height:5.3125rem;top:10.125rem;left:-1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkMuQR2UFJHhvaPgKqVrQr5txREoi2z { width:5.125rem;height:4.4375rem;top:12.625rem;left:14.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 { display:block; }#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdzGxZ7Pmg97wtfB7WAnKnOnEZmnLJRn { width:16.375rem;height:11.75rem;top:18.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqncBTofbQu88hnykNW2wXS4g5Wiiob { width:20rem;height:20rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;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; } #Emi4LUITPw4WdG3xuhbZMn6uIb3e17G9 > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;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; } #e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container { background-color: transparent; background-image: none; }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container > .video-iframe-container { display: none; }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row > .video-iframe-container { display: none; }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .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); }#e0BUI6EN2MJ22Fp1mLDZP6gFkWSyrO7z > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;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; } #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; } #EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container { background-color: transparent; background-image: none; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container > .video-iframe-container { display: none; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row > .video-iframe-container { display: none; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .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); }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container { border-width: 0; border-radius: 0; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzChd8OOS6uiULTGotOT6e9PPpozvgID > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;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; } #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; } #aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container { background-color: transparent; background-image: none; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container > .video-iframe-container { display: none; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row > .video-iframe-container { display: none; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .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); }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container { border-width: 0; border-radius: 0; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC1aJx1QDumceMz5QmuITh4rNILsH4ev > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;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; } #QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container { background-color: transparent; background-image: none; }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container > .video-iframe-container { display: none; }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row > .video-iframe-container { display: none; }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .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); }#QHbs4urB0SW9qswNpdE9oaGHSE4LHG5V > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;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; } #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; } #EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container { background-color: transparent; background-image: none; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container > .video-iframe-container { display: none; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row > .video-iframe-container { display: none; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .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); }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container { border-width: 0; border-radius: 0; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EocT20xTMoKPtcKpmxzB2vfTgCkT3wXP > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;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; } #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; } #utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container { background-color: transparent; background-image: none; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container > .video-iframe-container { display: none; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row > .video-iframe-container { display: none; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .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); }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container { border-width: 0; border-radius: 0; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utD9LdMwPRihJwNkRlveE5XG2agUwyTZ > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;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; } #GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container { background-color: transparent; background-image: none; }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container > .video-iframe-container { display: none; }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row > .video-iframe-container { display: none; }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .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); }#GGvlrH1KrlrJ1mUzsX4aFCJ5TErzTgFU > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { 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; } #Q6XCITbJrbzoCcgdAZlVh4tRZNPaPJGy > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }