.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:255,242,216;--color-primary-1:255,217,137;--color-primary-2:255,192,58;--color-primary-3:253,218,0;--color-primary-4:226,135,27;--color-secondary-0:224,224,227;--color-secondary-1:150,152,161;--color-secondary-2:45,49,66;--color-secondary-3:23,25,33;--color-secondary-4:7,7,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:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-4),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); }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ { position:relative;display:none; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ { border-width: 0; border-radius: 0; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .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; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hMIH2KKIrL7Se6ny5T5UE0J4rSscozyR { position:absolute;display:block;z-index:15000;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:43.5rem;width:50.5rem;display:none; }
#cuiymu1TGXHe9csILTVl6DScd3KbydyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8a60a;background-image:url("https://images.assets-landingi.com/uc/4b0022e6-6442-4aa3-886c-b8d81e1af84a/8625399_2563.jpg");background-position: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:none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK.adaptive-delivery-prevent-bg, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyload, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyloading { background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { border-width: 0; border-radius: 0; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:none; }#ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { color:#ffffff;display:block;width:38.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.125rem;left:10.6875rem;height:4.22485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZTQmFoKkLhnnaCMO8pwWGwT28dfcJSa { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:22.875rem;left:11.0625rem;height:8.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKzg1E5hi2D3t0rlhb4Jp3MVxMuc3X8T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.624rem;height:4.18725625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.25rem;left:23.75rem;display:block; }
#uvREzMt0qy2zefIPN4pO4M8JWSOBkwcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPszB0y57FpGoT9MoMxgWcTu7nuACkXu { box-sizing:content-box;height:24rem;width:47.49975rem;position:absolute;display:block;z-index:15003;background-color:rgba(26,26,26,0.34);background-image:none;top:15.9375rem;left:6.25rem;display:block; }
#EmTPrebT3BDUv9BJdOOt3sMJNpcgV008 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:47.8125rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#A6fM6d2JJMcqqATb2C2E9nCMihCelNHh { box-sizing:content-box;height:3.5620125rem;width:3.5620125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:44.3125rem;display:block; }
#rtxnyJX314lAmP6fCsNrawdvi3JMxmls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.3125rem;left:44.6875rem; }
#OqLaWIuJHqiGR3G8eaMEfHouxEBAU0hV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:32.875rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#vc6yR9A9lBM3J1SfxiuackPhhAVMOHQJ { box-sizing:content-box;height:3.5620125rem;width:3.5620125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:29.3125rem;display:block; }
#TJfyZaG1reZPGHt6A17xb9NBaX17GXft { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.4375rem;left:29.8125rem; }
#TJfyZaG1reZPGHt6A17xb9NBaX17GXft > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; }#G8Sn0VeatEdnt17fZFtC1fXMgCfceBS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:19.5625rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:15.9375rem; }
#O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z > img { max-width: 100%;max-height:100%; width:2.37426875rem; height:2.37426875rem; }#zm3ofdEZtkrZ9X3rhJs4BPloKAeRLlTq { box-sizing:content-box;height:3.5620125rem;width:3.5620125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:15.3125rem;display:block; }
#kJHzeG8o7S1b9IR44ZZtvuTWqpHnK07N { 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:11.311625rem;width:13.248875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));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;z-index:auto;display:block; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { background-color: transparent; background-image: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container > .video-iframe-container { display: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row > .video-iframe-container { display: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .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); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { border-width: 0; border-radius: 0; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#hxgaLbZ1U8TZfyrXe2gT7rsBv02DmfUw { 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:11.31225rem;width:13.2495rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:15.9375rem; }
#DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 > img { max-width: 100%;max-height:100%; width:2.3745125rem; height:2.3745125rem; }#iMeT6ebM6cMnFTolshFsZv3QSRJbZf9q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.800537109375rem;left:47.8125rem;height:3.89795rem;text-align:center;text-align-last:center;display:block; }
#Wzsy1Mn19htJT0T59gL5T5pVRIal39Xp { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:29.3125rem;display:block; }
#mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.4375rem;left:29.8125rem; }
#mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#DwxCJi1eml3xSskKKPH229KP9HW3xumE { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:44.3125rem;display:block; }
#XuLgOBMr50TfVv8kSHZgK5y7RC0rDEpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.3125rem;left:44.6875rem; }
#Ba0QbNZnytKol1bxnui9BGLHM6WghRN1 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#1a1a1a;background-image:none;top:3.9375rem;left:15.3125rem;display:block; }
#rcK8pqKuuUI6S7mdUH69Jtes3N4OShZs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:19.5625rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#syxWBcBoMrOhdQ3gM8zmSoOkP8hCzdMh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:32.875rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#HLRLxa00WLur9MqTwtVTOk72ayn41hMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container { background-color: transparent; background-image: none; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container > .video-iframe-container { display: none; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row > .video-iframe-container { display: none; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .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); }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container { border-width: 0; border-radius: 0; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#zbaPwVMlooy4GbUoD461lO7hOOMwlrND { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.49975625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:1.3125rem;display:block; }
#v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1iePRRs9fZNdOVrChAQ2ZDkbJBJTqSi { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.49975625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:9.3125rem;display:block; }
#Lkw6r7B8ezvzehfmrgQ2Ng867HJmvNmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8p6f2DDkpqcaURsTw4hbgqywoyigIeW { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:7.4375rem;display:block; }
#ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.87375rem;height:2.49975625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:29rem;display:block; }
#n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyHXsfyM0tlyh61NMWTlPGSRhiAOb18O { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:27.249755859375rem;display:block; }
#oHZpuWpLdKAcAWCpqD8G5J6LEoQTynBu { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.31225rem;height:2.49975625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:42.25rem;display:block; }
#b1ggTB9QH3V0kRImTR3kTsmD7p2VT2xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KT9zK7sqE8BHZT1vKwZdO6Q5KXaSbHi1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:40.1875rem;display:block; }
#dW0TV6k8Tr6zWZNvyrUKEVV2DHkaqTTO { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:51.9375rem;display:block; }
#d2T1ZZKSkTmVWrT87DanTpKADRRr6G9F { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.124rem;height:2.49975625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:51.9375rem;display:block; }
#aGNSOfXIsyVsXgVGOmCPlmXO7kfy3FEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW7Zud3wSGFqXT4k0P3RI7k52nWgzBvO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:0rem;display:block; }
#vMhrJsVFDol6B0LtRasA44pbVK7BKic5 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.49975625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:18.75rem;display:block; }
#p74eV0dXv7ih9KpFJl0ScfV7CbWNNmMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raTsz9TRqq369B9nGApQPcwQNK8l2MLc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.43652375rem;width:0.43652375rem;top:2.0625rem;left:18.375rem;display:block; }
#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8a60a;background-image:url("https://images.assets-landingi.com/uc/8eb3d4bb-55af-419a-a961-dbadddc2f4cf/IMG_20250524_224001.crop_2245x2258_0,271.jpg");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; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.adaptive-delivery-prevent-bg, #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.lazyload, #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.lazyloading { background-image: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { background-color: transparent; background-image: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container > .video-iframe-container { display: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row > .video-iframe-container { display: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .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); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { border-width: 0; border-radius: 0; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#lq0kBxJE1QwTq2vqblRQwgNp9iBZhVMH { color:#ffffff;display:block;width:38.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.249267578125rem;left:10.656005859375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5V7PaSpErBVgHsViEaFHLXSNByhsyJM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:11.28662109375rem;left:11.0625rem;height:8.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4UU0VwMxT7nxsaNZqVgc92hIcpl513G { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.624rem;height:4.18725625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.561767578125rem;left:23.68798828125rem;display:block; }
#uL07gXmUtJcTs53HN9KqkdGBRyPZSJOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niTQUUKvklAWGvmw6xx8cKChWATBK8Ho { box-sizing:content-box;height:28.3125rem;width:56.12475rem;position:absolute;display:block;z-index:15003;background-color:rgba(26,26,26,0.34);background-image:none;top:2.0537109375rem;left:1.935791015625rem;display:block; }
#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container { background-color: transparent; background-image: none; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container > .video-iframe-container { display: none; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row > .video-iframe-container { display: none; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .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); }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container { border-width: 0; border-radius: 0; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#lT2PTKqgVP2PRkCnMBP89Fn8lTilsHTD { color:rgba(var(--color-primary-3),1);display:block;width:19.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.781005859375rem;left:20.187744140625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { background-color: transparent; background-image: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container > .video-iframe-container { display: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container { display: none; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .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); }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { border-width: 0; border-radius: 0; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { color:#000000;display:block;width:31.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:3.9052734375rem;left:0rem;height:31.875rem;font-style:normal;display:block; }
#tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O { box-sizing:content-box;height:12.4995rem;width:9.5625rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae8b63a4-4ce9-4102-8947-cc410974cbe2/WhatsAppImage20251024at200901.crop_717x1197_0,310.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.873779296875rem;left:36.45263671875rem;display:block; }#SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O.adaptive-delivery-prevent-bg, #SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O.lazyload, #SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O.lazyloading { background-image: none; }
#RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD { box-sizing:content-box;height:12.875rem;width:9.3125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/64b36ced-b1fa-4fb1-b3ab-5ef8aad09369/choppdotiozaobeertruck.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.294677734375rem;left:36.763916015625rem;display:block; }#RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD.adaptive-delivery-prevent-bg, #RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD.lazyload, #RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD.lazyloading { background-image: none; }
#eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu { box-sizing:content-box;height:17.9375rem;width:11.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8890ed4e-874a-4758-a925-41507d4364f8/WhatsAppImage20251024at201040.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.9365234375rem;left:47.0771484375rem;display:block; }#eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu.adaptive-delivery-prevent-bg, #eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu.lazyload, #eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu.lazyloading { background-image: none; }
#VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR { box-sizing:content-box;height:7.875rem;width:8.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c13485f2-dbed-406c-92f2-316a42bb61a4/WhatsAppImage20251024at201041.crop_898x815_0,392.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.8583984375rem;left:37.0771484375rem;display:block; }#VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR.adaptive-delivery-prevent-bg, #VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR.lazyload, #VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR.lazyloading { background-image: none; }
#zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J { box-sizing:content-box;height:12.24975rem;width:10.37475rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/90e52e88-056f-45e0-bd52-f1e5013b55c8/WhatsAppImage20251024at200949.crop_574x669_0,384.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.046875rem;left:47.4521484375rem;display:block; }#zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J.adaptive-delivery-prevent-bg, #zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J.lazyload, #zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J.lazyloading { background-image: none; }
#KzSJAmE3ClXBcDhbImHHmasaFUbrEiMZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8730625rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.7490234375rem;left:22.062744140625rem;display:block; }
#nowQl3g5Xtp3pqSqSseuZ2ctf5vhd59G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCVxEvXlKrIF0WNGzx3dhDhadSMyLcsI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ > .row .container { border-width: 0; border-radius: 0; }#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:none; }#iqTHBtOAN3wNQv4rTRT5kTLG5hT0rFq6 { color:#594739;display:block;width:31.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9365234375rem;left:0rem;height:31.875rem;font-style:normal;display:block; }
#hZprp2OoF059nUbF3vVaxVF62rOVPNJT { 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:25.125rem;width:13.25rem;top:5.6875rem;left:34.25rem;overflow:hidden;display:block; }
#EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU { box-sizing:content-box;height:23.3108125rem;width:23.3108125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e7b910f-d1be-4292-976f-8536800c53e7/choppdotiozaobeertruck.crop_898x934_0,119.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.43701171875rem;left:36.2197265625rem;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);display:block; }#EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU.adaptive-delivery-prevent-bg, #EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU.lazyload, #EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU.lazyloading { background-image: none; }
#MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#edI4S1xTghB646DNUtxqbwKoQDtdZTxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { border-width: 0; border-radius: 0; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:none; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(125deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));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; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk > .row .container { border-width: 0; border-radius: 0; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:none; }#owyQaxeEgGoqyS7JVi77JfIDODrGDGSy { color:#0b153f;display:block;width:20.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.43701171875rem;left:3.623291015625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExSMDetanLV3DHWSG6sVsf8yWgJECvLl { color:#0b153f;display:block;width:21.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.43701171875rem;left:34.248046875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvRbpkfaTklUehLwbIHWX5T7hSvKgJtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.5625rem;left:28.3125rem; }
#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { background-color: transparent; background-image: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container > .video-iframe-container { display: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container { display: none; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .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); }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { border-width: 0; border-radius: 0; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#Uf578C5bif95o7UDrqnHUzXnHWKDFFcW { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.905517578125rem;left:22.6875rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcQT2tN87lLimvXZNsS2EUGMD2JsOtpk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6865234375rem;left:13.40625rem;height:2.3562rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container { background-color: transparent; background-image: none; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container > .video-iframe-container { display: none; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row > .video-iframe-container { display: none; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .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); }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container { border-width: 0; border-radius: 0; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e { position:relative;display:block; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e { background-color: transparent; background-image: none; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row .container > .video-iframe-container { display: none; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row > .video-iframe-container { display: none; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .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); }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e { border-width: 0; border-radius: 0; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .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; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U22zPX1DPgQMMmd1TDDsG6ICqhkXWBu5 { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:block; }
#EmF7tgxc8QngorW6wT7lHxxczpCmUckF { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#okBVug4u43KksQ0HyUTBa68f0vonHOwo { box-sizing:content-box;height:46.18725rem;width:27.24975rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.310791015625rem;left:31.373291015625rem;display:block; }
#b7CXowrGmio67UzgKak9lywrXvfcEHTl { box-sizing:content-box;height:44.4375rem;width:25.6245rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3rem;left:31.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#MKDiL4aEHDyh5ylh8nHAJ9JytvdcQLpw { position:absolute;display:block;z-index:15003;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.0625rem;width:23.5rem;top:2.7158203125rem;left:3.09375rem;overflow:hidden;display:block; }
#vHwHxKSvXmxvxHQunT925TniTFdEVwW2 { 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:22.0625rem;width:23.5rem;top:2.7158203125rem;left:33.09375rem;overflow:hidden;display:block; }
#SNhZRK6hT2ECaJd4lUI7W8hBQAJD9afN { position:absolute;display:block;z-index:15005;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:6.06225625rem;width:4.74975625rem;top:15.435791015625rem;left:17.6396484375rem;overflow:hidden;display:block; }
#o1izcE6s05Oruo8nakEX8K6FK2bCVRxE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJuywg3RNguKGtBEBnb8C2NWMNNmVDpW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:block; }
#oX4rWKRI5W3Jka5tnJk40TqVATrBsnyZ { 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:7.43625rem;width:4.9995125rem;top:14.108642578125rem;left:47.8388671875rem;overflow:hidden;display:block; }
#OwyterbR8TZVEqZyzGHtZVI24QHQUlfs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:36.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaGbmEW5BFfsM5PnZAmWQNpxtX5EHXPJ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:block; }
#ITrSKgUHVFZEN3PdeUucTeh3CGrhWGmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwcZkzfNZ2yQ9zORvkG7PlXbeirbxFDr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:34.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:block; }
#xhKAHXiucWP3uhw2sx7mxE3p8tT26kiZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.67431640625rem;left:38.68798828125rem;display:block; }
#dRHmLNZchsnbnf13OUOXPVw3qDSkJcL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmum86PukQhpuTAcd6ZXGck78eAsypm0 { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#fM5iqgbIvbeWDnrK6z9sHeZMIw7HZu4A { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#hcLLXzrTn1t4N5J1A4TwJPhGG1Da3ovb { position:absolute;display:block;z-index:15003;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.18725rem;width:23.8125rem;top:2.7158203125rem;left:3.09375rem;overflow:hidden;display:none; }
#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v { position:relative;display:block; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v { background-color: transparent; background-image: none; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row .container > .video-iframe-container { display: none; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row > .video-iframe-container { display: none; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .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); }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v { border-width: 0; border-radius: 0; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .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; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pU3vkVaIeH4PzGyQb4vwUXsrviCewRTu { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:block; }
#ELJaTVySbVll1RkbJbtGft6Xn7sMEvCP { box-sizing:content-box;height:44.4375rem;width:25.6245rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7802734375rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#ol91vPuhG7vLCPk7On3FfvVfATviQzic { box-sizing:content-box;height:46.18725rem;width:27.24975rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.310791015625rem;left:31.373291015625rem;display:block; }
#KddbH5fGo5w2No5ipQkttmSCvNezmQ48 { box-sizing:content-box;height:44.4375rem;width:25.6245rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3rem;left:31.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#zGGPdqBKxMn4ImsCXVIMV4Zd2Qr8F1nq { position:absolute;display:block;z-index:15003;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.0625rem;width:23.5rem;top:2.7158203125rem;left:3.09375rem;overflow:hidden;display:block; }
#qINeZQ1mrFOwdkbNsRIFcTBFARPVDAkK { 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:22.0625rem;width:23.5rem;top:2.7158203125rem;left:33.09375rem;overflow:hidden;display:block; }
#Oq0Taxa8nEyEBTXQ0osCMEXqPSUv3oCT { position:absolute;display:block;z-index:15005;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:6.62475rem;width:4.6875rem;top:14.766357421875rem;left:18.264404296875rem;overflow:hidden;display:block; }
#ZtFaqx03SMQUzweWucK0JkwJT37dOf20 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dty7klI8UAbOqNRxB5TEtF7LaWdmfkk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:block; }
#Q9IKFCEIf4RRWSbfMdXu1lrb1viAWhH3 { 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:6.624rem;width:4.37475625rem;top:14.765625rem;left:48.54931640625rem;overflow:hidden;display:block; }
#iGg8DDiuLkvuyQwuG1zMvr0PyfaHxHEp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:36.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnls2NvHHBUFdEab3uRVzJFQNx1QBP6o { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:block; }
#MIVgOfWkV9sR463SfuKZ3LuTCOvTEVOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN01qpsr2lAT6dx9vAau4Xvga8HaGzWG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:34.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:block; }
#Iq7vBT97iMUo6BBrpOkAxkbKDd60gMGy { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.67431640625rem;left:38.68798828125rem;display:block; }
#HDLCwJaS3Fkv4zfA1gOzLREH3EyJaaz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV3OlTxoAHCFGx1knWbaqC6duL1m8Fq3 { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#FN5v8kVKQ5AFgq8TvLhArpwLFkL4zwJi { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#kGqI7tWf4s1maei18LcQ1ssEBlVOnfbS { position:absolute;display:block;z-index:15003;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.18725rem;width:23.8125rem;top:2.7158203125rem;left:3.09375rem;overflow:hidden;display:none; }
#imSonDfm8OEgdDaNHZXelWkBDlDvbxeG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.67431640625rem;left:38.68798828125rem;display:none; }
#WkN4GTuUH83CSTTpekMcGHrZworP2LSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRe0fLMZMzgc5tRuIVM8J7C5mSOv2HAE { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#zcm21U8nOfWz99UP29GO7qlsQ5QOliT4 { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#NCZRMaSkOdGEPIsE6tpxoZc7ATunfLgv { position:absolute;display:block;z-index:15003;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.18725rem;width:23.8125rem;top:2.7158203125rem;left:3.09375rem;overflow:hidden;display:none; }
#hX4cT65WI0ri3hB4LDr1pNuU1bT8RCGp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.67431640625rem;left:38.68798828125rem;display:none; }
#ZxXEUdwLunFNfHonCty94aDiZkU4yo1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 > .row .container { border-width: 0; border-radius: 0; }#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:none; }#mveVuB1uMx8GzhSirp9Kf7vdAMPGu7bE { 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:11.3745rem;width:8.87475rem;top:3.75rem;left:5.5625rem;overflow:hidden;display:block; }
#CfgtkPTUq1TTilpGtSSnSdoPESknPQKy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.1875rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#pC09e7rJWc2Hwu8WXZDEn1fND4Ml5G4S { position:absolute;display:block;z-index:15005;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.9995rem;width:9.312rem;top:1.6875rem;left:25.3125rem;overflow:hidden;display:block; }
#LuTmRLXISySHeOTyP2U1h2TqpKggW6cm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.375rem;left:27.8125rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#qF3E86zyBvpz1CUX6805bLlgUUfI44Mm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:8.5rem;top:2.3125rem;left:45.75rem;overflow:hidden;display:block; }
#SEuw6PHvZUbXevncWJbGVXxBcFMGyyH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.49975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.375rem;left:47.25rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#ywRo5dcBcwHh7eQt6XrbdPqkA8SimM1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.73388671875rem;left:0rem;height:1.62524375rem;display:block; }
#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl > .row .container { border-width: 0; border-radius: 0; }#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#eZkH4a8bcSUZ24qT222J7hQn4kEor4Dd { 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:13.062rem;width:9.24975rem;top:1.5625rem;left:10.375rem;overflow:hidden;display:block; }
#JsXFc5Ul5wTSgeoDoI1i0vpJskpDDkJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15rem;left:12rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#zTQQGgSWUdOmGelMTZxblTKwrVFbVp5N { position:absolute;display:block;z-index:15003;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.8745rem;width:15.4995rem;top:2.93701171875rem;left:37.24951171875rem;overflow:hidden;display:block; }
#KAOyUtEctOuOJlO3xzxRK6LDiIgnKDqE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.622802734375rem;left:35.68798828125rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewmOAVh6nr6TaMrTCSpfp7pMs2eC8xEs { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.875rem;left:3.875rem;display:block; }
#OcVRr2HyTD1ZxIfziAC1SqQQLkwPBptn { 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:4.18725625rem;width:4.18725625rem;top:8.5rem;left:5.5rem;overflow:hidden;display:block; }
#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS > .row .container { border-width: 0; border-radius: 0; }#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:none; }#Uu5fQsaRwMC83sPRuRkkNr8VToH6OTob { color:rgba(var(--color-tertiary-0),1);display:block;width:15.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.062255859375rem;left:2.155517578125rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#HAeahHdwvM5BryWV4EVG5T23XKk5SfQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.062255859375rem;left:27.781494140625rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#DxKCqcPAremWPXEukhcsmhOKlnQeFF1p { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.062255859375rem;left:42.78076171875rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#VKPUicKCCuFZqL4QmP5G0EpBM6VWSXLR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.109130859375rem;left:0rem;height:1.62524375rem;display:block; }
#qfdTs4IsHUvqxqPb9iv7qlkxDGNkQKi5 { position:absolute;display:block;z-index:15003;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.8125rem;width:11.8125rem;top:2.439697265625rem;left:4.093505859375rem;overflow:hidden;display:block; }
#pqMNuQXuNSTwuKR3zzutnAVTX5rcNP72 { 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:11.8125rem;width:11.8125rem;top:2.439697265625rem;left:24.09375rem;overflow:hidden;display:block; }
#yM0xTpF6152ngBP9AJF2tJl6pTCLvgIM { position:absolute;display:block;z-index:15005;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.8125rem;width:11.8125rem;top:2.439697265625rem;left:44.09326171875rem;overflow:hidden;display:block; }
#sWM42pC2DvhToT6gyxDVEGx33dkJ3Dlh { box-sizing:content-box;height:10.18725rem;width:10.18725rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;top:3.25048828125rem;left:4.904296875rem;display:block; }
#KfqdovvMOq7AhkzRNKWZ0MEVGXqdDC9u { box-sizing:content-box;height:10.1865rem;width:10.1865rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;top:3.251953125rem;left:44.905517578125rem;display:block; }
#AJZttAdsAdZibApkCaDLPTZOUvnHNetB { box-sizing:content-box;height:10.1865rem;width:10.1865rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#f7f7f7;background-image:none;top:3.251953125rem;left:24.906005859375rem;display:block; }
#axasoFAfyk7W9qnx4urbHXVPkDACtrkB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#axasoFAfyk7W9qnx4urbHXVPkDACtrkB > .row .container { border-width: 0; border-radius: 0; }#axasoFAfyk7W9qnx4urbHXVPkDACtrkB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axasoFAfyk7W9qnx4urbHXVPkDACtrkB > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#IoddWWy2BSMXhNRbXSBuPRPE1UG6OxNF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.21728515625rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#THav9apkNldHxvk4r7piPRWaTNoC75d0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:31.8125rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTg5c5vzIcxXt2A96hMcJxe1ql0gwDCR { 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:11.8125rem;width:11.8125rem;top:1.734375rem;left:13.84130859375rem;overflow:hidden;display:block; }
#D1FCb5PlaUDnQEKdI2Vdn5nJNq1V8IBU { 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:11.8125rem;width:11.8125rem;top:1.734375rem;left:35.217041015625rem;overflow:hidden;display:block; }
#EtWrtshpXIShKw67pRIubhc6bnC0s9Kt { box-sizing:content-box;height:10.1865rem;width:10.1865rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#f7f7f7;background-image:none;top:2.546630859375rem;left:14.653564453125rem;display:block; }
#T3P4H0RbNTHfJ2SxU0aDK18QfrtrFTPJ { box-sizing:content-box;height:10.1858125rem;width:10.1858125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;top:2.54736328125rem;left:36.03076171875rem;display:block; }
#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container { background-color: transparent; background-image: none; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container > .video-iframe-container { display: none; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row > .video-iframe-container { display: none; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .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); }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container { border-width: 0; border-radius: 0; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#znWXNNgHNVzTTAyL720cCx14OqBlOBwP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.625rem;left:17.4375rem;height:2.3562rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mn6w3xXAJmFKLyTuVrsKiCFF0xTCRl1J { box-sizing:content-box;height:0.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.625rem;left:4.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Kpbd3bsXwyFrRJnllds7J9SiJcUTCQFn { box-sizing:content-box;height:0.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.70849609375rem;left:42.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AzF0LFBqog2nIE7ns1i4I7SmeoHEgTqM { 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:18.4365rem;width:30.12375rem;top:6.057861328125rem;left:14.93701171875rem;overflow:hidden;display:block; }
#pTT00ZNVFO6Srl8sMvdA9GTg4KG1cJy9 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15015;background-color:#fdda00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:21.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }
#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container { background-color: transparent; background-image: none; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container > .video-iframe-container { display: none; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row > .video-iframe-container { display: none; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .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); }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container { border-width: 0; border-radius: 0; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#UzsGNNXJTGgCUX90SNa7Ge4uQlOd9d27 { color:rgba(var(--color-primary-3),1);display:block;width:18.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.905517578125rem;left:20.562744140625rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r { position:relative;display:none; }#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r { border-width: 0; border-radius: 0; }#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r > .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; }#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MmRb3hLGSiw0rFMz62A85O608PmiIKh5 { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:block; }
#KbtoiOFdRp6xomTe43pGABlZppqCp4Eo { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#GHOMaVTFS9ESfgQCTxZ7ZR543STOW58D { box-sizing:content-box;height:46.18725rem;width:27.24975rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.310791015625rem;left:31.373291015625rem;display:block; }
#tQdDxhiIv0slTU551I2Vz70sKQnTyaS7 { box-sizing:content-box;height:44.4375rem;width:25.6245rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3rem;left:31.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#Ll6pE1kFVc2E6xlHq4yddr14xbZQxfc5 { 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:22.0625rem;width:23.5rem;top:2.7158203125rem;left:33.09375rem;overflow:hidden;display:block; }
#saWPU6Rcm1wda4TNCPgBl9NOIIZTS6uJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G47SOSfD8k4g4PdMzckIQWyLdRsGetoK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:block; }
#GGaDyFCCCLz8Wn6s3dATNHm7oZ0VChL6 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:block; }
#TrCSf86U71JmpX4wdo89m2NAZaiuz3nS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#z2Ot0phTZCTW4Bre4lvecqJB793yiweo { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#nUQ5Z5xVUzdECVHpiD50cdJ3oNlLHWFr { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AqTJZ8CtkesxE9Rx8hpCOwu03EDDtATT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vkJ67dXNieJuPEmPAsLLEAUxhGloNXRf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:none; }
#dSQnp4exXFozFSnSbcrysFUFGlAo8aFH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:none; }
#PRvpShTs5ZU7f9yqm6PIQA0ixgp0RhHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTtIJBsTkXn79zU6hFtfGaLCITT3MuJq { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#C1cd7Jgi7a89EpO1kpCnWTnrlPkwQDrI { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#S4nSvApNvGKRG5wmqo2RyTLTGdfNRG46 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MOCJVObkcsq6EG41NBBOTobSDlVFohlu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:none; }
#LfgqX78X2EFdxdVxvs2rEH78CcDza0nV { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:none; }
#kvyTszfW6w2khuuZdxgBTVn4isgtzrI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOuDxiO8lBI06OtJXE6a7sHkUTkUhUZc { box-sizing:content-box;height:46.1875rem;width:27.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.09326171875rem;left:1.373291015625rem;display:none; }
#HkkKLU6Vy8X6P9m52o0TZAHzyXGr78es { box-sizing:content-box;height:44.4375rem;width:25.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:2.7158203125rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#txTIzO0QMIZAoeZg9GTtfE4TxX3ttLPb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.017822265625rem;left:6.46875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c4N3P6zImhShZoDGDbOeCo6xfP2rMbqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.830078125rem;left:4.125rem;height:8.12625rem;text-align:center;text-align-last:center;display:none; }
#r1BVLdIa2kFbQm0Uv8NHNvgDqOW7F8Qx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.67431640625rem;left:8.68798828125rem;display:none; }
#x9GgzeIAm6Kg4EhPuWmbNKMVqrmAnaa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW { position:relative;display:none; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW { border-width: 0; border-radius: 0; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .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; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container { background-color: transparent; background-image: none; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container > .video-iframe-container { display: none; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row > .video-iframe-container { display: none; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .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); }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container { border-width: 0; border-radius: 0; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container { font-size:0.875rem;font-family:arial;height:140.875rem;width:60rem;position:relative;display:block; }#pEVKpbqf8JqvplWxqhqz4Q8xrdGA7Ulp { box-sizing:content-box;height:67.25rem;width:27.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.99951171875rem;left:1.374755859375rem;display:block; }
#hIfngqi5tRpOHCmmBO08qIxyA4wVxiFi { box-sizing:content-box;height:65.0625rem;width:25.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:2.936279296875rem;left:1.998779296875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#coCpzxdFVFlE2GoQqdJZ9Ry1iSe2U96M { box-sizing:content-box;height:65.25rem;width:25.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:2.6865234375rem;left:32.000244140625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#wDTu0ozddErrfUTlKktyPRrHg2Eg5JbL { box-sizing:content-box;height:67.25rem;width:27.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.99951171875rem;left:31.374755859375rem;display:block; }
#DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG { box-sizing:content-box;height:19.375rem;width:25.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0ed73362-9c09-49d5-b60f-10d8694ae10d/IMG_20250506_114439.crop_2245x1884_0,916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.998779296875rem;left:2.0625rem;display:block; }#DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG.adaptive-delivery-prevent-bg, #DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG.lazyload, #DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG.lazyloading { background-image: none; }
#QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm { box-sizing:content-box;height:19.6245rem;width:25.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2406acb9-1c58-4a2a-9b75-74871da63dfb/IMG_20241201_070622.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.748291015625rem;left:32.0625rem;display:block; }#QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm.adaptive-delivery-prevent-bg, #QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm.lazyload, #QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm.lazyloading { background-image: none; }
#Srq9WviQZEfbnkzt41wAgJpRSHuSB4qF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.56103515625rem;left:4.06201171875rem;height:24.6914rem;text-align:left;text-align-last:left;display:block; }
#Gi1CV0eQ8DZxyBKQR6v6KeIiUyKWraDv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.279052734375rem;left:4.06201171875rem;height:1.86840625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P28xTAawxcM1LKdZCDSpWJ6Qqz28NAFs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.2783203125rem;left:34.06201171875rem;height:1.86840625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nfD0kioALDRry0IxXXJWIOTQzrdEufTm { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4995rem;height:4.18725625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:61.472900390625rem;left:7.24951171875rem;display:block; }
#lpaRVfPLqv3oosfsL7F0Lv85EHOVilKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSEUXiX9l1KmFrTTddZ389o4M3xTDMyT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.87375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.560302734375rem;left:34.06201171875rem;height:32.407425rem;text-align:left;text-align-last:left;display:block; }
#DFbI5ThDNmRWs7IbKcufK5sEtpyltIdy { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.49875rem;height:4.18725625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:61.472900390625rem;left:37.24951171875rem;display:block; }
#A95JysMMA62izoB2UABOCLFoC65w2NAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4lidFVk4ZV5eCAmZax8MFy9qp1eEzrX { box-sizing:content-box;height:67.25rem;width:27.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:71.1240234375rem;left:1.375rem;display:block; }
#i3Wxud1g6lxCsRy8eCGFCt60NUDPXNwJ { box-sizing:content-box;height:65.0625rem;width:25.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:72.0302734375rem;left:2rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid { box-sizing:content-box;height:19.375rem;width:25.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3e7b910f-d1be-4292-976f-8536800c53e7/choppdotiozaobeertruck.crop_898x934_0,119.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.092529296875rem;left:2.0625rem;display:block; }#wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid.adaptive-delivery-prevent-bg, #wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid.lazyload, #wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid.lazyloading { background-image: none; }
#FpLhCMbUOATGWVUrSa2I1xJrc3me4UA1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:93.6533203125rem;left:4.0615234375rem;height:1.86840625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLuxs2aakPR4AUgtZbKyn30XEy8Om3bl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:97.248046875rem;left:4.0625rem;height:26.2345875rem;text-align:left;text-align-last:left;display:block; }
#K0qc6OqH2a8opvds2PnayGAswcRJdaxy { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.499rem;height:4.186525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:129.53515625rem;left:7.25rem;display:block; }
#TvOBTl4MeU8XGQGnxzfT2nd1mATHH3mn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fa4L3MheayCslThHrdivbrTZS8fCJkMb { box-sizing:content-box;height:67.25rem;width:27.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:71.1240234375rem;left:31.375rem;display:block; }
#DK9NiTih8O3OMxUWNEu6ToJbrnuJ9J0i { box-sizing:content-box;height:65.0625rem;width:25.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:72.0302734375rem;left:32rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }
#g0WEH0raVyKlqOBVfRUbNegBMDefENau { box-sizing:content-box;height:19.37475rem;width:25.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/269a454a-2283-41a8-9255-378efdc3cd7b/WhatsAppImage20251103at124335.crop_717x723_0,397.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.092529296875rem;left:32rem;display:block; }#g0WEH0raVyKlqOBVfRUbNegBMDefENau.adaptive-delivery-prevent-bg, #g0WEH0raVyKlqOBVfRUbNegBMDefENau.lazyload, #g0WEH0raVyKlqOBVfRUbNegBMDefENau.lazyloading { background-image: none; }
#EHWylRq2LQJlSaa37AMOCa4k3hSEsDHk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:93.6533203125rem;left:34.0615234375rem;height:1.86840625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kT0ea1JIxZy2nPz1STBat6DoUVzrr9DZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:97.248046875rem;left:34.0625rem;height:27.777825rem;text-align:left;text-align-last:left;display:block; }
#pgTRcsQBM0cXJF1EX8sGLSpmPUS0RDru { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4980625rem;height:4.186525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:129.53515625rem;left:37.25rem;display:block; }
#o8TBqbvMdT0leaAtTuCabpIrBJhcTm6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container { background-color: transparent; background-image: none; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container > .video-iframe-container { display: none; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row > .video-iframe-container { display: none; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .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); }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container { border-width: 0; border-radius: 0; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#PpUl5c2ZQLRXiKis3JbGg7vdGl3H7GSr { color:rgba(var(--color-primary-3),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.624267578125rem;left:17.0625rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container { background-color: transparent; background-image: none; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container > .video-iframe-container { display: none; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row > .video-iframe-container { display: none; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .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); }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container { border-width: 0; border-radius: 0; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#Sg2fAxhDuD5Js4A1sxu4Hp6mbeT3xp8F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:11.5rem;left:9.5rem; }
#BKyRfatxS1F5tipnbfgq23cRGpAH6svR { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.0625rem;left:9rem;display:block; }
#BPeavHPGB5gX2rovE1Akl3vonUHIrpvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.0625rem;left:9.375rem; }
#t7CHi5D90aTtyC5eoSBR5ZQDFA9LAWOc { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.625rem;left:9rem;display:block; }
#H84U9MenoFD52zpTuzZMUIzGKGimcAE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.625rem;left:9.5rem; }
#UTg93ykJGxZLTDNsL0dGVvOK2shENeNL { box-sizing:content-box;height:3.06225625rem;width:3.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.1875rem;left:9rem;display:block; }
#W1OObda1OmiN7rnUoXXa1TIFOIz4vFmT { box-sizing:content-box;height:3.0625rem;width:3.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.1875rem;left:9rem;display:block; }
#fMDprvfO9y5RLtTchyCeIpQxKTQ8Br1n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1870125rem;width:2.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.625rem;left:9.5rem; }
#wnJ5Kuc921zGOKTNGsGf5aIt4XX2cy3t { color:#1a1a1a;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.621337890625rem;left:14.56201171875rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#KNFxMCkSCKokkOXInLorFdJEKBlvJeGi { color:#1a1a1a;display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.058349609375rem;left:14.56201171875rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#O097b8kN8Kz5pZu20NhDRUQ2nVVz7FGr { color:#1a1a1a;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:14.5625rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#SwV40zaSVoSE61gG7bNmAoTlWEyr93TW { color:#000000;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.625rem;left:14.5625rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container { background-color: transparent; background-image: none; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container > .video-iframe-container { display: none; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row > .video-iframe-container { display: none; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .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); }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container { border-width: 0; border-radius: 0; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#KHNO76ehC2LeTRoCWxKMnxhSwdZmb6EB { color:rgba(var(--color-primary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.968505859375rem;left:17.4375rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container { background-color: transparent; background-image: none; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container > .video-iframe-container { display: none; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row > .video-iframe-container { display: none; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .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); }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container { border-width: 0; border-radius: 0; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#B1mcSSonQIUUIEu475QUJGw1JQ6lxRNL { 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:15005;opacity:1;top:5.0625rem;left:22.25rem; }
#bbTkWP4b8BpPvsAUuJC1NEXdObNTyM5v { 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:5.0625rem;left:25.375rem; }
#mMTHPq5gzsLHQ95MG2zF6c50ZyfnXhIy { 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:5.0625rem;left:28.4375rem; }
#mnzmucsbT7uXM9TLSWVasJyy0avQSKKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.0625rem;left:31.5rem; }
#cbHmMKCJ3sPqGItc5Tv7ECfLTJEO5Zsb { 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:5.0625rem;left:34.625rem; }
#ELgAg2iGcD4bEir4BkrmiLkZTJPWUeVb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1875rem;left:20rem;height:2.3562rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kSByUBXpVXT0t7mCcIAIXh9TTTi8vz8y { box-sizing:content-box;height:39.06225rem;width:56.937rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.374267578125rem;left:1.53076171875rem;display:block; }
#O6tAfoCn3EEKe1LyIQ6eSxNG7o9SxzPi { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.499rem;height:4.18725625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.17431640625rem;left:18.249755859375rem;display:block; }
#lfnF1hcb4sSbtcfV4ZgiHORuxHlD7qWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6MbeWkAvgNfEetlTkQfauXFcMhqCx6k { position:absolute;display:block;z-index:15016;height:21.75rem;width:45rem;top:12.03076171875rem;left:7.5rem;display:block; }
#TxuQuzaRqxMneaIx8qiEInz72gEmi8Mf { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container { background-color: transparent; background-image: none; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container > .video-iframe-container { display: none; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row > .video-iframe-container { display: none; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .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); }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container { border-width: 0; border-radius: 0; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#LwOhbyDodmoyKyP4XGq2rQfsR1hha0on { color:rgba(var(--color-primary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.905517578125rem;left:23.34375rem;height:4.06274375rem;display:block; }
#n0TTgBVHuV8A0bRff5uKTy0TFhVPwess { position:absolute;display:block;z-index:15025;height:7.37475rem;width:13.18725rem;top:0rem;left:46.812744140625rem;display:block; }
#Lnm4BA3ThN8HAvwgkmTJOElGH3kOfEwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.785400390625rem;left:17.4375rem;height:2.3562rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container { background-color: transparent; background-image: none; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container > .video-iframe-container { display: none; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row > .video-iframe-container { display: none; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .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); }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container { border-width: 0; border-radius: 0; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#d1zJ0mF4Lq0T2fmGICtE4yIdz0TbEALq { position:absolute;display:block;z-index:15000;height:21.8730625rem;width:53.4375rem;top:32.463134765625rem;left:3.28125rem;display:block; }
#TogULKOO6F1cLVdpv9JPvebAi6W6H5cE { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VazRcC43Jc5hN1I3Q7EUnpwF15zxy30g { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;top:9.875rem;left:4.9375rem;display:block; }
#yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.4375rem;left:5.5625rem; }
#yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs > img { max-width: 100%;max-height:100%; width:2.3745125rem; height:2.3745125rem; }#Ci9py2rasxcaIPaBnOiKFNl2iETGDQTO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4375rem;left:9.1875rem;height:2.5986375rem;text-align:left;text-align-last:left;display:block; }
#HpH5ODoGGzot8Lm9H2luBNdl33cr1rQ9 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#1a1a1a;background-image:none;top:15.75rem;left:4.9375rem;display:block; }
#H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.25rem;left:5.4375rem; }
#H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#KrHFMXdG1GStoQ6tN0zAT3sQEeRXlALD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.231201171875rem;left:9.1875rem;height:2.5986375rem;text-align:left;text-align-last:left;display:block; }
#stPbwCm9KH8ADlXirP7l3qX52gzwBrTl { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;top:3.8125rem;left:4.9375rem;display:block; }
#vvvSQglavZx54HFUiGxobOAzvTPtDfDP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.1875rem;left:5.3125rem; }
#OTfMXs3dunsv25x6T4qI8xpqMGvMy92v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.643798828125rem;left:9.1875rem;height:3.89795rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGHH68MlVFmktiPIyIVVm0kzsXRMOuhC { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;top:3.8125rem;left:4.9375rem;display:none; }
#ST2OEvv4GtzLACpwyZPuSITtMiDyAeCQ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;top:3.8125rem;left:4.9375rem;display:none; }
#aWthnwWFQCMot0vfL2TFw3GMhAWA8hQz { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;top:21.375rem;left:4.9375rem;display:block; }
#UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.8125rem;left:5.375rem; }
#UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#xP8vCRS3Ux9gqLuulsT6AfDKkuQQqLzh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875rem;left:9.1875rem;height:2.5986375rem;text-align:left;text-align-last:left;display:block; }
#Bt6J1XfsMJbSctTtkoBdOq4D6uiM4nyI { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#1a1a1a;background-image:none;top:26.8125rem;left:4.937255859375rem;display:block; }
#UfKgdsphx87QSGVFuBqVcZMKp4Gbe2Nv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.856201171875rem;left:9.1875rem;height:2.5986375rem;text-align:left;text-align-last:left;display:block; }
#rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.28125rem;left:5.406005859375rem; }
#rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { background-color: transparent; background-image: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container > .video-iframe-container { display: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container { display: none; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .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); }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { border-width: 0; border-radius: 0; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#HpTbIc05Gc5G8zzOhAiMna2tyD18T1vb { 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.1875rem;width:10.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.5625rem;left:33rem; }
#lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC > img { max-width: 100%;max-height:100%; width:2.31225625rem; height:2.31225625rem; }#ghZnvHn34mLXSoCk8uvmQvobWvxFvP7p { color:#594739;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:36.0625rem;height:1.38135rem;display:block; }
#HJn8Lr1Kcy58mTciZh3wsfs0sERDT5z4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.625rem;left:33rem; }
#oHZ7FxiRIJWE3bWDVxr8DEcSRBSbQnRK { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:36.0625rem;height:2.76269375rem;text-align:left;text-align-last:left;display:block; }
#S84bsMHBbdAeRhhSOThwZ9t36wFSGExL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.625rem;left:33rem; }
#S84bsMHBbdAeRhhSOThwZ9t36wFSGExL > img { max-width: 100%;max-height:100%; width:2.31225625rem; height:2.31225625rem; }#P81A9ATMDNxSCFvSra399ZwM8xPAR7NW { color:#ffffff;display:block;width:9.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75rem;left:36.0625rem;height:1.4619125rem;display:block; }
#DZ3FiDCSgHZVTME7xsVLUEd4eo0fgUSc { color:#fdda00;display:block;width:3.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#OfNEbhQFZly4n7lqgiVMPOTm9li1wz5F { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15015;background-color:#fdda00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:21.1875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#k7TRQMRO7QfyO2Ut3gPwTOI8TlttAxOy { color:#ffffff;display:block;width:3.99975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:21.1875rem;height:1.54358125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJL1s65EDTacD61m0Hw2i0S73zi1Q8Vy { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.1875rem;height:1.5432125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i24DQkiFwAVaU4oTgbI7x9JHZMAI9BUm { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.211181640625rem;left:21.1875rem;height:1.5432125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2LGV7D7OVwiSdaMBTMSH2cSEZ2EnETo { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.062255859375rem;left:21.1875rem;height:1.5432125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCwh2FWblrxGAyoilqBKFtDqwTFdZ7DO { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.943359375rem;left:21.1875rem;height:1.5432125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vMImfNZW54uu7hRCzqQJJTRvcslenHxq { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15017;background-color:#fdda00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:33.5rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#y7Jw7HyMcAQ2c1x5uXHfFMT9dukEe2W6 { color:#fdda00;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.5rem;height:1.70605625rem;font-style:normal;display:block; }
#GdkwAWIcpg2oEgI4Tk8QwPBBDmZQRyul { color:#ffffff;display:block;width:14.56125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.264892578125rem;left:0rem;height:2.76269375rem;text-align:left;text-align-last:left;display:block; }
#XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.4375rem;left:1.125rem; }
#XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#LOTBhzNDE3kI9rpM6WErX6SzzGa2ElzT { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#fdda00;background-image:none;top:14.125rem;left:0.6875rem;display:block; }
#Ail5xwmxl5xBVPtCJlRXgubZMFZBBbs2 { box-sizing:content-box;height:2.9370125rem;width:2.9370125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#fdda00;background-image:none;top:14rem;left:4.625rem;display:block; }
#kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.375rem;left:5rem; }
#kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#zDmccNAc2MeFVp7UkwGN4P68dzWoQ7UA { box-sizing:content-box;height:2.9370125rem;width:2.9370125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#fdda00;background-image:none;top:14rem;left:8.625rem;display:block; }
#mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.375rem;left:9rem; }
#mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#Gl4LIIMB7hTFlTogl0sMnyTE1BKaAVR7 { box-sizing:content-box;height:2.9370125rem;width:2.9370125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#fdda00;background-image:none;top:14rem;left:12.8125rem;display:block; }
#JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.4375rem;left:13.1875rem; }
#JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#iGgUgGt2NoUeUnXf8HwocIINt7nAW04s { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.40625rem;left:21.1875rem;height:1.5432125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container { background-color: transparent; background-image: none; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container > .video-iframe-container { display: none; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row > .video-iframe-container { display: none; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .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); }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container { border-width: 0; border-radius: 0; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#uW3EIHR3UQGSdVk4PuGWWsEMHwiPeDLl { color:#1a1a1a;display:block;width:49.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.590087890625rem;left:5.186279296875rem;height:1.38135rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ { display:none; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMIH2KKIrL7Se6ny5T5UE0J4rSscozyR { width:47.75rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { display:block; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { top:17.125rem;left:4.5625rem;width:38.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTQmFoKkLhnnaCMO8pwWGwT28dfcJSa { top:22.875rem;left:4.9375rem;width:37.8125rem;height:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKzg1E5hi2D3t0rlhb4Jp3MVxMuc3X8T { width:12.5625rem;height:4.125rem;top:32.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvREzMt0qy2zefIPN4pO4M8JWSOBkwcT { display:block; }
 }@media only screen and (max-width: 763px) { #OPszB0y57FpGoT9MoMxgWcTu7nuACkXu { top:15.9375rem;left:0.125rem;width:47.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTPrebT3BDUv9BJdOOt3sMJNpcgV008 { top:3.8125rem;left:35.5625rem;width:12.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fM6d2JJMcqqATb2C2E9nCMihCelNHh { top:3.9375rem;left:38.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtxnyJX314lAmP6fCsNrawdvi3JMxmls { top:4.3125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqLaWIuJHqiGR3G8eaMEfHouxEBAU0hV { top:4.5rem;left:26.75rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6yR9A9lBM3J1SfxiuackPhhAVMOHQJ { top:3.9375rem;left:23.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfyZaG1reZPGHt6A17xb9NBaX17GXft { top:4.4375rem;left:23.6875rem;width:2.5625rem;height:2.5625rem;display:block; }
#TJfyZaG1reZPGHt6A17xb9NBaX17GXft > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G8Sn0VeatEdnt17fZFtC1fXMgCfceBS3 { top:4.5rem;left:13.4375rem;width:8rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z { top:4.5rem;left:9.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
#O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #zm3ofdEZtkrZ9X3rhJs4BPloKAeRLlTq { top:3.9375rem;left:9.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHzeG8o7S1b9IR44ZZtvuTWqpHnK07N { top:0.9375rem;left:0rem;width:13.1875rem;height:11.259224250172rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { background-color: transparent; background-image: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container > .video-iframe-container { display: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row > .video-iframe-container { display: none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .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); }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { border-width: 0; border-radius: 0; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxgaLbZ1U8TZfyrXe2gT7rsBv02DmfUw { top:0rem;left:0rem;width:13.1875rem;height:11.259315210008rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 { top:4.5rem;left:9.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
#DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iMeT6ebM6cMnFTolshFsZv3QSRJbZf9q { top:3.75rem;left:35.5625rem;width:12.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzsy1Mn19htJT0T59gL5T5pVRIal39Xp { top:3.9375rem;left:23.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 { top:4.4375rem;left:23.6875rem;width:2.625rem;height:2.625rem;display:block; }
#mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DwxCJi1eml3xSskKKPH229KP9HW3xumE { top:3.9375rem;left:38.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLgOBMr50TfVv8kSHZgK5y7RC0rDEpf { top:4.3125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0QbNZnytKol1bxnui9BGLHM6WghRN1 { top:3.9375rem;left:9.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcK8pqKuuUI6S7mdUH69Jtes3N4OShZs { top:4.5rem;left:13.4375rem;width:8.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxWBcBoMrOhdQ3gM8zmSoOkP8hCzdMh { top:4.5rem;left:26.749755859375rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLRLxa00WLur9MqTwtVTOk72ayn41hMc { display:block; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbaPwVMlooy4GbUoD461lO7hOOMwlrND { width:5.625rem;height:2.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block; }
 }@media only screen and (max-width: 763px) { #v1iePRRs9fZNdOVrChAQ2ZDkbJBJTqSi { width:7.5rem;height:2.4375rem;top:1.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkw6r7B8ezvzehfmrgQ2Ng867HJmvNmE { display:block; }
 }@media only screen and (max-width: 763px) { #u8p6f2DDkpqcaURsTw4hbgqywoyigIeW { top:2.0625rem;left:1.3125rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { width:9.8125rem;height:2.4375rem;top:1.0625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block; }
 }@media only screen and (max-width: 763px) { #xyHXsfyM0tlyh61NMWTlPGSRhiAOb18O { top:2.0625rem;left:21.124755859375rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZpuWpLdKAcAWCpqD8G5J6LEoQTynBu { width:8.25rem;height:2.4375rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ggTB9QH3V0kRImTR3kTsmD7p2VT2xV { display:block; }
 }@media only screen and (max-width: 763px) { #KT9zK7sqE8BHZT1vKwZdO6Q5KXaSbHi1 { top:2.0625rem;left:34.0625rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0TV6k8Tr6zWZNvyrUKEVV2DHkaqTTO { top:2.0625rem;left:45.8125rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2T1ZZKSkTmVWrT87DanTpKADRRr6G9F { width:8.0625rem;height:2.4375rem;top:1.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGNSOfXIsyVsXgVGOmCPlmXO7kfy3FEp { display:block; }
 }@media only screen and (max-width: 763px) { #pW7Zud3wSGFqXT4k0P3RI7k52nWgzBvO { top:2.0625rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhrJsVFDol6B0LtRasA44pbVK7BKic5 { width:7.5rem;height:2.4375rem;top:1.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74eV0dXv7ih9KpFJl0ScfV7CbWNNmMe { display:block; }
 }@media only screen and (max-width: 763px) { #raTsz9TRqq369B9nGApQPcwQNK8l2MLc { top:2.0625rem;left:12.25rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX { display:block; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq0kBxJE1QwTq2vqblRQwgNp9iBZhVMH { top:5.1875rem;left:4.531005859375rem;width:38.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5V7PaSpErBVgHsViEaFHLXSNByhsyJM { top:11.25rem;left:4.9375rem;width:37.875rem;height:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UU0VwMxT7nxsaNZqVgc92hIcpl513G { width:12.5625rem;height:4.125rem;top:21.5rem;left:17.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL07gXmUtJcTs53HN9KqkdGBRyPZSJOR { display:block; }
 }@media only screen and (max-width: 763px) { #niTQUUKvklAWGvmw6xx8cKChWATBK8Ho { top:2rem;left:0rem;width:47.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 { display:block; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT2PTKqgVP2PRkCnMBP89Fn8lTilsHTD { top:2.75rem;left:14.062744140625rem;width:19.5625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { display:block; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { top:3.875rem;left:0rem;width:31.125rem;height:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo { display:none; }
 }@media only screen and (max-width: 763px) { #SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O { top:0.8125rem;left:30.32763671875rem;width:9.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD { top:14.25rem;left:30.638916015625rem;width:9.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu { top:1.875rem;left:36.625rem;width:11.125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR { top:27.8125rem;left:30.9521484375rem;width:8.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J { top:21rem;left:37.375rem;width:10.3125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSJAmE3ClXBcDhbImHHmasaFUbrEiMZ { width:15.8125rem;height:4.125rem;top:37.6875rem;left:15.937744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nowQl3g5Xtp3pqSqSseuZ2ctf5vhd59G { display:block; }
 }@media only screen and (max-width: 763px) { #PCVxEvXlKrIF0WNGzx3dhDhadSMyLcsI { display:none; }
 }@media only screen and (max-width: 763px) { #EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ { display:block; }#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqTHBtOAN3wNQv4rTRT5kTLG5hT0rFq6 { top:1.875rem;left:0rem;width:31.125rem;height:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZprp2OoF059nUbF3vVaxVF62rOVPNJT { top:5.6875rem;left:28.125rem;width:13.1875rem;height:25.007429525642rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU { top:4.375rem;left:24rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o { display:none; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk { display:block; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owyQaxeEgGoqyS7JVi77JfIDODrGDGSy { top:1.375rem;left:0rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSMDetanLV3DHWSG6sVsf8yWgJECvLl { top:1.375rem;left:25.9375rem;width:21.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvRbpkfaTklUehLwbIHWX5T7hSvKgJtN { top:0.5625rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uf578C5bif95o7UDrqnHUzXnHWKDFFcW { top:2.875rem;left:16.5625rem;width:14.625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQT2tN87lLimvXZNsS2EUGMD2JsOtpk { top:8.625rem;left:7.28125rem;width:33.1875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu { display:block; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e { display:block; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U22zPX1DPgQMMmd1TDDsG6ICqhkXWBu5 { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF7tgxc8QngorW6wT7lHxxczpCmUckF { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okBVug4u43KksQ0HyUTBa68f0vonHOwo { top:2.25rem;left:20.5625rem;width:27.1875rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7CXowrGmio67UzgKak9lywrXvfcEHTl { top:3rem;left:21.8125rem;width:25.5625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKDiL4aEHDyh5ylh8nHAJ9JytvdcQLpw { top:2.6875rem;left:0.03125rem;width:23.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwHxKSvXmxvxHQunT925TniTFdEVwW2 { top:2.6875rem;left:23.90625rem;width:23.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNhZRK6hT2ECaJd4lUI7W8hBQAJD9afN { top:15.375rem;left:14.5771484375rem;width:4.6875rem;height:5.9827967323323rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1izcE6s05Oruo8nakEX8K6FK2bCVRxE { top:26rem;left:3.40625rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJuywg3RNguKGtBEBnb8C2NWMNNmVDpW { top:29.8125rem;left:1.0625rem;width:21.75rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4rWKRI5W3Jka5tnJk40TqVATrBsnyZ { top:14.0625rem;left:38.6513671875rem;width:4.9375rem;height:7.3440129162593rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyterbR8TZVEqZyzGHtZVI24QHQUlfs { top:26rem;left:27.28125rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGbmEW5BFfsM5PnZAmWQNpxtX5EHXPJ { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITrSKgUHVFZEN3PdeUucTeh3CGrhWGmE { display:block; }
 }@media only screen and (max-width: 763px) { #wwcZkzfNZ2yQ9zORvkG7PlXbeirbxFDr { top:29.8125rem;left:24.9375rem;width:21.75rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKAHXiucWP3uhw2sx7mxE3p8tT26kiZ { width:12.5625rem;height:4.125rem;top:40.625rem;left:29.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRHmLNZchsnbnf13OUOXPVw3qDSkJcL6 { display:block; }
 }@media only screen and (max-width: 763px) { #gmum86PukQhpuTAcd6ZXGck78eAsypm0 { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fM5iqgbIvbeWDnrK6z9sHeZMIw7HZu4A { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcLLXzrTn1t4N5J1A4TwJPhGG1Da3ovb { top:2.6875rem;left:0.03125rem;width:23.8125rem;height:22.18725rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v { display:block; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pU3vkVaIeH4PzGyQb4vwUXsrviCewRTu { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJaTVySbVll1RkbJbtGft6Xn7sMEvCP { top:2.75rem;left:0rem;width:25.5625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol91vPuhG7vLCPk7On3FfvVfATviQzic { top:2.25rem;left:20.5625rem;width:27.1875rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KddbH5fGo5w2No5ipQkttmSCvNezmQ48 { top:3rem;left:21.8125rem;width:25.5625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGGPdqBKxMn4ImsCXVIMV4Zd2Qr8F1nq { top:2.6875rem;left:0.03125rem;width:23.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qINeZQ1mrFOwdkbNsRIFcTBFARPVDAkK { top:2.6875rem;left:23.90625rem;width:23.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq0Taxa8nEyEBTXQ0osCMEXqPSUv3oCT { top:14.75rem;left:15.201904296875rem;width:4.6875rem;height:6.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFaqx03SMQUzweWucK0JkwJT37dOf20 { top:26rem;left:3.40625rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dty7klI8UAbOqNRxB5TEtF7LaWdmfkk3 { top:29.8125rem;left:1.0625rem;width:21.75rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IKFCEIf4RRWSbfMdXu1lrb1viAWhH3 { top:14.75rem;left:39.36181640625rem;width:4.3125rem;height:6.5297352281056rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGg8DDiuLkvuyQwuG1zMvr0PyfaHxHEp { top:26rem;left:27.28125rem;width:17.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnls2NvHHBUFdEab3uRVzJFQNx1QBP6o { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIVgOfWkV9sR463SfuKZ3LuTCOvTEVOz { display:block; }
 }@media only screen and (max-width: 763px) { #TN01qpsr2lAT6dx9vAau4Xvga8HaGzWG { top:29.8125rem;left:24.9375rem;width:21.75rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7vBT97iMUo6BBrpOkAxkbKDd60gMGy { width:12.5625rem;height:4.125rem;top:40.625rem;left:29.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDLCwJaS3Fkv4zfA1gOzLREH3EyJaaz8 { display:block; }
 }@media only screen and (max-width: 763px) { #aV3OlTxoAHCFGx1knWbaqC6duL1m8Fq3 { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN5v8kVKQ5AFgq8TvLhArpwLFkL4zwJi { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGqI7tWf4s1maei18LcQ1ssEBlVOnfbS { top:2.6875rem;left:0.03125rem;width:23.8125rem;height:22.18725rem;display:none; }
 }@media only screen and (max-width: 763px) { #imSonDfm8OEgdDaNHZXelWkBDlDvbxeG { width:12.5625rem;height:4.125rem;top:40.625rem;left:29.50048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkN4GTuUH83CSTTpekMcGHrZworP2LSa { display:block; }
 }@media only screen and (max-width: 763px) { #WRe0fLMZMzgc5tRuIVM8J7C5mSOv2HAE { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcm21U8nOfWz99UP29GO7qlsQ5QOliT4 { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCZRMaSkOdGEPIsE6tpxoZc7ATunfLgv { top:2.6875rem;left:0.03125rem;width:23.8125rem;height:22.18725rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX4cT65WI0ri3hB4LDr1pNuU1bT8RCGp { width:12.5625rem;height:4.125rem;top:40.625rem;left:29.50048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxXEUdwLunFNfHonCty94aDiZkU4yo1e { display:block; }
 }@media only screen and (max-width: 763px) { #s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 { display:block; }#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mveVuB1uMx8GzhSirp9Kf7vdAMPGu7bE { top:3.75rem;left:3.5rem;width:8.8125rem;height:11.294716048339rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgtkPTUq1TTilpGtSSnSdoPESknPQKy { top:16.3125rem;left:0.125rem;width:15.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC09e7rJWc2Hwu8WXZDEn1fND4Ml5G4S { top:1.6875rem;left:19.125rem;width:9.25rem;height:13.906290270619rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTmRLXISySHeOTyP2U1h2TqpKggW6cm { top:16.375rem;left:21.625rem;width:4.375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF3E86zyBvpz1CUX6805bLlgUUfI44Mm { top:2.3125rem;left:35.4375rem;width:8.5rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEuw6PHvZUbXevncWJbGVXxBcFMGyyH4 { top:16.375rem;left:36.9375rem;width:5.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywRo5dcBcwHh7eQt6XrbdPqkA8SimM1Z { top:0.6875rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVOO5dmsJRedRoHugrQ1LncvfZsFttdl { display:block; }#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZkH4a8bcSUZ24qT222J7hQn4kEor4Dd { top:1.5625rem;left:7.3125rem;width:9.1875rem;height:12.97409389443rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsXFc5Ul5wTSgeoDoI1i0vpJskpDDkJZ { top:15rem;left:8.9375rem;width:6rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQQGgSWUdOmGelMTZxblTKwrVFbVp5N { top:2.875rem;left:28.06201171875rem;width:15.4375rem;height:12.823000338721rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAOyUtEctOuOJlO3xzxRK6LDiIgnKDqE { top:14.5625rem;left:26.50048828125rem;width:18.5625rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewmOAVh6nr6TaMrTCSpfp7pMs2eC8xEs { top:6.875rem;left:0.8125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcVRr2HyTD1ZxIfziAC1SqQQLkwPBptn { top:8.5rem;left:2.4375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHgae97zD6NzPuOHJKgAwgxtWEihOtTS { display:block; }#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu5fQsaRwMC83sPRuRkkNr8VToH6OTob { top:15rem;left:0.093017578125rem;width:15.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeahHdwvM5BryWV4EVG5T23XKk5SfQ5 { top:15rem;left:21.593994140625rem;width:4.375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxKCqcPAremWPXEukhcsmhOKlnQeFF1p { top:15rem;left:32.46826171875rem;width:14.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPUicKCCuFZqL4QmP5G0EpBM6VWSXLR { top:0.0625rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdTs4IsHUvqxqPb9iv7qlkxDGNkQKi5 { top:2.4375rem;left:2.031005859375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMNuQXuNSTwuKR3zzutnAVTX5rcNP72 { top:2.4375rem;left:17.90625rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0xTpF6152ngBP9AJF2tJl6pTCLvgIM { top:2.4375rem;left:33.78076171875rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWM42pC2DvhToT6gyxDVEGx33dkJ3Dlh { top:3.25rem;left:2.841796875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfqdovvMOq7AhkzRNKWZ0MEVGXqdDC9u { top:3.25rem;left:34.593017578125rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZttAdsAdZibApkCaDLPTZOUvnHNetB { top:3.25rem;left:18.718505859375rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axasoFAfyk7W9qnx4urbHXVPkDACtrkB { display:block; }#axasoFAfyk7W9qnx4urbHXVPkDACtrkB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoddWWy2BSMXhNRbXSBuPRPE1UG6OxNF { top:13.5rem;left:10.15478515625rem;width:13rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THav9apkNldHxvk4r7piPRWaTNoC75d0 { top:13.5rem;left:23.875rem;width:18.5625rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTg5c5vzIcxXt2A96hMcJxe1ql0gwDCR { top:1.6875rem;left:10.77880859375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1FCb5PlaUDnQEKdI2Vdn5nJNq1V8IBU { top:1.6875rem;left:26.029541015625rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtWrtshpXIShKw67pRIubhc6bnC0s9Kt { top:2.5rem;left:11.591064453125rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P4H0RbNTHfJ2SxU0aDK18QfrtrFTPJ { top:2.5rem;left:26.84326171875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW { display:block; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znWXNNgHNVzTTAyL720cCx14OqBlOBwP { top:1.625rem;left:11.3125rem;width:25.125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6w3xXAJmFKLyTuVrsKiCFF0xTCRl1J { top:2.625rem;left:0rem;width:12.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpbd3bsXwyFrRJnllds7J9SiJcUTCQFn { top:2.6875rem;left:35.1875rem;width:12.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzF0LFBqog2nIE7ns1i4I7SmeoHEgTqM { top:6rem;left:8.81201171875rem;width:30.0625rem;height:18.399013444541rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTT00ZNVFO6Srl8sMvdA9GTg4KG1cJy9 { top:4.3125rem;left:15.0625rem;width:5.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 { display:block; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzsGNNXJTGgCUX90SNa7Ge4uQlOd9d27 { top:2.875rem;left:14.437744140625rem;width:18.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r { display:none; }#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MmRb3hLGSiw0rFMz62A85O608PmiIKh5 { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbtoiOFdRp6xomTe43pGABlZppqCp4Eo { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOMaVTFS9ESfgQCTxZ7ZR543STOW58D { top:2.25rem;left:20.5625rem;width:27.1875rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQdDxhiIv0slTU551I2Vz70sKQnTyaS7 { top:3rem;left:21.8125rem;width:25.5625rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6pE1kFVc2E6xlHq4yddr14xbZQxfc5 { top:2.6875rem;left:23.90625rem;width:23.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saWPU6Rcm1wda4TNCPgBl9NOIIZTS6uJ { top:17.375rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47SOSfD8k4g4PdMzckIQWyLdRsGetoK { top:20.125rem;left:0rem;width:16.1875rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGaDyFCCCLz8Wn6s3dATNHm7oZ0VChL6 { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCSf86U71JmpX4wdo89m2NAZaiuz3nS { display:block; }
 }@media only screen and (max-width: 763px) { #yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew { display:none; }
 }@media only screen and (max-width: 763px) { #z2Ot0phTZCTW4Bre4lvecqJB793yiweo { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUQ5Z5xVUzdECVHpiD50cdJ3oNlLHWFr { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI { display:none; }
 }@media only screen and (max-width: 763px) { #AqTJZ8CtkesxE9Rx8hpCOwu03EDDtATT { top:67.1875rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkJ67dXNieJuPEmPAsLLEAUxhGloNXRf { top:70.375rem;left:0rem;width:15.8125rem;height:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSQnp4exXFozFSnSbcrysFUFGlAo8aFH { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRvpShTs5ZU7f9yqm6PIQA0ixgp0RhHu { display:block; }
 }@media only screen and (max-width: 763px) { #sTtIJBsTkXn79zU6hFtfGaLCITT3MuJq { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1cd7Jgi7a89EpO1kpCnWTnrlPkwQDrI { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac { display:none; }
 }@media only screen and (max-width: 763px) { #S4nSvApNvGKRG5wmqo2RyTLTGdfNRG46 { top:122.1875rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOCJVObkcsq6EG41NBBOTobSDlVFohlu { top:125.8125rem;left:0rem;width:15.8125rem;height:19.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfgqX78X2EFdxdVxvs2rEH78CcDza0nV { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvyTszfW6w2khuuZdxgBTVn4isgtzrI6 { display:block; }
 }@media only screen and (max-width: 763px) { #yOuDxiO8lBI06OtJXE6a7sHkUTkUhUZc { top:2.0625rem;left:0rem;width:27.25rem;height:46.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkkKLU6Vy8X6P9m52o0TZAHzyXGr78es { top:2.6875rem;left:0rem;width:25.625rem;height:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd { display:none; }
 }@media only screen and (max-width: 763px) { #txTIzO0QMIZAoeZg9GTtfE4TxX3ttLPb { top:177.375rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4N3P6zImhShZoDGDbOeCo6xfP2rMbqJ { top:180.6875rem;left:0rem;width:15.8125rem;height:20.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1BVLdIa2kFbQm0Uv8NHNvgDqOW7F8Qx { width:12.5625rem;height:4.125rem;top:40.625rem;left:5.62548828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9GgzeIAm6Kg4EhPuWmbNKMVqrmAnaa8 { display:block; }
 }@media only screen and (max-width: 763px) { #dC9GST8Tee0zmIlsSwR6BuJRkU441qvW { display:none; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 { display:block; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEVKpbqf8JqvplWxqhqz4Q8xrdGA7Ulp { top:1.9375rem;left:0rem;width:27.25rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIfngqi5tRpOHCmmBO08qIxyA4wVxiFi { top:2.875rem;left:0rem;width:25.625rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coCpzxdFVFlE2GoQqdJZ9Ry1iSe2U96M { top:2.625rem;left:21.75rem;width:25.625rem;height:65.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTu0ozddErrfUTlKktyPRrHg2Eg5JbL { top:1.9375rem;left:20.5rem;width:27.25rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG { top:2.9375rem;left:0rem;width:25.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm { top:2.6875rem;left:21.875rem;width:25.875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srq9WviQZEfbnkzt41wAgJpRSHuSB4qF { top:27.5rem;left:0.99951171875rem;width:21.8125rem;height:24.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1CV0eQ8DZxyBKQR6v6KeIiUyKWraDv { top:24.25rem;left:0.99951171875rem;width:17.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P28xTAawxcM1LKdZCDSpWJ6Qqz28NAFs { top:24.25rem;left:24.87451171875rem;width:17.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfD0kioALDRry0IxXXJWIOTQzrdEufTm { width:15.4375rem;height:4.125rem;top:61.4375rem;left:4.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaRVfPLqv3oosfsL7F0Lv85EHOVilKt { display:block; }
 }@media only screen and (max-width: 763px) { #iSEUXiX9l1KmFrTTddZ389o4M3xTDMyT { top:27.5rem;left:24.87451171875rem;width:21.8125rem;height:32.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbI5ThDNmRWs7IbKcufK5sEtpyltIdy { width:15.4375rem;height:4.125rem;top:61.4375rem;left:28.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A95JysMMA62izoB2UABOCLFoC65w2NAN { display:block; }
 }@media only screen and (max-width: 763px) { #F4lidFVk4ZV5eCAmZax8MFy9qp1eEzrX { top:71.0625rem;left:0rem;width:27.25rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Wxud1g6lxCsRy8eCGFCt60NUDPXNwJ { top:72rem;left:0rem;width:25.625rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid { top:72.0625rem;left:0rem;width:25.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLhCMbUOATGWVUrSa2I1xJrc3me4UA1 { top:93.625rem;left:0.9990234375rem;width:17.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLuxs2aakPR4AUgtZbKyn30XEy8Om3bl { top:97.1875rem;left:1rem;width:21.8125rem;height:26.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0qc6OqH2a8opvds2PnayGAswcRJdaxy { width:15.4375rem;height:4.125rem;top:129.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOBTl4MeU8XGQGnxzfT2nd1mATHH3mn { display:block; }
 }@media only screen and (max-width: 763px) { #Fa4L3MheayCslThHrdivbrTZS8fCJkMb { top:71.0625rem;left:20.5rem;width:27.25rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK9NiTih8O3OMxUWNEu6ToJbrnuJ9J0i { top:72rem;left:21.75rem;width:25.625rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WEH0raVyKlqOBVfRUbNegBMDefENau { top:72.0625rem;left:21.875rem;width:25.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHWylRq2LQJlSaa37AMOCa4k3hSEsDHk { top:93.625rem;left:24.8740234375rem;width:17.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0ea1JIxZy2nPz1STBat6DoUVzrr9DZ { top:97.1875rem;left:24.875rem;width:21.8125rem;height:27.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTRcsQBM0cXJF1EX8sGLSpmPUS0RDru { width:15.4375rem;height:4.125rem;top:129.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TBqbvMdT0leaAtTuCabpIrBJhcTm6E { display:block; }
 }@media only screen and (max-width: 763px) { #s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff { display:block; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpUl5c2ZQLRXiKis3JbGg7vdGl3H7GSr { top:2.5625rem;left:10.9375rem;width:25.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 { display:block; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg2fAxhDuD5Js4A1sxu4Hp6mbeT3xp8F { top:11.5rem;left:3.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKyRfatxS1F5tipnbfgq23cRGpAH6svR { top:11.0625rem;left:2.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPeavHPGB5gX2rovE1Akl3vonUHIrpvb { top:7.0625rem;left:3.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7CHi5D90aTtyC5eoSBR5ZQDFA9LAWOc { top:6.625rem;left:2.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84U9MenoFD52zpTuzZMUIzGKGimcAE6 { top:2.625rem;left:3.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg93ykJGxZLTDNsL0dGVvOK2shENeNL { top:2.1875rem;left:2.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1OObda1OmiN7rnUoXXa1TIFOIz4vFmT { top:15.1875rem;left:2.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDprvfO9y5RLtTchyCeIpQxKTQ8Br1n { top:15.625rem;left:3.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJ5Kuc921zGOKTNGsGf5aIt4XX2cy3t { top:2.5625rem;left:8.43701171875rem;width:28.5rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNFxMCkSCKokkOXInLorFdJEKBlvJeGi { top:7rem;left:8.43701171875rem;width:26.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O097b8kN8Kz5pZu20NhDRUQ2nVVz7FGr { top:11.5rem;left:8.4375rem;width:36.4375rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwV40zaSVoSE61gG7bNmAoTlWEyr93TW { top:15.625rem;left:8.4375rem;width:32.75rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ike7CmTOUDpHtISxzp25fwrvQ03ykoUH { display:block; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHNO76ehC2LeTRoCWxKMnxhSwdZmb6EB { top:2.9375rem;left:11.3125rem;width:25.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB { display:block; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1mcSSonQIUUIEu475QUJGw1JQ6lxRNL { top:5.0625rem;left:16.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbTkWP4b8BpPvsAUuJC1NEXdObNTyM5v { top:5.0625rem;left:19.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTHPq5gzsLHQ95MG2zF6c50ZyfnXhIy { top:5.0625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnzmucsbT7uXM9TLSWVasJyy0avQSKKk { top:5.0625rem;left:25.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHmMKCJ3sPqGItc5Tv7ECfLTJEO5Zsb { top:5.0625rem;left:28.5rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELgAg2iGcD4bEir4BkrmiLkZTJPWUeVb { top:8.1875rem;left:13.875rem;width:19.9375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSByUBXpVXT0t7mCcIAIXh9TTTi8vz8y { top:3.3125rem;left:0rem;width:47.75rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6tAfoCn3EEKe1LyIQ6eSxNG7o9SxzPi { width:23.4375rem;height:4.125rem;top:36.125rem;left:12.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfnF1hcb4sSbtcfV4ZgiHORuxHlD7qWp { display:block; }
 }@media only screen and (max-width: 763px) { #A6MbeWkAvgNfEetlTkQfauXFcMhqCx6k { top:12rem;left:1.375rem;width:45rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuQuzaRqxMneaIx8qiEInz72gEmi8Mf { display:none; }
 }@media only screen and (max-width: 763px) { #C2i37hZhsoH1OdcswHGdvyofgoK9Azfv { display:block; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwOhbyDodmoyKyP4XGq2rQfsR1hha0on { top:2.875rem;left:17.21875rem;width:13.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TTgBVHuV8A0bRff5uKTy0TFhVPwess { top:0rem;left:34.5625rem;width:13.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnm4BA3ThN8HAvwgkmTJOElGH3kOfEwQ { top:8.75rem;left:11.3125rem;width:25.125rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 { display:block; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1zJ0mF4Lq0T2fmGICtE4yIdz0TbEALq { top:32.4375rem;left:0rem;width:47.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogULKOO6F1cLVdpv9JPvebAi6W6H5cE { display:none; }
 }@media only screen and (max-width: 763px) { #VazRcC43Jc5hN1I3Q7EUnpwF15zxy30g { top:9.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs { top:10.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
#yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #Ci9py2rasxcaIPaBnOiKFNl2iETGDQTO { top:10.375rem;left:3.0625rem;width:8.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpH5ODoGGzot8Lm9H2luBNdl33cr1rQ9 { top:15.75rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ { top:16.25rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #KrHFMXdG1GStoQ6tN0zAT3sQEeRXlALD { top:16.1875rem;left:3.0625rem;width:9.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPbwCm9KH8ADlXirP7l3qX52gzwBrTl { top:3.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvSQglavZx54HFUiGxobOAzvTPtDfDP { top:4.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfMXs3dunsv25x6T4qI8xpqMGvMy92v { top:3.625rem;left:3.0625rem;width:22.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGHH68MlVFmktiPIyIVVm0kzsXRMOuhC { top:3.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST2OEvv4GtzLACpwyZPuSITtMiDyAeCQ { top:3.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWthnwWFQCMot0vfL2TFw3GMhAWA8hQz { top:21.375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG { top:21.8125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #xP8vCRS3Ux9gqLuulsT6AfDKkuQQqLzh { top:21.875rem;left:3.0625rem;width:9.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6J1XfsMJbSctTtkoBdOq4D6uiM4nyI { top:26.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKgdsphx87QSGVFuBqVcZMKp4Gbe2Nv { top:27.8125rem;left:3.0625rem;width:9.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu { top:27.25rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { display:block; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpTbIc05Gc5G8zzOhAiMna2tyD18T1vb { top:0rem;left:0rem;width:10.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC { top:13.5625rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
#lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ghZnvHn34mLXSoCk8uvmQvobWvxFvP7p { top:14rem;left:29.9375rem;width:9.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJn8Lr1Kcy58mTciZh3wsfs0sERDT5z4 { top:5.625rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZ7FxiRIJWE3bWDVxr8DEcSRBSbQnRK { top:5.375rem;left:25.6875rem;width:22rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S84bsMHBbdAeRhhSOThwZ9t36wFSGExL { top:9.625rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
#S84bsMHBbdAeRhhSOThwZ9t36wFSGExL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #P81A9ATMDNxSCFvSra399ZwM8xPAR7NW { top:9.75rem;left:29.9375rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3FiDCSgHZVTME7xsVLUEd4eo0fgUSc { top:2.625rem;left:15.0625rem;width:3.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfNEbhQFZly4n7lqgiVMPOTm9li1wz5F { top:4.3125rem;left:15.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7TRQMRO7QfyO2Ut3gPwTOI8TlttAxOy { top:5.5rem;left:15.0625rem;width:3.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJL1s65EDTacD61m0Hw2i0S73zi1Q8Vy { top:7.5rem;left:15.0625rem;width:6.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24DQkiFwAVaU4oTgbI7x9JHZMAI9BUm { top:11.1875rem;left:15.0625rem;width:9.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LGV7D7OVwiSdaMBTMSH2cSEZ2EnETo { top:13rem;left:15.0625rem;width:9.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwh2FWblrxGAyoilqBKFtDqwTFdZ7DO { top:14.9375rem;left:15.0625rem;width:9.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMImfNZW54uu7hRCzqQJJTRvcslenHxq { top:4.25rem;left:27.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Jw7HyMcAQ2c1x5uXHfFMT9dukEe2W6 { top:2.5rem;left:27.375rem;width:5.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkwAWIcpg2oEgI4Tk8QwPBBDmZQRyul { top:10.25rem;left:0rem;width:14.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ { top:14.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #LOTBhzNDE3kI9rpM6WErX6SzzGa2ElzT { top:14.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ail5xwmxl5xBVPtCJlRXgubZMFZBBbs2 { top:14rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX { top:14.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #zDmccNAc2MeFVp7UkwGN4P68dzWoQ7UA { top:14rem;left:2.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq { top:14.375rem;left:2.875rem;width:2.0625rem;height:2.0625rem;display:block; }
#mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Gl4LIIMB7hTFlTogl0sMnyTE1BKaAVR7 { top:14rem;left:6.6875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 { top:14.4375rem;left:7.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
#JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #iGgUgGt2NoUeUnXf8HwocIINt7nAW04s { top:9.375rem;left:15.0625rem;width:6.5625rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 { display:block; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW3EIHR3UQGSdVk4PuGWWsEMHwiPeDLl { top:1.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ { background-color:transparent;background-image: -webkit-linear-gradient(125deg, #e2871b, #fdda00);background-image: -moz-linear-gradient(125deg, #e2871b, #fdda00);background-image: -ms-linear-gradient(125deg, #e2871b, #fdda00);background-image: -o-linear-gradient(125deg, #e2871b, #fdda00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2871b', endColorstr='#fdda00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2871b', endColorstr='#fdda00' );";background-image: linear-gradient(125deg, #e2871b, #fdda00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container { background-color: transparent; background-image: none; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container > .video-iframe-container { display: none; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row > .video-iframe-container { display: none; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .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); }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container { border-width: 0; border-radius: 0; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssTQylB7IsGk1LWDCf2mtftIZHONP4eQ > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMIH2KKIrL7Se6ny5T5UE0J4rSscozyR { top:0.623291015625rem;left:1.31103515625rem;width:17.3745rem;height:14.87475rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cuiymu1TGXHe9csILTVl6DScd3KbydyK { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f69d1820-5f2b-406e-bc37-dade66425b1f/chopptiozaopreto.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK.adaptive-delivery-prevent-bg, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyload, #cuiymu1TGXHe9csILTVl6DScd3KbydyK.lazyloading { background-image: none; }#cuiymu1TGXHe9csILTVl6DScd3KbydyK > .row .container { width:20rem;height:33.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZNANOgk6iw7aLa9i9fhfMc0Ps4PJlE6J { width:12.1875rem;height:5.20019375rem;top:3.25rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZTQmFoKkLhnnaCMO8pwWGwT28dfcJSa { width:19.99875rem;height:9.89645rem;top:9.925048828125rem;left:0.000732421875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKzg1E5hi2D3t0rlhb4Jp3MVxMuc3X8T { width:11.25rem;height:3.1245125rem;top:22.625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvREzMt0qy2zefIPN4pO4M8JWSOBkwcT { display:block; }
 }@media only screen and (max-width: 763px) { #OPszB0y57FpGoT9MoMxgWcTu7nuACkXu { width:19.9980625rem;height:26.0625rem;top:1.125rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #EmTPrebT3BDUv9BJdOOt3sMJNpcgV008 { width:12.1875rem;height:3.89795rem;top:30.04393984375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6fM6d2JJMcqqATb2C2E9nCMihCelNHh { width:3.5625rem;height:3.5625rem;top:25.23143984375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtxnyJX314lAmP6fCsNrawdvi3JMxmls { display:flex;width:2.8125rem;height:2.8125rem;top:25.60643984375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #OqLaWIuJHqiGR3G8eaMEfHouxEBAU0hV { width:9.75rem;height:2.5986375rem;top:21.38280859375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6yR9A9lBM3J1SfxiuackPhhAVMOHQJ { width:3.5625rem;height:3.5625rem;top:16.57030859375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfyZaG1reZPGHt6A17xb9NBaX17GXft { display:flex;width:2.625rem;height:2.625rem;top:17.0698203125rem;left:8.687744140625rem; }
#TJfyZaG1reZPGHt6A17xb9NBaX17GXft > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #G8Sn0VeatEdnt17fZFtC1fXMgCfceBS3 { width:8.0625rem;height:2.5986375rem;top:12.72167734375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z { display:flex;width:2.3125rem;height:2.3125rem;top:8.47167734375rem;left:8.81298828125rem; }
#O8XgTFRouwZ2Dg4Ael5Aprwsi7Zv161z > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #zm3ofdEZtkrZ9X3rhJs4BPloKAeRLlTq { width:3.5625rem;height:3.5625rem;top:7.90917734375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHzeG8o7S1b9IR44ZZtvuTWqpHnK07N { width:6.625rem;height:5.6968435688914rem;top:0.96240234375rem;left:6.685546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { border-width: 0; border-radius: 0; }#cO8qbfDwQDbSPBkK5chOkkaeQL3C2Ui5 > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxgaLbZ1U8TZfyrXe2gT7rsBv02DmfUw { width:6.625rem;height:5.6968435688914rem;top:0.96240234375rem;left:6.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 { display:flex;width:2.3125rem;height:2.3125rem;top:8.47167734375rem;left:8.81298828125rem; }
#DFOTzIMvJh2W6tMJWfrBMJDJtsBymf30 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #iMeT6ebM6cMnFTolshFsZv3QSRJbZf9q { width:12.1875rem;height:3.89795rem;top:30.04393984375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wzsy1Mn19htJT0T59gL5T5pVRIal39Xp { width:3.5625rem;height:3.5625rem;top:16.57030859375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 { display:flex;width:2.625rem;height:2.625rem;top:17.0698203125rem;left:8.687744140625rem; }
#mpPKTvTPJJFEZqRTAwA6DJeuP7KktJ07 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DwxCJi1eml3xSskKKPH229KP9HW3xumE { width:3.5625rem;height:3.5625rem;top:25.23143984375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLgOBMr50TfVv8kSHZgK5y7RC0rDEpf { display:flex;width:2.8125rem;height:2.8125rem;top:25.60643984375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Ba0QbNZnytKol1bxnui9BGLHM6WghRN1 { width:3.5625rem;height:3.5625rem;top:7.90917734375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcK8pqKuuUI6S7mdUH69Jtes3N4OShZs { width:8.0625rem;height:2.5986375rem;top:12.72167734375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxWBcBoMrOhdQ3gM8zmSoOkP8hCzdMh { width:9.75rem;height:2.5986375rem;top:21.38280859375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLRLxa00WLur9MqTwtVTOk72ayn41hMc { display:none; }#HLRLxa00WLur9MqTwtVTOk72ayn41hMc > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zbaPwVMlooy4GbUoD461lO7hOOMwlrND { width:5rem;height:2.1875rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5hhhBDITIhnqUDQtaTAaVOHp7rz2DVC { display:block; }
 }@media only screen and (max-width: 763px) { #v1iePRRs9fZNdOVrChAQ2ZDkbJBJTqSi { width:6.875rem;height:2.1875rem;top:5.8125rem;left:5.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lkw6r7B8ezvzehfmrgQ2Ng867HJmvNmE { display:block; }
 }@media only screen and (max-width: 763px) { #u8p6f2DDkpqcaURsTw4hbgqywoyigIeW { width:0.3125rem;height:0.3125rem;top:6.75rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExwuSUZwulkBHpHvfp0iSAIszUc6kiTP { width:6.25rem;height:2.1875rem;top:5.8125rem;left:13.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9gJdF9GoJsurIT7zvkVlQDqPCxlJILC { display:block; }
 }@media only screen and (max-width: 763px) { #xyHXsfyM0tlyh61NMWTlPGSRhiAOb18O { width:0.3125rem;height:0.3125rem;top:6.75rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHZpuWpLdKAcAWCpqD8G5J6LEoQTynBu { width:8.25rem;height:2.4375rem;top:10.8745125rem;left:5.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1ggTB9QH3V0kRImTR3kTsmD7p2VT2xV { display:block; }
 }@media only screen and (max-width: 763px) { #KT9zK7sqE8BHZT1vKwZdO6Q5KXaSbHi1 { width:0.375rem;height:0.375rem;top:9.2495125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW0TV6k8Tr6zWZNvyrUKEVV2DHkaqTTO { width:0.375rem;height:0.375rem;top:14.5620125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2T1ZZKSkTmVWrT87DanTpKADRRr6G9F { width:8.0625rem;height:2.4375rem;top:16.1870125rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGNSOfXIsyVsXgVGOmCPlmXO7kfy3FEp { display:block; }
 }@media only screen and (max-width: 763px) { #pW7Zud3wSGFqXT4k0P3RI7k52nWgzBvO { width:0.375rem;height:0.375rem;top:26.8207984375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMhrJsVFDol6B0LtRasA44pbVK7BKic5 { width:7.5rem;height:2.4375rem;top:1.0625rem;left:6.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p74eV0dXv7ih9KpFJl0ScfV7CbWNNmMe { display:block; }
 }@media only screen and (max-width: 763px) { #raTsz9TRqq369B9nGApQPcwQNK8l2MLc { width:0.375rem;height:0.375rem;top:2.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8eb3d4bb-55af-419a-a961-dbadddc2f4cf/IMG_20250524_224001.crop_2245x2258_0,271.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.adaptive-delivery-prevent-bg, #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.lazyload, #bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX.lazyloading { background-image: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { background-color: transparent; background-image: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container > .video-iframe-container { display: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row > .video-iframe-container { display: none; }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .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); }#bR8wUTLaBa5HGUwqcE6U83Qq4Ww4TUcX > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq0kBxJE1QwTq2vqblRQwgNp9iBZhVMH { width:19.9995rem;height:2.6001rem;top:3.936767578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5V7PaSpErBVgHsViEaFHLXSNByhsyJM { width:18.5625rem;height:9.89645rem;top:9.20654296875rem;left:0.7177734375rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g4UU0VwMxT7nxsaNZqVgc92hIcpl513G { width:11.25rem;height:3.1245125rem;top:21.749267578125rem;left:4.3740234375rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #uL07gXmUtJcTs53HN9KqkdGBRyPZSJOR { display:block; }
 }@media only screen and (max-width: 763px) { #niTQUUKvklAWGvmw6xx8cKChWATBK8Ho { width:19.9980625rem;height:26.0625rem;top:1.125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 { display:block; }#BBnkH20vynV8NHSR9hVsrb4DwT2dhZJ4 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT2PTKqgVP2PRkCnMBP89Fn8lTilsHTD { width:12.62475rem;height:2.6001rem;top:1.23046875rem;left:3.685546875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg { display:block; }#SF1pD3nErIOD0kpJEX8sHC5GPKOh1GTg > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoLOeTcQExnFREVOTuKKrDrX9KrpHccx { width:19.5rem;height:35.4375rem;top:1.890380859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo { top:38.044189453125rem;left:0.9521484375rem;width:17.625rem;height:17.625rem;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e7b910f-d1be-4292-976f-8536800c53e7/choppdotiozaobeertruck.crop_898x934_0,119.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffc03a;border-left:0.25rem solid #ffc03a;border-right:0.25rem solid #ffc03a;border-bottom:0.25rem solid #ffc03a;display:none; }#tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo.adaptive-delivery-prevent-bg, #tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo.lazyload, #tE1JntK1kZuGgpRNa0WRsX6eVKPsL2mo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SLrnJ3klNaVb8NZLUl0CRA8mLI48N03O { width:9.5625rem;height:12.43725rem;top:41.96630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCRTyRCCuFQ6ia4N0lwaLkTicEurvxD { width:9.312rem;height:12.8745rem;top:43.090576171875rem;left:10.688232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwJexPdgiZyt9Wuaq5mNfTENFtqNwwu { width:9.06225rem;height:14.3745rem;top:56.46533203125rem;left:10.93798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXL2lQzd1esw8aJyM6Sdo7csG6lz7UZR { width:9.5625rem;height:7.875rem;top:67.83837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxM4IJOAEEMBX3vVzH50iwSkgg3bl2J { width:10.3125rem;height:12.1875rem;top:54.9638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSJAmE3ClXBcDhbImHHmasaFUbrEiMZ { width:14.37375rem;height:3.1245125rem;top:37.327880859375rem;left:0rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #nowQl3g5Xtp3pqSqSseuZ2ctf5vhd59G { display:block; }
 }@media only screen and (max-width: 763px) { #PCVxEvXlKrIF0WNGzx3dhDhadSMyLcsI { top:76.890380859375rem;left:6.87451171875rem;width:6.25rem;height:0.25rem;z-index:15028;background-color:#fdda00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ { display:none; }#EQNdTwafLlTc5bHqeAFvhn0gSKhKDwhJ > .row .container { width:20rem;height:65.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iqTHBtOAN3wNQv4rTRT5kTLG5hT0rFq6 { width:19.5rem;height:35.4375rem;top:1.890380859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZprp2OoF059nUbF3vVaxVF62rOVPNJT { width:8.125rem;height:15.4375rem;top:54.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWyEnUFfcoaPkIN60TxPe5TDRhDHghDU { width:20rem;height:23.25rem;top:50.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o { top:38.044189453125rem;left:0.9521484375rem;width:17.625rem;height:17.625rem;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e7b910f-d1be-4292-976f-8536800c53e7/choppdotiozaobeertruck.crop_898x934_0,119.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffc03a;border-left:0.25rem solid #ffc03a;border-right:0.25rem solid #ffc03a;border-bottom:0.25rem solid #ffc03a;display:block; }#MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o.adaptive-delivery-prevent-bg, #MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o.lazyload, #MTcWgcF0dcbBEp5zPbMLOTHdxU6geX0o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { display:none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk { display:none; }#t7DToU8ucrDMHdeL2mMl85l1UIm8GJQk > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owyQaxeEgGoqyS7JVi77JfIDODrGDGSy { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSMDetanLV3DHWSG6sVsf8yWgJECvLl { width:20rem;height:0;top:8.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvRbpkfaTklUehLwbIHWX5T7hSvKgJtN { display:flex;width:3.375rem;height:3.375rem;top:4.125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd { display:block; }#LQVTQekaJx8HoTo8ivqHNJIzxfKdfhRd > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uf578C5bif95o7UDrqnHUzXnHWKDFFcW { width:12.4358125rem;height:2.6001rem;top:1.667724609375rem;left:3.781494140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQT2tN87lLimvXZNsS2EUGMD2JsOtpk { width:19.9995rem;height:1.29980625rem;top:5.329833984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu { display:none; }#wBlqAACzfiMgQ1H04p0nfB3BxtIKO2pu > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e { display:block; }#a1zDxvbRunbfTB7sbwpgqp2T9HE0cs6e > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U22zPX1DPgQMMmd1TDDsG6ICqhkXWBu5 { width:20rem;height:32.9375rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF7tgxc8QngorW6wT7lHxxczpCmUckF { width:18.5625rem;height:30.99975rem;top:2.02880859375rem;left:0.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okBVug4u43KksQ0HyUTBa68f0vonHOwo { width:20rem;height:46.125rem;top:48.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7CXowrGmio67UzgKak9lywrXvfcEHTl { width:19.625rem;height:44.4375rem;top:49.376708984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKDiL4aEHDyh5ylh8nHAJ9JytvdcQLpw { width:14.5rem;height:13.625rem;top:2.93408203125rem;left:2.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwHxKSvXmxvxHQunT925TniTFdEVwW2 { width:19.75rem;height:18.5625rem;top:49.092529296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNhZRK6hT2ECaJd4lUI7W8hBQAJD9afN { width:3rem;height:3.875rem;top:10.672119140625rem;left:11.542236328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1izcE6s05Oruo8nakEX8K6FK2bCVRxE { width:17.0625rem;height:1.29980625rem;top:17.423583984375rem;left:1.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJuywg3RNguKGtBEBnb8C2NWMNNmVDpW { width:13.5625rem;height:6.8246875rem;top:19.673583984375rem;left:2.8740234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX4rWKRI5W3Jka5tnJk40TqVATrBsnyZ { width:3.24975625rem;height:4.93725625rem;top:44.19580078125rem;left:11.635986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyterbR8TZVEqZyzGHtZVI24QHQUlfs { width:17.0625rem;height:1.29980625rem;top:51.585205078125rem;left:1.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGbmEW5BFfsM5PnZAmWQNpxtX5EHXPJ { width:9.687rem;height:2.87475625rem;top:28.667724609375rem;left:5.155517578125rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ITrSKgUHVFZEN3PdeUucTeh3CGrhWGmE { display:block; }
 }@media only screen and (max-width: 763px) { #wwcZkzfNZ2yQ9zORvkG7PlXbeirbxFDr { width:16.2495rem;height:5.68725625rem;top:54.8115234375rem;left:1.87353515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKAHXiucWP3uhw2sx7mxE3p8tT26kiZ { width:9.6875rem;height:2.875rem;top:62.863037109375rem;left:5.15478515625rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #dRHmLNZchsnbnf13OUOXPVw3qDSkJcL6 { display:block; }
 }@media only screen and (max-width: 763px) { #gmum86PukQhpuTAcd6ZXGck78eAsypm0 { width:19.9995rem;height:32.937rem;top:35.57958984375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fM5iqgbIvbeWDnrK6z9sHeZMIw7HZu4A { width:18.5625rem;height:30.999rem;top:36.359619140625rem;left:0.5302734375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hcLLXzrTn1t4N5J1A4TwJPhGG1Da3ovb { width:14.74875rem;height:13.749rem;top:36.99609375rem;left:2.624267578125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v { display:block; }#yWZh5fQKAGQCW02eWM9PefeUmMuR2P7v > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pU3vkVaIeH4PzGyQb4vwUXsrviCewRTu { width:20rem;height:46.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELJaTVySbVll1RkbJbtGft6Xn7sMEvCP { width:19.625rem;height:44.4375rem;top:1.87255859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ol91vPuhG7vLCPk7On3FfvVfATviQzic { width:20rem;height:46.125rem;top:48.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KddbH5fGo5w2No5ipQkttmSCvNezmQ48 { width:19.625rem;height:44.4375rem;top:49.376708984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGGPdqBKxMn4ImsCXVIMV4Zd2Qr8F1nq { width:19.75rem;height:18.5625rem;top:1.87255859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qINeZQ1mrFOwdkbNsRIFcTBFARPVDAkK { width:19.75rem;height:18.5625rem;top:52.154296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq0Taxa8nEyEBTXQ0osCMEXqPSUv3oCT { width:3.1245125rem;height:4.56225625rem;top:10.29638671875rem;left:11.90771484375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZtFaqx03SMQUzweWucK0JkwJT37dOf20 { width:17.0625rem;height:1.29980625rem;top:17.548828125rem;left:1.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dty7klI8UAbOqNRxB5TEtF7LaWdmfkk3 { width:17.18625rem;height:5.68725625rem;top:20.4228515625rem;left:1.405517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IKFCEIf4RRWSbfMdXu1lrb1viAWhH3 { width:2.875rem;height:4.375rem;top:45.75rem;left:11.969970703125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iGg8DDiuLkvuyQwuG1zMvr0PyfaHxHEp { width:17.0625rem;height:1.29980625rem;top:52.518310546875rem;left:1.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnls2NvHHBUFdEab3uRVzJFQNx1QBP6o { width:12.5625rem;height:4.125rem;top:27.892822265625rem;left:5.18701171875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIVgOfWkV9sR463SfuKZ3LuTCOvTEVOz { display:block; }
 }@media only screen and (max-width: 763px) { #TN01qpsr2lAT6dx9vAau4Xvga8HaGzWG { width:17.0625rem;height:5.68725625rem;top:55.20556640625rem;left:1.4677734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7vBT97iMUo6BBrpOkAxkbKDd60gMGy { width:12.5625rem;height:4.125rem;top:87.051025390625rem;left:6.689208984375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDLCwJaS3Fkv4zfA1gOzLREH3EyJaaz8 { display:block; }
 }@media only screen and (max-width: 763px) { #aV3OlTxoAHCFGx1knWbaqC6duL1m8Fq3 { width:19.99875rem;height:32.93625rem;top:1.0166015625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FN5v8kVKQ5AFgq8TvLhArpwLFkL4zwJi { width:18.5625rem;height:30.9983125rem;top:1.79736328125rem;left:0.5302734375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kGqI7tWf4s1maei18LcQ1ssEBlVOnfbS { width:14.7480625rem;height:13.7483125rem;top:2.7451171875rem;left:2.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #imSonDfm8OEgdDaNHZXelWkBDlDvbxeG { width:9.68625rem;height:2.87475625rem;top:28.112548828125rem;left:5.15625rem;font-size:1.125rem;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #WkN4GTuUH83CSTTpekMcGHrZworP2LSa { display:block; }
 }@media only screen and (max-width: 763px) { #WRe0fLMZMzgc5tRuIVM8J7C5mSOv2HAE { width:19.9980625rem;height:32.9355625rem;top:35.468994140625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zcm21U8nOfWz99UP29GO7qlsQ5QOliT4 { width:18.5625rem;height:30.9983125rem;top:36.249755859375rem;left:0.5302734375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NCZRMaSkOdGEPIsE6tpxoZc7ATunfLgv { width:14.7480625rem;height:13.7483125rem;top:38.056640625rem;left:2.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hX4cT65WI0ri3hB4LDr1pNuU1bT8RCGp { width:9.6855625rem;height:2.87475625rem;top:62.549560546875rem;left:5.15625rem;font-size:1.125rem;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZxXEUdwLunFNfHonCty94aDiZkU4yo1e { display:block; }
 }@media only screen and (max-width: 763px) { #s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 { display:none; }#s85PBL3EoCiZeIWi6xoVNZScyhGO2IT8 > .row .container { width:20rem;height:54.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mveVuB1uMx8GzhSirp9Kf7vdAMPGu7bE { width:8.8125rem;height:11.2946875rem;top:4.6171875rem;left:5.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgtkPTUq1TTilpGtSSnSdoPESknPQKy { width:15.6233125rem;height:1.86840625rem;top:16.8544921875rem;left:2.187744140625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC09e7rJWc2Hwu8WXZDEn1fND4Ml5G4S { width:9.24975rem;height:13.90575rem;top:19.346923828125rem;left:5.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTmRLXISySHeOTyP2U1h2TqpKggW6cm { width:3.5625rem;height:1.86840625rem;top:33.875244140625rem;left:8.2177734375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF3E86zyBvpz1CUX6805bLlgUUfI44Mm { width:8.49975rem;height:12.75rem;top:37.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEuw6PHvZUbXevncWJbGVXxBcFMGyyH4 { width:4.37475625rem;height:1.86840625rem;top:51.5625rem;left:7.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywRo5dcBcwHh7eQt6XrbdPqkA8SimM1Z { width:9.9375rem;height:1.62524375rem;top:1.24951171875rem;left:5.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVOO5dmsJRedRoHugrQ1LncvfZsFttdl { display:none; }#MVOO5dmsJRedRoHugrQ1LncvfZsFttdl > .row .container { width:20rem;height:65.917725rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZkH4a8bcSUZ24qT222J7hQn4kEor4Dd { width:9.1875rem;height:12.973375rem;top:0rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsXFc5Ul5wTSgeoDoI1i0vpJskpDDkJZ { width:15.6233125rem;height:1.86840625rem;top:13.604736328125rem;left:2.187744140625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQQGgSWUdOmGelMTZxblTKwrVFbVp5N { width:15.43725rem;height:12.8225rem;top:18.87744140625rem;left:2.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAOyUtEctOuOJlO3xzxRK6LDiIgnKDqE { width:16.06125rem;height:1.86840625rem;top:33.336181640625rem;left:1.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewmOAVh6nr6TaMrTCSpfp7pMs2eC8xEs { width:7.5rem;height:7.5rem;top:58.417725rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcVRr2HyTD1ZxIfziAC1SqQQLkwPBptn { width:4.25rem;height:4.25rem;top:4.6171875rem;left:5.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHgae97zD6NzPuOHJKgAwgxtWEihOtTS { display:none; }#hHgae97zD6NzPuOHJKgAwgxtWEihOtTS > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uu5fQsaRwMC83sPRuRkkNr8VToH6OTob { width:15.6233125rem;height:1.86840625rem;top:16.8544921875rem;left:2.187744140625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeahHdwvM5BryWV4EVG5T23XKk5SfQ5 { width:3.5625rem;height:1.86840625rem;top:33.875244140625rem;left:8.2177734375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxKCqcPAremWPXEukhcsmhOKlnQeFF1p { width:12.9375rem;height:1.86840625rem;top:50.312255859375rem;left:3.5302734375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPUicKCCuFZqL4QmP5G0EpBM6VWSXLR { width:9.9375rem;height:1.62524375rem;top:1.24951171875rem;left:5.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfdTs4IsHUvqxqPb9iv7qlkxDGNkQKi5 { width:11.8125rem;height:11.8125rem;top:4.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMNuQXuNSTwuKR3zzutnAVTX5rcNP72 { width:11.8125rem;height:11.8125rem;top:20.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0xTpF6152ngBP9AJF2tJl6pTCLvgIM { width:11.8125rem;height:11.8125rem;top:37.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWM42pC2DvhToT6gyxDVEGx33dkJ3Dlh { width:10.125rem;height:10.125rem;top:5.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfqdovvMOq7AhkzRNKWZ0MEVGXqdDC9u { width:10.125rem;height:10.125rem;top:38.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZttAdsAdZibApkCaDLPTZOUvnHNetB { width:10.125rem;height:10.125rem;top:21.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axasoFAfyk7W9qnx4urbHXVPkDACtrkB { display:none; }#axasoFAfyk7W9qnx4urbHXVPkDACtrkB > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IoddWWy2BSMXhNRbXSBuPRPE1UG6OxNF { width:15.6233125rem;height:1.86840625rem;top:13.604736328125rem;left:2.187744140625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THav9apkNldHxvk4r7piPRWaTNoC75d0 { width:16.0605625rem;height:1.86840625rem;top:30.3544921875rem;left:1.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTg5c5vzIcxXt2A96hMcJxe1ql0gwDCR { width:11.8125rem;height:11.8125rem;top:1.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1FCb5PlaUDnQEKdI2Vdn5nJNq1V8IBU { width:11.8125rem;height:11.8125rem;top:17.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtWrtshpXIShKw67pRIubhc6bnC0s9Kt { width:10.125rem;height:10.125rem;top:1.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P4H0RbNTHfJ2SxU0aDK18QfrtrFTPJ { width:10.125rem;height:10.125rem;top:18.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW { display:block; }#eFkqp6aDJEiUoFqI9E3HwbCztFyXReVW > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znWXNNgHNVzTTAyL720cCx14OqBlOBwP { width:14.87475rem;height:1.38135rem;top:0.914794921875rem;left:2.560546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6w3xXAJmFKLyTuVrsKiCFF0xTCRl1J { width:12.5625rem;height:0.1875rem;top:1.25rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpbd3bsXwyFrRJnllds7J9SiJcUTCQFn { width:12.5625rem;height:0.1875rem;top:2.6875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzF0LFBqog2nIE7ns1i4I7SmeoHEgTqM { width:16.062rem;height:9.81225rem;top:4.060546875rem;left:1.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTT00ZNVFO6Srl8sMvdA9GTg4KG1cJy9 { width:5.625rem;height:0.1875rem;top:2.85791015625rem;left:7.1865234375rem;z-index:15016;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 { display:block; }#PTSR5oLVUGp8WGFgMrJBbTTMnmm14XT9 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzsGNNXJTGgCUX90SNa7Ge4uQlOd9d27 { width:12.4358125rem;height:2.6001rem;top:1.480224609375rem;left:3.781494140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r { display:block; }#cOBqKVPmlqpHm0M14Hryfnk8ZPQiky0r > .row .container { width:20rem;height:217.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmRb3hLGSiw0rFMz62A85O608PmiIKh5 { width:20rem;height:48.5rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbtoiOFdRp6xomTe43pGABlZppqCp4Eo { width:18.5625rem;height:46.37475rem;top:2.12255859375rem;left:0.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOMaVTFS9ESfgQCTxZ7ZR543STOW58D { width:20rem;height:46.125rem;top:48.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQdDxhiIv0slTU551I2Vz70sKQnTyaS7 { width:19.625rem;height:44.4375rem;top:49.376708984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll6pE1kFVc2E6xlHq4yddr14xbZQxfc5 { width:19.75rem;height:18.5625rem;top:49.092529296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #saWPU6Rcm1wda4TNCPgBl9NOIIZTS6uJ { width:17.0625rem;height:1.38135rem;top:17.548095703125rem;left:1.4677734375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G47SOSfD8k4g4PdMzckIQWyLdRsGetoK { width:16.25rem;height:18.19921875rem;top:20.173095703125rem;left:1.4677734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGaDyFCCCLz8Wn6s3dATNHm7oZ0VChL6 { width:12.687rem;height:2.87475625rem;top:43.2919921875rem;left:3.65478515625rem;font-size:1.125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TrCSf86U71JmpX4wdo89m2NAZaiuz3nS { display:block; }
 }@media only screen and (max-width: 763px) { #yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew { top:2.02880859375rem;left:0.561279296875rem;width:18.875rem;height:12.5625rem;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0ed73362-9c09-49d5-b60f-10d8694ae10d/IMG_20250506_114439.crop_2245x1884_0,916.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew.adaptive-delivery-prevent-bg, #yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew.lazyload, #yaIJl2Vt3IoHNO5rSRl01ZVLOxeq1gew.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z2Ot0phTZCTW4Bre4lvecqJB793yiweo { width:20rem;height:53.375rem;top:50.811767578125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nUQ5Z5xVUzdECVHpiD50cdJ3oNlLHWFr { width:18.5625rem;height:51.0625rem;top:106.4052734375rem;left:0.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI { top:51.68408203125rem;left:0.56103515625rem;width:18.8745rem;height:12.5625rem;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2406acb9-1c58-4a2a-9b75-74871da63dfb/IMG_20241201_070622.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI.adaptive-delivery-prevent-bg, #yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI.lazyload, #yJl2v1fLtqDrfyX5ZBG1WCMLzxutlVJI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AqTJZ8CtkesxE9Rx8hpCOwu03EDDtATT { width:17.0625rem;height:1.38135rem;top:67.23486328125rem;left:1.4677734375rem;font-size:1.0625rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vkJ67dXNieJuPEmPAsLLEAUxhGloNXRf { width:15.8745rem;height:23.88646875rem;top:70.283935546875rem;left:1.4677734375rem;font-size:0.875rem;z-index:15008;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dSQnp4exXFozFSnSbcrysFUFGlAo8aFH { width:12.6855625rem;height:2.87475625rem;top:97.477294921875rem;left:3.65625rem;font-size:1.125rem;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #PRvpShTs5ZU7f9yqm6PIQA0ixgp0RhHu { display:block; }
 }@media only screen and (max-width: 763px) { #sTtIJBsTkXn79zU6hFtfGaLCITT3MuJq { width:20rem;height:53.375rem;top:105.4365234375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #C1cd7Jgi7a89EpO1kpCnWTnrlPkwQDrI { width:18.5625rem;height:51.0625rem;top:51.7802734375rem;left:0.53125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac { top:106.4052734375rem;left:0.5615234375rem;width:18.874rem;height:12.5625rem;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3e7b910f-d1be-4292-976f-8536800c53e7/choppdotiozaobeertruck.crop_898x934_0,119.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac.adaptive-delivery-prevent-bg, #KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac.lazyload, #KGH5NhCxRKsMqywFDbwRuN6lHRvEpaac.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S4nSvApNvGKRG5wmqo2RyTLTGdfNRG46 { width:17.0625rem;height:1.38135rem;top:122.234375rem;left:1.46875rem;font-size:1.0625rem;z-index:15008;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOCJVObkcsq6EG41NBBOTobSDlVFohlu { width:15.874rem;height:19.33665rem;top:125.845703125rem;left:1.4677734375rem;font-size:0.875rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LfgqX78X2EFdxdVxvs2rEH78CcDza0nV { width:12.6855625rem;height:2.874025rem;top:151.7265625rem;left:3.65625rem;font-size:1.125rem;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #kvyTszfW6w2khuuZdxgBTVn4isgtzrI6 { display:block; }
 }@media only screen and (max-width: 763px) { #yOuDxiO8lBI06OtJXE6a7sHkUTkUhUZc { width:20rem;height:53.375rem;top:159.9990234375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HkkKLU6Vy8X6P9m52o0TZAHzyXGr78es { width:18.5625rem;height:51.0625rem;top:160.9677734375rem;left:0.53125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd { top:160.9677734375rem;left:0.5625rem;width:18.8730625rem;height:12.5625rem;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/269a454a-2283-41a8-9255-378efdc3cd7b/WhatsAppImage20251103at124335.crop_717x723_0,397.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd.adaptive-delivery-prevent-bg, #grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd.lazyload, #grp4OndtdKEDvZpkRZN7FcXJHDF0gUUd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #txTIzO0QMIZAoeZg9GTtfE4TxX3ttLPb { width:17.0625rem;height:1.38135rem;top:176.921875rem;left:1.46875rem;font-size:1.0625rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c4N3P6zImhShZoDGDbOeCo6xfP2rMbqJ { width:15.8730625rem;height:20.47411875rem;top:180.720703125rem;left:1.4677734375rem;font-size:0.875rem;z-index:15010;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r1BVLdIa2kFbQm0Uv8NHNvgDqOW7F8Qx { width:12.6855625rem;height:2.874025rem;top:206.7890625rem;left:3.65625rem;font-size:1.125rem;z-index:15018;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #x9GgzeIAm6Kg4EhPuWmbNKMVqrmAnaa8 { display:block; }
 }@media only screen and (max-width: 763px) { #dC9GST8Tee0zmIlsSwR6BuJRkU441qvW { background-color:rgba(var(--color-secondary-4),1);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:none; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .row .container { border-width: 0; border-radius: 0; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC9GST8Tee0zmIlsSwR6BuJRkU441qvW > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 { display:none; }#xTbbZJi1yoLNmMo8K6dLsGLVu9qv7Ae4 > .row .container { width:20rem;height:231.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pEVKpbqf8JqvplWxqhqz4Q8xrdGA7Ulp { width:20rem;height:67.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIfngqi5tRpOHCmmBO08qIxyA4wVxiFi { width:19.625rem;height:65.0625rem;top:2.186767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coCpzxdFVFlE2GoQqdJZ9Ry1iSe2U96M { width:19.625rem;height:65.25rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTu0ozddErrfUTlKktyPRrHg2Eg5JbL { width:20rem;height:67.25rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLMWBrMCm2N3WJI6qJSFUAbgZhF6TNQG { width:20rem;height:19.375rem;top:1.998779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlSbLTfOu5LE1qq2lXiSDTtPxFzO4vVm { width:19.9995rem;height:19.6245rem;top:72.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srq9WviQZEfbnkzt41wAgJpRSHuSB4qF { width:19.9995rem;height:14.78686875rem;top:26.8115234375rem;left:0.00049999999999884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1CV0eQ8DZxyBKQR6v6KeIiUyKWraDv { width:17.0625rem;height:1.86840625rem;top:23.531005859375rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P28xTAawxcM1LKdZCDSpWJ6Qqz28NAFs { width:17.0625rem;height:1.86840625rem;top:81.188232421875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfD0kioALDRry0IxXXJWIOTQzrdEufTm { width:15.4375rem;height:4.125rem;top:60.723388671875rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaRVfPLqv3oosfsL7F0Lv85EHOVilKt { display:block; }
 }@media only screen and (max-width: 763px) { #iSEUXiX9l1KmFrTTddZ389o4M3xTDMyT { width:19.9995rem;height:18.19925rem;top:75.186767578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFbI5ThDNmRWs7IbKcufK5sEtpyltIdy { width:15.43725rem;height:4.125rem;top:87.85693359375rem;left:1.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A95JysMMA62izoB2UABOCLFoC65w2NAN { display:block; }
 }@media only screen and (max-width: 763px) { #F4lidFVk4ZV5eCAmZax8MFy9qp1eEzrX { width:20rem;height:67.25rem;top:94.636017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Wxud1g6lxCsRy8eCGFCt60NUDPXNwJ { width:19.625rem;height:65.0625rem;top:95.542267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnwy8UTb2nZEtzTbLwvc3e6nl0ZWTRid { width:20rem;height:19.375rem;top:95.542267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLhCMbUOATGWVUrSa2I1xJrc3me4UA1 { width:17.0625rem;height:0;top:117.16531445313rem;left:2.0615234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLuxs2aakPR4AUgtZbKyn30XEy8Om3bl { width:20rem;height:15.9140625rem;top:120.76004101563rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0qc6OqH2a8opvds2PnayGAswcRJdaxy { width:15.4375rem;height:4.125rem;top:153.04715039063rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOBTl4MeU8XGQGnxzfT2nd1mATHH3mn { display:block; }
 }@media only screen and (max-width: 763px) { #Fa4L3MheayCslThHrdivbrTZS8fCJkMb { width:20rem;height:67.25rem;top:163.13601757813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK9NiTih8O3OMxUWNEu6ToJbrnuJ9J0i { width:19.625rem;height:65.0625rem;top:164.04226757813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WEH0raVyKlqOBVfRUbNegBMDefENau { width:20rem;height:19.375rem;top:164.04226757813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHWylRq2LQJlSaa37AMOCa4k3hSEsDHk { width:17.25rem;height:0;top:185.66531445313rem;left:2.0615234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT0ea1JIxZy2nPz1STBat6DoUVzrr9DZ { width:20rem;height:17.05078125rem;top:189.26004101563rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTRcsQBM0cXJF1EX8sGLSpmPUS0RDru { width:15.4375rem;height:4.125rem;top:221.54715039063rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TBqbvMdT0leaAtTuCabpIrBJhcTm6E { display:block; }
 }@media only screen and (max-width: 763px) { #s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff { display:block; }#s6tOl2BsxaIKxpBDDC5ZPNQW7s1hHUff > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpUl5c2ZQLRXiKis3JbGg7vdGl3H7GSr { width:18.8745rem;height:2.6001rem;top:1.41796875rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 { display:block; }#oyaQsZHHoBkn2lDJmHbzqu07ocinF8b1 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg2fAxhDuD5Js4A1sxu4Hp6mbeT3xp8F { display:flex;width:2.125rem;height:2.125rem;top:22.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #BKyRfatxS1F5tipnbfgq23cRGpAH6svR { width:3rem;height:3rem;top:21.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPeavHPGB5gX2rovE1Akl3vonUHIrpvb { display:flex;width:2.125rem;height:2.125rem;top:11.573975rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #t7CHi5D90aTtyC5eoSBR5ZQDFA9LAWOc { width:3rem;height:3rem;top:11.136475rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84U9MenoFD52zpTuzZMUIzGKGimcAE6 { display:flex;width:2.125rem;height:2.125rem;top:1.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #UTg93ykJGxZLTDNsL0dGVvOK2shENeNL { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1OObda1OmiN7rnUoXXa1TIFOIz4vFmT { width:3rem;height:3rem;top:32.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDprvfO9y5RLtTchyCeIpQxKTQ8Br1n { display:flex;width:2.125rem;height:2.125rem;top:32.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #wnJ5Kuc921zGOKTNGsGf5aIt4XX2cy3t { width:19.9995rem;height:3.73681875rem;top:5.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNFxMCkSCKokkOXInLorFdJEKBlvJeGi { width:19.99875rem;height:3.73681875rem;top:15.385986328125rem;left:0.000732421875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O097b8kN8Kz5pZu20NhDRUQ2nVVz7FGr { width:19.9995rem;height:3.73681875rem;top:26.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwV40zaSVoSE61gG7bNmAoTlWEyr93TW { width:19.99875rem;height:3.73681875rem;top:36.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ike7CmTOUDpHtISxzp25fwrvQ03ykoUH { display:block; }#ike7CmTOUDpHtISxzp25fwrvQ03ykoUH > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHNO76ehC2LeTRoCWxKMnxhSwdZmb6EB { width:16.125rem;height:2.6001rem;top:1.355712890625rem;left:1.9365234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB { display:block; }#G7rRi9fA4Qhct5wsRrit9Rre7axhlpfB > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1mcSSonQIUUIEu475QUJGw1JQ6lxRNL { display:flex;width:3.06225625rem;height:3.06225625rem;top:3.3125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #bbTkWP4b8BpPvsAUuJC1NEXdObNTyM5v { display:flex;width:3.06225625rem;height:3.06225625rem;top:3.3125rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #mMTHPq5gzsLHQ95MG2zF6c50ZyfnXhIy { display:flex;width:3.06225625rem;height:3.06225625rem;top:3.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #mnzmucsbT7uXM9TLSWVasJyy0avQSKKk { display:flex;width:3.06225625rem;height:3.06225625rem;top:3.3125rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #cbHmMKCJ3sPqGItc5Tv7ECfLTJEO5Zsb { display:flex;width:3.06225625rem;height:3.06225625rem;top:3.3125rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #ELgAg2iGcD4bEir4BkrmiLkZTJPWUeVb { width:19.93725rem;height:2.030275rem;top:7.497802734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSByUBXpVXT0t7mCcIAIXh9TTTi8vz8y { width:20rem;height:43.5rem;top:2.529052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6tAfoCn3EEKe1LyIQ6eSxNG7o9SxzPi { width:16.2480625rem;height:3.3120125rem;top:41.3876953125rem;left:1.875rem;font-size:0.9375rem;z-index:15134;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #lfnF1hcb4sSbtcfV4ZgiHORuxHlD7qWp { display:block; }
 }@media only screen and (max-width: 763px) { #A6MbeWkAvgNfEetlTkQfauXFcMhqCx6k { width:20rem;height:21.75rem;top:35.466552734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxuQuzaRqxMneaIx8qiEInz72gEmi8Mf { top:11.67333984375rem;left:0rem;width:19.74975rem;height:11.7495rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #C2i37hZhsoH1OdcswHGdvyofgoK9Azfv { display:block; }#C2i37hZhsoH1OdcswHGdvyofgoK9Azfv > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwOhbyDodmoyKyP4XGq2rQfsR1hha0on { width:10.5615rem;height:2.6001rem;top:1.761474609375rem;left:4.71826171875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0TTgBVHuV8A0bRff5uKTy0TFhVPwess { width:3.75rem;height:2.0625rem;top:0rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Lnm4BA3ThN8HAvwgkmTJOElGH3kOfEwQ { width:19.9995rem;height:1.29931875rem;top:5.262451171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 { display:block; }#tJScpJ298BMP4kOnTnmC5hEAF5OuDg31 > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1zJ0mF4Lq0T2fmGICtE4yIdz0TbEALq { width:20rem;height:20.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TogULKOO6F1cLVdpv9JPvebAi6W6H5cE { top:22.1865234375rem;left:0rem;width:19.9980625rem;height:11.4983125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VazRcC43Jc5hN1I3Q7EUnpwF15zxy30g { width:2.1875rem;height:2.8125rem;top:25.10153984375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs { display:flex;width:1.93725625rem;height:1.93725625rem;top:6.811767578125rem;left:1.06201171875rem; }
#yukZM7rkcJcM1OopTkWEDFS5d7pvJTBs > img { max-width: 100%;max-height:100%; width:1.93725625rem; height:1.93725625rem; } }@media only screen and (max-width: 763px) { #Ci9py2rasxcaIPaBnOiKFNl2iETGDQTO { width:8.0625rem;height:2.2749rem;top:6.642333984375rem;left:4.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpH5ODoGGzot8Lm9H2luBNdl33cr1rQ9 { width:3.5625rem;height:3.5625rem;top:33.76267109375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ { display:flex;width:2.1870125rem;height:2.1870125rem;top:10.62451171875rem;left:0.936767578125rem;z-index:15027; }
#H2JvXUbcSVwPs9cpENrRwVBkOKuavqGJ > img { max-width: 100%;max-height:100%; width:2.1870125rem; height:2.1870125rem; } }@media only screen and (max-width: 763px) { #KrHFMXdG1GStoQ6tN0zAT3sQEeRXlALD { width:9.75rem;height:2.2749rem;top:10.579833984375rem;left:4.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPbwCm9KH8ADlXirP7l3qX52gzwBrTl { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvSQglavZx54HFUiGxobOAzvTPtDfDP { display:flex;width:2.1870125rem;height:2.1870125rem;top:2.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #OTfMXs3dunsv25x6T4qI8xpqMGvMy92v { width:15.06225rem;height:3.41235rem;top:1.76220703125rem;left:4.187255859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGHH68MlVFmktiPIyIVVm0kzsXRMOuhC { width:2.8125rem;height:2.8125rem;top:6.49951171875rem;left:0.624755859375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ST2OEvv4GtzLACpwyZPuSITtMiDyAeCQ { width:2.8125rem;height:2.8125rem;top:10.311767578125rem;left:0.6240234375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aWthnwWFQCMot0vfL2TFw3GMhAWA8hQz { width:2.8125rem;height:2.8125rem;top:13.99951171875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG { display:flex;width:2.1875rem;height:2.1875rem;top:14.312255859375rem;left:0.936767578125rem;z-index:15027;font-size:1.5rem; }
#UOPLHLd5H3H6IZbLmb2mkSM4q0dd04uG > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #xP8vCRS3Ux9gqLuulsT6AfDKkuQQqLzh { width:9.75rem;height:2.2749rem;top:14.267578125rem;left:4.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6J1XfsMJbSctTtkoBdOq4D6uiM4nyI { width:2.8125rem;height:2.8125rem;top:17.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKgdsphx87QSGVFuBqVcZMKp4Gbe2Nv { width:9.75rem;height:2.2749rem;top:17.89306640625rem;left:4.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu { display:flex;width:2.1875rem;height:2.1875rem;top:17.9375rem;left:0.9375rem;z-index:15027;font-size:1.5rem; }
#rMVCqXyDWSuMiiqGiv4uqD6s6hUTZ2Wu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 { display:block; }#oq6rG1ICqHarKHDW3rvhuWgPqVdMkGk3 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpTbIc05Gc5G8zzOhAiMna2tyD18T1vb { width:8.4375rem;height:7.2495rem;top:1.24951171875rem;left:5.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC { display:flex;width:2.25rem;height:2.25rem;top:15.49951171875rem;left:1.24951171875rem;display:none; }
#lsHJvikL4Nr9VWT1FioSORFRoh6uxDyC > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ghZnvHn34mLXSoCk8uvmQvobWvxFvP7p { width:8.0625rem;height:0;top:15.933837890625rem;left:4.43701171875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJn8Lr1Kcy58mTciZh3wsfs0sERDT5z4 { display:flex;width:2.25rem;height:2.25rem;top:21rem;left:1.24951171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHZ7FxiRIJWE3bWDVxr8DEcSRBSbQnRK { width:14.25rem;height:0;top:20.052978515625rem;left:4.43701171875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #S84bsMHBbdAeRhhSOThwZ9t36wFSGExL { display:flex;width:2.25rem;height:2.25rem;top:26.8740234375rem;left:1.24951171875rem;display:none; }
#S84bsMHBbdAeRhhSOThwZ9t36wFSGExL > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #P81A9ATMDNxSCFvSra399ZwM8xPAR7NW { width:9.49875rem;height:0;top:27.267333984375rem;left:4.43701171875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ3FiDCSgHZVTME7xsVLUEd4eo0fgUSc { width:3.9375rem;height:0;top:31.6423359375rem;left:7.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfNEbhQFZly4n7lqgiVMPOTm9li1wz5F { width:5.625rem;height:0.1875rem;top:33.3298359375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7TRQMRO7QfyO2Ut3gPwTOI8TlttAxOy { width:3.9375rem;height:0;top:34.517091796875rem;left:7.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJL1s65EDTacD61m0Hw2i0S73zi1Q8Vy { width:6.5625rem;height:0;top:38.747073046875rem;left:6.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i24DQkiFwAVaU4oTgbI7x9JHZMAI9BUm { width:9.9375rem;height:0;top:45.551516796875rem;left:5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2LGV7D7OVwiSdaMBTMSH2cSEZ2EnETo { width:9.9375rem;height:0;top:48.343998046875rem;left:5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCwh2FWblrxGAyoilqBKFtDqwTFdZ7DO { width:9.9375rem;height:0;top:59.386479296875rem;left:5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMImfNZW54uu7hRCzqQJJTRvcslenHxq { width:5.625rem;height:0.1875rem;top:37.309573046875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7Jw7HyMcAQ2c1x5uXHfFMT9dukEe2W6 { width:5.625rem;height:0;top:30.3740234375rem;left:7.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdkwAWIcpg2oEgI4Tk8QwPBBDmZQRyul { width:14.49975rem;height:0;top:41.539554296875rem;left:2.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ { display:flex;width:2.0625rem;height:2.0625rem;top:8.8125rem;left:3.625rem; }
#XXFbT2gknIm4beAKcIb4ky1EpVqzDAtQ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #LOTBhzNDE3kI9rpM6WErX6SzzGa2ElzT { width:2.875rem;height:2.875rem;top:8.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ail5xwmxl5xBVPtCJlRXgubZMFZBBbs2 { width:2.875rem;height:2.875rem;top:8.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX { display:flex;width:2.0625rem;height:2.0625rem;top:8.875rem;left:7.0625rem; }
#kt6G9yJJyzVu2tTNk2FFZgxxJgkFnyqX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #zDmccNAc2MeFVp7UkwGN4P68dzWoQ7UA { width:2.875rem;height:2.875rem;top:8.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq { display:flex;width:2.0625rem;height:2.0625rem;top:8.875rem;left:10.75rem; }
#mDQmSq9NC5UwSyG4FelxPr9g9sCX3Duq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Gl4LIIMB7hTFlTogl0sMnyTE1BKaAVR7 { width:2.875rem;height:2.875rem;top:8.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 { display:flex;width:2.0625rem;height:2.0625rem;top:8.9375rem;left:14.375rem; }
#JygDLzvEV2xKK3T3gJIwbST0e8llBNA0 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #iGgUgGt2NoUeUnXf8HwocIINt7nAW04s { width:6.5625rem;height:auto;top:9.375rem;left:6.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 { display:block; }#nCKq1T07N9T7xMUcrrKgvzFkMXPaf2i9 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW3EIHR3UQGSdVk4PuGWWsEMHwiPeDLl { width:19.99875rem;height:2.2749rem;top:1.330810546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }