.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:232,247,224;--color-primary-1:179,230,153;--color-primary-2:102,204,51;--color-primary-3:51,102,26;--color-primary-4:15,31,8;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:146,146,146;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg { position:relative;display:block; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg { background-color: transparent; background-image: none; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row .container > .video-iframe-container { display: none; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row > .video-iframe-container { display: none; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .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); }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg { border-width: 0; border-radius: 0; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .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; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .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:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f13BDT8BDnMGVX26xbhh5B8DwfV7Amni { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:43.4375rem;height:1.13606875rem;display:block; }
#Wr50NiG2FV8f2amvG9Dxwvtg641hwC5L { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:54.25rem;height:1.13606875rem;display:block; }
#Dvf3XvSBS6K9haCTZrSgqVwifLgr83x4 { 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:2rem;width:1.75rem;top:1.4375rem;left:51.6875rem;overflow:hidden;display:block; }
#Hhl204nIm1zdHgdDB1W1KKT4CWtCS462 { 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:1.6875rem;width:1.9375rem;top:1.6875rem;left:40.875rem;overflow:hidden;display:block; }
#NfyZ5fzZThz1VdUDPdlzPalcgU74Rdi9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.625rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:70.875rem; }
#VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.6875rem;left:63.5625rem; }
#wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.6875rem;left:66.125rem; }
#F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#oBml48NhUvwM2RlpvOOubTOKcCaRkTgD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.6875rem;left:68.5625rem; }
#oBml48NhUvwM2RlpvOOubTOKcCaRkTgD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#JfU5oHc90aeRT399QRQDHWuTPk0cryyQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.6875rem;left:73.3125rem; }
#JfU5oHc90aeRT399QRQDHWuTPk0cryyQ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/58a25e06-0d25-4245-b1d6-cf0c988d6b23/LP_01_grafika4.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU.adaptive-delivery-prevent-bg, #mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU.lazyload, #mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU.lazyloading { background-image: none; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container { background-color: transparent; background-image: none; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container > .video-iframe-container { display: none; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row > .video-iframe-container { display: none; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .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); }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container { border-width: 0; border-radius: 0; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm { box-sizing:content-box;height:3.9375rem;width:10.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47cd09d2-4660-4541-8b7f-ab90dbb40ecb/gtv_loga.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.4375rem;left:4.0625rem;display:block; }#ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm.adaptive-delivery-prevent-bg, #ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm.lazyload, #ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm.lazyloading { background-image: none; }
#unsX9WdSTEfATtTclCxC9cKiJR3CJMNJ { color:rgba(var(--color-primary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:17.6875rem;left:4.0625rem;height:11.811rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3AqhfQZRMClzE9yEah2xZeIgiC13buH { color:rgba(var(--color-primary-2),1);display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:11.25rem;left:4.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ec9edc3-8c32-4326-983c-68d7f4749ed6/greenbc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.adaptive-delivery-prevent-bg, #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.lazyload, #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.lazyloading { background-image: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { background-color: transparent; background-image: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container > .video-iframe-container { display: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container { display: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .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); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { border-width: 0; border-radius: 0; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#zay0dRGeTMI847JqUgCFksBEnOMbNNgU { color:rgba(var(--color-tertiary-0),1);display:block;width:65.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.306640625rem;left:4.5625rem;height:8.49825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { position:relative;display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { background-color: transparent; background-image: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container > .video-iframe-container { display: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row > .video-iframe-container { display: none; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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); }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ { border-width: 0; border-radius: 0; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .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:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:10.394767284393rem;left:38.562379837036rem;height:11.2033125rem;text-align:left;text-align-last:left;display:block; }
#LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:41.875rem;height:2.5996125rem;font-style:normal;display:block; }
#euKcTSZtr3FNqTvufOca72THmAMeQBVR { 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:1.6875rem;width:1.5625rem;top:6.25rem;left:38.5625rem;overflow:hidden;display:block; }
#GtlFoOpKZk6Ob9Fyt7szoDmsHTsZNxzl { 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:20.375rem;width:30.625rem;top:4.2607727050781rem;left:4.1861972808838rem;overflow:hidden;display:block; }
#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { position:relative;display:block; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { background-color: transparent; background-image: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container > .video-iframe-container { display: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row > .video-iframe-container { display: none; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .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); }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { border-width: 0; border-radius: 0; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .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; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .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:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9pcwF73neOve63ZlSImzASASGzl4rRA { color:rgba(var(--color-tertiary-4),1);display:block;width:25.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:15.187026977539rem;left:4.375rem;height:4.80143125rem;text-align:left;text-align-last:left;display:block; }
#WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.059776306153rem;left:7.4372615814206rem;height:2.5996125rem;font-style:normal;display:block; }
#KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { 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:1.6875rem;width:1.5625rem;top:10.516689300537rem;left:4.375rem;overflow:hidden;display:block; }
#g9BZVHVZwTTypMWMfd9EmZvi3TB2v28u { 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:20.375rem;width:30.625rem;top:4.43359375rem;left:39.686311721802rem;overflow:hidden;display:block; }
#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { position:relative;display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { background-color: transparent; background-image: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container > .video-iframe-container { display: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row > .video-iframe-container { display: none; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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); }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { border-width: 0; border-radius: 0; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .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:26.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:11.874408721924rem;left:38.530420303345rem;height:9.602875rem;text-align:left;text-align-last:left;display:block; }
#tTVA3WonParqTot1auxZyWzdRaBbXHqU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.205135345459rem;left:41.812852859497rem;height:2.5996125rem;font-style:normal;display:block; }
#T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { 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:1.6875rem;width:1.5625rem;top:6.2251396179199rem;left:38.530420303345rem;overflow:hidden;display:block; }
#UgNk0kEyuRZZoa4vQSLATHRgMGfGqBQb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:30.625rem;top:3.1244087219238rem;left:4.1246452331543rem;overflow:hidden;display:block; }
#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container { background-color: transparent; background-image: none; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container > .video-iframe-container { display: none; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row > .video-iframe-container { display: none; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .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); }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container { border-width: 0; border-radius: 0; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#xG9cm0iEPCqaZLnmUurV18oBchQM6byU { color:rgba(var(--color-primary-2),1);display:block;width:47.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.8121452331543rem;left:3.8109607696533rem;height:6.161025rem;font-style:normal;display:block; }
#o4CZi0qzCSADTvBpGTZzl7I3zE3LGvyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:11.873223304749rem;left:3.8103694915771rem;height:17.60521875rem;display:block; }
#SUDO3QQXzS8QzeCDgPhZplKoE9o9PsdC { 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:29.0625rem;width:29.0625rem;top:3.0291175842285rem;left:45.937494277954rem;overflow:hidden;display:block; }
#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15331199-2a74-4f82-910c-530a0e9996c9/LP_02_grafika1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.adaptive-delivery-prevent-bg, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyload, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyloading { background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { background-color: transparent; background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(56,56,56,0.6); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(56,56,56,0.6); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .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); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { border-width: 0; border-radius: 0; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#oQTtZ0cdJoEPvWR5ZvMznzkTIkSVqOPW { color:rgba(var(--color-tertiary-0),1);display:block;width:64.935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.1860771179199rem;left:5.0319614410401rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { color:rgba(var(--color-primary-2),1);display:block;width:59.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5606040954587rem;left:7.5941066741944rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Awlb223Gi4VlkVnAiQItyocO36QssvcC { position:relative;display:block; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC { background-color: transparent; background-image: none; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row .container > .video-iframe-container { display: none; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row > .video-iframe-container { display: none; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .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); }#Awlb223Gi4VlkVnAiQItyocO36QssvcC { border-width: 0; border-radius: 0; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .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; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .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:57.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LFmMd8vZLmVpq8hpDNHn8RAxfPqfLoiz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.8744106292724rem;left:25.59303855896rem;height:5.100025rem;font-style:normal;display:block; }
#uI6HvxvTuKha0IzCaK5a4xtPdHTc5KU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.25rem;height:4.46875rem;display:block; }
#Ic08rFoNKAR3Pz0Bi8smV6TTT0lPCoMP { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:4.25rem;height:1.94986875rem;font-style:normal;display:block; }
#JwPsIHNIyTm3A3Rnf5SKD0JuRpg5TByt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:9.1875rem;left:2.4375rem;display:block; }
#h3lBLCpmRLOB0lQwsZnlL41uJmMxy7pB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:18.1875rem;left:4.25rem;height:8.002375rem;display:block; }
#aUu2kS4NORqPlHAtfP6PsiVwa4h4gsE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.4375rem;left:29.25rem;height:4.46875rem;display:block; }
#kbFObQv7SAnOWr2WVgR8oRUsBWmJvVk7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:9.1875rem;left:27.4375rem;display:block; }
#Ab6v0ArTunoF7PWehJJamDwonSWBz7C0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:29.25rem;height:1.94986875rem;font-style:normal;display:block; }
#LTIrdoCe345WSEZ24qyrL7dyhDQZohsd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:22.25rem;left:29.25rem;height:4.80143125rem;display:block; }
#K4d0oTH5LQi83hzkIUSbylo3pGnu8yJm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.4375rem;left:54.25rem;height:4.46875rem;display:block; }
#xOtfeAVv734OBkpoo7JaCRxTtlWzt6Nv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:9.1875rem;left:52.4375rem;display:block; }
#C6uvNoPoDDzkmE7fdn0GfrxNguu6VrNE { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.625rem;left:54.25rem;height:1.94986875rem;font-style:normal;display:block; }
#tWm0DEAk4wFn858oTNT2ahamBqIS7qZR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:22.25rem;left:54.25rem;height:4.80143125rem;display:block; }
#RBtutKslQnvEkEXFWNcbCgnOvwQqaRgr { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:34rem;left:4.25rem;height:4.46875rem;display:block; }
#MgShl9A7HB8D61J3h3Vcyz6ZyRteGHBw { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:32.75rem;left:2.4375rem;display:block; }
#rTfgSHKH3PGWcdObBeDnVOMBAuOACdTg { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.1875rem;left:4.25rem;height:1.94986875rem;font-style:normal;display:block; }
#ekH8FrorDtDdCZGz4C3QsDiIO4WdpbzI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:43.6875rem;left:3.96875rem;height:6.4019375rem;display:block; }
#JKFtPfrtLItvT4FVy0V0pcv5xF78fusB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34rem;left:29.25rem;height:4.46875rem;display:block; }
#XyxRpsPdikfeoTN1aCsueisO2QoXIgBD { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:32.75rem;left:27.4375rem;display:block; }
#rMgRWiWARxoa0bznfNaEGGiITh4WqKz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.1875rem;left:29.25rem;height:1.94986875rem;font-style:normal;display:block; }
#HXADHhhUeKmE327vvm8lst65QFrT8Vn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:45.75rem;left:29.25rem;height:4.80143125rem;display:block; }
#Hsrwt56TsT8RSKceIrh0JXOVVuCvh3Pl { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34rem;left:54.25rem;height:4.46875rem;display:block; }
#XNRglRW6x95uo5sVitA7EqaJ6KEnnnCK { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:32.75rem;left:52.4375rem;display:block; }
#iJHcODX785iNTZXgoyVFcn2AqLXUBD4t { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:38.1875rem;left:54.25rem;height:1.94986875rem;font-style:normal;display:block; }
#y22EBgiiFMp2aubtG6bDWUwA6gyq7PEM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:43.6875rem;left:54.25rem;height:4.80143125rem;display:block; }
#Pamlax7DdOQB13vdo908kU5fA3bbI8IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container { background-color: transparent; background-image: none; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container > .video-iframe-container { display: none; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row > .video-iframe-container { display: none; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .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); }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container { border-width: 0; border-radius: 0; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#JbJSKUWJgLDPkWzqZ7V6Lzfq5JyL1sU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:3.0604877471924rem;left:25.472299575806rem;height:5.100025rem;font-style:normal;display:block; }
#ygWDE1sxrN26JMuuqSUDxfevSZsXu8Ex { color:rgba(var(--color-tertiary-0),1);display:block;width:66.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:8.124406814575rem;left:3.9109840393066rem;height:2.00086875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#UCDrQ5LhCGUmoyGGRWHKpaNlpfSOPibq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.999645233154rem;left:3.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWEwzrTLThDI7rnt4cl9R0wvRFGhqwwk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.999645233154rem;left:21.874998092651rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uckXQkvVKSE4FXX0ITZRGRbFtqp02rmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.999645233154rem;left:40.624994277954rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuZBJRi3La2fVo9RoUJtGAy5DRwTHT5V { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:20.999645233154rem;left:57.874643325806rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw8W3hcSexywl598dGVMxQmev5s74NZ6 { position:absolute;display:block;z-index:15036;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.75rem;width:4.75rem;top:14.375rem;left:6.9998798370363rem;overflow:hidden;display:block; }
#Z6MfLUiT1HTIp4JFTF0ewoaOlFwROy2V { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:14.375rem;left:44.499879837036rem;overflow:hidden;display:block; }
#AfiP0eE3nJiT97ggkA5C7nN74HfpThQl { position:absolute;display:block;z-index:15038;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.75rem;width:4.75rem;top:14.437145233154rem;left:25.749879837036rem;overflow:hidden;display:block; }
#URViqGSMmZlUAcNzaHoOdgZBo31e3mqk { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:14.437145233154rem;left:63.249879837037rem;overflow:hidden;display:block; }
#EufwWegTieN9sgQsOfZyUqPmOqnhtz6y { box-sizing:content-box;height:6.624625rem;width:6.624625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.436313629151rem;left:6.0617885589599rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LyVKaFuE3EiLg4aadKTMhwxvFDG2NaO0 { box-sizing:content-box;height:6.6240625rem;width:6.6240625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.436908721924rem;left:24.812379837036rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uhl44wr8gMC41H9uATwwbc5HBB2bPP8x { box-sizing:content-box;height:6.6240625rem;width:6.6240625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.436908721924rem;left:43.562379837036rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EifFc6K5DQxwblpr9ThN4wFmphtpcdTg { box-sizing:content-box;height:6.6240625rem;width:6.6240625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.436908721924rem;left:62.312379837036rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { background-color: transparent; background-image: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container > .video-iframe-container { display: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container { display: none; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .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); }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { border-width: 0; border-radius: 0; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#nsPTlv7wusls3hA0XbTtkEeSgegZQw82 { color:rgba(var(--color-primary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.375rem;left:34.6875rem;height:6.7513rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:15.499525547028rem;left:34.687498092651rem;height:3.9995625rem;display:block; }
#U5VJkVAZLOVqb9x2U11ntZxtNooHV5Cy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:17.748561859131rem;left:34.687498092651rem;height:8.0024125rem;display:block; }
#dUSpsZlfN11zGHwJzoQDFE6Tn5WclumI { 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:25.3125rem;width:25.3125rem;top:4.21875rem;left:3.6624050140381rem;overflow:hidden;display:block; }
#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl { position:relative;display:block; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl { background-color: transparent; background-image: none; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container > .video-iframe-container { display: none; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row > .video-iframe-container { display: none; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .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); }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl { border-width: 0; border-radius: 0; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E7sBGdcxHfbVpwWP2tME8hTLgafIO5JQ { position:absolute;display:block;z-index:15017;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;height:9.5625rem;width:14.375rem;top:10rem;left:5.9375rem;overflow:hidden;display:block; }
#Da4D73c0e2ETNPtvEpuxfDa8SqsfszBS { position:absolute;display:block;z-index:15034;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;height:9.5625rem;width:14.375rem;top:21.5rem;left:5.9375rem;overflow:hidden;display:block; }
#cx8PCcu7CsJrNSUSaFtM7hOT7Qq3S1VA { position:absolute;display:block;z-index:15039;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;height:21.9375rem;width:15rem;top:10rem;left:21.75rem;overflow:hidden;display:block; }
#i3K01ErQAxr2l1OPrGI3T6XVXUargzMe { position:absolute;display:block;z-index:15041;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;height:22.125rem;width:15.0625rem;top:33rem;left:21.71875rem;overflow:hidden;display:block; }
#aJaXITdQeGETC36hdEAycHzEp1OQLIlB { position:absolute;display:block;z-index:15035;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;height:9.5625rem;width:14.375rem;top:33rem;left:5.9375rem;overflow:hidden;display:block; }
#xHek5yEQXFJIlHhPzqTmcQ7TpZ3H54Tm { position:absolute;display:block;z-index:15035;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;height:14.125rem;width:14.125rem;top:43.8125rem;left:6.09375rem;overflow:hidden;display:block; }
#vcTeakKmkmUorHWhTiXAgZFxhafTp6mW { position:absolute;display:block;z-index:15032;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;height:9.5625rem;width:14.375rem;top:44.375rem;left:38.4375rem;overflow:hidden;display:block; }
#LrVugd5l10WhnveZWO5mcyVx46Xaavy0 { position:absolute;display:block;z-index:15036;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;height:9.5625rem;width:14.375rem;top:10rem;left:38.4375rem;overflow:hidden;display:block; }
#MOKVAH3ocvoO9uFVK1Wo9qxOXT38v4TI { position:absolute;display:block;z-index:15040;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;height:21rem;width:14.375rem;top:21.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#e64riO10xShlKLQSNgPLuUWXdU73ykl6 { position:absolute;display:block;z-index:15041;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;height:21rem;width:14.3125rem;top:10rem;left:54.6875rem;overflow:hidden;display:block; }
#ZesQdFOM1tv9SwCdmDcqdvZLt6NeaBBc { position:absolute;display:block;z-index:15041;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;height:21rem;width:14.3125rem;top:32.9375rem;left:54.6875rem;overflow:hidden;display:block; }
#OsmqOabrmhmvZvZiVVyNOZZPLIOK1spx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.562375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1869029998779rem;left:3.4369087219238rem;height:3.8997375rem;font-style:normal;display:block; }
#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(240,245,245,0.9);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; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { background-color: transparent; background-image: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container > .video-iframe-container { display: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container { display: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .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); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { border-width: 0; border-radius: 0; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#SWxQs3tRZnltZr9UDChhkr9pWJINFVBa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.625rem;top:4.125rem;left:32.000003814698rem;overflow:hidden;display:block; }
#TQyRudTzWDvVEPTgkHWnSHJSsAOxuETT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.9375rem;top:4.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#ECDGnS1wKokApS888Rxo7UJS2ZWiItdB { position:absolute;display:block;z-index:15010;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:2rem;width:1.75rem;top:4.8125rem;left:16.4375rem;overflow:hidden;display:block; }
#IuRsbdba69TpEyFxcxXUzGBdgUzyy22x { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.9375rem;left:52.812503814698rem; }
#IuRsbdba69TpEyFxcxXUzGBdgUzyy22x > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.9375rem;left:55.375003814698rem; }
#V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.9375rem;left:57.812503814698rem; }
#mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.9375rem;left:60.125003814698rem; }
#lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:62.5625038147rem; }
#mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#pf3acp12xwQuVE3Rs4WkkRuToafCp60n { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:6.6875rem;height:1.13606875rem;display:block; }
#MmlnvZoyyKoMZB8heUkiF8fu0IP1qZz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:19.125rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CotMCQbgisSwxaBV5pGGN0WAyriOktOg { display:block; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f13BDT8BDnMGVX26xbhh5B8DwfV7Amni { top:1.9375rem;left:25.125rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr50NiG2FV8f2amvG9Dxwvtg641hwC5L { top:1.9375rem;left:31.75rem;width:7.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvf3XvSBS6K9haCTZrSgqVwifLgr83x4 { top:1.4375rem;left:31.75rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhl204nIm1zdHgdDB1W1KKT4CWtCS462 { top:1.6875rem;left:27.1875rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfyZ5fzZThz1VdUDPdlzPalcgU74Rdi9 { top:0.75rem;left:0rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR { top:1.6875rem;left:40.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ { top:1.6875rem;left:43.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
#F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #oBml48NhUvwM2RlpvOOubTOKcCaRkTgD { top:1.6875rem;left:45.75rem;width:1.6875rem;height:1.6875rem;display:block; }
#oBml48NhUvwM2RlpvOOubTOKcCaRkTgD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #JfU5oHc90aeRT399QRQDHWuTPk0cryyQ { top:1.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#JfU5oHc90aeRT399QRQDHWuTPk0cryyQ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU { display:block; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm { top:6.4375rem;left:0rem;width:10.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unsX9WdSTEfATtTclCxC9cKiJR3CJMNJ { top:17.6875rem;left:0rem;width:30.9375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3AqhfQZRMClzE9yEah2xZeIgiC13buH { top:11.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z { display:block; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zay0dRGeTMI847JqUgCFksBEnOMbNNgU { top:2.25rem;left:0rem;width:47.75rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBsLX34zgwoscsPHxuq6uErk200dDWQ { display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { top:10.375rem;left:16.125rem;width:31.625rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { top:5.8125rem;left:14.5625rem;width:33.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { top:6.25rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlFoOpKZk6Ob9Fyt7szoDmsHTsZNxzl { top:4.25rem;left:0rem;width:30.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { display:block; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9pcwF73neOve63ZlSImzASASGzl4rRA { top:15.125rem;left:0rem;width:25.9375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { top:10rem;left:0rem;width:33.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { top:10.5rem;left:0rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9BZVHVZwTTypMWMfd9EmZvi3TB2v28u { top:4.375rem;left:17.125rem;width:30.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { top:11.8125rem;left:12.3125rem;width:35.4375rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVA3WonParqTot1auxZyWzdRaBbXHqU { top:6.1875rem;left:14.5625rem;width:33.1875rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { top:6.1875rem;left:23.875rem;width:1.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNk0kEyuRZZoa4vQSLATHRgMGfGqBQb { top:3.0625rem;left:0rem;width:30.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO { display:block; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG9cm0iEPCqaZLnmUurV18oBchQM6byU { top:3.75rem;left:0rem;width:47.3125rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CZi0qzCSADTvBpGTZzl7I3zE3LGvyQ { top:11.8125rem;left:0rem;width:42.4375rem;height:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDO3QQXzS8QzeCDgPhZplKoE9o9PsdC { top:3rem;left:18.6875rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTtZ0cdJoEPvWR5ZvMznzkTIkSVqOPW { top:6.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { top:8.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awlb223Gi4VlkVnAiQItyocO36QssvcC { display:block; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFmMd8vZLmVpq8hpDNHn8RAxfPqfLoiz { top:1.8125rem;left:7.9375rem;width:23.8125rem;height:5.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI6HvxvTuKha0IzCaK5a4xtPdHTc5KU5 { top:10.4375rem;left:0rem;width:4.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic08rFoNKAR3Pz0Bi8smV6TTT0lPCoMP { top:14.625rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwPsIHNIyTm3A3Rnf5SKD0JuRpg5TByt { top:9.1875rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lBLCpmRLOB0lQwsZnlL41uJmMxy7pB { top:18.1875rem;left:0rem;width:17.0625rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu2kS4NORqPlHAtfP6PsiVwa4h4gsE9 { top:10.4375rem;left:15.875rem;width:4.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbFObQv7SAnOWr2WVgR8oRUsBWmJvVk7 { top:9.1875rem;left:11.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab6v0ArTunoF7PWehJJamDwonSWBz7C0 { top:14.625rem;left:15.75rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIrdoCe345WSEZ24qyrL7dyhDQZohsd { top:22.25rem;left:14.6875rem;width:17.0625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4d0oTH5LQi83hzkIUSbylo3pGnu8yJm { top:10.4375rem;left:31.75rem;width:4.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtfeAVv734OBkpoo7JaCRxTtlWzt6Nv { top:9.1875rem;left:27.4375rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6uvNoPoDDzkmE7fdn0GfrxNguu6VrNE { top:14.625rem;left:31.625rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm0DEAk4wFn858oTNT2ahamBqIS7qZR { top:22.25rem;left:30.5625rem;width:17.0625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtutKslQnvEkEXFWNcbCgnOvwQqaRgr { top:34rem;left:0rem;width:5.9375rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgShl9A7HB8D61J3h3Vcyz6ZyRteGHBw { top:32.75rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfgSHKH3PGWcdObBeDnVOMBAuOACdTg { top:38.1875rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekH8FrorDtDdCZGz4C3QsDiIO4WdpbzI { top:43.6875rem;left:0rem;width:17.0625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFtPfrtLItvT4FVy0V0pcv5xF78fusB { top:34rem;left:15.875rem;width:4.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyxRpsPdikfeoTN1aCsueisO2QoXIgBD { top:32.75rem;left:11.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgRWiWARxoa0bznfNaEGGiITh4WqKz7 { top:38.1875rem;left:15.875rem;width:15.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXADHhhUeKmE327vvm8lst65QFrT8Vn8 { top:45.75rem;left:14.6875rem;width:17.0625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsrwt56TsT8RSKceIrh0JXOVVuCvh3Pl { top:34rem;left:31.75rem;width:4.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNRglRW6x95uo5sVitA7EqaJ6KEnnnCK { top:32.75rem;left:27.4375rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJHcODX785iNTZXgoyVFcn2AqLXUBD4t { top:38.1875rem;left:31.625rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y22EBgiiFMp2aubtG6bDWUwA6gyq7PEM { top:43.6875rem;left:30.5625rem;width:17.0625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pamlax7DdOQB13vdo908kU5fA3bbI8IA { display:block; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbJSKUWJgLDPkWzqZ7V6Lzfq5JyL1sU2 { top:3rem;left:0.125rem;width:23.75rem;height:5.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWDE1sxrN26JMuuqSUDxfevSZsXu8Ex { width:47.75rem;height:2rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCDrQ5LhCGUmoyGGRWHKpaNlpfSOPibq { top:20.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEwzrTLThDI7rnt4cl9R0wvRFGhqwwk { top:20.9375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uckXQkvVKSE4FXX0ITZRGRbFtqp02rmJ { top:20.9375rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZBJRi3La2fVo9RoUJtGAy5DRwTHT5V { top:20.9375rem;left:32.25rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8W3hcSexywl598dGVMxQmev5s74NZ6 { top:14.375rem;left:3.5936298370361rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MfLUiT1HTIp4JFTF0ewoaOlFwROy2V { top:14.375rem;left:27.468629837036rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfiP0eE3nJiT97ggkA5C7nN74HfpThQl { top:14.375rem;left:15.531129837036rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URViqGSMmZlUAcNzaHoOdgZBo31e3mqk { top:14.375rem;left:39.406129837036rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufwWegTieN9sgQsOfZyUqPmOqnhtz6y { top:13.375rem;left:2.6555385589599rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVKaFuE3EiLg4aadKTMhwxvFDG2NaO0 { top:13.375rem;left:14.593629837036rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhl44wr8gMC41H9uATwwbc5HBB2bPP8x { top:13.375rem;left:26.531129837036rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EifFc6K5DQxwblpr9ThN4wFmphtpcdTg { top:13.375rem;left:38.468629837036rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { display:block; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsPTlv7wusls3hA0XbTtkEeSgegZQw82 { top:7.375rem;left:0rem;width:26.4375rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { top:15.4375rem;left:0rem;width:37rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5VJkVAZLOVqb9x2U11ntZxtNooHV5Cy { top:17.6875rem;left:0rem;width:37rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUSpsZlfN11zGHwJzoQDFE6Tn5WclumI { top:4.1875rem;left:0rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl { display:block; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7sBGdcxHfbVpwWP2tME8hTLgafIO5JQ { top:10rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4D73c0e2ETNPtvEpuxfDa8SqsfszBS { top:21.5rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8PCcu7CsJrNSUSaFtM7hOT7Qq3S1VA { top:10rem;left:1.5rem;width:15rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3K01ErQAxr2l1OPrGI3T6XVXUargzMe { top:33rem;left:0.8125rem;width:15.0625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaXITdQeGETC36hdEAycHzEp1OQLIlB { top:33rem;left:1.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHek5yEQXFJIlHhPzqTmcQ7TpZ3H54Tm { top:43.8125rem;left:1.53125rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTeakKmkmUorHWhTiXAgZFxhafTp6mW { top:44.375rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVugd5l10WhnveZWO5mcyVx46Xaavy0 { top:10rem;left:17.375rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKVAH3ocvoO9uFVK1Wo9qxOXT38v4TI { top:21.4375rem;left:17.375rem;width:14.375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #e64riO10xShlKLQSNgPLuUWXdU73ykl6 { top:10rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZesQdFOM1tv9SwCdmDcqdvZLt6NeaBBc { top:32.9375rem;left:31.875rem;width:14.3125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsmqOabrmhmvZvZiVVyNOZZPLIOK1spx { top:2.125rem;left:0rem;width:23.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #giaLtDfUqmOTwoUhQTH34k7upbNsoTCP { display:block; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWxQs3tRZnltZr9UDChhkr9pWJINFVBa { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyRudTzWDvVEPTgkHWnSHJSsAOxuETT { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECDGnS1wKokApS888Rxo7UJS2ZWiItdB { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRsbdba69TpEyFxcxXUzGBdgUzyy22x { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#IuRsbdba69TpEyFxcxXUzGBdgUzyy22x > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #pf3acp12xwQuVE3Rs4WkkRuToafCp60n { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmlnvZoyyKoMZB8heUkiF8fu0IP1qZz8 { top:5.1875rem;left:5.5rem;width:7.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CotMCQbgisSwxaBV5pGGN0WAyriOktOg { display:block; }#CotMCQbgisSwxaBV5pGGN0WAyriOktOg > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f13BDT8BDnMGVX26xbhh5B8DwfV7Amni { width:5.625rem;height:0.8937rem;top:6.802734375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr50NiG2FV8f2amvG9Dxwvtg641hwC5L { width:6rem;height:0.8937rem;top:6.802734375rem;left:12.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvf3XvSBS6K9haCTZrSgqVwifLgr83x4 { width:1.25rem;height:1.375rem;top:6.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhl204nIm1zdHgdDB1W1KKT4CWtCS462 { width:1.25rem;height:1.125rem;top:6.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfyZ5fzZThz1VdUDPdlzPalcgU74Rdi9 { width:11.625rem;height:3.3125rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:11.5625rem; }
#VSev3fiahd0MA9l4ycwmrF8cThSQCcn6 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:4.5rem; }
#wwF9hCq0mO348EBbIyF0lDpoHAyNz7JR > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:6.875rem; }
#F7TLrDUaVCm6nZfmRQdJ08Vd8DG0W1dJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #oBml48NhUvwM2RlpvOOubTOKcCaRkTgD { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:9.25rem; }
#oBml48NhUvwM2RlpvOOubTOKcCaRkTgD > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #JfU5oHc90aeRT399QRQDHWuTPk0cryyQ { display:flex;width:1.6875rem;height:1.6875rem;top:9.4375rem;left:13.875rem; }
#JfU5oHc90aeRT399QRQDHWuTPk0cryyQ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU { display:block; }#mWkQ8GTDJ2PrNlpvsCZNcDQecDTPTdiU > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffAVEcIT87G9Fvs1lHCqK40PPueS0fdm { width:6.3125rem;height:3rem;top:1.9375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unsX9WdSTEfATtTclCxC9cKiJR3CJMNJ { width:16.5625rem;height:13.1185rem;top:18.091146945953rem;left:1.2187500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3AqhfQZRMClzE9yEah2xZeIgiC13buH { width:18.875rem;height:2.9746125rem;top:4.9375004768372rem;left:1.1243489384651rem;font-size:2.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/826ee8fb-6228-4794-b939-ce3bf2886e10/gtv_bus_pro_slider_background.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.adaptive-delivery-prevent-bg, #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.lazyload, #cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z.lazyloading { background-image: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { background-color: transparent; background-image: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container > .video-iframe-container { display: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #66cc33; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container { display: none; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .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); }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGFuUG8sJpdKdoiGczSmgEboDqTAV41Z > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zay0dRGeTMI847JqUgCFksBEnOMbNNgU { width:18.37475rem;height:13.9865625rem;top:1.6246452331543rem;left:0.81202638149262rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BKBsLX34zgwoscsPHxuq6uErk200dDWQ { display:block; }#BKBsLX34zgwoscsPHxuq6uErk200dDWQ > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XspzKgfV9WaDgWR8ay9eb0JqLtHRGsEe { width:17.12475rem;height:16.783875rem;top:22.68998336792rem;left:1.4370263814926rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LmePPcGrRv9KwzR4FT9z82gygGdsQIBX { width:13.312rem;height:4.54948125rem;top:16.242305755615rem;left:4.0624998807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euKcTSZtr3FNqTvufOca72THmAMeQBVR { width:1.5625rem;height:1.68738125rem;top:16.242305755615rem;left:1.6867896318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtlFoOpKZk6Ob9Fyt7szoDmsHTsZNxzl { width:20rem;height:13.305877551021rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DolghluDNqPhhpBb3mgfMNSLaEd3gh { display:block; }#M2DolghluDNqPhhpBb3mgfMNSLaEd3gh > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9pcwF73neOve63ZlSImzASASGzl4rRA { width:16.1245rem;height:5.59461875rem;top:22.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmqLx0qypTgmC3e7ZQrf0FHogHfo5Qpk { width:13.68725rem;height:2.27509375rem;top:18.25rem;left:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5cZiHMw5kxGksVdTIafoWn6NNnRDaI { width:1.5625rem;height:1.68738125rem;top:18.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9BZVHVZwTTypMWMfd9EmZvi3TB2v28u { width:20rem;height:13.305877551021rem;top:3.1232223510742rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 { display:block; }#mlTxTgv7SG7Z9r77BGR2s7UJPlQ90Kw6 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9QcCeSTut6dKnli9lVXxRy83VFeBX1T { width:17.062rem;height:15.3851875rem;top:19.965084075927rem;left:1.4683948755264rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVA3WonParqTot1auxZyWzdRaBbXHqU { width:11.875rem;height:2.27509375rem;top:16.572559356689rem;left:4.0624998807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gmqOxkuo4sTJ54ZwXcOXHVfT6MCHWx { width:1.5625rem;height:1.68738125rem;top:16.867305755615rem;left:1.5619081258774rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNk0kEyuRZZoa4vQSLATHRgMGfGqBQb { width:20rem;height:13.305877551021rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO { display:block; }#tvq99mdGDSGrupM1FFv8EmDGdZ0F5VqO > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG9cm0iEPCqaZLnmUurV18oBchQM6byU { width:17.875rem;height:8.2465rem;top:1.4370260238648rem;left:1.5932763814926rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o4CZi0qzCSADTvBpGTZzl7I3zE3LGvyQ { width:17.8125rem;height:30.77040625rem;top:11.027461051941rem;left:1.6240528821945rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDO3QQXzS8QzeCDgPhZplKoE9o9PsdC { width:20rem;height:20rem;top:43.048064231873rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/15331199-2a74-4f82-910c-530a0e9996c9/LP_02_grafika1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.adaptive-delivery-prevent-bg, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyload, #V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u.lazyloading { background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { background-color: transparent; background-image: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.51); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.51); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { display: none; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .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); }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#V6rMgWtxE20fRtiW2HMdO49sQJJFWP2u > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTtZ0cdJoEPvWR5ZvMznzkTIkSVqOPW { width:18.125rem;height:3.8997375rem;top:2.6503314971924rem;left:0.93690800666806rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuLwD9b2elqpzfcZgQe1qkoi3LN0ck5T { width:20rem;height:4.54948125rem;top:7.6621713638306rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Awlb223Gi4VlkVnAiQItyocO36QssvcC { display:block; }#Awlb223Gi4VlkVnAiQItyocO36QssvcC > .row .container { width:20rem;height:138.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFmMd8vZLmVpq8hpDNHn8RAxfPqfLoiz { width:20rem;height:3.3997375rem;top:1.5613164901733rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI6HvxvTuKha0IzCaK5a4xtPdHTc5KU5 { width:4.74964375rem;height:2.5996125rem;top:9.375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic08rFoNKAR3Pz0Bi8smV6TTT0lPCoMP { width:15.999625rem;height:1.94986875rem;top:13.5625rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwPsIHNIyTm3A3Rnf5SKD0JuRpg5TByt { width:20rem;height:20.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3lBLCpmRLOB0lQwsZnlL41uJmMxy7pB { width:17.0614375rem;height:6.99325rem;top:18.937015533448rem;left:1.8122631311417rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUu2kS4NORqPlHAtfP6PsiVwa4h4gsE9 { width:4.74964375rem;height:2.5996125rem;top:31rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbFObQv7SAnOWr2WVgR8oRUsBWmJvVk7 { width:20rem;height:20.1875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab6v0ArTunoF7PWehJJamDwonSWBz7C0 { width:15.999625rem;height:1.94986875rem;top:35.1875rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIrdoCe345WSEZ24qyrL7dyhDQZohsd { width:17.062rem;height:4.1959625rem;top:42.8125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4d0oTH5LQi83hzkIUSbylo3pGnu8yJm { width:4.74964375rem;height:2.5996125rem;top:52.5625rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtfeAVv734OBkpoo7JaCRxTtlWzt6Nv { width:20rem;height:20.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6uvNoPoDDzkmE7fdn0GfrxNguu6VrNE { width:15.999625rem;height:1.94986875rem;top:56.75rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWm0DEAk4wFn858oTNT2ahamBqIS7qZR { width:17.0614375rem;height:2.79730625rem;top:65.999639511106rem;left:1.8122631311417rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtutKslQnvEkEXFWNcbCgnOvwQqaRgr { width:5.9375rem;height:2.5996125rem;top:74.625rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgShl9A7HB8D61J3h3Vcyz6ZyRteGHBw { width:20rem;height:20.1875rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfgSHKH3PGWcdObBeDnVOMBAuOACdTg { width:15.999625rem;height:1.94986875rem;top:78.8125rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekH8FrorDtDdCZGz4C3QsDiIO4WdpbzI { width:17.0614375rem;height:4.1959625rem;top:86.187274932862rem;left:1.4689866304398rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFtPfrtLItvT4FVy0V0pcv5xF78fusB { width:4.74964375rem;height:2.5996125rem;top:96.4375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyxRpsPdikfeoTN1aCsueisO2QoXIgBD { width:20rem;height:20.1875rem;top:95.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgRWiWARxoa0bznfNaEGGiITh4WqKz7 { width:15.749875rem;height:1.94986875rem;top:100.625rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXADHhhUeKmE327vvm8lst65QFrT8Vn8 { width:17.0614375rem;height:4.1959625rem;top:108.74880981445rem;left:1.8122631311417rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsrwt56TsT8RSKceIrh0JXOVVuCvh3Pl { width:4.74964375rem;height:2.5996125rem;top:118.0625rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNRglRW6x95uo5sVitA7EqaJ6KEnnnCK { width:20rem;height:20.1875rem;top:116.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJHcODX785iNTZXgoyVFcn2AqLXUBD4t { width:15.999625rem;height:1.94986875rem;top:122.25rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y22EBgiiFMp2aubtG6bDWUwA6gyq7PEM { width:17.0614375rem;height:4.1959625rem;top:129.56201553345rem;left:1.8122631311417rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pamlax7DdOQB13vdo908kU5fA3bbI8IA { display:block; }#Pamlax7DdOQB13vdo908kU5fA3bbI8IA > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbJSKUWJgLDPkWzqZ7V6Lzfq5JyL1sU2 { width:20rem;height:3.3997375rem;top:2.3123645782471rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygWDE1sxrN26JMuuqSUDxfevSZsXu8Ex { width:20rem;height:4.80143125rem;top:6.3352451324462rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UCDrQ5LhCGUmoyGGRWHKpaNlpfSOPibq { width:9.437125rem;height:1.2999125rem;top:21.124525070191rem;left:0.56758987903595rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEwzrTLThDI7rnt4cl9R0wvRFGhqwwk { width:9.3125rem;height:1.2999125rem;top:21.125rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uckXQkvVKSE4FXX0ITZRGRbFtqp02rmJ { width:10.4995rem;height:1.2999125rem;top:32.51065158844rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuZBJRi3La2fVo9RoUJtGAy5DRwTHT5V { width:10.812rem;height:2.599825rem;top:32.510670661926rem;left:9.1879729032519rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw8W3hcSexywl598dGVMxQmev5s74NZ6 { width:4.74964375rem;height:4.74964375rem;top:14.311078071594rem;left:2.9125233888626rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6MfLUiT1HTIp4JFTF0ewoaOlFwROy2V { width:4.75rem;height:4.75rem;top:25.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfiP0eE3nJiT97ggkA5C7nN74HfpThQl { width:4.74964375rem;height:4.74964375rem;top:14.308711051941rem;left:12.842091441154rem;display:block; }
 }@media only screen and (max-width: 763px) { #URViqGSMmZlUAcNzaHoOdgZBo31e3mqk { width:4.75rem;height:4.75rem;top:25.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufwWegTieN9sgQsOfZyUqPmOqnhtz6y { width:6.5625rem;height:6.5625rem;top:13.403171539307rem;left:2.2490528821945rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVKaFuE3EiLg4aadKTMhwxvFDG2NaO0 { width:6.5625rem;height:6.5625rem;top:13.403171539307rem;left:11.93655192852rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhl44wr8gMC41H9uATwwbc5HBB2bPP8x { width:6.5625rem;height:6.5625rem;top:24.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EifFc6K5DQxwblpr9ThN4wFmphtpcdTg { width:6.5625rem;height:6.5625rem;top:24.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX { display:block; }#vVKTu4ZTmSJhAfVlGIoAn76Lbdzg65xX > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsPTlv7wusls3hA0XbTtkEeSgegZQw82 { width:20rem;height:8.99739375rem;top:2.3881406784058rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZNIQHSAcUxn5iKFkTp9geC7U0gzupG3 { width:20rem;height:3.9995625rem;top:12.724905014038rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5VJkVAZLOVqb9x2U11ntZxtNooHV5Cy { width:20rem;height:11.18921875rem;top:14.537742614746rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUSpsZlfN11zGHwJzoQDFE6Tn5WclumI { width:20rem;height:20rem;top:27.850376129151rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl { display:block; }#hAT1CJT4sxTXgi7fxMGPlgZ8PexFwOMl > .row .container { width:20rem;height:227.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7sBGdcxHfbVpwWP2tME8hTLgafIO5JQ { width:18.125rem;height:12rem;top:5.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4D73c0e2ETNPtvEpuxfDa8SqsfszBS { width:18.125rem;height:12rem;top:18.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx8PCcu7CsJrNSUSaFtM7hOT7Qq3S1VA { width:18.125rem;height:26.5rem;top:31.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3K01ErQAxr2l1OPrGI3T6XVXUargzMe { width:18.125rem;height:26.5625rem;top:90.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJaXITdQeGETC36hdEAycHzEp1OQLIlB { width:18.125rem;height:12rem;top:59.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHek5yEQXFJIlHhPzqTmcQ7TpZ3H54Tm { width:18.125rem;height:18.125rem;top:71.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTeakKmkmUorHWhTiXAgZFxhafTp6mW { width:18.125rem;height:12rem;top:158.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVugd5l10WhnveZWO5mcyVx46Xaavy0 { width:18.125rem;height:12rem;top:118.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKVAH3ocvoO9uFVK1Wo9qxOXT38v4TI { width:18.125rem;height:26.4375rem;top:131.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e64riO10xShlKLQSNgPLuUWXdU73ykl6 { width:18.125rem;height:26.5625rem;top:171.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZesQdFOM1tv9SwCdmDcqdvZLt6NeaBBc { width:18.125rem;height:26.5625rem;top:199.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsmqOabrmhmvZvZiVVyNOZZPLIOK1spx { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giaLtDfUqmOTwoUhQTH34k7upbNsoTCP { background-color:rgba(240,245,245,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { background-color: transparent; background-image: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container > .video-iframe-container { display: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container { display: none; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .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); }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#giaLtDfUqmOTwoUhQTH34k7upbNsoTCP > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWxQs3tRZnltZr9UDChhkr9pWJINFVBa { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyRudTzWDvVEPTgkHWnSHJSsAOxuETT { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECDGnS1wKokApS888Rxo7UJS2ZWiItdB { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRsbdba69TpEyFxcxXUzGBdgUzyy22x { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#IuRsbdba69TpEyFxcxXUzGBdgUzyy22x > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#V7ggTQTKrlwmok14JF1CuZt0CCFZzoK9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#mGpVoiHLA4UDM675EXTwuCQfNr3BI8pL > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#lmRAbzET2n3ckCTOqbaDLqiFAV5bFr6X > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#mT2xTqpswPwMcsU3VR9gXXDncDv9IPXc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #pf3acp12xwQuVE3Rs4WkkRuToafCp60n { width:6.625rem;height:0.8941rem;top:9.021484375rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmlnvZoyyKoMZB8heUkiF8fu0IP1qZz8 { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }