.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,217,217;--color-primary-1:246,128,128;--color-primary-2:236,0,0;--color-primary-3:118,0,0;--color-primary-4:35,0,0;--color-secondary-0:246,235,217;--color-secondary-1:253,244,133;--color-secondary-2:251,237,52;--color-secondary-3:250,232,1;--color-secondary-4:50,47,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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; } #pyegXL01ypcJZInIrktPm4eVRedIQAwJ { border-width: 0; border-radius: 0; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .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; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .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; } #AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row .container { border-width: 0; border-radius: 0; }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .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; } #sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row .container { border-width: 0; border-radius: 0; }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .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; } #VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row .container { border-width: 0; border-radius: 0; }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .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; } #Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row .container { background-color: transparent; background-image: none; }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row .container > .video-iframe-container { display: none; }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row > .video-iframe-container { display: none; }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .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); }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row .container { border-width: 0; border-radius: 0; }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .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; } #MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row .container { background-color: transparent; background-image: none; }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row .container > .video-iframe-container { display: none; }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row > .video-iframe-container { display: none; }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .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); }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row .container { border-width: 0; border-radius: 0; }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .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; } #rTEhCUwRrT03l2rILuwldcKWATtVZTKF { background-color: transparent; background-image: none; }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .row .container > .video-iframe-container { display: none; }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .row > .video-iframe-container { display: none; }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .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); }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF { border-width: 0; border-radius: 0; }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .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; }#rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .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; } #J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm { background-color: transparent; background-image: none; }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .row .container > .video-iframe-container { display: none; }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .row > .video-iframe-container { display: none; }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .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); }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm { border-width: 0; border-radius: 0; }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .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; }#J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .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; } #POmDwMq7Tu20y8XCqEpuLWUG825iMC0S { background-color: transparent; background-image: none; }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .row .container > .video-iframe-container { display: none; }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .row > .video-iframe-container { display: none; }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .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); }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S { border-width: 0; border-radius: 0; }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .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; }#POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),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:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:31.25rem;display:block; }
#h3lwmL9JqXqPuITKK9oFO0UwSkpepKLK { color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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; }
#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67750a49-6b2a-40d1-9bfd-dec76c757452/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:none; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.adaptive-delivery-prevent-bg, #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.lazyload, #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.lazyloading { background-image: none; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 > .row .container { border-width: 0; border-radius: 0; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3::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; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#QXEc4ATC3IdLeQh3Icxk5vETvH7Sq66d { color:rgba(var(--color-tertiary-0),1);display:block;width:26.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;text-shadow:0.0625rem 0.0625rem 1.25rem #3b1f18;top:24.75rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#eBNCRVBoLWNQo7hKHXrBBm1TgC79LFOL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:31.125rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#zUlBtNTegDTPx6GWI1RQauLkFJVxSAoV { color:#cd1618;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:49.3125rem;left:44.1875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#mSBxv1hiXXe39SkV4XdPgk1JdBXhV00x { box-sizing:content-box;height:2.8125rem;width:12.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:48.75rem;left:43.9375rem;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; }
#XwZP8TwRBNwhvu3J5CVcAdLvbwX2ZcMI { color:#cd1618;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.6875rem;left:47.9375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#gm8uaMnvKfGO5s9TJ9DiASG6f1bTnG4r { box-sizing:content-box;height:2.75rem;width:27.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:45.1875rem;left:47.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; }
#odXD37uHUNraZhMplVCVhPAsKR2OtZXV { 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:18.875rem;left:0.625rem;overflow:hidden;display:block; }
#KIse5FM1uuTDl6r81ksniEhektNeMZ4H { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.4375rem;left:0rem;display:block; }
#ZE4bCEE1IruSIAHvWWC14viuvmTT7MbR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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(var(--color-tertiary-4),0.37);top:3.4619140625rem;left:0rem;height:7.525rem;text-align:center;text-align-last:center;display:block; }
#GfJUT81rofHCExhTdlevxQTHf5b4w7Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:37.875rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#wL9bAppfeRda4XTEFCxdFKSM8pMb8WZB { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:34.6875rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#To87Rgp8vT6hdUCVwCfdoRvPyZE6wUwH { 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:47.5rem;width:24.625rem;top:8.5rem;left:37.8125rem;overflow:hidden;display:block; }
#IlXo7vDtZUVagKxEGTIih1IHD8mzfxhD { 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:11.1875rem;width:9.4375rem;top:16.85000038147rem;left:55.416667938233rem;overflow:hidden;display:block; }
#NpBhvObcyVp9wDKfb1fkNfn1f2bAb2gV { 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:20.5625rem;width:16.625rem;top:31.125rem;left:26.6875rem;overflow:hidden;display:block; }
#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23738d30-1afd-4502-8f33-731cbc7c06eb/bgkawa.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:none; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.adaptive-delivery-prevent-bg, #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.lazyload, #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.lazyloading { background-image: none; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX > .row .container { border-width: 0; border-radius: 0; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX::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; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:none; }#cE6THKOBsHeJ96BKhUxfBy0WfZsRAwEN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;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 #3b1f18;top:21.0625rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#zEcdGrKPoMTxfyH7T1IMmB6ef815aonr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.4375rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#APQrggdPm3tZ0EFwTEKlnLbXtCFsTkHI { color:#cd1618;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.5625rem;left:44.625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#tngsAphxCRGXrATU3viyaPQfiWKXwdJT { box-sizing:content-box;height:3.0625rem;width:29.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:42.9375rem;left:44.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; }
#sa1C7UE6KhuNkobHaunFsu3DIV3pPz21 { 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; }
#mnPVMfEnPrcsRSNaZhhQfue9DxTw5TTU { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.75rem;left:0rem;display:block; }
#s5UVFwkx7Dp6SDtRyDXEU3HdUfqoTJ0Z { 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:46.9375rem;width:25.6875rem;top:10.937500953674rem;left:24.656251907349rem;overflow:hidden;display:block; }
#we8W6eexOJiqhJkG4gaoUv5aov7e3g4y { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:34.1875rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#IeT06LHObpm6O7tPK7ef4PcZpb48TAQR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:31rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#m5XqEbGn4hO20uspBEwnLeCcHglOVf9O { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.37);top:2.3375005722046rem;left:0rem;height:7.525rem;text-align:center;text-align-last:center;display:block; }
#pN03oCCIJFf4RctbUKJFmUdDNSCtGBA1 { color:#cd1618;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.000000953674rem;left:40.000001907349rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#tM4tf8qvZTO64BG8r5gXCBCITnVL8KlN { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:48.875rem;top:7.9375rem;left:26.125rem;overflow:hidden;display:block; }
#lQE9dDcWDkWfczxXRpuMD3W15oU9Qo10 { box-sizing:content-box;height:2.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:45.9375rem;left:48.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:none; }
#fbGPigg8Mku4Z3vTEvP13PKfptPkQMFC { box-sizing:content-box;height:3.125rem;width:34.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.25rem;left:40.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; }
#NynRIPbPHdyacdi3UaFlfL3KzwoSEuox { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.8125rem;top:20.362500190735rem;left:40.60000038147rem;overflow:hidden;display:block; }
#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df6d9e7f-1579-4b51-a748-0991680fff88/bg_lunchbox_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; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.adaptive-delivery-prevent-bg, #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.lazyload, #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.lazyloading { background-image: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { background-color: transparent; background-image: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,37,3,0.39); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container > .video-iframe-container { display: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,37,3,0.39); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row > .video-iframe-container { display: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .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); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { border-width: 0; border-radius: 0; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya::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; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#Skz4mcfJfub2c63DiwvVkm8KNo5Nq2CL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:futura-bold-03;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(23,44,14,0.28);top:23.625rem;left:0rem;height:4.67480625rem;text-align:left;text-align-last:left;display:block; }
#FdV0dX1bts31eZE0txIfKWqT1NctFTig { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(44,30,14,0.2);top:29.25rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#r0VoJwrT67LXTbH7plCyx6EXrVBrqTSy { color:#cd1618;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.8125rem;left:31.9375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#wbOUbDGZbzauczvAmSm1JB9SWwfDDZeZ { box-sizing:content-box;height:2.875rem;width:12.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:51.25rem;left:31.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; }
#nK1WQEoT4a0C2z8wg5IOL3Ll0SlBNQ5m { color:#cd1618;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.1875rem;left:29.25rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#qFo7aXnyWAAzog4uSLMFxDJ22y8Jeif4 { 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:18.3125rem;left:0.625rem;overflow:hidden;display:block; }
#mKTHJrBFKd8dx3XtL6CfgRHTJlyWpacy { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.875rem;left:0rem;display:block; }
#r6ozl8vTA7GZoLuJKMrexT8u6eI5Zn2b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(44,30,14,0.3);top:35.5625rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#LEKexuBaW0DwWObfIv1IrWahlb72cHWv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(24,44,14,0.5);top:32.9375rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#B53wn6D6LTbnc8oyfDrSVgkEIrexPBCa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.37);top:2.0250091552734rem;left:0rem;height:7.5244125rem;text-align:center;text-align-last:center;display:block; }
#rFPn1zPTbKJwbUgCTEsQyXDGqVW6fza0 { 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:44.8125rem;width:45.8125rem;top:11.4931640625rem;left:27.5rem;overflow:hidden;display:block; }
#XSwkltgRHfBSkbPItL5T51Eu0lXqcdeN { box-sizing:content-box;height:2.875rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:47.6875rem;left:29.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; }
#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46a4f287-a24e-4f56-a92c-f7be75a362a9/bg_wafel_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; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.adaptive-delivery-prevent-bg, #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.lazyload, #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.lazyloading { background-image: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { background-color: transparent; background-image: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.34); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container > .video-iframe-container { display: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.34); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row > .video-iframe-container { display: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .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); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { border-width: 0; border-radius: 0; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV::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; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#c1fOpDiLu6IJv06arR9N9XykZxhFzyCO { color:rgba(var(--color-tertiary-0),1);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 0.375rem rgba(120,44,24,0.28);top:18.25rem;left:52.1875rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#EkN1mXIRvl0yVMe3TPSfTeHW7c9QQ8He { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.2);top:23.5625rem;left:52.1875rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#UgTzHpg4TXxNOydu1LLMwA5FZRk65Tlk { color:#cd1618;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:45rem;left:28.9375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#Zymru4tTZvxB6gDADhXE8cNi0hFF78P3 { box-sizing:content-box;height:2.875rem;width:24.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:44.4375rem;left:28.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; }
#FnhFnmx4wlOgOJiZVIvupxVhQk6XUqgs { color:#cd1618;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.4375rem;left:25.5625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#lQ40iKAF7zmgX9Kbu65HD24PmCvfXixo { 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:13.5625rem;left:52.8125rem;overflow:hidden;display:block; }
#p2FLuxz6OfJ1URCfLyiArkRnZ2HfJ10K { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.125rem;left:52.1875rem;display:block; }
#OVWVyXcGc87prFgeiDURatVPCvSt1Mbl { 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:43.125rem;width:28.625rem;top:3.90625rem;left:15.6748046875rem;overflow:hidden;display:block; }
#fQ8pDn8Sn8UTXv7MltC5Xb2xFBWFx8FD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(44,14,14,0.3);top:31.5625rem;left:52.1875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#twaSRiBAKTPGkKcOnsgoFh9zHnzMHnZo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(55,33,3,0.5);top:26.8125rem;left:52.1875rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#wAVqir46sT2SFtH4sgfJWrzbbFMFoySb { box-sizing:content-box;height:2.875rem;width:22.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.9375rem;left:25.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; }
#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ff3f9fa-ea1b-4465-98e9-af107940027b/bg.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; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.adaptive-delivery-prevent-bg, #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.lazyload, #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.lazyloading { background-image: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { background-color: transparent; background-image: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.26); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container > .video-iframe-container { display: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.26); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row > .video-iframe-container { display: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .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); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { border-width: 0; border-radius: 0; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t::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; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#RQgR4xnwiPwawHshTVpuwhC2qgPyGdOT { color:rgba(var(--color-tertiary-0),1);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 0.375rem rgba(44,30,14,0.28);top:16.125rem;left:0rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#nXeNhc9Uo8yUGTQaBNEU2ibSFOKFXBSL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(44,30,14,0.2);top:21.75rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#Q96FWyNxSaHRoUJVHqcScKgDk8gp2Efy { color:#cd1618;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.25rem;left:35.6875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#tS4dloBTFlTRNTg4CU0ly4ndZwNCKTKf { box-sizing:content-box;height:2.875rem;width:31.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:43.6875rem;left:34.8125rem;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; }
#vTWfrlLDkEcuEFUbT9iNOwFCATmA6NHd { color:#cd1618;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.6875rem;left:29.25rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#DCOGKxOctefJpfIXtVd0UJDBpPkkiAvN { 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:10.8125rem;left:0.625rem;overflow:hidden;display:block; }
#QK9t67MT2h5hIebhrqL2WHE0tuG8kWNL { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.375rem;left:0rem;display:block; }
#xVJHRCxS2B7fBmifW2KCh1lgbQD6repw { 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:38.375rem;width:33.4375rem;top:4.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#h555KRoU7uPFVtdOdTohTD1TIxtNmefN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(44,30,14,0.3);top:31.8125rem;left:0rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#KAk0SgaKPltQnXGomvTnZuQT2EDxWS6g { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(44,30,14,0.5);top:25.4375rem;left:0rem;height:5.7744125rem;text-align:left;text-align-last:left;display:block; }
#IAkQqT898GWO0vTc2dPgofxtGgOf3o87 { 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:33.3125rem;width:51.625rem;top:6.3125rem;left:23.375rem;overflow:hidden;display:block; }
#wfws5bBtIKzlEyhTAdQmxA5ZXhLTeaHp { box-sizing:content-box;height:2.875rem;width:16.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.1875rem;left:31.5625rem;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; }
#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c0e7dbc-c934-44e6-8017-a7796d00f93e/mochiBG.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; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.adaptive-delivery-prevent-bg, #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.lazyload, #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.lazyloading { background-image: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { background-color: transparent; background-image: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.26); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container > .video-iframe-container { display: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,20,3,0.26); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row > .video-iframe-container { display: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .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); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { border-width: 0; border-radius: 0; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP::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; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#HXfp5I5LtBbVz9anlZzZyKZ83WlaD3Du { color:rgba(var(--color-tertiary-0),1);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 0.375rem rgba(120,44,24,0.28);top:19.5rem;left:52.1875rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#qgmO9rJvzmFMJUoHPVNawV2516whzp23 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.2);top:23.25rem;left:52.1875rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#cydECPqBm2JpVbTGSdJQxQfONoEJ8PAI { color:#cd1618;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:45rem;left:28.9375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#HTTa4QHw7V4kWVxe0GEndOI4d1HoeZv7 { box-sizing:content-box;height:2.875rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:44.4375rem;left:28.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; }
#QPQz5aieBXTftnz4CmptXM7RXQ1MifZZ { color:#cd1618;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.4375rem;left:25.5625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#nmfpRqmQrafakf6n74r9VcV4WpgFauNf { 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:14.1875rem;left:52.8125rem;overflow:hidden;display:block; }
#dQBMDvhUDBpqWA42mTGsGmxzkNuy24T5 { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.75rem;left:52.1875rem;display:block; }
#ZK2lxvTQnDbHMWabzioI8WzRTlbJfpel { 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:29.9375rem;width:43.4375rem;top:1.349609375rem;left:9.7373046875rem;overflow:hidden;display:block; }
#lyO4CT9tifEmdUmN5RNe543QHLXMaoPn { 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:7.75rem;width:7.75rem;top:16.3369140625rem;left:8.6123046875rem;overflow:hidden;display:block; }
#BZSFTbiCTX6X7dD7VIAi9Z2shINq2MeT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:29.6875rem;left:52.1875rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#y24qpcalakFKTRzGA5sdwZ6rMXZum8Qw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:26.5rem;left:52.1875rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#HGQF6Dxk74vAcyWB2LDv5z2i2oOHdk6L { 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:27.75rem;width:52.125rem;top:23.1494140625rem;left:0rem;overflow:hidden;display:block; }
#uAKzQ2wqoXq7uEFcTXBTzfIR9JvFBN9x { box-sizing:content-box;height:2.875rem;width:21.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.9375rem;left:25.5625rem;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; }
#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23738d30-1afd-4502-8f33-731cbc7c06eb/bgkawa.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; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.adaptive-delivery-prevent-bg, #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.lazyload, #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.lazyloading { background-image: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { background-color: transparent; background-image: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.4); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container > .video-iframe-container { display: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.4); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row > .video-iframe-container { display: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .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); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { border-width: 0; border-radius: 0; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR::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; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#X1cTK0A7kP6KEzoTtusQIdwEuHvkdaya { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;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 #3b1f18;top:13.375rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#CLxUmgv7uIfUmlfdxqbZo1P9q6tMDlfh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:19.75rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#Pos4ToMHVk7gdtBWK0D9PuZ4BLUBIiia { color:#cd1618;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.875rem;left:44.625001907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#lbk81U3Fo1S7xQGwTXQ9iJiqMerTC2wM { box-sizing:content-box;height:3.0625rem;width:29.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:35.25rem;left:44.687501907349rem;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; }
#dGBhd54layLicrrCH1oBxwwKzMTiBSPc { 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.5rem;left:0.625rem;overflow:hidden;display:block; }
#sPnvX864o0C6d5WvrX5OPxC56AkKTXmH { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.0625rem;left:0rem;display:block; }
#N8PtTsxG4h6KAoPefOEE881IfTG5PIhN { 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:46.9375rem;width:25.6875rem;top:1.6249828338623rem;left:25.812501907349rem;overflow:hidden;display:block; }
#ncASd3uDBJS1o7Gw69swbSTAE5fup5EQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:26.5rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#X5Dnv2Lf30bR6yn35shPOIxQ29OwvR1D { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:23.3125rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#C3qrDX32Be85GCHanxfMVUzb7IJXaXst { color:#cd1618;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:40.000001907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#xWio9QGBaNt79UhLalELDsnNDuXWIvB0 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:48.875rem;top:0.25rem;left:26.125001907349rem;overflow:hidden;display:block; }
#xTMaIQHJGEQDdU4TNCUA60GTbk0PqqK5 { box-sizing:content-box;height:2.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:45.9375rem;left:48.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:none; }
#yy5npSPqo1I88FUfpNgfyNmUxsk4Kyf1 { box-sizing:content-box;height:3.125rem;width:34.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:31.5625rem;left:40.062501907349rem;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; }
#kk8P0eiIlXFTC1kRqMHoSqx6RJKa5eU8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.8125rem;top:9.1124820709231rem;left:41.60000038147rem;overflow:hidden;display:block; }
#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4554ef6-e11d-434f-baef-68300081e472/bg2.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; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.adaptive-delivery-prevent-bg, #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.lazyload, #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.lazyloading { background-image: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { background-color: transparent; background-image: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.12); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container > .video-iframe-container { display: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.12); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row > .video-iframe-container { display: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .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); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { border-width: 0; border-radius: 0; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z::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; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#kdT99lhUeIBoE5gDnlbKFlAR3UFl5CaS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;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 2.5625rem #3b1f18;top:19.25rem;left:52.1875rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#Ug3lD68khLXBmUBiJGRTxXu1Hs9Tn5QO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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 #2e140d;top:25.3125rem;left:52.1875rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#Kl4HPPZZ70aMIOhB6tWVLS0Tbk0PuRvG { color:#cd1618;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.6875rem;left:0.25rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#Hgs59M2SZGTVcOxANBIvxtQbrXWICKD4 { box-sizing:content-box;height:2.8125rem;width:37.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:41.125rem;left:0rem;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; }
#ka8oFHwoJSwGdVJcy8TiywXMBq6Mpxue { color:#cd1618;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.1875rem;left:3.4375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#Lmpn2e8ZmG9gQQkHQsnmTyJTVgXT7GQD { box-sizing:content-box;height:2.75rem;width:19.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.6875rem;left:2.9375rem;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; }
#XfaqpNQTvbTQiu085amclGKTyohaGTXN { 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:12.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#RWc3si4SulzpaMAs6afCToDPoEdoBEL1 { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12rem;left:52.1875rem;display:block; }
#O5lAfH9Pw8ETImciXKBv2s12Tc8gALAI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:31.875rem;left:52.1875rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#CiU68AkJ5q36rhlWPQiTczLPXLcOR63S { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:28.6875rem;left:52.1875rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#P46E4uKx9fvDGuUIeOR7pXvCoEe4EVbQ { position:absolute;display:block;z-index:15007;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:35.6875rem;width:18.0625rem;top:4.25rem;left:8.0625rem;overflow:hidden;display:block; }
#Cz10JrE9m1B4U63w10s2Hxd4GmZRiT0e { position:absolute;display:block;z-index:15006;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:35.6875rem;width:18rem;top:6.625rem;left:26.9375rem;overflow:hidden;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/3c4046c0-e121-4f29-b55d-5f8847f85cf9/trattoria_biedronowe4_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(98,34,3,0.4); }#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(98,34,3,0.4); }#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:51.25rem;width:75rem;position:relative;display:block; }#FBPOB02057M1PVS2w3L6R9mPiffIU3fD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;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 #3b1f18;top:18.9375rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#R7a4pekMoMr3GSwFSwvV7Sd5y5zWBmTh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:25.3125rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { color:#cd1618;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:43.4375rem;left:37.875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { box-sizing:content-box;height:2.8125rem;width:25.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:42.875rem;left:37.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; }
#HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { color:#cd1618;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.875rem;left:41.8125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { box-sizing:content-box;height:2.75rem;width:33.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.375rem;left:41.3125rem;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:13.0625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:12.625rem;left:0rem;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:7.75rem;top:10.125rem;left:57.125rem;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:41.5rem;width:46.875rem;top:6.875rem;left:18.0625rem;overflow:hidden;display:block; }
#Rn2BSwlzoL5sda9IC4VZPFlTxLRPOUfy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:32.0625rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#G92SWJ8f7hthDF2RNznE81Pi8AH2AyL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:28.875rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8f86cad-5918-437b-bf54-0c0dfd545fbf/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; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.adaptive-delivery-prevent-bg, #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.lazyload, #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.lazyloading { background-image: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { background-color: transparent; background-image: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.12); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container > .video-iframe-container { display: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.12); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row > .video-iframe-container { display: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .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); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { border-width: 0; border-radius: 0; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66::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; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#vJn4pbg9y2KJekALKTvUMua7WBfAQfCg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;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 2.5625rem #3b1f18;top:19.625rem;left:52.1875rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#AOL1P2p16hSGuG5NbRXu6PqJS5hZUz07 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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 #2e140d;top:25.6875rem;left:52.1875rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#FdEIInI7JFrTKOLFgatbNcIQGhNhtJJx { color:#cd1618;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.0625rem;left:0.25rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#KD4dVdXb3Qt5LithuN8i6cDAecsP6heG { box-sizing:content-box;height:2.8125rem;width:25.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:41.5rem;left:0rem;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; }
#e4cwTtw8ql3Qwzo5ZXlKQIsmAkwqEehb { color:#cd1618;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.5654296875rem;left:3.03125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#u99tvwmixIkqBnQGZyTAytQ9slRUJnSw { box-sizing:content-box;height:2.75rem;width:22.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.0625rem;left:2.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; }
#z5kUuiJ4zIRrvxqnT0b65BwxWJGTxtTK { 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:12.8125rem;left:52.8125rem;overflow:hidden;display:block; }
#AHXHuig5z5hM3DXr2PbLTeVsH4ysyXU7 { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.375rem;left:52.1875rem;display:block; }
#bzmmXiDWx8pqK3cOpLOF9ZrJmF4cabxR { 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.75rem;width:46.875rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#ET6erwEvnCMks8HOhJ0u12I5gCuOT7eO { 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:11.625rem;width:9.6875rem;top:33.68359375rem;left:27.625rem;overflow:hidden;display:block; }
#Z6iOzukZFhHFdh97BlmJTZ7CtddNTWs2 { 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:10.375rem;width:9.5rem;top:12.5244140625rem;left:-3.4375rem;overflow:hidden;display:block; }
#VEsP31L9XGZBK3nvkDTa5Ci9luS0TPqq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:32.25rem;left:52.1875rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#p9sA7SzUgOP81temC7ZiUqlL63wNupgU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:29.0625rem;left:52.1875rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c9c30df-8dd4-4610-8aaa-e0afea207002/bg.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; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.adaptive-delivery-prevent-bg, #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.lazyload, #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.lazyloading { background-image: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { background-color: transparent; background-image: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.26); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container > .video-iframe-container { display: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,34,3,0.26); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row > .video-iframe-container { display: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .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); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { border-width: 0; border-radius: 0; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w::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; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#M0G6qWD3De5mOEwJT4xfbV0beFC7M3Wb { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;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:14.5625rem;left:0rem;height:7.6494375rem;text-align:left;text-align-last:left;display:block; }
#ruVLyZzoJPcnr1GdEAadCpyBgJTQ4KRO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:23.875rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#V8bnIGCckHVxfWP2hVa3MUf4Ca6xq8DC { color:#cd1618;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.375rem;left:23.625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#UL5CXfsSRWKmGQTvH0DqgyBR9rg4TtQe { box-sizing:content-box;height:2.8125rem;width:23.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:41.8125rem;left:23.375rem;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; }
#TqMA0mGzMdW062caGv8TCqx6R0oXZqoa { color:#cd1618;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.8125rem;left:22rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#v1rEJkySfHsOl82VxD1mVZWCqbiSnTax { box-sizing:content-box;height:2.75rem;width:33.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.3125rem;left:21.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; }
#JEHgChJU6nxyQRTS8FCNsk36FtcbaOGu { 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:8.3125rem;left:0.625rem;overflow:hidden;display:block; }
#bSN9dGoSuNFk9JbS5DboD5GvmS8kzWVh { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.875rem;left:0rem;display:block; }
#RQknyEA65bcSlIZLefc2L0Hh7gXtGQwQ { 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:7.75rem;top:9.5625rem;left:22.6875rem;overflow:hidden;display:block; }
#IwfZWhswn5SdbTFnKc5EZSUzgsdkdTiI { 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:39.3125rem;width:40.4375rem;top:3.6171875rem;left:25.09375rem;overflow:hidden;display:block; }
#f0ovwMl1PWif2bneRCKvr3vEG4c33aWr { 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:9.625rem;width:9.1875rem;top:21.5rem;left:25.09375rem;overflow:hidden;display:block; }
#t57kAIFr4Co0SGKzM6VhgCDWTHbXbvL1 { position:absolute;display:block;z-index:15017;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:9.125rem;top:22.625rem;left:58.84375rem;overflow:hidden;display:block; }
#f6AV6aXhmQSs1F3O2qPnJEZMGwrnDk8V { 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:8.3125rem;width:8.25rem;top:28.84375rem;left:20.53125rem;overflow:hidden;display:block; }
#sUi41seV0DtzIW3OVofO0T61Ho42Xgwf { 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:10rem;width:10.5625rem;top:9.5625rem;left:60.8525390625rem;overflow:hidden;display:block; }
#KuynOE2r7PM79OR8Wh2ioqFAdPdKWlBD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:30.375rem;left:0rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#PwQ7m5E1XBlHNDehP61HXTFNTuvLmwM3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:27.1875rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;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/df51472d-8555-41d5-8964-6251f57114c1/bg.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(37,20,3,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(37,20,3,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 { 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:rgba(var(--color-tertiary-0),1);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;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(120,44,24,0.28);top:20.125rem;left:51.0625rem;height:2.55rem;text-align:left;text-align-last:left;display:block; }
#vr4OU2nR7kTb8CgtpD7qTmIq9ReKRRe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.2);top:23.875rem;left:51.0625rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { color:#cd1618;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3125rem;left:9.9375rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { box-sizing:content-box;height:2.8125rem;width:20.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.75rem;left:9.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; }
#gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { color:#cd1618;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.25rem;left:14.25rem;height:1.86865rem;text-align:center;text-align-last:center;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:14.8125rem;left:51.6875rem;overflow:hidden;display:block; }
#w8Rgd0tvzGhW3LnQuy1LkKXySFsSSDqn { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.375rem;left:51.0625rem;display:block; }
#hBtEXB8GkrvokDKFExPwTUMc2CzuQ6mk { 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:36rem;width:48.4375rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#OMhrpNQRLzZ5BJu0peBN4bvt9i15WEcG { color:#cd1618;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.75rem;left:8.75rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#ucIhwTzywGbiGIvs2hi2mz3XGyUWS6LW { 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:7.75rem;width:7.75rem;top:3.4375rem;left:39.0625rem;overflow:hidden;display:block; }
#fviyyCyig0tz8nNQEKQhtaaUfNXSGMKo { position:absolute;display:block;z-index:15017;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:13.5rem;width:15.75rem;top:20.625rem;left:-4.5508419689119rem;overflow:hidden;display:block; }
#eO7xuZ6WqvKyOV6WScr4LTss41rlFkNT { 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:5.4375rem;width:29.75rem;top:34.1796875rem;left:7rem;overflow:hidden;display:block; }
#lbSy27uWJJHQIFvOVpkTVkHpTUh6RVSC { 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:13.0625rem;width:13.875rem;top:28.5rem;left:37rem;overflow:hidden;display:block; }
#gbs1ST9sWZG5meQVCiyszW5z8D5Rhuzm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.8125rem 1.1875rem rgba(14,44,30,0.3);top:30.3125rem;left:51.0625rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#Hu3GEh1M5CiGzyA45Cr7vixNGSHST6WZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(3,55,30,0.5);top:27.125rem;left:51.0625rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x { 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; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.adaptive-delivery-prevent-bg, #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.lazyload, #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.lazyloading { background-image: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { background-color: transparent; background-image: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,10,0.13); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container > .video-iframe-container { display: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .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); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row > .video-iframe-container { display: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .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); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { border-width: 0; border-radius: 0; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x::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; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#I9d4FrZcaWKT4O8HGh7QdSq73FaaONmc { color:rgba(var(--color-tertiary-0),1);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:13.1875rem;left:0rem;height:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#kS9ADFEdzvBw4ZvdvEfArduAUTMhgOcL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:20.1875rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#kZPF8Hsfi1eswztcARTRFEduf0Fu4r1I { color:rgba(var(--color-tertiary-0),1);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:24.0625rem;left:0rem;height:3.85rem;text-align:left;text-align-last:left;display:block; }
#agQ8F5U1eW5CMmsdJGX02zXwD6l2iwpd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:29.0625rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#qZhAxfOFatXRUOg2MIvAQBUTxlD0ul45 { color:#cd1618;display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.375rem;left:21.3125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#ZCvAE9mtBTqGSxnfHLRphVGP693LTQuQ { box-sizing:content-box;height:2.8125rem;width:27.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.8125rem;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; }
#sQs3125O2Bkqdl4ztBok7zJrXsGs6K9T { color:#cd1618;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.8125rem;left:19.6875rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#QwCIBza1F5GlpTnC2mzaREIqOo2whp3Q { box-sizing:content-box;height:2.75rem;width:21.5625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.3125rem;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; }
#Ky08bnrQVdRLsoR0ar8HO68Mah6bwn0T { 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.9375rem;left:0.625rem;overflow:hidden;display:block; }
#qEDqP7pb98tyiTfGlStC09DBeTcTgsAG { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.5rem;left:0rem;display:block; }
#noDmBrUlBp5zveK16dNNFQJdFihb6HU0 { 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:2.5rem;left:39.375rem;overflow:hidden;display:block; }
#phrTx310TG7sWhVAtSfAChGqKXG92UQp { 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:8.5625rem;left:22.6875rem;overflow:hidden;display:block; }
#u0d1K05JUyn2z3A3uwsFHV73NMoab531 { 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:4.9375rem;left:22rem;overflow:hidden;display:block; }
#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA { 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; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.adaptive-delivery-prevent-bg, #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.lazyload, #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.lazyloading { background-image: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { background-color: transparent; background-image: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,37,0.13); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container > .video-iframe-container { display: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .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); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row > .video-iframe-container { display: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .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); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { border-width: 0; border-radius: 0; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA::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; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#OsuaTAACZazaUVUe5sGdvTnZ71ZeWBuc { color:rgba(var(--color-tertiary-0),1);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; }
#f2ZXyizT3QzEEm5BbL1zxH0Fiu1dlKTN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.2);top:18.8125rem;left:44.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#arRL84GGmK9QUoTR853zA7GUH5TJtJaL { color:rgba(var(--color-tertiary-0),1);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; }
#Zsiif2aTMUE8bmCvXEzwyGzAwnTTfxCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Q8bvSq5n2BumWINEX7CagRxJ5rV8eDny { color:#cd1618;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:6rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#cRiuUPFJyHo9Td3PSwDyDbolCXabdaXy { box-sizing:content-box;height:2.8125rem;width:36.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);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; }
#k3qhhWVto5hUaa7EPP8COfNOdwsZ3x71 { color:#cd1618;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#xtVU6DDEACdDpXWaUHP1hfbhTWQVcnAd { box-sizing:content-box;height:2.75rem;width:23.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);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; }
#RDcpAQEiwenU6lpiSB1bR2peuHhx97CF { 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; }
#Kru7E8TPN9zkgx1BaUuEgNT6Xt0elT9W { box-sizing:content-box;height:3.875rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3125rem;left:44.5rem;display:block; }
#yi04D3uvvOF4LqyIMQr3E7Qg9PV6IWU5 { 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; }
#yRBZ32E83Kn0c34yn8Vap6ZxUbICGBRB { 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; }
#TBtMO7zhizsxKfiJ3LqNxopD3zWvgJ8L { 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; }
#IEkdcCOKbqU4KxCRWMciAOTI0g0iDeJv { 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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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.86865rem;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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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.86865rem;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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.2);top:18.8125rem;left:44.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#tLr1VaubdvELzAGBePDHcAy15mDxy5f4 { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.5);top:21.625rem;left:44.5rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#MyGNkBXXCFqILbZdzyrTdwJk6F104BGH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),1);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; }
#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.adaptive-delivery-prevent-bg, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyload, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyloading { background-image: none; }#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:none; }#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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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:6.75rem;text-align:left;text-align-last:left;display:block; }
#cztpZfAAn2srTi5Het6b0gTwSunpnIm5 { color:#cd1618;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.adaptive-delivery-prevent-bg, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyload, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyloading { background-image: none; }#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:none; }#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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:6.75rem;text-align:left;text-align-last:left;display:block; }
#tqOMh8sC0bS81LGQCZpd8nr2XcEAzdWf { color:rgba(var(--color-tertiary-0),1);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:5.0996125rem;text-align:left;text-align-last:left;display:block; }
#xqEte2TANQT0MkuwBiWh7rOnxWnu8qWt { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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; }
#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.3125rem;left:39.3125rem;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.875rem;left:40.5rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;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; }
#GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:13rem;left:58.6875rem;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:59.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:43.3125rem;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:62.25rem;overflow:hidden;display:block; }
#dtIbpeBHW1S0KImK6IugKBthP8K65RmV { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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; }
#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:23.625rem;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:20.125rem;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:21.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BGtzvTlFdmdSR3xxLsp9xKgZCkKorl4B { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.375rem;display:block; }
#TJqqAs6Q682D0cnCxWQVdzurXn0T111U { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);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; }
#Uw6ODRXMp0D9RJVR9QdtWczK2O40Dx6b { 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:4.5rem;overflow:hidden;display:block; }
#It1VPtlhGXvtZrSTVSSqJFKt6gE8SHRe { color:#1c1c1a;display:block;width:10.4375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:28.97500038147rem;left:3.53125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Ct1hFx7xO3Q3pSqtNfgkeafD4THpEOfn { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:15.6875rem;top:12.862500190735rem;left:0.90625rem;overflow:hidden;display:block; }
#a2chN1UkQ6TaQNDIg2T3ncNoXw69aT5r { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.687500953674rem;left:0.46875rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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; }
#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.875rem;left:41.8125rem;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.875rem;left:42.0625rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#oEn4VyTfAB8VxTH1wHFq6BZ0TKTZkRWz { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;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; }
#GwbOZVJ00RpOdxpdaUDkGMdbweQ0gUs7 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:60.9375rem;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:60.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#vRiGXqQ4QHr159X8z09kxBBA0PH7zrCm { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#qT5LoG38UPHHSa2LLwQHfOR2rb02XTBk { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:43.3125rem;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:62.25rem;overflow:hidden;display:block; }
#UhIbKSWr9hQhFR8N033AHxpEW6VG83CC { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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; }
#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:23.625rem;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:22.625rem;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:22.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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; }
#Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.625rem;height:1.3rem;text-align:center;text-align-last:center;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:2.375rem;height: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:13rem;left:1.25rem;overflow:hidden;display:block; }
#Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:4.9375rem;overflow:hidden;display:block; }
#rWgAJ76sDVspk4fKDNtCzI4d9kTaSW9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:rgba(var(--color-tertiary-0),1);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; }
#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:39rem;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:42.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;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; }
#KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:58.3125rem;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:61.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TTE4ad4tbgh3O62aRWXuU9SsQGadZore { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:43.3125rem;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:62.25rem;overflow:hidden;display:block; }
#egWr6oACOF8V4z5vG3EidDshfnqfMTMN { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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; }
#JS3ltFwwUHZkqtnWdZsq9Bly14y8yJTO { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);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; }
#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:23.625rem;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:23.875rem;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:21.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#NeFKTRZHu4DWQOKq5NlsOLFIUg89WKFI { color:#1c1c1a;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.0625rem;left:22.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RFUc4EeN69kSLylb6nMRJQz127Zowa30 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:2.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.625rem;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.875rem;left:4.75rem;overflow:hidden;display:block; }
#vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:4.9375rem;overflow:hidden;display:block; }
#WUcdvkZ1PypzIfowqzQhyVA7KFOE2HOP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:rgba(var(--color-tertiary-0),1);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; }
#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:39.375rem;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:38.875rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#rJpNlINvRVLrymJ5AT2t1iNFyZ5fsbb0 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;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; }
#ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:58.6875rem;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:58rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:43.3125rem;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:62.25rem;overflow:hidden;display:block; }
#N5qoH3emLsw84gAghf4hOlTxsKh5mc66 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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; }
#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:23.625rem;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:22.8125rem;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:19.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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; }
#qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.625rem;height:2.6rem;text-align:center;text-align-last:center;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:2rem;height:3rem;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:1.25rem;overflow:hidden;display:block; }
#KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:4.9375rem;overflow:hidden;display:block; }
#tNwU0FVLE7mdLTHIFssgv7wiq7czSx7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:63.0625rem;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:60.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58.0625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:62rem;overflow:hidden;display:block; }
#OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:38.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; }
#C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:38.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; }
#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:41.5625rem;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:42.625rem;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:43.6875rem;overflow:hidden;display:block; }
#dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.6875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:18.9375rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:19rem;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:22.125rem;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:23.4375rem;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:19.4375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#g1Q9HJu45oSHCkWHBv4PiVR72IqwBTiR { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:19.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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; }
#DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.625rem;height:1.3rem;text-align:center;text-align-last:center;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:1.4375rem;height: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:3.25rem;overflow:hidden;display:block; }
#I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:4.9375rem;overflow:hidden;display:block; }
#dzePliwT3n37zqRWN2xbrwmTuaa28xG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#OUOsSxkFH1PShWMacqhsqOhbNdbuZDlq { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:59.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#FGiJR4fttrUoDz2Twqsdmm0WAtiApXQ1 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58.0625rem;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:61.375rem;overflow:hidden;display:block; }
#iy3cG3x77rheu5lVeOhN2ORmuMigkgcV { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;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; }
#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:62rem;overflow:hidden;display:block; }
#h44J0b1N7lEVx0J71Lma4LWB1KDubBiR { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:42.1875rem;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:40.125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TuCsxcTlrvBCZky27RH7TTOBMgrHE8d3 { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.75rem;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:rgba(var(--color-primary-2),1);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; }
#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:42.6875rem;overflow:hidden;display:block; }
#fIEJwDXrb9EzOxWIsGmPkEVIcuKhtHwh { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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; }
#SWm7SPt2BftEotfMoLD8Z9IT0GH0p3gU { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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; }
#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:23.125rem;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:24rem;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:20.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#hhDnuSIuFFrvQRRz2CRMcAXwNgTSLZmC { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;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; }
#OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:2.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#W9QboFmr5w5eVPPFZg0KD5WAfncu3ZHO { color:#1c1c1a;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.125rem;height:1.3rem;text-align:center;text-align-last:center;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:4rem;overflow:hidden;display:block; }
#w8R0MCi2auskE6tBV5ABZzw8hmTPvdbf { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:5rem;overflow:hidden;display:block; }
#deep8EIhz1dZ5yC1C7TzQQzDFlDs4bQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:rgba(var(--color-tertiary-0),1);background-image:none;top:0.125rem;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; }
#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.1875rem;left:43.5rem;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.9375rem;left:38.875rem;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:rgba(var(--color-primary-2),1);background-image:none;top:0.125rem;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; }
#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.625rem;left:43.125rem;overflow:hidden;display:block; }
#WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.125rem;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; }
#n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.125rem;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; }
#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.6875rem;left:24.3125rem;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.75rem;left:23.875rem;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.875rem;left:19.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#psOLAXpBaZf4ftbluvql12OqSZr6KGIo { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.75rem;left:19.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qASaGECZTJHmFvacTwXoFUzSV7iWK861 { box-sizing:content-box;height:36.25rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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; }
#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:5.1875rem;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:0.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { color:#1c1c1a;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;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; }
#B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { box-sizing:content-box;height:5.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.0625rem;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; }
#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:4.9375rem;overflow:hidden;display:block; }
#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:rgba(var(--color-tertiary-0),1);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; }#qGw3rVl8wOe4zNyTq3Uap2TTpeA1Q0wa { position:absolute;display:block;z-index:15002;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; }
#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:38.750001907349rem;display:block; }
#vfwcnUCWfOihHGKV9N32D18lyKUfh3zF { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14999;background-color:#5b5b5b;background-image:none;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:38.750001907349rem;display:block; }
#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN.adaptive-delivery-prevent-bg, #kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN.lazyload, #kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN.lazyloading { background-image: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { background-color: transparent; background-image: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container > .video-iframe-container { display: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row > .video-iframe-container { display: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .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); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { border-width: 0; border-radius: 0; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#VHdlTpiSZNSeCuu975QU1xK9uhgUspbt { 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:38.75rem;display:block; }
#cMM1Wty1fqN4tQTfwUEJw88AgwnusWin { 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:38.75rem;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:0rem;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:0rem;display:block; }
#CboRVcMGToDK28hgv7oalPIqIcxkgMx6 { 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:none; }
#rWFBWPG8RFloqdfigz69lWnk7GcUHmto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto.adaptive-delivery-prevent-bg, #rWFBWPG8RFloqdfigz69lWnk7GcUHmto.lazyload, #rWFBWPG8RFloqdfigz69lWnk7GcUHmto.lazyloading { background-image: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { background-color: transparent; background-image: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container > .video-iframe-container { display: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row > .video-iframe-container { display: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .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); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { border-width: 0; border-radius: 0; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#PEFt3O5FJoWGQiBdQAvZycJNUZPJUrGn { 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; }
#hGXyAE6i7DvFZ3lh4cuzoqsZ0wCe4SiH { 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:0.0625rem;left:0rem;display:block; }
#O2nOksQpZq7gJpnVbWUtK5m5PEBeT1Wq { 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:0.0625rem;left:38.750001907349rem;display:block; }
#PeGLc3rTmvsLCAFkiN6wTVcr60aV2FWy { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.750001907349rem;display:block; }
#pf79FtRc4yzsqEWnLFrNtiFhWwT9Tuzf { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#hI3kpuXUrrN5WcwTGwQNwWs89U6wTkWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:3.625rem;left:38.750001907349rem;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:3.625rem;left:38.750001907349rem;display:block; }
#T8fa2OwQF6nQKsxD4SlOlhtngQEvAMr7 { 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:5.25rem;width:5.375rem;top:1.75rem;left:32.687501907349rem;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:3.5625rem;left:0rem;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:3.5625rem;left:0rem;display:block; }
#AtPtnDryUBAIp75trOoZ68d3KFuBGnDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; }#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; }
#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:0.0625rem;left:38.75rem;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:0.0625rem;left:38.75rem;display:block; }
#CD84Tv3yE3Al4QT1NzOCpToJ34CKO9J9 { 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:0.0625rem;left:0rem;display:block; }
#CcXHmzsbD6Z89kln8yE7CQg4Tq1OHDUm { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#r8yT7G1C3TKT4qqGXIiXODVVAvLibF0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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:0.0625rem;left:38.75rem;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:0.0625rem;left:38.75rem;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; }
#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:0.0625rem;left:0rem;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:0.0625rem;left:0rem;display:block; }
#q0vmxvqE2knWddvx6ftX3sN4eVg3DfN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/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; } #MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row .container { background-color: transparent; background-image: none; }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row .container > .video-iframe-container { display: none; }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row > .video-iframe-container { display: none; }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .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); }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row .container { border-width: 0; border-radius: 0; }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .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; } #Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row .container { border-width: 0; border-radius: 0; }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .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; } #UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK { border-width: 0; border-radius: 0; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .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; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .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; } #yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD { border-width: 0; border-radius: 0; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .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; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .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; } #Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row .container { border-width: 0; border-radius: 0; }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .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; } #L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA { border-width: 0; border-radius: 0; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .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; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .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; } #esIWVghNdKQZqKJ68JycIS7p9scqzwUs { border-width: 0; border-radius: 0; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .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; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .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; } #N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row .container { border-width: 0; border-radius: 0; }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .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; } #czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row .container { background-color: transparent; background-image: none; }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row .container > .video-iframe-container { display: none; }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row > .video-iframe-container { display: none; }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .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); }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row .container { border-width: 0; border-radius: 0; }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .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; } #pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .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; } #AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .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; } #sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .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; } #VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .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; } #Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .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; } #MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .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; } #rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .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; } #J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .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; } #POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .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) { #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 { display:block; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXEc4ATC3IdLeQh3Icxk5vETvH7Sq66d { top:24.75rem;left:0rem;width:26.4375rem;height:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNCRVBoLWNQo7hKHXrBBm1TgC79LFOL { top:31.125rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUlBtNTegDTPx6GWI1RQauLkFJVxSAoV { top:49.3125rem;left:30.5625rem;width:12.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBxv1hiXXe39SkV4XdPgk1JdBXhV00x { top:48.75rem;left:30.3125rem;width:12.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwZP8TwRBNwhvu3J5CVcAdLvbwX2ZcMI { top:45.6875rem;left:14.875rem;width:26.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm8uaMnvKfGO5s9TJ9DiASG6f1bTnG4r { top:45.1875rem;left:13.9375rem;width:27.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odXD37uHUNraZhMplVCVhPAsKR2OtZXV { top:18.875rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIse5FM1uuTDl6r81ksniEhektNeMZ4H { top:18.4375rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4bCEE1IruSIAHvWWC14viuvmTT7MbR { top:3.4375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJUT81rofHCExhTdlevxQTHf5b4w7Mz { top:37.875rem;left:0rem;width:24.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9bAppfeRda4XTEFCxdFKSM8pMb8WZB { top:34.6875rem;left:0rem;width:26.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To87Rgp8vT6hdUCVwCfdoRvPyZE6wUwH { top:8.5rem;left:23.125rem;width:24.625rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXo7vDtZUVagKxEGTIih1IHD8mzfxhD { top:16.8125rem;left:38.3125rem;width:9.4375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpBhvObcyVp9wDKfb1fkNfn1f2bAb2gV { top:31.125rem;left:13.0625rem;width:16.625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX { display:block; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cE6THKOBsHeJ96BKhUxfBy0WfZsRAwEN { top:21.0625rem;left:0rem;width:21.125rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEcdGrKPoMTxfyH7T1IMmB6ef815aonr { top:27.4375rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APQrggdPm3tZ0EFwTEKlnLbXtCFsTkHI { top:43.5625rem;left:17.875rem;width:29.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tngsAphxCRGXrATU3viyaPQfiWKXwdJT { top:42.9375rem;left:17.75rem;width:29.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1C7UE6KhuNkobHaunFsu3DIV3pPz21 { top:15.1875rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnPVMfEnPrcsRSNaZhhQfue9DxTw5TTU { top:14.75rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UVFwkx7Dp6SDtRyDXEU3HdUfqoTJ0Z { top:10.9375rem;left:11.031251907349rem;width:25.6875rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we8W6eexOJiqhJkG4gaoUv5aov7e3g4y { top:34.1875rem;left:0rem;width:25.8125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT06LHObpm6O7tPK7ef4PcZpb48TAQR { top:31rem;left:0rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5XqEbGn4hO20uspBEwnLeCcHglOVf9O { top:2.3125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN03oCCIJFf4RctbUKJFmUdDNSCtGBA1 { top:40rem;left:12.8125rem;width:34.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4tf8qvZTO64BG8r5gXCBCITnVL8KlN { top:7.9375rem;left:0rem;width:47.75rem;height:36.209398976982rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQE9dDcWDkWfczxXRpuMD3W15oU9Qo10 { top:45.9375rem;left:34.5625rem;width:12.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbGPigg8Mku4Z3vTEvP13PKfptPkQMFC { top:39.25rem;left:12.75rem;width:34.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NynRIPbPHdyacdi3UaFlfL3KzwoSEuox { top:20.3125rem;left:26.97500038147rem;width:10.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya { display:block; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Skz4mcfJfub2c63DiwvVkm8KNo5Nq2CL { top:23.625rem;left:0rem;width:32.25rem;height:4.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdV0dX1bts31eZE0txIfKWqT1NctFTig { top:29.25rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0VoJwrT67LXTbH7plCyx6EXrVBrqTSy { top:51.8125rem;left:18.3125rem;width:11.3125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbOUbDGZbzauczvAmSm1JB9SWwfDDZeZ { top:51.25rem;left:17.4375rem;width:12.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK1WQEoT4a0C2z8wg5IOL3Ll0SlBNQ5m { top:48.1875rem;left:15.625rem;width:24.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFo7aXnyWAAzog4uSLMFxDJ22y8Jeif4 { top:18.3125rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTHJrBFKd8dx3XtL6CfgRHTJlyWpacy { top:17.875rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ozl8vTA7GZoLuJKMrexT8u6eI5Zn2b { top:35.5625rem;left:0rem;width:26.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEKexuBaW0DwWObfIv1IrWahlb72cHWv { top:32.9375rem;left:0rem;width:22.8125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B53wn6D6LTbnc8oyfDrSVgkEIrexPBCa { top:2rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFPn1zPTbKJwbUgCTEsQyXDGqVW6fza0 { top:11.4375rem;left:1.9375rem;width:45.8125rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSwkltgRHfBSkbPItL5T51Eu0lXqcdeN { top:47.6875rem;left:15.5625rem;width:24.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV { display:block; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1fOpDiLu6IJv06arR9N9XykZxhFzyCO { top:18.25rem;left:25.0625rem;width:22.6875rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkN1mXIRvl0yVMe3TPSfTeHW7c9QQ8He { top:23.5625rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTzHpg4TXxNOydu1LLMwA5FZRk65Tlk { top:45rem;left:15.3125rem;width:24.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zymru4tTZvxB6gDADhXE8cNi0hFF78P3 { top:44.4375rem;left:15.125rem;width:24.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhFnmx4wlOgOJiZVIvupxVhQk6XUqgs { top:41.4375rem;left:11.9375rem;width:21.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ40iKAF7zmgX9Kbu65HD24PmCvfXixo { top:13.5625rem;left:39.1875rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2FLuxz6OfJ1URCfLyiArkRnZ2HfJ10K { top:13.125rem;left:38.5625rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVWVyXcGc87prFgeiDURatVPCvSt1Mbl { top:3.875rem;left:2.0498046875rem;width:28.625rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8pDn8Sn8UTXv7MltC5Xb2xFBWFx8FD { top:31.5625rem;left:26.875rem;width:20.875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twaSRiBAKTPGkKcOnsgoFh9zHnzMHnZo { top:26.8125rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAVqir46sT2SFtH4sgfJWrzbbFMFoySb { top:40.9375rem;left:11.5rem;width:22.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t { display:block; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQgR4xnwiPwawHshTVpuwhC2qgPyGdOT { top:16.125rem;left:0rem;width:22.6875rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXeNhc9Uo8yUGTQaBNEU2ibSFOKFXBSL { top:21.75rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q96FWyNxSaHRoUJVHqcScKgDk8gp2Efy { top:44.25rem;left:17.8125rem;width:29.9375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4dloBTFlTRNTg4CU0ly4ndZwNCKTKf { top:43.6875rem;left:16.125rem;width:31.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTWfrlLDkEcuEFUbT9iNOwFCATmA6NHd { top:40.6875rem;left:15.625rem;width:21.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOGKxOctefJpfIXtVd0UJDBpPkkiAvN { top:10.8125rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK9t67MT2h5hIebhrqL2WHE0tuG8kWNL { top:10.375rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJHRCxS2B7fBmifW2KCh1lgbQD6repw { top:4.4375rem;left:14.3125rem;width:33.4375rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h555KRoU7uPFVtdOdTohTD1TIxtNmefN { top:31.8125rem;left:0rem;width:20.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAk0SgaKPltQnXGomvTnZuQT2EDxWS6g { top:25.4375rem;left:0rem;width:22.8125rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAkQqT898GWO0vTc2dPgofxtGgOf3o87 { top:6.3125rem;left:0rem;width:47.75rem;height:30.812046004843rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfws5bBtIKzlEyhTAdQmxA5ZXhLTeaHp { top:40.1875rem;left:17.9375rem;width:16.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP { display:block; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXfp5I5LtBbVz9anlZzZyKZ83WlaD3Du { top:19.5rem;left:25.0625rem;width:22.6875rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgmO9rJvzmFMJUoHPVNawV2516whzp23 { top:23.25rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydECPqBm2JpVbTGSdJQxQfONoEJ8PAI { top:45rem;left:15.3125rem;width:22.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTa4QHw7V4kWVxe0GEndOI4d1HoeZv7 { top:44.4375rem;left:14.5rem;width:24.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPQz5aieBXTftnz4CmptXM7RXQ1MifZZ { top:41.4375rem;left:11.9375rem;width:21.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfpRqmQrafakf6n74r9VcV4WpgFauNf { top:14.1875rem;left:39.1875rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBMDvhUDBpqWA42mTGsGmxzkNuy24T5 { top:13.75rem;left:38.5625rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK2lxvTQnDbHMWabzioI8WzRTlbJfpel { top:1.3125rem;left:0rem;width:43.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyO4CT9tifEmdUmN5RNe543QHLXMaoPn { top:16.3125rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSFTbiCTX6X7dD7VIAi9Z2shINq2MeT { top:29.6875rem;left:26.875rem;width:20.875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y24qpcalakFKTRzGA5sdwZ6rMXZum8Qw { top:26.5rem;left:24.9375rem;width:22.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQF6Dxk74vAcyWB2LDv5z2i2oOHdk6L { top:23.125rem;left:0rem;width:47.75rem;height:25.420863309353rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAKzQ2wqoXq7uEFcTXBTzfIR9JvFBN9x { top:40.9375rem;left:11.9375rem;width:21.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR { display:block; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1cTK0A7kP6KEzoTtusQIdwEuHvkdaya { top:13.375rem;left:0rem;width:21.125rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLxUmgv7uIfUmlfdxqbZo1P9q6tMDlfh { top:19.75rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pos4ToMHVk7gdtBWK0D9PuZ4BLUBIiia { top:35.875rem;left:17.875rem;width:29.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbk81U3Fo1S7xQGwTXQ9iJiqMerTC2wM { top:35.25rem;left:17.75rem;width:29.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBhd54layLicrrCH1oBxwwKzMTiBSPc { top:7.5rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPnvX864o0C6d5WvrX5OPxC56AkKTXmH { top:7.0625rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PtTsxG4h6KAoPefOEE881IfTG5PIhN { top:1.5625rem;left:12.187501907349rem;width:25.6875rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncASd3uDBJS1o7Gw69swbSTAE5fup5EQ { top:26.5rem;left:0rem;width:25.8125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Dnv2Lf30bR6yn35shPOIxQ29OwvR1D { top:23.3125rem;left:0rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3qrDX32Be85GCHanxfMVUzb7IJXaXst { top:32.3125rem;left:12.8125rem;width:34.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWio9QGBaNt79UhLalELDsnNDuXWIvB0 { top:0.25rem;left:0rem;width:47.75rem;height:36.209398976982rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTMaIQHJGEQDdU4TNCUA60GTbk0PqqK5 { top:45.9375rem;left:34.5625rem;width:12.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yy5npSPqo1I88FUfpNgfyNmUxsk4Kyf1 { top:31.5625rem;left:12.75rem;width:34.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk8P0eiIlXFTC1kRqMHoSqx6RJKa5eU8 { top:9.0625rem;left:27.97500038147rem;width:10.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z { display:block; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdT99lhUeIBoE5gDnlbKFlAR3UFl5CaS { top:19.25rem;left:24.9375rem;width:22.8125rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3lD68khLXBmUBiJGRTxXu1Hs9Tn5QO { top:25.3125rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4HPPZZ70aMIOhB6tWVLS0Tbk0PuRvG { top:41.6875rem;left:0rem;width:37.4375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgs59M2SZGTVcOxANBIvxtQbrXWICKD4 { top:41.125rem;left:0rem;width:37.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8oFHwoJSwGdVJcy8TiywXMBq6Mpxue { top:38.1875rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmpn2e8ZmG9gQQkHQsnmTyJTVgXT7GQD { top:37.6875rem;left:0rem;width:19.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfaqpNQTvbTQiu085amclGKTyohaGTXN { top:12.4375rem;left:39.1875rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWc3si4SulzpaMAs6afCToDPoEdoBEL1 { top:12rem;left:38.5625rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5lAfH9Pw8ETImciXKBv2s12Tc8gALAI { top:31.875rem;left:27.0625rem;width:20.6875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiU68AkJ5q36rhlWPQiTczLPXLcOR63S { top:28.6875rem;left:25.6875rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P46E4uKx9fvDGuUIeOR7pXvCoEe4EVbQ { top:4.25rem;left:0rem;width:18.0625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz10JrE9m1B4U63w10s2Hxd4GmZRiT0e { top:6.625rem;left:13.3125rem;width:18rem;height:35.6875rem;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:18.9375rem;left:0rem;width:21.125rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7a4pekMoMr3GSwFSwvV7Sd5y5zWBmTh { top:25.3125rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { top:43.4375rem;left:22.6875rem;width:25.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { top:42.875rem;left:22.25rem;width:25.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { top:39.875rem;left:14.875rem;width:32.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { top:39.375rem;left:13.9375rem;width:33.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefBdVZLffSPT2fk44UQ6eaI4e4b02vT { top:13.0625rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GePGpmBzEEFew7Kt4QX4uVhzDt7ols { top:12.625rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp19W2H0Owc72ILQOv0LTsV6f0An1HD7 { top:10.125rem;left:40rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogCTdXzvgylLD1f6u9pDDqDkGRTi1bdQ { top:6.875rem;left:0.875rem;width:46.875rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2BSwlzoL5sda9IC4VZPFlTxLRPOUfy { top:32.0625rem;left:0rem;width:22.4375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G92SWJ8f7hthDF2RNznE81Pi8AH2AyL9 { top:28.875rem;left:0rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 { display:block; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJn4pbg9y2KJekALKTvUMua7WBfAQfCg { top:19.625rem;left:31.5rem;width:16.25rem;height:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOL1P2p16hSGuG5NbRXu6PqJS5hZUz07 { top:25.6875rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEIInI7JFrTKOLFgatbNcIQGhNhtJJx { top:42.0625rem;left:0rem;width:25.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4dVdXb3Qt5LithuN8i6cDAecsP6heG { top:41.5rem;left:0rem;width:25.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4cwTtw8ql3Qwzo5ZXlKQIsmAkwqEehb { top:38.5625rem;left:0rem;width:21.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99tvwmixIkqBnQGZyTAytQ9slRUJnSw { top:38.0625rem;left:0rem;width:22.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5kUuiJ4zIRrvxqnT0b65BwxWJGTxtTK { top:12.8125rem;left:39.1875rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXHuig5z5hM3DXr2PbLTeVsH4ysyXU7 { top:12.375rem;left:38.5625rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzmmXiDWx8pqK3cOpLOF9ZrJmF4cabxR { top:4.875rem;left:0rem;width:46.875rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6erwEvnCMks8HOhJ0u12I5gCuOT7eO { top:33.625rem;left:14rem;width:9.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6iOzukZFhHFdh97BlmJTZ7CtddNTWs2 { top:12.5rem;left:0rem;width:9.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEsP31L9XGZBK3nvkDTa5Ci9luS0TPqq { top:32.25rem;left:25.3125rem;width:22.4375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9sA7SzUgOP81temC7ZiUqlL63wNupgU { top:29.0625rem;left:25.6875rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w { display:block; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0G6qWD3De5mOEwJT4xfbV0beFC7M3Wb { top:14.5625rem;left:0rem;width:21.125rem;height:7.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruVLyZzoJPcnr1GdEAadCpyBgJTQ4KRO { top:23.875rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8bnIGCckHVxfWP2hVa3MUf4Ca6xq8DC { top:42.375rem;left:10rem;width:22.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5CXfsSRWKmGQTvH0DqgyBR9rg4TtQe { top:41.8125rem;left:9.75rem;width:23.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMA0mGzMdW062caGv8TCqx6R0oXZqoa { top:38.8125rem;left:8.375rem;width:32.875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rEJkySfHsOl82VxD1mVZWCqbiSnTax { top:38.3125rem;left:7.875rem;width:33.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHgChJU6nxyQRTS8FCNsk36FtcbaOGu { top:8.3125rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSN9dGoSuNFk9JbS5DboD5GvmS8kzWVh { top:7.875rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQknyEA65bcSlIZLefc2L0Hh7gXtGQwQ { top:9.5625rem;left:9.0625rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwfZWhswn5SdbTFnKc5EZSUzgsdkdTiI { top:3.5625rem;left:7.3125rem;width:40.4375rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ovwMl1PWif2bneRCKvr3vEG4c33aWr { top:21.5rem;left:11.46875rem;width:9.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t57kAIFr4Co0SGKzM6VhgCDWTHbXbvL1 { top:22.625rem;left:38.625rem;width:9.125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6AV6aXhmQSs1F3O2qPnJEZMGwrnDk8V { top:28.8125rem;left:6.90625rem;width:8.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi41seV0DtzIW3OVofO0T61Ho42Xgwf { top:9.5625rem;left:37.1875rem;width:10.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuynOE2r7PM79OR8Wh2ioqFAdPdKWlBD { top:30.375rem;left:0rem;width:19.6875rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQ7m5E1XBlHNDehP61HXTFNTuvLmwM3 { top:27.1875rem;left:0rem;width:22.0625rem;height:1.875rem;font-size:1.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:20.125rem;left:23.8125rem;width:23.9375rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr4OU2nR7kTb8CgtpD7qTmIq9ReKRRe2 { top:23.875rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { top:41.3125rem;left:0rem;width:19rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { top:40.75rem;left:0rem;width:20.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { top:37.25rem;left:0.625rem;width:21.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQWNsswITNuowLyWezfuEbTH3zFoww6U { top:14.8125rem;left:38.0625rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Rgd0tvzGhW3LnQuy1LkKXySFsSSDqn { top:14.375rem;left:37.4375rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBtEXB8GkrvokDKFExPwTUMc2CzuQ6mk { top:2.4375rem;left:0rem;width:47.75rem;height:35.489032258065rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMhrpNQRLzZ5BJu0peBN4bvt9i15WEcG { top:34.75rem;left:0rem;width:26.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIhwTzywGbiGIvs2hi2mz3XGyUWS6LW { top:3.4375rem;left:25.4375rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fviyyCyig0tz8nNQEKQhtaaUfNXSGMKo { top:20.625rem;left:0rem;width:15.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO7xuZ6WqvKyOV6WScr4LTss41rlFkNT { top:34.125rem;left:0rem;width:29.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbSy27uWJJHQIFvOVpkTVkHpTUh6RVSC { top:28.5rem;left:23.375rem;width:13.875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbs1ST9sWZG5meQVCiyszW5z8D5Rhuzm { top:30.3125rem;left:25.3125rem;width:22.4375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3GEh1M5CiGzyA45Cr7vixNGSHST6WZ { top:27.125rem;left:25.6875rem;width:22.0625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x { display:block; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9d4FrZcaWKT4O8HGh7QdSq73FaaONmc { top:13.1875rem;left:0rem;width:22.6875rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9ADFEdzvBw4ZvdvEfArduAUTMhgOcL { top:20.1875rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZPF8Hsfi1eswztcARTRFEduf0Fu4r1I { top:24.0625rem;left:0rem;width:22.0625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agQ8F5U1eW5CMmsdJGX02zXwD6l2iwpd { top:29.0625rem;left:0rem;width:22.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhAxfOFatXRUOg2MIvAQBUTxlD0ul45 { top:41.375rem;left:7.6875rem;width:27.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvAE9mtBTqGSxnfHLRphVGP693LTQuQ { top:40.8125rem;left:7.4375rem;width:27.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQs3125O2Bkqdl4ztBok7zJrXsGs6K9T { top:37.8125rem;left:6.0625rem;width:20.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwCIBza1F5GlpTnC2mzaREIqOo2whp3Q { top:37.3125rem;left:5.5625rem;width:21.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky08bnrQVdRLsoR0ar8HO68Mah6bwn0T { top:7.9375rem;left:0rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEDqP7pb98tyiTfGlStC09DBeTcTgsAG { top:7.5rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDmBrUlBp5zveK16dNNFQJdFihb6HU0 { top:2.5rem;left:16.25rem;width:31.5rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phrTx310TG7sWhVAtSfAChGqKXG92UQp { top:8.5625rem;left:9.0625rem;width:8.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0d1K05JUyn2z3A3uwsFHV73NMoab531 { top:4.9375rem;left:8.375rem;width:29.9375rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA { display:block; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsuaTAACZazaUVUe5sGdvTnZ71ZeWBuc { top:13rem;left:23.8125rem;width:23.9375rem;height:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2ZXyizT3QzEEm5BbL1zxH0Fiu1dlKTN { 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) { #arRL84GGmK9QUoTR853zA7GUH5TJtJaL { top:21.625rem;left:28.75rem;width:19rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsiif2aTMUE8bmCvXEzwyGzAwnTTfxCZ { 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) { #Q8bvSq5n2BumWINEX7CagRxJ5rV8eDny { top:39.125rem;left:0rem;width:35.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRiuUPFJyHo9Td3PSwDyDbolCXabdaXy { top:38.5625rem;left:0rem;width:36.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3qhhWVto5hUaa7EPP8COfNOdwsZ3x71 { top:35.5625rem;left:0rem;width:23.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtVU6DDEACdDpXWaUHP1hfbhTWQVcnAd { top:35.0625rem;left:0rem;width:23.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDcpAQEiwenU6lpiSB1bR2peuHhx97CF { top:7.75rem;left:31.5rem;width:5.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kru7E8TPN9zkgx1BaUuEgNT6Xt0elT9W { top:7.3125rem;left:30.875rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi04D3uvvOF4LqyIMQr3E7Qg9PV6IWU5 { top:3.9375rem;left:0rem;width:33.3125rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRBZ32E83Kn0c34yn8Vap6ZxUbICGBRB { top:6.5rem;left:0rem;width:7.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtMO7zhizsxKfiJ3LqNxopD3zWvgJ8L { top:28.4375rem;left:15.6875rem;width:20.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEkdcCOKbqU4KxCRWMciAOTI0g0iDeJv { 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) { #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:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkFVHPpKOC8GTTaCMzs7TNipm6qSvGs { top:10.3125rem;left:25.6875rem;width:15.6875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1k7olVnyiyWg36bZC3GfcVMWmXyiw4 { top:28.875rem;left:26.875rem;width:13.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1D1Lwn0NbyDGxfoayOERdLZOL2f7g3 { top:13rem;left:32.625rem;width:15.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sbtd13LlMyeRoE0aQxTzFTAmU8M4Hw { top:28.875rem;left:34.625rem;width:13.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTHCTRwBbLUKLGnQgVgGxrKoafOTo7 { top:0.0625rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhdvm1EISMopZI0iTXaLwdNoSqNgn4Br { top:0.625rem;left:29.6875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxOpHQVmmwq0HWBEgHIT7TSsQUDBmoM { 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:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { top:0rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqNUenhXV9xXM80kK3C6T8UZ2p1n84h { top:0.625rem;left:10rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGa5q5Mo0bUSOlcsrwNFx5OkJgeV0WL { top:10.25rem;left:6.5rem;width:15.6875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6UNSHTUXJ2hAx8xfsHVuxsRDyfSEdXu { top:28.875rem;left:7.75rem;width:13.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { top:32.6875rem;left:6rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGtzvTlFdmdSR3xxLsp9xKgZCkKorl4B { top:0rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqqAs6Q682D0cnCxWQVdzurXn0T111U { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw6ODRXMp0D9RJVR9QdtWczK2O40Dx6b { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #It1VPtlhGXvtZrSTVSSqJFKt6gE8SHRe { top:28.9375rem;left:0rem;width:10.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1hFx7xO3Q3pSqtNfgkeafD4THpEOfn { top:12.8125rem;left:0rem;width:15.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2chN1UkQ6TaQNDIg2T3ncNoXw69aT5r { 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:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4w1myOt0qRrb5d0WaRHPL8RIfuJLn9 { top:7.875rem;left:28.1875rem;width:10.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnuWEv3szNWGQcJaeu0MxbNdsg63AhTc { top:28.875rem;left:28.4375rem;width:11rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEn4VyTfAB8VxTH1wHFq6BZ0TKTZkRWz { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbOZVJ00RpOdxpdaUDkGMdbweQ0gUs7 { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHZM2CJAcEVEz9nFkixG5PCXMalSetC { top:7.875rem;left:37.0625rem;width:10.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKEvpGDnhfQ4UwpynDO2kpX0AwRgnRI { top:28.875rem;left:36.4375rem;width:11.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRiGXqQ4QHr159X8z09kxBBA0PH7zrCm { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtINm5DqQrtF08aaIrvRuZy2XEye15vx { top:0.0625rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5LoG38UPHHSa2LLwQHfOR2rb02XTBk { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFa4iTGEfQfZ89mLGAzneFXsXvCfAsCP { top:0.625rem;left:29.6875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKzvw6TWiZsyTzJoOFPupAErsr31Dcu { 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:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { top:0rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #micdyMmz9VAz5a6G2TWWtldp0LRMs2OH { top:0.625rem;left:10rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2kbMwrg6Lq1derlKuU8M54bBRo49Z1 { top:7.8125rem;left:9rem;width:10.6875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT149ovnEabTVgkC1NR2asvEXxuM09k { top:28.875rem;left:8.75rem;width:11.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { top:32.6875rem;left:6rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { top:32.6875rem;left:0rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mL6drwCZml39ykNAJnT3HB9darCGeT { top:28.875rem;left:0rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWVsx9he81Bi0CTkrdo1UTmqFx70rs8J { top:13rem;left:0rem;width:15.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBReps3KhZaBIUXHXTt6tpkGTmNChCv { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVcmZsNFooQTTdBoV9uqfFzQpvBXtAkR { top:13.4375rem;left:25.375rem;width:16.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeLII15OqhOvW0zsCuoBEoz0gIvIaPR { top:28.8125rem;left:28.8125rem;width:9.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1GG7b8eP2KtOZThbaKAM9FZBwW5uNw { top:13.625rem;left:31.8125rem;width:15.9375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prgogp8EgHqI9KGG0Pmi9bFrdDppUyRR { top:28.8125rem;left:37.625rem;width:10.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE4ad4tbgh3O62aRWXuU9SsQGadZore { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPK7OpeiHbt8HTDiAZKvIWiXzlWO6uhK { top:0.0625rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVk3vgsUuRlDquPzXyChWLK7zPhlZxqd { top:0.625rem;left:29.6875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Givt0K5nwFH8epMNyLz4XD4Sq2Vymylh { 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:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS3ltFwwUHZkqtnWdZsq9Bly14y8yJTO { top:0rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0oSU3v7vI0WcaeRRdInldwX9xFhGVc { top:0.625rem;left:10rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLX6LIlTmek8V6OVVQLk2utUJGIvekL { top:7.25rem;left:10.25rem;width:8.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZbOVTQdUFsMKgpLiCUcZneyHSiIcLcw { top:28.8125rem;left:7.875rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeFKTRZHu4DWQOKq5NlsOLFIUg89WKFI { top:32.0625rem;left:8.5rem;width:11.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFUc4EeN69kSLylb6nMRJQz127Zowa30 { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbz7U2xVaFdFCJSU8bKX8h8Qo6sf7yn4 { top:28.875rem;left:0rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { top:32.6875rem;left:0rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnumi3ndFAxHq4c3XAvVAGxUSQqf4rF { top:6.875rem;left:0rem;width:8.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtpw5g5idbPhvTwDiVZJczL1rt9zr6D { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNy38E7GdF50ETEphHJhbZsFEUFQoLb { top:8.5625rem;left:25.75rem;width:15.125rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA7lVE8RhhbKWvKtnDMsl8FwvzTk3Db { top:28.8125rem;left:25.25rem;width:16.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJpNlINvRVLrymJ5AT2t1iNFyZ5fsbb0 { top:32.6875rem;left:25.25rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddhMXTnIukSwdKT18S76Bk2sMSDuhLK { top:8.5rem;left:32.625rem;width:15.125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVZge68RlluT9Z329B4heU66kcb7v5w { top:28.8125rem;left:31.1875rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJC36ZxXHJ0Ptw7iNF1m4IqT2VcDB2TD { top:0.0625rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icVs6yy2LGaPKz70RSecAPgsmq8Si1Ph { top:0.625rem;left:29.6875rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve726ByB9y306ypaaOSSQFVkacV3hg8w { 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:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { top:0rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsHlnZRBBvlPGb3MfO9yMQTJs1y5gcL { top:0.625rem;left:10rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnTJeeT34SaH8sO7FDaZygtgMXXRxBU { top:6.9375rem;left:9.1875rem;width:10.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2QectvsPbfyT7UTKMgadiPJq1FEEaW { top:28.8125rem;left:6rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { top:32.6875rem;left:6rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { top:32.0625rem;left:0rem;width:14.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJdJdNeAXdqsW6NlJqTHrkLXDL2XBGA5 { top:28.8125rem;left:0rem;width:13.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pARSG56k8EfhndCpR9HJOBTTfw2iQz64 { top:14.1875rem;left:0rem;width:15.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8myd5mKNMAZAmWC7BEZttPRt7EnCJP { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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) { #sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqw9H8wtMXUi2ucWQqSKoJeTCMUrP7l { top:6.9375rem;left:41.4375rem;width:6.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeRMLUURa4PyecFZVfQouLunoJ3MU2hR { top:28.8125rem;left:35.875rem;width:11.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btc9rE5Ptg1WLmpfeyM7ZNMGtTEdDZot { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5bDpnmBACkFnsimikShxaKXELLDoMW { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { top:0rem;left:24.4375rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { top:0rem;left:24.5rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWmagu57bn1iB12e1bJePoilV1AJqfu { top:28.8125rem;left:27.9375rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmAMGLNoHlMzUiqytMMrWq4amQ0LOKkd { top:0.625rem;left:29rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ebNRkIRqAQpbHMto2tz6hqT5VETOLT { top:6.9375rem;left:30.0625rem;width:6.3125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { top:32.6875rem;left:25.0625rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMW9FgozgK9vaidokygL1g2Ggk4cpiTu { top:0rem;left:5.3125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqdzPVUFwnF2FDSF0PDR7kzE2JhyP0wQ { top:0rem;left:5.375rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpaEtKE87rLBJT7pJpqBHL6gFBIfXgxo { top:6.5rem;left:8.5rem;width:11.125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkkkzzl3u1ZbUBy317PLzMspoRSRHKsL { top:0.625rem;left:9.8125rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgpWaennrh8kIrmhL1ikXTC2Ua2zvZ8X { top:28.8125rem;left:5.8125rem;width:15.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Q9HJu45oSHCkWHBv4PiVR72IqwBTiR { top:32.6875rem;left:5.875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { top:32.6875rem;left:0rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpocSWE4Mm1NgopxA4HFgoQcgtTwSO9F { top:28.8125rem;left:0rem;width:14.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzSZyxVs5T4IIT4Vc16lIeVlMNcoBmD { top:5.9375rem;left:0rem;width:11.125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTnVeC6zGrlro3PawZvnRagVhTDQi7yo { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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) { #OUOsSxkFH1PShWMacqhsqOhbNdbuZDlq { top:0rem;left:30.125rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9xauHFiUyT4RH4UI50oMNtskHDVoiE { top:28.8125rem;left:33.9375rem;width:13.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGiJR4fttrUoDz2Twqsdmm0WAtiApXQ1 { top:32.6875rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7lW67kir9NhzS0CFdXfmfx23vpaOIAr { top:8.75rem;left:38rem;width:9.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy3cG3x77rheu5lVeOhN2ORmuMigkgcV { top:0rem;left:30.25rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtGQpelG6WEZrExMXN9ogAOB4E0DILP { top:0.625rem;left:39.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h44J0b1N7lEVx0J71Lma4LWB1KDubBiR { top:0rem;left:24.625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpw27kCgvScxve3RepV4fUz51dyN7Ptl { top:8.5625rem;left:28.5625rem;width:9.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B85FRzA6weu5Vtl5HglnP3pu0hPePTJl { top:28.8125rem;left:26.5rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCsxcTlrvBCZky27RH7TTOBMgrHE8d3 { top:32.6875rem;left:25.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHmdQSCJP7aFTtc41aQOEhLdCtIGDpPm { top:0rem;left:24.6875rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD53rF3ZnWDfBnmvcA7AqUzB9IN0kfzl { top:0.625rem;left:29.0625rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEJwDXrb9EzOxWIsGmPkEVIcuKhtHwh { top:0rem;left:5.5625rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWm7SPt2BftEotfMoLD8Z9IT0GH0p3gU { top:0rem;left:5.625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiEhs4ueSObCg13t6kJHmuE7CoV91gA8 { top:8.5rem;left:9.5rem;width:9.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTgGfzrZ7g608cT68aqvDM7aSx36P0J { top:0.625rem;left:10.375rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm715zCWM7INLD7FoXcnzNyAaVSKfLwO { top:28.8125rem;left:7.3125rem;width:14.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDnuSIuFFrvQRRz2CRMcAXwNgTSLZmC { top:32.6875rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6h4phl3wI5mZ8Ei5llrD35NEIBam2DM { top:28.8125rem;left:0rem;width:13.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9QboFmr5w5eVPPFZg0KD5WAfncu3ZHO { top:32.6875rem;left:0rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isNOJ0Ti3XQo0xQbLi3VNF1qe1doH5fu { top:8.5rem;left:0rem;width:9.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8R0MCi2auskE6tBV5ABZzw8hmTPvdbf { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0ShBr7EvPDADiNOUyICGGgTzE2bnQJ { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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:0.125rem;left:24.6875rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2F4Tw50WVusdSg4vN37Mc99G4PfDiA { top:8.1875rem;left:29.875rem;width:7.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKAxlru7mXl0tfzuQNaOi2tpuiKSIckK { top:28.9375rem;left:25.25rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9cKmfv7RvagTnzgTgxidRM3gtCkuIK4 { top:0.125rem;left:24.75rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNZGMaqb4U3o1644mJExSeiQc52T1LN { top:0.625rem;left:29.5rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { top:0.125rem;left:5.5rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { top:0.125rem;left:5.5625rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIT36PeM9NKl2gebsp2DnytW3pphxnB8 { top:7.6875rem;left:10.6875rem;width:7.3125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #claIw2ZCE74ruMWKq3dRUF7y28XbQcfG { top:0.75rem;left:10.25rem;width:8.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1PpI4BMIclmKuglBpg4Vmg65HapeP { top:28.875rem;left:6.0625rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOLAXpBaZf4ftbluvql12OqSZr6KGIo { top:32.75rem;left:6.0625rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASaGECZTJHmFvacTwXoFUzSV7iWK861 { top:0rem;left:0rem;width:17.5rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My85hFZRiNWQNDLbyWZEwVcCDupQLke4 { top:7.5625rem;left:0rem;width:7.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpfsT6GKBFDuv4SESXJf9S8nr9UgVumC { top:28.75rem;left:0rem;width:16.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { top:32.625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { top:0.0625rem;left:0rem;width:17.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owad6ge60kryJrQW4FsTU79d5ChfFnyS { top:0.625rem;left:0rem;width:8.5rem;height:4.1875rem;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) { #qGw3rVl8wOe4zNyTq3Uap2TTpeA1Q0wa { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K261MpISEKFcpOR2mOhIbUBU1cCA7V5T { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfwcnUCWfOihHGKV9N32D18lyKUfh3zF { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDwz76euLROSyTT1C9Jmq2QWU4IsDSh { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN { display:block; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHdlTpiSZNSeCuu975QU1xK9uhgUspbt { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMM1Wty1fqN4tQTfwUEJw88AgwnusWin { top:0rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfiJB5r2Q1DvtGVTOt4lx7RCyOJQFBUT { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpZSfZXKd8NxbzwTSZHVTkFAMTh3kOs { top:0rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboRVcMGToDK28hgv7oalPIqIcxkgMx6 { top:15.5rem;left:38.875rem;width:8.1875rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWFBWPG8RFloqdfigz69lWnk7GcUHmto { display:block; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEFt3O5FJoWGQiBdQAvZycJNUZPJUrGn { top:15.5rem;left:38.875rem;width:8.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGXyAE6i7DvFZ3lh4cuzoqsZ0wCe4SiH { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2nOksQpZq7gJpnVbWUtK5m5PEBeT1Wq { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeGLc3rTmvsLCAFkiN6wTVcr60aV2FWy { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf79FtRc4yzsqEWnLFrNtiFhWwT9Tuzf { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;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:3.625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvAllEg6W5UZq1Zf9xAy0QlqBwHfhwyc { top:3.625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fa2OwQF6nQKsxD4SlOlhtngQEvAMr7 { top:1.75rem;left:19.062501907349rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawVlpsGJy1Xyug227QoznI8aFfui3qv { top:3.5625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phUA9lqlMioT0oTne6atuJaZyGxPA3wO { top:3.5625rem;left:0rem;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) { #n74XIyTrAd4qweXyrQShDNeXmrRa4NJa { top:14.875rem;left:37.75rem;width:8.4375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQlfMr5IRJ6CWBolhaKJTTq4FFXGqIIQ { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27rvITQgGSLwAH7FGSwUQNqWFkHnF8S { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD84Tv3yE3Al4QT1NzOCpToJ34CKO9J9 { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXHmzsbD6Z89kln8yE7CQg4Tq1OHDUm { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;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:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogC1NGND1SFD7ZT1A1ZAmiFi5llIho0m { top:0.0625rem;left:11.5rem;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) { #bgRKxuQu6PAM6nXEVTgCa7ZwwCsTQ9ua { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPldbhTR6TiSuW73G7kZKvwSc1fyQ0yZ { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@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; } #MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .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; } #Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .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; } #UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .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; } #yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .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; } #Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .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; } #L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .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; } #esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .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; } #N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .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; } #czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .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; } #pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row .container { background-color: transparent; background-image: none; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row .container > .video-iframe-container { display: none; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row > .video-iframe-container { display: none; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .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); }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row .container { border-width: 0; border-radius: 0; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyegXL01ypcJZInIrktPm4eVRedIQAwJ > .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; } #AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row .container { background-color: transparent; background-image: none; }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row .container > .video-iframe-container { display: none; }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .row > .video-iframe-container { display: none; }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .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); }#AvKBisbMB9JUBfTxw4HXteJoVGchKBe1 > .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; } #sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row .container { background-color: transparent; background-image: none; }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row .container > .video-iframe-container { display: none; }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .row > .video-iframe-container { display: none; }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .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); }#sO7mgeWf95Dny5LTdsEun5IUS8T7qh4p > .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; } #VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row .container { background-color: transparent; background-image: none; }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row .container > .video-iframe-container { display: none; }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .row > .video-iframe-container { display: none; }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .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); }#VzSaTcornnU92NdtqlASmZZlHkFDiaKD > .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; } #Cwl4xPOkMTFAyIDQLgDXsAO17aWo4UsT > .row .container { width:20rem;height:64.431245422363rem;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; } #MCEPQLaT07V3kUBcUA64zBf53sRM9XyD > .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; } #rTEhCUwRrT03l2rILuwldcKWATtVZTKF > .row .container { width:20rem;height:8.8125rem;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; } #J1LLqTG0w6Oo6h0t8PQNnrEs8iThOKCm > .row .container { width:20rem;height:103.85rem;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; } #POmDwMq7Tu20y8XCqEpuLWUG825iMC0S > .row .container { width:20rem;height:7.9375rem;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) { #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67750a49-6b2a-40d1-9bfd-dec76c757452/bg3.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.adaptive-delivery-prevent-bg, #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.lazyload, #EdbBTA7qypxMNo96QeLHk08ciVWpnOf3.lazyloading { background-image: none; }#EdbBTA7qypxMNo96QeLHk08ciVWpnOf3 > .row .container { width:20rem;height:88.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXEc4ATC3IdLeQh3Icxk5vETvH7Sq66d { width:20rem;height:6.525rem;top:26.685416221619rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBNCRVBoLWNQo7hKHXrBBm1TgC79LFOL { width:19.1875rem;height:1.575rem;top:34.135417938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUlBtNTegDTPx6GWI1RQauLkFJVxSAoV { width:17.0625rem;height:1.3rem;top:65.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBxv1hiXXe39SkV4XdPgk1JdBXhV00x { width:8.1875rem;height:1.9375rem;top:65rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwZP8TwRBNwhvu3J5CVcAdLvbwX2ZcMI { width:11rem;height:2.6rem;top:61.25rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm8uaMnvKfGO5s9TJ9DiASG6f1bTnG4r { width:11.0625rem;height:3.25rem;top:60.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odXD37uHUNraZhMplVCVhPAsKR2OtZXV { width:5.875rem;height:2.9375rem;top:21.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIse5FM1uuTDl6r81ksniEhektNeMZ4H { width:7rem;height:3.875rem;top:21.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4bCEE1IruSIAHvWWC14viuvmTT7MbR { 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) { #GfJUT81rofHCExhTdlevxQTHf5b4w7Mz { width:19.5rem;height:10.125rem;top:74.6875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL9bAppfeRda4XTEFCxdFKSM8pMb8WZB { width:20rem;height:4.2rem;top:69.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To87Rgp8vT6hdUCVwCfdoRvPyZE6wUwH { width:14.875rem;height:28.8125rem;top:33.760416984558rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXo7vDtZUVagKxEGTIih1IHD8mzfxhD { width:4.4375rem;height:5.25rem;top:39.612500190735rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpBhvObcyVp9wDKfb1fkNfn1f2bAb2gV { width:6.625rem;height:8.25rem;top:45.512499809265rem;left:-1.1574675324675rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23738d30-1afd-4502-8f33-731cbc7c06eb/bgkawa.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.adaptive-delivery-prevent-bg, #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.lazyload, #B7GuusGgfkJK5l15PRUSNoACS1uUmBaX.lazyloading { background-image: none; }#B7GuusGgfkJK5l15PRUSNoACS1uUmBaX > .row .container { width:20rem;height:97.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cE6THKOBsHeJ96BKhUxfBy0WfZsRAwEN { width:17.9375rem;height:4.35rem;top:27.0625rem;left:1.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEcdGrKPoMTxfyH7T1IMmB6ef815aonr { width:19.1875rem;height:1.575rem;top:32rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APQrggdPm3tZ0EFwTEKlnLbXtCFsTkHI { width:20rem;height:1.29980625rem;top:59.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tngsAphxCRGXrATU3viyaPQfiWKXwdJT { width:20rem;height:2.0625rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1C7UE6KhuNkobHaunFsu3DIV3pPz21 { width:5.875rem;height:2.9375rem;top:22.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnPVMfEnPrcsRSNaZhhQfue9DxTw5TTU { width:7rem;height:3.875rem;top:21.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UVFwkx7Dp6SDtRyDXEU3HdUfqoTJ0Z { width:12.9375rem;height:23.75rem;top:34.625034332276rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we8W6eexOJiqhJkG4gaoUv5aov7e3g4y { width:19.375rem;height:16.875rem;top:76.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeT06LHObpm6O7tPK7ef4PcZpb48TAQR { width:20rem;height:4.2rem;top:70.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5XqEbGn4hO20uspBEwnLeCcHglOVf9O { width:20rem;height:15.75rem;top:2.3624877929688rem;left:0rem;font-size:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #pN03oCCIJFf4RctbUKJFmUdDNSCtGBA1 { width:14.6875rem;height:2.5996125rem;top:62.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4tf8qvZTO64BG8r5gXCBCITnVL8KlN { width:20rem;height:15.166240409207rem;top:36.891678810119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQE9dDcWDkWfczxXRpuMD3W15oU9Qo10 { width:15.5625rem;height:3.5625rem;top:61.8125rem;left:2.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fbGPigg8Mku4Z3vTEvP13PKfptPkQMFC { width:19.875rem;height:3.125rem;top:93.0625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NynRIPbPHdyacdi3UaFlfL3KzwoSEuox { width:6.25rem;height:6.1875rem;top:36.891651153564rem;left:11.362500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df6d9e7f-1579-4b51-a748-0991680fff88/bg_lunchbox_1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.adaptive-delivery-prevent-bg, #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.lazyload, #ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya.lazyloading { background-image: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { background-color: transparent; background-image: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(96,116,2,0.46); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container > .video-iframe-container { display: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(96,116,2,0.46); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row > .video-iframe-container { display: none; }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .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); }#ZoahQ5s3RAIBAGu1qQiytmvt9elzb6ya > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Skz4mcfJfub2c63DiwvVkm8KNo5Nq2CL { width:20rem;height:5.98095625rem;top:26.3125rem;left:-0.03125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdV0dX1bts31eZE0txIfKWqT1NctFTig { width:19.1875rem;height:1.57470625rem;top:32.5rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0VoJwrT67LXTbH7plCyx6EXrVBrqTSy { width:9.375rem;height:1.29980625rem;top:58.662109375rem;left:5.4375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wbOUbDGZbzauczvAmSm1JB9SWwfDDZeZ { width:17.25rem;height:2.125rem;top:55.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK1WQEoT4a0C2z8wg5IOL3Ll0SlBNQ5m { width:16.6875rem;height:1.29980625rem;top:55.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFo7aXnyWAAzog4uSLMFxDJ22y8Jeif4 { width:5.875rem;height:2.9375rem;top:21.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTHJrBFKd8dx3XtL6CfgRHTJlyWpacy { width:7rem;height:3.875rem;top:20.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ozl8vTA7GZoLuJKMrexT8u6eI5Zn2b { width:19.625rem;height:11.8125rem;top:67.75rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEKexuBaW0DwWObfIv1IrWahlb72cHWv { width:20rem;height:4.19921875rem;top:62.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B53wn6D6LTbnc8oyfDrSVgkEIrexPBCa { width:20rem;height:15.75rem;top:1.8124752044677rem;left:0rem;font-size:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rFPn1zPTbKJwbUgCTEsQyXDGqVW6fza0 { width:20rem;height:19.5625rem;top:34.6875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XSwkltgRHfBSkbPItL5T51Eu0lXqcdeN { width:9.9375rem;height:2.125rem;top:58.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46a4f287-a24e-4f56-a92c-f7be75a362a9/bg_wafel_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.adaptive-delivery-prevent-bg, #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.lazyload, #P9hbl1BiWSHRBieUblORZkRyI6g3M3XV.lazyloading { background-image: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { background-color: transparent; background-image: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,57,19,0.46); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container > .video-iframe-container { display: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,57,19,0.46); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row > .video-iframe-container { display: none; }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .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); }#P9hbl1BiWSHRBieUblORZkRyI6g3M3XV > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1fOpDiLu6IJv06arR9N9XykZxhFzyCO { width:17.625rem;height:4.3496125rem;top:8.412109375rem;left:1.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkN1mXIRvl0yVMe3TPSfTeHW7c9QQ8He { width:19.1875rem;height:1.57470625rem;top:13.3125rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgTzHpg4TXxNOydu1LLMwA5FZRk65Tlk { width:16rem;height:1.29980625rem;top:45.125rem;left:2rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Zymru4tTZvxB6gDADhXE8cNi0hFF78P3 { width:16.3125rem;height:2.125rem;top:41.4619140625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhFnmx4wlOgOJiZVIvupxVhQk6XUqgs { width:14.9375rem;height:1.29980625rem;top:41.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ40iKAF7zmgX9Kbu65HD24PmCvfXixo { width:5.875rem;height:2.9375rem;top:3.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2FLuxz6OfJ1URCfLyiArkRnZ2HfJ10K { width:7rem;height:3.875rem;top:2.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVWVyXcGc87prFgeiDURatVPCvSt1Mbl { width:17.125rem;height:26rem;top:15.25rem;left:1.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8pDn8Sn8UTXv7MltC5Xb2xFBWFx8FD { width:19.5rem;height:8.4375rem;top:53.625rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twaSRiBAKTPGkKcOnsgoFh9zHnzMHnZo { width:20rem;height:4.19921875rem;top:48.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAVqir46sT2SFtH4sgfJWrzbbFMFoySb { width:17.875rem;height:2.125rem;top:44.5244140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ff3f9fa-ea1b-4465-98e9-af107940027b/bg.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.adaptive-delivery-prevent-bg, #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.lazyload, #GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t.lazyloading { background-image: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { background-color: transparent; background-image: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(96,116,2,0.46); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container > .video-iframe-container { display: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(96,116,2,0.46); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row > .video-iframe-container { display: none; }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .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); }#GT2Pw7HmemGpCFqFwT18ZqS8GHmB9p2t > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQgR4xnwiPwawHshTVpuwhC2qgPyGdOT { width:15.0625rem;height:4.3496125rem;top:9.4375rem;left:2.46875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXeNhc9Uo8yUGTQaBNEU2ibSFOKFXBSL { width:19.1875rem;height:1.57470625rem;top:14.5625rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q96FWyNxSaHRoUJVHqcScKgDk8gp2Efy { width:17.3125rem;height:2.5996125rem;top:38.75rem;left:1.375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tS4dloBTFlTRNTg4CU0ly4ndZwNCKTKf { width:14.9375rem;height:2.125rem;top:35.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTWfrlLDkEcuEFUbT9iNOwFCATmA6NHd { width:14.9375rem;height:1.29980625rem;top:35.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOGKxOctefJpfIXtVd0UJDBpPkkiAvN { width:5.875rem;height:2.9375rem;top:4.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK9t67MT2h5hIebhrqL2WHE0tuG8kWNL { width:7rem;height:3.875rem;top:4rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJHRCxS2B7fBmifW2KCh1lgbQD6repw { width:14.6875rem;height:16.9375rem;top:16.13671875rem;left:2.65625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #h555KRoU7uPFVtdOdTohTD1TIxtNmefN { width:19.5rem;height:5.0625rem;top:53rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAk0SgaKPltQnXGomvTnZuQT2EDxWS6g { width:20rem;height:8.3984375rem;top:43.6640625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAkQqT898GWO0vTc2dPgofxtGgOf3o87 { width:20rem;height:12.875rem;top:21.44921875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wfws5bBtIKzlEyhTAdQmxA5ZXhLTeaHp { width:17.25rem;height:3.3125rem;top:38.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c0e7dbc-c934-44e6-8017-a7796d00f93e/mochiBG.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.adaptive-delivery-prevent-bg, #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.lazyload, #nShm3HR81XKkQdoTNkJvLs9ys14GWtEP.lazyloading { background-image: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { background-color: transparent; background-image: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,89,0,0.46); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container > .video-iframe-container { display: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,89,0,0.46); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row > .video-iframe-container { display: none; }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .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); }#nShm3HR81XKkQdoTNkJvLs9ys14GWtEP > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXfp5I5LtBbVz9anlZzZyKZ83WlaD3Du { width:15.0625rem;height:4.3496125rem;top:8.1875rem;left:2.46875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgmO9rJvzmFMJUoHPVNawV2516whzp23 { width:19.1875rem;height:1.57470625rem;top:13.3125rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cydECPqBm2JpVbTGSdJQxQfONoEJ8PAI { width:16rem;height:1.29980625rem;top:39.375rem;left:2rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HTTa4QHw7V4kWVxe0GEndOI4d1HoeZv7 { width:14.9375rem;height:2.125rem;top:35.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPQz5aieBXTftnz4CmptXM7RXQ1MifZZ { width:14.9375rem;height:1.29980625rem;top:36.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmfpRqmQrafakf6n74r9VcV4WpgFauNf { width:5.875rem;height:2.9375rem;top:3.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBMDvhUDBpqWA42mTGsGmxzkNuy24T5 { width:7rem;height:3.875rem;top:2.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK2lxvTQnDbHMWabzioI8WzRTlbJfpel { width:18.125rem;height:12.5rem;top:22rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lyO4CT9tifEmdUmN5RNe543QHLXMaoPn { width:4.125rem;height:4.125rem;top:16.2490234375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSFTbiCTX6X7dD7VIAi9Z2shINq2MeT { width:19.5rem;height:8.4375rem;top:50.75rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y24qpcalakFKTRzGA5sdwZ6rMXZum8Qw { width:20rem;height:4.19921875rem;top:45.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGQF6Dxk74vAcyWB2LDv5z2i2oOHdk6L { width:20rem;height:10.647482014388rem;top:16.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uAKzQ2wqoXq7uEFcTXBTzfIR9JvFBN9x { width:16.5625rem;height:2.125rem;top:38.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23738d30-1afd-4502-8f33-731cbc7c06eb/bgkawa.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.adaptive-delivery-prevent-bg, #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.lazyload, #enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR.lazyloading { background-image: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { background-color: transparent; background-image: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,31,24,0.37); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container > .video-iframe-container { display: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,31,24,0.37); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row > .video-iframe-container { display: none; }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .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); }#enyRBTxeAJUMw6bJ54Ki0wVdW2IG5GsR > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1cTK0A7kP6KEzoTtusQIdwEuHvkdaya { width:17.9375rem;height:4.35rem;top:9.1875rem;left:1.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLxUmgv7uIfUmlfdxqbZo1P9q6tMDlfh { width:19.1875rem;height:1.575rem;top:14.125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pos4ToMHVk7gdtBWK0D9PuZ4BLUBIiia { width:20rem;height:1.3rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbk81U3Fo1S7xQGwTXQ9iJiqMerTC2wM { width:20rem;height:2.0625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBhd54layLicrrCH1oBxwwKzMTiBSPc { width:5.875rem;height:2.9375rem;top:4.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPnvX864o0C6d5WvrX5OPxC56AkKTXmH { width:7rem;height:3.875rem;top:3.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PtTsxG4h6KAoPefOEE881IfTG5PIhN { width:12.9375rem;height:23.75rem;top:16.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncASd3uDBJS1o7Gw69swbSTAE5fup5EQ { width:19.375rem;height:16.875rem;top:58.3125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5Dnv2Lf30bR6yn35shPOIxQ29OwvR1D { width:20rem;height:4.19921875rem;top:52.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3qrDX32Be85GCHanxfMVUzb7IJXaXst { width:14.6875rem;height:2.6rem;top:44.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWio9QGBaNt79UhLalELDsnNDuXWIvB0 { width:20rem;height:15.166240409207rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTMaIQHJGEQDdU4TNCUA60GTbk0PqqK5 { width:15.5625rem;height:3.5625rem;top:43.9375rem;left:2.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yy5npSPqo1I88FUfpNgfyNmUxsk4Kyf1 { width:19.875rem;height:3.125rem;top:93.0625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kk8P0eiIlXFTC1kRqMHoSqx6RJKa5eU8 { width:6.25rem;height:6.1875rem;top:19rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4554ef6-e11d-434f-baef-68300081e472/bg2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.adaptive-delivery-prevent-bg, #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.lazyload, #BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z.lazyloading { background-image: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { background-color: transparent; background-image: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container > .video-iframe-container { display: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row > .video-iframe-container { display: none; }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .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); }#BqKsZBO3p1Csuf4DT334HSfMdiqOmb9Z > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdT99lhUeIBoE5gDnlbKFlAR3UFl5CaS { width:17.0625rem;height:6.5244375rem;top:8.375rem;left:1.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3lD68khLXBmUBiJGRTxXu1Hs9Tn5QO { width:19.1875rem;height:1.575rem;top:15.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4HPPZZ70aMIOhB6tWVLS0Tbk0PuRvG { width:13.75rem;height:2.6rem;top:40.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgs59M2SZGTVcOxANBIvxtQbrXWICKD4 { width:14.125rem;height:3.3125rem;top:40.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8oFHwoJSwGdVJcy8TiywXMBq6Mpxue { width:13rem;height:1.3rem;top:37.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmpn2e8ZmG9gQQkHQsnmTyJTVgXT7GQD { width:13.3125rem;height:1.9375rem;top:37.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfaqpNQTvbTQiu085amclGKTyohaGTXN { width:5.875rem;height:2.9375rem;top:3.8437385559082rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWc3si4SulzpaMAs6afCToDPoEdoBEL1 { width:7rem;height:3.875rem;top:3.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5lAfH9Pw8ETImciXKBv2s12Tc8gALAI { width:20rem;height:8.4375rem;top:50.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiU68AkJ5q36rhlWPQiTczLPXLcOR63S { width:20rem;height:2.1rem;top:46.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P46E4uKx9fvDGuUIeOR7pXvCoEe4EVbQ { width:8.125rem;height:16.0625rem;top:20.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz10JrE9m1B4U63w10s2Hxd4GmZRiT0e { width:8.0625rem;height:16.0625rem;top:18.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4hUv5Avpvr26bD3COzR5exEzT8XTSDR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c4046c0-e121-4f29-b55d-5f8847f85cf9/trattoria_biedronowe4_1.webp");background-position:center left !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(59,31,24,0.37); }#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(59,31,24,0.37); }#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:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBPOB02057M1PVS2w3L6R9mPiffIU3fD { width:17.9375rem;height:4.35rem;top:8.75rem;left:1.0625rem;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.575rem;top:13.6875rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUnQMWgsTcHDCh2pTcB3bZv3CbOSL1un { width:17.0625rem;height:1.3rem;top:38.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKhKoWPAAyC6Rq2WpKBeL8XJMBarsvLD { width:18.375rem;height:1.9375rem;top:37.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPcDDclTZnIpGe4czQ2JkPi4GZeRS2y { width:16.875rem;height:2.6rem;top:33.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yliP74GP8SxqZ5VLmQg3SiBpz9VqC6gI { width:16.875rem;height:3.25rem;top:33.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KefBdVZLffSPT2fk44UQ6eaI4e4b02vT { width:5.875rem;height:2.9375rem;top:3.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GePGpmBzEEFew7Kt4QX4uVhzDt7ols { width:7rem;height:3.875rem;top:3.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp19W2H0Owc72ILQOv0LTsV6f0An1HD7 { width:5rem;height:5rem;top:18.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogCTdXzvgylLD1f6u9pDDqDkGRTi1bdQ { width:20rem;height:17.6875rem;top:16.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2BSwlzoL5sda9IC4VZPFlTxLRPOUfy { width:20rem;height:11.8125rem;top:49rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G92SWJ8f7hthDF2RNznE81Pi8AH2AyL9 { width:20rem;height:4.19921875rem;top:43.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8f86cad-5918-437b-bf54-0c0dfd545fbf/bg3.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.adaptive-delivery-prevent-bg, #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.lazyload, #WqHmMdGJlTIJcXLhizU8goF0mgafBJ66.lazyloading { background-image: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { background-color: transparent; background-image: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container > .video-iframe-container { display: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row > .video-iframe-container { display: none; }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .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); }#WqHmMdGJlTIJcXLhizU8goF0mgafBJ66 > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJn4pbg9y2KJekALKTvUMua7WBfAQfCg { width:17.0625rem;height:4.3496125rem;top:8rem;left:1.46875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOL1P2p16hSGuG5NbRXu6PqJS5hZUz07 { width:19.1875rem;height:1.575rem;top:12.974609375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdEIInI7JFrTKOLFgatbNcIQGhNhtJJx { width:17.0625rem;height:1.29980625rem;top:35.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD4dVdXb3Qt5LithuN8i6cDAecsP6heG { width:17.3125rem;height:1.9375rem;top:35.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4cwTtw8ql3Qwzo5ZXlKQIsmAkwqEehb { width:15.8125rem;height:1.29980625rem;top:33.31884765625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99tvwmixIkqBnQGZyTAytQ9slRUJnSw { width:15.8125rem;height:1.9375rem;top:32.9375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5kUuiJ4zIRrvxqnT0b65BwxWJGTxtTK { width:5.875rem;height:2.9375rem;top:3.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXHuig5z5hM3DXr2PbLTeVsH4ysyXU7 { width:7rem;height:3.875rem;top:2.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzmmXiDWx8pqK3cOpLOF9ZrJmF4cabxR { width:20rem;height:16.5rem;top:15.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6erwEvnCMks8HOhJ0u12I5gCuOT7eO { width:3.9375rem;height:4.8125rem;top:26.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6iOzukZFhHFdh97BlmJTZ7CtddNTWs2 { width:3.0625rem;height:3.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEsP31L9XGZBK3nvkDTa5Ci9luS0TPqq { width:20rem;height:10.125rem;top:43.7875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9sA7SzUgOP81temC7ZiUqlL63wNupgU { width:20rem;height:2.1rem;top:40.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c9c30df-8dd4-4610-8aaa-e0afea207002/bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.adaptive-delivery-prevent-bg, #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.lazyload, #Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w.lazyloading { background-image: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { background-color: transparent; background-image: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(167,23,23,0.29); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container > .video-iframe-container { display: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(167,23,23,0.29); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row > .video-iframe-container { display: none; }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .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); }#Pb3GPp9Krg04lFCXLBE3pHqKk2hbJh3w > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0G6qWD3De5mOEwJT4xfbV0beFC7M3Wb { width:17.9375rem;height:6.5244375rem;top:7.6875rem;left:1.0625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruVLyZzoJPcnr1GdEAadCpyBgJTQ4KRO { width:19.1875rem;height:1.575rem;top:14.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8bnIGCckHVxfWP2hVa3MUf4Ca6xq8DC { width:17.0625rem;height:1.29980625rem;top:37rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5CXfsSRWKmGQTvH0DqgyBR9rg4TtQe { width:18.375rem;height:1.9375rem;top:36.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMA0mGzMdW062caGv8TCqx6R0oXZqoa { width:16.875rem;height:2.5996125rem;top:32.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rEJkySfHsOl82VxD1mVZWCqbiSnTax { width:18.3125rem;height:3.25rem;top:32.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHgChJU6nxyQRTS8FCNsk36FtcbaOGu { width:5.875rem;height:2.9375rem;top:2.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSN9dGoSuNFk9JbS5DboD5GvmS8kzWVh { width:7rem;height:3.875rem;top:2.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQknyEA65bcSlIZLefc2L0Hh7gXtGQwQ { width:5rem;height:5rem;top:17.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwfZWhswn5SdbTFnKc5EZSUzgsdkdTiI { width:18.5625rem;height:18.0625rem;top:15.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ovwMl1PWif2bneRCKvr3vEG4c33aWr { width:3.5rem;height:3.6875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t57kAIFr4Co0SGKzM6VhgCDWTHbXbvL1 { width:3.3125rem;height:3.4375rem;top:24.1875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6AV6aXhmQSs1F3O2qPnJEZMGwrnDk8V { width:4.5rem;height:4.5625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi41seV0DtzIW3OVofO0T61Ho42Xgwf { width:4.5rem;height:4.25rem;top:27.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuynOE2r7PM79OR8Wh2ioqFAdPdKWlBD { width:19.6875rem;height:10.125rem;top:44.85rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwQ7m5E1XBlHNDehP61HXTFNTuvLmwM3 { width:20rem;height:2.1rem;top:41.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzHPl3Pfgkoh7NWnODtNJc2oZN59JhQZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df51472d-8555-41d5-8964-6251f57114c1/bg.webp");background-position:top right !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(135,89,0,0.46); }#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(135,89,0,0.46); }#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:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvtT3CqxF7zIDLC8wZttpt85zuT8Tl0e { width:19.6875rem;height:2.17480625rem;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.575rem;top:10.7744140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqW2Msw1tu2vWpIy7GpurRQ2aXhDJC65 { width:13.4375rem;height:1.29980625rem;top:32.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRsDs4yvPP3h5xhQJiJx7m1pS67xNg2 { width:14.125rem;height:1.9375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs9ItkJklcXJXREuffs2Rtk1BOGFXXyk { width:14.9375rem;height:1.29980625rem;top:29.6748046875rem;left:4.375rem;font-size:1rem;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:20rem;height:14.875rem;top:13rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OMhrpNQRLzZ5BJu0peBN4bvt9i15WEcG { width:18.375rem;height:1.29980625rem;top:28.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIhwTzywGbiGIvs2hi2mz3XGyUWS6LW { width:4.125rem;height:4.125rem;top:12.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fviyyCyig0tz8nNQEKQhtaaUfNXSGMKo { width:5.0625rem;height:4.3125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO7xuZ6WqvKyOV6WScr4LTss41rlFkNT { width:20rem;height:3.5rem;top:27.8193359375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lbSy27uWJJHQIFvOVpkTVkHpTUh6RVSC { width:5.375rem;height:5.0625rem;top:18.4248046875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbs1ST9sWZG5meQVCiyszW5z8D5Rhuzm { width:19.5rem;height:10.125rem;top:42.512500762939rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3GEh1M5CiGzyA45Cr7vixNGSHST6WZ { width:20rem;height:4.19921875rem;top:37.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x { 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; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.adaptive-delivery-prevent-bg, #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.lazyload, #UN16Rid2ErUOJy4hXN09lsLyDVgAI52x.lazyloading { background-image: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { background-color: transparent; background-image: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,84,0,0.49); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container > .video-iframe-container { display: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .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); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row > .video-iframe-container { display: none; }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .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); }#UN16Rid2ErUOJy4hXN09lsLyDVgAI52x > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9d4FrZcaWKT4O8HGh7QdSq73FaaONmc { width:19.6875rem;height:4.3496125rem;top:8rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS9ADFEdzvBw4ZvdvEfArduAUTMhgOcL { width:19.1875rem;height:1.575rem;top:13.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZPF8Hsfi1eswztcARTRFEduf0Fu4r1I { width:17.75rem;height:6.2988125rem;top:38.6875rem;left:1.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agQ8F5U1eW5CMmsdJGX02zXwD6l2iwpd { width:20rem;height:6.75rem;top:45.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZhAxfOFatXRUOg2MIvAQBUTxlD0ul45 { width:18.625rem;height:1.29980625rem;top:33.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvAE9mtBTqGSxnfHLRphVGP693LTQuQ { width:19.0625rem;height:1.9375rem;top:33.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQs3125O2Bkqdl4ztBok7zJrXsGs6K9T { width:13.875rem;height:1.29980625rem;top:30.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwCIBza1F5GlpTnC2mzaREIqOo2whp3Q { width:14.625rem;height:1.9375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky08bnrQVdRLsoR0ar8HO68Mah6bwn0T { width:5.875rem;height:2.9375rem;top:3.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEDqP7pb98tyiTfGlStC09DBeTcTgsAG { width:7rem;height:3.875rem;top:2.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDmBrUlBp5zveK16dNNFQJdFihb6HU0 { width:13.625rem;height:17.1875rem;top:15.9375rem;left:6.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #phrTx310TG7sWhVAtSfAChGqKXG92UQp { width:5.4375rem;height:5rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0d1K05JUyn2z3A3uwsFHV73NMoab531 { width:13.5rem;height:17.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA { 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; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.adaptive-delivery-prevent-bg, #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.lazyload, #mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA.lazyloading { background-image: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { background-color: transparent; background-image: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(115,76,0,0.26); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container > .video-iframe-container { display: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .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); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row > .video-iframe-container { display: none; }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .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); }#mB4X6Qxt1K1t8PzFfn5WrhQM9dDdpiyA > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsuaTAACZazaUVUe5sGdvTnZ71ZeWBuc { 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) { #f2ZXyizT3QzEEm5BbL1zxH0Fiu1dlKTN { width:19.1875rem;height:1.575rem;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) { #arRL84GGmK9QUoTR853zA7GUH5TJtJaL { 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) { #Zsiif2aTMUE8bmCvXEzwyGzAwnTTfxCZ { 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) { #Q8bvSq5n2BumWINEX7CagRxJ5rV8eDny { width:16.1875rem;height:2.5996125rem;top:38.5rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRiuUPFJyHo9Td3PSwDyDbolCXabdaXy { width:17.125rem;height:3.1875rem;top:38.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3qhhWVto5hUaa7EPP8COfNOdwsZ3x71 { width:15.5rem;height:1.29980625rem;top:35.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtVU6DDEACdDpXWaUHP1hfbhTWQVcnAd { width:16.125rem;height:1.9375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDcpAQEiwenU6lpiSB1bR2peuHhx97CF { width:5.875rem;height:2.9375rem;top:3.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kru7E8TPN9zkgx1BaUuEgNT6Xt0elT9W { width:7rem;height:3.875rem;top:2.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi04D3uvvOF4LqyIMQr3E7Qg9PV6IWU5 { width:16.875rem;height:19.375rem;top:16.5rem;left:3.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yRBZ32E83Kn0c34yn8Vap6ZxUbICGBRB { width:4.1875rem;height:5.0625rem;top:14.8125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtMO7zhizsxKfiJ3LqNxopD3zWvgJ8L { width:10.125rem;height:9.375rem;top:27.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEkdcCOKbqU4KxCRWMciAOTI0g0iDeJv { 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.575rem;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) { #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:none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.adaptive-delivery-prevent-bg, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyload, #aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd.lazyloading { background-image: none; }#aWsqKQiSHW0VvoLRfeE4EQtJoEPFIPrd > .row .container { width:20rem;height:64.25rem;position:relative;display:none; } }@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.3rem;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:none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.adaptive-delivery-prevent-bg, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyload, #RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW.lazyloading { background-image: none; }#RwWZqxXg0tTEmNS3oXANAh8W5inUKCGW > .row .container { width:20rem;height:54rem;position:relative;display:none; } }@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.2rem;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:147.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVUOR88wfws4aPvndpCX7RRXXtR20ft5 { width:17.5rem;height:35rem;top:75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkFVHPpKOC8GTTaCMzs7TNipm6qSvGs { width:15.625rem;height:15.75rem;top:84.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1k7olVnyiyWg36bZC3GfcVMWmXyiw4 { width:13.9375rem;height:3rem;top:103.1875rem;left:3.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTm2EexETfaLAIAo3zfF3K8XgmJxHrUq { width:16.5625rem;height:1.3rem;top:106.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLyase4Z22xHWRQgyM7wPBbIn2f3Vns { width:17.5rem;height:35rem;top:111.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1D1Lwn0NbyDGxfoayOERdLZOL2f7g3 { width:15.3125rem;height:10.5625rem;top:122.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9sbtd13LlMyeRoE0aQxTzFTAmU8M4Hw { width:14.1875rem;height:3rem;top:138.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZPxfoon5DZavWEgxuKqWzzR6MyCq4X { width:16.5625rem;height:1.3rem;top:142.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTHCTRwBbLUKLGnQgVgGxrKoafOTo7 { width:17.5rem;height:5.3125rem;top:75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArVJkmJDXei6cKVVCFNSEKsHWa4uzSXt { width:17.5rem;height:5.3125rem;top:111.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhdvm1EISMopZI0iTXaLwdNoSqNgn4Br { width:8.5rem;height:4.1875rem;top:75.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBxOpHQVmmwq0HWBEgHIT7TSsQUDBmoM { width:8.5rem;height:4.1875rem;top:111.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtIbpeBHW1S0KImK6IugKBthP8K65RmV { width:17.5rem;height:35rem;top:38.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On0U2VqSiPkWKBy3uWgBqHmqhgVg7A4i { width:17.5rem;height:5.3125rem;top:38.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqNUenhXV9xXM80kK3C6T8UZ2p1n84h { width:8.5rem;height:4.1875rem;top:39.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGa5q5Mo0bUSOlcsrwNFx5OkJgeV0WL { width:15.625rem;height:15.8125rem;top:48.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6UNSHTUXJ2hAx8xfsHVuxsRDyfSEdXu { width:15.5rem;height:3rem;top:67.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vynnR4pSxfQ4RyxHavuVXyIv35pbHJn6 { width:16.5625rem;height:1.3rem;top:70.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGtzvTlFdmdSR3xxLsp9xKgZCkKorl4B { width:17.5rem;height:5.3125rem;top:1.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqqAs6Q682D0cnCxWQVdzurXn0T111U { width:17.5rem;height:36.25rem;top:1.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw6ODRXMp0D9RJVR9QdtWczK2O40Dx6b { width:8.5rem;height:4.1875rem;top:1.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #It1VPtlhGXvtZrSTVSSqJFKt6gE8SHRe { width:13.1875rem;height:1.5rem;top:30.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1hFx7xO3Q3pSqtNfgkeafD4THpEOfn { width:15.6875rem;height:10.625rem;top:14.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2chN1UkQ6TaQNDIg2T3ncNoXw69aT5r { width:16.5625rem;height:1.3rem;top:34rem;left:1.75rem;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:145.0625rem;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) { #UhIbKSWr9hQhFR8N033AHxpEW6VG83CC { width:17.5rem;height:35rem;top:109.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFatEDXMPnIy0X8zRf6Fp678JgLkzBVd { width:17.5rem;height:5.3125rem;top:109.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #micdyMmz9VAz5a6G2TWWtldp0LRMs2OH { width:8.5rem;height:4.1875rem;top:110.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT2kbMwrg6Lq1derlKuU8M54bBRo49Z1 { width:9.8125rem;height:17.8125rem;top:118.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT149ovnEabTVgkC1NR2asvEXxuM09k { width:11.375rem;height:3rem;top:138.375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnsggNUm825K4u30DH3Gmn936Hn7zJ5Q { width:16.5625rem;height:1.3rem;top:142.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqQk0gJeTyxS4lFDZyqN7b0FtFvzaNsU { width:17.5rem;height:36.25rem;top:0.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qr1HgZpkHOvJWWHQl2FLRRE13CiAhR { width:14.375rem;height:1.3rem;top:33rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mL6drwCZml39ykNAJnT3HB9darCGeT { width:14.0625rem;height:3rem;top:29.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWVsx9he81Bi0CTkrdo1UTmqFx70rs8J { width:15.3125rem;height:10.5625rem;top:12.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abkl6cq09wP1nslAPauoozpZ4IKcC2qv { width:17.5rem;height:5.3125rem;top:0.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBReps3KhZaBIUXHXTt6tpkGTmNChCv { width:8.5rem;height:4.1875rem;top:0.75rem;left:6.1875rem;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:148.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE4XdLVrL1GS0QTmT3Cy6U66ZDMe8Wtg { width:17.5rem;height:35rem;top:112.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVcmZsNFooQTTdBoV9uqfFzQpvBXtAkR { width:15.0625rem;height:9rem;top:125.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeLII15OqhOvW0zsCuoBEoz0gIvIaPR { width:16.5625rem;height:1.5rem;top:142.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3QrWZLg3nDdfxPHhrAGikxfVgWu8PN { width:16.5625rem;height:1.3rem;top:144.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeP3UaXSv9eVa1LpJplQO2JQh4hETpa { width:17.5rem;height:35rem;top:75.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1GG7b8eP2KtOZThbaKAM9FZBwW5uNw { width:16.25rem;height:9.6875rem;top:88.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prgogp8EgHqI9KGG0Pmi9bFrdDppUyRR { width:16.5625rem;height:1.5rem;top:104.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE4ad4tbgh3O62aRWXuU9SsQGadZore { width:16.5625rem;height:1.3rem;top:107.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPK7OpeiHbt8HTDiAZKvIWiXzlWO6uhK { width:17.5rem;height:5.3125rem;top:112.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv8MpJWZkAAosoUheqI1kCOVtAvUEEiy { width:17.5rem;height:5.3125rem;top:75.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVk3vgsUuRlDquPzXyChWLK7zPhlZxqd { width:8.5rem;height:4.1875rem;top:112.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Givt0K5nwFH8epMNyLz4XD4Sq2Vymylh { width:8.5rem;height:4.1875rem;top:76.5rem;left:6rem;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) { #RFUc4EeN69kSLylb6nMRJQz127Zowa30 { width:17.5rem;height:36.25rem;top:38.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbz7U2xVaFdFCJSU8bKX8h8Qo6sf7yn4 { width:14.0625rem;height:3rem;top:67.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnNSAzyVZX9BxHUyIvQFX17r9WE2P7ds { width:14.375rem;height:1.3rem;top:71.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnumi3ndFAxHq4c3XAvVAGxUSQqf4rF { width:8.1875rem;height:20.9375rem;top:45.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhPk4wozGw83fTOvuTBh95J6qTQ6aAm { width:17.5rem;height:5.3125rem;top:38.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtpw5g5idbPhvTwDiVZJczL1rt9zr6D { width:8.5rem;height:4.1875rem;top:39.125rem;left:6.1875rem;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:145.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCtUk054gokATSvJFlAxi2gomwLfTcUT { width:17.5rem;height:35rem;top:73.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNy38E7GdF50ETEphHJhbZsFEUFQoLb { width:15.25rem;height:19.5rem;top:81.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA7lVE8RhhbKWvKtnDMsl8FwvzTk3Db { width:16.5625rem;height:3rem;top:102.75rem;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:106.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtRwB2UJJWsOwwDKmDmSDR19y1huSPa8 { width:17.5rem;height:35rem;top:110.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zddhMXTnIukSwdKT18S76Bk2sMSDuhLK { width:14.1875rem;height:18.125rem;top:117.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVZge68RlluT9Z329B4heU66kcb7v5w { width:16.5625rem;height:3rem;top:138.25rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIHeTFxwNGoKM7yylNUQ7TgM37NWlZo4 { width:16.5625rem;height:1.3rem;top:141.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJC36ZxXHJ0Ptw7iNF1m4IqT2VcDB2TD { width:17.5rem;height:5.3125rem;top:73.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgF0K7NK5t4sIAOfARSyJn9USgU5M2Ov { width:17.5rem;height:5.3125rem;top:110.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icVs6yy2LGaPKz70RSecAPgsmq8Si1Ph { width:8.5rem;height:4.1875rem;top:74.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve726ByB9y306ypaaOSSQFVkacV3hg8w { width:8.5rem;height:4.1875rem;top:110.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5qoH3emLsw84gAghf4hOlTxsKh5mc66 { width:17.5rem;height:35rem;top:37.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3xeiwgcd5r3TmgyusyTmfd9tJq7No2 { width:17.5rem;height:5.3125rem;top:37.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsHlnZRBBvlPGb3MfO9yMQTJs1y5gcL { width:8.5rem;height:4.1875rem;top:38.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnTJeeT34SaH8sO7FDaZygtgMXXRxBU { width:10.9375rem;height:21.6875rem;top:43.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2QectvsPbfyT7UTKMgadiPJq1FEEaW { width:16.5625rem;height:3rem;top:66.0625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLmlgR5D7Qvffe8eBkcx3TgzGQR0NWB { width:16.5625rem;height:1.3rem;top:69.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DTSr9OoaJFLvuzXPlEJt84od524tE7 { width:17.5rem;height:36.25rem;top:0.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qplJpOzGtOhvcaDsAhqAt8fDyruOTVIC { width:14.375rem;height:2.6rem;top:32.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJdJdNeAXdqsW6NlJqTHrkLXDL2XBGA5 { width:14.1875rem;height:3rem;top:28.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pARSG56k8EfhndCpR9HJOBTTfw2iQz64 { width:15.1875rem;height:8.125rem;top:14.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZBEPHCoJK4afSKShToPWh9CAQsZqPy { width:17.5rem;height:5.3125rem;top:0.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8myd5mKNMAZAmWC7BEZttPRt7EnCJP { width:8.5rem;height:4.1875rem;top:0.75rem;left:6.1875rem;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:147.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGigcZe9dpRxClJ3yf5DEahr03Wrh6tP { width:17.5rem;height:35rem;top:74.937502861025rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqw9H8wtMXUi2ucWQqSKoJeTCMUrP7l { width:6.3125rem;height:20.5rem;top:82.250002861025rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeRMLUURa4PyecFZVfQouLunoJ3MU2hR { width:16.5625rem;height:1.5rem;top:104.12500286102rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHw0S1LfdfFf7Nwmv0te8G5vtN9a8ndc { width:16.5625rem;height:1.3rem;top:106.62500286102rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btc9rE5Ptg1WLmpfeyM7ZNMGtTEdDZot { width:17.5rem;height:5.3125rem;top:74.937502861025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5bDpnmBACkFnsimikShxaKXELLDoMW { width:8.5rem;height:4.1875rem;top:75.562502861025rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGR5Ea1rPoTdycEuI7XyuupvGdIh19PB { width:17.5rem;height:36.25rem;top:111.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pPTJ7AT7TJi0BxGceXvqbXxI8OveT9 { width:17.5rem;height:5.3125rem;top:111.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWmagu57bn1iB12e1bJePoilV1AJqfu { width:16.5625rem;height:1.5rem;top:140.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmAMGLNoHlMzUiqytMMrWq4amQ0LOKkd { width:8.5rem;height:4.1875rem;top:111.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ebNRkIRqAQpbHMto2tz6hqT5VETOLT { width:6.3125rem;height:20.125rem;top:118.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2u2S2GlXdzWv1PrkGM3av9nriEqFHI { width:16.5625rem;height:1.3rem;top:143.9375rem;left:1.875rem;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) { #viC1cE4rveP5pEUDnwPF4EGOcxWIgzJN { width:17.5rem;height:36.25rem;top:37.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1lxEZF7ITLGPzohoQbcDUB8vDaNRRb { width:14.375rem;height:1.3rem;top:70.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpocSWE4Mm1NgopxA4HFgoQcgtTwSO9F { width:16.5625rem;height:3rem;top:67.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzSZyxVs5T4IIT4Vc16lIeVlMNcoBmD { width:10.5rem;height:21.125rem;top:44rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7J6ZXNb0sse80VrVFWlUDxeelfR3BEh { width:17.5rem;height:5.3125rem;top:37.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTnVeC6zGrlro3PawZvnRagVhTDQi7yo { width:8.5rem;height:4.1875rem;top:38.0625rem;left:6.1875rem;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:147.875rem;position:relative;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) { #OqOo5wTDz8IBU4SmGsFSfKeAaJc04UeA { width:17.5rem;height:35rem;top:111.5625rem;left:1.1875rem;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) { #isNOJ0Ti3XQo0xQbLi3VNF1qe1doH5fu { width:9.3125rem;height:18.3125rem;top:120rem;left:6.0625rem;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) { #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:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmRX7HlonPB7PRxt31IIF9OaHnP2T06M { width:17.5rem;height:33.375rem;top:72.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2F4Tw50WVusdSg4vN37Mc99G4PfDiA { width:6.875rem;height:18.3125rem;top:80.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKAxlru7mXl0tfzuQNaOi2tpuiKSIckK { width:16.5625rem;height:3rem;top:100.8125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9cKmfv7RvagTnzgTgxidRM3gtCkuIK4 { width:17.5rem;height:5.3125rem;top:72.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNZGMaqb4U3o1644mJExSeiQc52T1LN { width:8.5rem;height:4.1875rem;top:73.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANT8XUIMJh82etvt1xeBsI5tWrRXAXH { width:17.5rem;height:35rem;top:36.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KC8BFByUkSKx0px1WQpv6DLiGPdQJn { width:17.5rem;height:5.3125rem;top:36.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIT36PeM9NKl2gebsp2DnytW3pphxnB8 { width:7.0625rem;height:19.625rem;top:44.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #claIw2ZCE74ruMWKq3dRUF7y28XbQcfG { width:8.5rem;height:4.1875rem;top:37.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W1PpI4BMIclmKuglBpg4Vmg65HapeP { width:16.5625rem;height:3rem;top:64.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOLAXpBaZf4ftbluvql12OqSZr6KGIo { width:16.5625rem;height:1.3rem;top:68.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qASaGECZTJHmFvacTwXoFUzSV7iWK861 { width:17.5rem;height:35rem;top:0.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My85hFZRiNWQNDLbyWZEwVcCDupQLke4 { width:7.4375rem;height:20.75rem;top:7.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpfsT6GKBFDuv4SESXJf9S8nr9UgVumC { width:16.5625rem;height:3rem;top:29.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfvZr88nK1ZT5cPqa4RAkqnlOlgb8Rb { width:16.5625rem;height:1.3rem;top:32.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2P73hlt8eQ3qH3qHTHgFk9OsxyCmgen { width:17.5rem;height:5.3125rem;top:0.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owad6ge60kryJrQW4FsTU79d5ChfFnyS { width:8.5rem;height:4.1875rem;top:0.8125rem;left:6.25rem;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:2.5rem;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:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGw3rVl8wOe4zNyTq3Uap2TTpeA1Q0wa { height:11.241379310345rem;width:20rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K261MpISEKFcpOR2mOhIbUBU1cCA7V5T { height:11.25rem;width:20rem;top:2.1248531341552rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfwcnUCWfOihHGKV9N32D18lyKUfh3zF { width:20rem;height:11.25rem;top:14.620784759521rem;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) { #kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN { background-color:#e4efd5;background-image:none;display:block; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { background-color: transparent; background-image: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container > .video-iframe-container { display: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row > .video-iframe-container { display: none; }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .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); }#kLHPMXm8VGLbeQ9VA7FvZ6hoBJdAXvcN > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHdlTpiSZNSeCuu975QU1xK9uhgUspbt { height:11.25rem;width:20rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMM1Wty1fqN4tQTfwUEJw88AgwnusWin { width:20rem;height:11.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfiJB5r2Q1DvtGVTOt4lx7RCyOJQFBUT { height:11.2416875rem;width:20rem;top:15.500196456909rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpZSfZXKd8NxbzwTSZHVTkFAMTh3kOs { width:20rem;height:11.1875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CboRVcMGToDK28hgv7oalPIqIcxkgMx6 { width:3.3125rem;height:3.0625rem;top:13.937599182129rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rWFBWPG8RFloqdfigz69lWnk7GcUHmto { background-color:#e4efd5;background-image:none;display:block; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { background-color: transparent; background-image: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container > .video-iframe-container { display: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row > .video-iframe-container { display: none; }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .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); }#rWFBWPG8RFloqdfigz69lWnk7GcUHmto > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEFt3O5FJoWGQiBdQAvZycJNUZPJUrGn { width:3.3125rem;height:3.0625rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGXyAE6i7DvFZ3lh4cuzoqsZ0wCe4SiH { height:11.241379310345rem;width:20rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2nOksQpZq7gJpnVbWUtK5m5PEBeT1Wq { height:11.25rem;width:20rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeGLc3rTmvsLCAFkiN6wTVcr60aV2FWy { width:20rem;height:11.25rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf79FtRc4yzsqEWnLFrNtiFhWwT9Tuzf { width:20rem;height:11.1875rem;top:15.5rem;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.1875rem;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) { #n74XIyTrAd4qweXyrQShDNeXmrRa4NJa { width:5.125rem;height:4.4375rem;top:14.1201171875rem;left:0rem;display:none; }
 }@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) { #CD84Tv3yE3Al4QT1NzOCpToJ34CKO9J9 { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXHmzsbD6Z89kln8yE7CQg4Tq1OHDUm { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@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:29.9375rem;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) { #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) { #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; } #MEoOBBSKk624dAmhCl4Tur3f0CkN0GVM > .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; } #Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row .container { background-color: transparent; background-image: none; }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row .container > .video-iframe-container { display: none; }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .row > .video-iframe-container { display: none; }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .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); }#Sx0KQaWixufB15x7XW8JIyWBTm7mvrXv > .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; } #UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row .container { background-color: transparent; background-image: none; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row .container > .video-iframe-container { display: none; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row > .video-iframe-container { display: none; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .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); }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row .container { border-width: 0; border-radius: 0; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxhBEO8RADQ1Az3rGdwbuAHWo4V3XVhK > .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; } #yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row .container { background-color: transparent; background-image: none; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row .container > .video-iframe-container { display: none; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row > .video-iframe-container { display: none; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .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); }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row .container { border-width: 0; border-radius: 0; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMQXh2nChdPGQwI9MDOeM4MwUUqfLaPD > .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; } #Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row .container { background-color: transparent; background-image: none; }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row .container > .video-iframe-container { display: none; }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .row > .video-iframe-container { display: none; }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .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); }#Gwh6nzT71v8FqAeaNReEuIRgsB49J8cZ > .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; } #L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row .container { background-color: transparent; background-image: none; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row .container > .video-iframe-container { display: none; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row > .video-iframe-container { display: none; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .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); }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row .container { border-width: 0; border-radius: 0; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5JKdPQ2spXOgtnrkkWB5NV4HCZgdvqA > .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; } #esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row .container { background-color: transparent; background-image: none; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row .container > .video-iframe-container { display: none; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row > .video-iframe-container { display: none; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .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); }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row .container { border-width: 0; border-radius: 0; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esIWVghNdKQZqKJ68JycIS7p9scqzwUs > .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; } #N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row .container { background-color: transparent; background-image: none; }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row .container > .video-iframe-container { display: none; }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .row > .video-iframe-container { display: none; }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .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); }#N2ownrBHGNXbsDbKOSSuHqdp54DOMu2H > .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; } #czbnsOeZV57kcZPHJCEOAOfHB960nh9R > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }