.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:227,225,244;--color-primary-1:163,157,219;--color-primary-2:71,58,183;--color-primary-3:36,29,92;--color-primary-4:11,9,27;--color-secondary-0:255,253,236;--color-secondary-1:255,250,192;--color-secondary-2:255,244,128;--color-secondary-3:128,122,64;--color-secondary-4:38,37,19;--color-tertiary-0:255,255,255;--color-tertiary-1:248,207,236;--color-tertiary-2:231,95,190;--color-tertiary-3:116,48,95;--color-tertiary-4:23,9,19;--headlines-font-family:"Podium 2";--paragraphs-font-family:"Roboto"; }@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:url("https://images.assets-landingi.com/uc/3119234f-35c2-4b69-83b2-ad6d0b2b2483/blur3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8332e52-be48-4fde-bf6c-5fd1fb5aa052/bcgrynki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG.adaptive-delivery-prevent-bg, #dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG.lazyload, #dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG.lazyloading { background-image: none; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container { background-color: transparent; background-image: none; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container > .video-iframe-container { display: none; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row > .video-iframe-container { display: none; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .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); }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container { border-width: 0; border-radius: 0; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#ilOSSTB3msTAvRRDaqmQkm3ooQh9zmf6 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:6.625rem;left:6.5625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyyKTx55IcQaa8DTnMPOhlDHIPWTzxpy { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.625rem;left:12.625rem;display:block; }
#f6TwH4OXJuHbBaS5a3N1f2lqQdewxJbx { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.625rem;left:36.6875rem;display:block; }
#Q6SltED9aitQfckLKkTzdfOUDFmvobxl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#acfQ5UyG13ScoeS5cTSJwD1VZTbpdC7q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:24.125rem;left:3.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H1X803t9hg0KAl8GkJ3SIlzafMPar08p { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:32.4375rem;top:13.375rem;left:42.625rem;overflow:hidden;display:block; }
#deXB7CMpNuN8aTxtS9ZDaAHqy7yEenPf { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:27.3125rem;left:3.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A7v9opcPGu81VmhwcxX9lkzv0J1HTAuE { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #6c60d3, #473ab7);background-image: -moz-linear-gradient(216deg, #6c60d3, #473ab7);background-image: -ms-linear-gradient(216deg, #6c60d3, #473ab7);background-image: -o-linear-gradient(216deg, #6c60d3, #473ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c60d3', endColorstr='#473ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c60d3', endColorstr='#473ab7' );";background-image: linear-gradient(216deg, #6c60d3, #473ab7);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(71,58,183,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:36.5rem;left:0.875rem;display:block; }
#MV5GdUKmZODy3p7mahuNHsQ6iTfSRBNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLMeArsDMFwyAunXKV1SkXBsEOqg6FRW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -moz-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -ms-linear-gradient(180deg, #ffffff, #f1f1f1);background-image: -o-linear-gradient(180deg, #ffffff, #f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1' );";background-image: linear-gradient(180deg, #ffffff, #f1f1f1);background-size:auto !important;border-top:0.125rem solid #473ab7;border-left:0.125rem solid #473ab7;border-right:0.125rem solid #473ab7;border-bottom:0.125rem solid #473ab7;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(71,58,183,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:36.5rem;left:23.5rem;display:block; }
#y0kBPnEXk1WIk2zZCgpUkwwTmRiLwu4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD0HTGQhMSIAQDWvI5vWhLVR2SwOuibh { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:30.8125rem;left:3.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OH3Tr8DEHy6L1srZoBv2pdDzfsFXK4ir { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.1875rem;top:0.9375rem;left:31.4375rem;overflow:hidden;display:block; }
#zIsTVILIwzN2ZTvf2aGqb4BAEpPGTioz { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.3125rem;left:0rem;overflow:hidden;display:block; }
#IzLHcqyEp5UbWVSAwJZLSBI2T8UyB7sn { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.8125rem;left:0rem;overflow:hidden;display:block; }
#DmTUGNKgB6mByE0qfUz76HkKQvmASakt { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27rem;left:0rem;overflow:hidden;display:block; }
#VyVF50PvZTAESHTpCNwp1DTA79nTedAH { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#mvhTDT5rXtA0kccyaKgBHUNgetDKan3f { position:absolute;display:block;z-index:15066;height:2.3125rem;width:4.125rem;top:24.6875rem;left:42.5625rem;display:block; }
#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { background-color: transparent; background-image: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .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); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { border-width: 0; border-radius: 0; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:6.0625rem;left:19.875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { box-sizing:content-box;height:2.8125rem;width:4.0625rem;position:absolute;display:block;z-index:15005;background-color:#f4e772;background-image:none;top:6.0625rem;left:19.0625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { color:rgba(var(--color-primary-2),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:4.125rem;left:22rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trmXD300qOnEgAS4npx6gAXpeWmrnh8a { box-sizing:content-box;height:18.75rem;width:13.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iDutLwvlZzTOwP41XmRV6N9ow2ZiArPW { box-sizing:content-box;height:18.75rem;width:13.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:15.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CJblzUxG7sFK2WuNDvxCIdMRXrh7EfoX { box-sizing:content-box;height:18.75rem;width:13.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:30.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#D7Us3VMWq88WSugmlmzhPxAaTkAl2Ru5 { box-sizing:content-box;height:18.75rem;width:13.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:45.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eLlkAwWi1sxUQ4t0oBihpZS1stq1T8uL { box-sizing:content-box;height:18.75rem;width:13.75rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:61.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#os9F1SoauaULP5keqzagwcWGhm86ItC3 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.3125rem;left:0rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#VrXTl3lp9zhuQJPoXTDQru4Egmiw1vep { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.3125rem;left:15.5rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#vfOEkFgWwWwaPH7mfwryAd1O2Wz0XtMQ { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.375rem;left:30.625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#zyI6yiXO7xVWSMcA0Oq4iwgmETATRKnX { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.375rem;left:45.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#TtfDLfKTIw4yzqlUZ6c7NpZB8Gka6a1V { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:13.375rem;left:61.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#WT5XOTWGLePxBpNL5AlH7GC8iIsRueJW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15072;line-height:1.1;letter-spacing:0;top:13.6875rem;left:0.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtaAv8rK4e9WFQWoL5HlDl28r7WBwdWO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:13.6875rem;left:15.875rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwcknlb6qbKX4lWLzzPg1VX8h6aMT6Ol { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:13.75rem;left:31rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwXFvJPgLUSrp9TaUu69CWD8PFx870IJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:13.75rem;left:46.125rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhS5IZoWgKgBfS9pD0sKR3cLfVZWnPM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:13.75rem;left:61.625rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVHoSu7ySeyQ32sJwFkc66dA98CVUNsX { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:19rem;left:2.75rem;height:3.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOy7WEIdgfUIaIoDLJJtelTtSm8UHMZf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.1;letter-spacing:0;top:19rem;left:17.78125rem;height:3.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAHiAukDFW3vBFiH5aerXUVRPTTcvSou { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:19rem;left:33.21875rem;height:3.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNZJRgZwaF2Uug8JpEqReOPT6TIrJLdW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:19rem;left:47.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hc1KroT3TqCubAbbcMx3eTEUolSsU4Q3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:19rem;left:63.28125rem;height:3.0234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sm94PwppkXSrhbgXt3vlRRZQ4f7ZVRMG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:23.125rem;left:0.625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#ZKSJbg01lcJlrdP9JDKfxS5fZ1KUtNNv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:23.75rem;left:16.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#TMLE9O2bkwoZKVy27no1uAFFSyFVFq3R { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:23.125rem;left:31.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#cNB1JKPxReW2EDaJP2IPhzkoVPzwHLW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:24.4375rem;left:46.4375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#RkDhX71HvpvVCkDR1ZHVhKcfsdSpVtvz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.125rem;left:61.875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#racpe9T6Xc1ST9ccBDbBRIFoFVySrLh1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -moz-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -ms-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -o-linear-gradient(180deg, #5f4cff, #473ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4cff', endColorstr='#473ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4cff', endColorstr='#473ab7' );";background-image: linear-gradient(180deg, #5f4cff, #473ab7);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(71,58,183,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:36.375rem;left:25.3125rem;display:block; }
#LULTB8ywFAuqT7OeeP9iOn1eBIcIOpTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hghpisuapNAupAi1IoW0DONCukyxyw9g { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.3125rem;left:4.375rem;overflow:hidden;display:block; }
#gX7pczawb6oyuT4z7QdOdlKMhz9ceRV8 { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.3125rem;left:19.875rem;overflow:hidden;display:block; }
#sitaUSZUzzB4Jqav5An655C4uW3IlxW3 { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.3125rem;left:35rem;overflow:hidden;display:block; }
#QZ6wyD1mgvMus5d12SB5o4HZ0godQsXU { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.3125rem;left:50.1875rem;overflow:hidden;display:block; }
#RbAWG5fTGZikT85B0WhmRXCtKT5rdOmS { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.3125rem;left:65.625rem;overflow:hidden;display:block; }
#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8332e52-be48-4fde-bf6c-5fd1fb5aa052/bcgrynki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4.adaptive-delivery-prevent-bg, #bTTwumQczMwWi7NDls0OqRZUkXoLPtl4.lazyload, #bTTwumQczMwWi7NDls0OqRZUkXoLPtl4.lazyloading { background-image: none; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container { background-color: transparent; background-image: none; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container > .video-iframe-container { display: none; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row > .video-iframe-container { display: none; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .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); }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container { border-width: 0; border-radius: 0; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#yJOucG8X0at2eLTEMLLfAQbVUK6Pb4hB { color:#ffe800;display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:22.1875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEkoAPcg3voesLvW6LML7JCJCef0ABOS { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.875rem;left:17rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#pyE4JGDlBtG2simp6OKJ8JJqEt03LMAX { 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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.625rem;width:68.875rem;top:19.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#EQLKuHuUms0UOT2LAiJhT47tNZU4dImK { color:#ffe800;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:3.875rem;left:29.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRBmCk90CyRk0DQNySFXKT02u8vxgRqH { box-sizing:content-box;height:2.1875rem;width:15.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:29.8125rem;display:block; }
#JdVfMEvq01LQwtxauVoHROQeJMtOHi5p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #127938, #00b048);background-image: -moz-linear-gradient(180deg, #127938, #00b048);background-image: -ms-linear-gradient(180deg, #127938, #00b048);background-image: -o-linear-gradient(180deg, #127938, #00b048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#00b048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#127938', endColorstr='#00b048' );";background-image: linear-gradient(180deg, #127938, #00b048);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.68) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.625rem;left:26.0625rem;display:block; }
#AJlXtSMpmuIkUuuPyL7KgvVDb0FZAOs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P95Qplqtv0nIxaxMesS4Fmc7AWTv8fRH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:11.625rem;top:38.1875rem;left:60.375rem;overflow:hidden;display:block; }
#sMeaDTHlzwwUyTTTWrbMJ8FumXmfsTmB { 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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.625rem;width:22.25rem;top:19.3125rem;left:3.0625rem;overflow:hidden;display:none; }
#Wrvn3D4Ro2uTlZSD8RItqfdG8t3ZaFv9 { 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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:19.3125rem;width:22.25rem;top:19.3125rem;left:3.0625rem;overflow:hidden;display:none; }
#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:#e3e1f4;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;z-index:auto;display:block; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { background-color: transparent; background-image: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container > .video-iframe-container { display: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row > .video-iframe-container { display: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .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); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { border-width: 0; border-radius: 0; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#D28aHeIX7EDA2EUq6zPMA4nfpaeSzF6q { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.546875rem;left:1.71875rem;height:2.84375rem;display:block; }
#fGbiCC6dsq5wDOkXHDyZvDaETIk9neq3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -moz-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -ms-linear-gradient(180deg, #5f4cff, #473ab7);background-image: -o-linear-gradient(180deg, #5f4cff, #473ab7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4cff', endColorstr='#473ab7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4cff', endColorstr='#473ab7' );";background-image: linear-gradient(180deg, #5f4cff, #473ab7);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(71,58,183,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:4rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:0.96875rem;left:43.40625rem;display:block; }
#lmZMypVpEcREymtFhXIZkt14Q1Vg6ocT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG { display:block; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilOSSTB3msTAvRRDaqmQkm3ooQh9zmf6 { top:6.625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyyKTx55IcQaa8DTnMPOhlDHIPWTzxpy { width:4.3125rem;height:4.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TwH4OXJuHbBaS5a3N1f2lqQdewxJbx { width:4.75rem;height:4.75rem;top:6.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SltED9aitQfckLKkTzdfOUDFmvobxl { top:20.6875rem;left:0rem;width:33.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acfQ5UyG13ScoeS5cTSJwD1VZTbpdC7q { top:24.125rem;left:0rem;width:29.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1X803t9hg0KAl8GkJ3SIlzafMPar08p { top:13.375rem;left:15.3125rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deXB7CMpNuN8aTxtS9ZDaAHqy7yEenPf { top:27.3125rem;left:0rem;width:33rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7v9opcPGu81VmhwcxX9lkzv0J1HTAuE { width:21.5625rem;height:3.3125rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5GdUKmZODy3p7mahuNHsQ6iTfSRBNt { display:block; }
 }@media only screen and (max-width: 763px) { #kLMeArsDMFwyAunXKV1SkXBsEOqg6FRW { width:15.1875rem;height:3.3125rem;top:36.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0kBPnEXk1WIk2zZCgpUkwwTmRiLwu4Q { display:block; }
 }@media only screen and (max-width: 763px) { #XD0HTGQhMSIAQDWvI5vWhLVR2SwOuibh { top:30.8125rem;left:0rem;width:33rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3Tr8DEHy6L1srZoBv2pdDzfsFXK4ir { top:0.9375rem;left:17.8125rem;width:15.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsTVILIwzN2ZTvf2aGqb4BAEpPGTioz { top:20.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzLHcqyEp5UbWVSAwJZLSBI2T8UyB7sn { top:23.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTUGNKgB6mByE0qfUz76HkKQvmASakt { top:27rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVF50PvZTAESHTpCNwp1DTA79nTedAH { top:30.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhTDT5rXtA0kccyaKgBHUNgetDKan3f { top:24.6875rem;left:28.9375rem;width:4.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { top:6.0625rem;left:6.25rem;width:35.25rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:4.0625rem;height:2.8125rem;top:6.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { top:4.125rem;left:8.375rem;width:31.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmXD300qOnEgAS4npx6gAXpeWmrnh8a { top:14.125rem;left:0rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDutLwvlZzTOwP41XmRV6N9ow2ZiArPW { top:14.125rem;left:1.875rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJblzUxG7sFK2WuNDvxCIdMRXrh7EfoX { top:14.1875rem;left:17rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Us3VMWq88WSugmlmzhPxAaTkAl2Ru5 { top:14.1875rem;left:32.1875rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlkAwWi1sxUQ4t0oBihpZS1stq1T8uL { top:14.1875rem;left:34rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:2.5rem;height:2.5rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrXTl3lp9zhuQJPoXTDQru4Egmiw1vep { width:2.5rem;height:2.5rem;top:13.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfOEkFgWwWwaPH7mfwryAd1O2Wz0XtMQ { width:2.5rem;height:2.5rem;top:13.375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyI6yiXO7xVWSMcA0Oq4iwgmETATRKnX { width:2.5rem;height:2.5rem;top:13.375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfDLfKTIw4yzqlUZ6c7NpZB8Gka6a1V { width:2.5rem;height:2.5rem;top:13.375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5XOTWGLePxBpNL5AlH7GC8iIsRueJW { top:13.6875rem;left:0rem;width:1.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtaAv8rK4e9WFQWoL5HlDl28r7WBwdWO { top:13.6875rem;left:2.25rem;width:1.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwcknlb6qbKX4lWLzzPg1VX8h6aMT6Ol { top:13.75rem;left:17.375rem;width:1.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXFvJPgLUSrp9TaUu69CWD8PFx870IJ { top:13.75rem;left:32.5rem;width:1.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhS5IZoWgKgBfS9pD0sKR3cLfVZWnPM4 { top:13.75rem;left:46rem;width:1.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVHoSu7ySeyQ32sJwFkc66dA98CVUNsX { top:19rem;left:0rem;width:7rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOy7WEIdgfUIaIoDLJJtelTtSm8UHMZf { top:19rem;left:4.15625rem;width:9.1875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHiAukDFW3vBFiH5aerXUVRPTTcvSou { top:19rem;left:19.59375rem;width:8.5625rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNZJRgZwaF2Uug8JpEqReOPT6TIrJLdW { top:19rem;left:33.9375rem;width:10.25rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc1KroT3TqCubAbbcMx3eTEUolSsU4Q3 { top:19rem;left:38.0625rem;width:9.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm94PwppkXSrhbgXt3vlRRZQ4f7ZVRMG { top:23.125rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSJbg01lcJlrdP9JDKfxS5fZ1KUtNNv { top:23.75rem;left:2.5rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLE9O2bkwoZKVy27no1uAFFSyFVFq3R { top:23.125rem;left:17.625rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNB1JKPxReW2EDaJP2IPhzkoVPzwHLW1 { top:24.4375rem;left:32.8125rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkDhX71HvpvVCkDR1ZHVhKcfsdSpVtvz { top:23.125rem;left:35.25rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #racpe9T6Xc1ST9ccBDbBRIFoFVySrLh1 { width:24.375rem;height:3.3125rem;top:36.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULTB8ywFAuqT7OeeP9iOn1eBIcIOpTB { display:block; }
 }@media only screen and (max-width: 763px) { #hghpisuapNAupAi1IoW0DONCukyxyw9g { top:13.3125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX7pczawb6oyuT4z7QdOdlKMhz9ceRV8 { top:13.3125rem;left:6.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sitaUSZUzzB4Jqav5An655C4uW3IlxW3 { top:13.3125rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6wyD1mgvMus5d12SB5o4HZ0godQsXU { top:13.3125rem;left:36.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAWG5fTGZikT85B0WhmRXCtKT5rdOmS { top:13.3125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 { display:block; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJOucG8X0at2eLTEMLLfAQbVUK6Pb4hB { top:6.4375rem;left:8.5625rem;width:30.625rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkoAPcg3voesLvW6LML7JCJCef0ABOS { top:14.875rem;left:3.375rem;width:39.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyE4JGDlBtG2simp6OKJ8JJqEt03LMAX { top:19.1875rem;left:0rem;width:47.75rem;height:18.458711433757rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQLKuHuUms0UOT2LAiJhT47tNZU4dImK { top:3.875rem;left:16.1875rem;width:15.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBmCk90CyRk0DQNySFXKT02u8vxgRqH { top:3.625rem;left:16.1875rem;width:15.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVfMEvq01LQwtxauVoHROQeJMtOHi5p { width:24.75rem;height:3.4375rem;top:47.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlXtSMpmuIkUuuPyL7KgvVDb0FZAOs5 { display:block; }
 }@media only screen and (max-width: 763px) { #P95Qplqtv0nIxaxMesS4Fmc7AWTv8fRH { top:38.1875rem;left:36.125rem;width:11.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMeaDTHlzwwUyTTTWrbMJ8FumXmfsTmB { top:19.3125rem;left:0rem;width:22.25rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wrvn3D4Ro2uTlZSD8RItqfdG8t3ZaFv9 { top:19.3125rem;left:0rem;width:22.25rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAwueoc8gg6oXGrZd94LbwxoekUJG6mn { display:block; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D28aHeIX7EDA2EUq6zPMA4nfpaeSzF6q { top:1.5rem;left:0rem;width:45.9375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGbiCC6dsq5wDOkXHDyZvDaETIk9neq3 { width:26.25rem;height:4rem;top:0.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmZMypVpEcREymtFhXIZkt14Q1Vg6ocT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3119234f-35c2-4b69-83b2-ad6d0b2b2483/blur3.svg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG { display:block; }#dkI3RSMC7HOCd8ebWBfUJCh5Z4ieTEhG > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilOSSTB3msTAvRRDaqmQkm3ooQh9zmf6 { width:20rem;height:6.1875rem;top:4.3916015625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FyyKTx55IcQaa8DTnMPOhlDHIPWTzxpy { width:2.0625rem;height:2.0625rem;top:4.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TwH4OXJuHbBaS5a3N1f2lqQdewxJbx { width:2.1875rem;height:2.1875rem;top:4.3916015625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SltED9aitQfckLKkTzdfOUDFmvobxl { width:13.6875rem;height:3.25rem;top:14.6875rem;left:4.1875rem;font-size:1.25rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acfQ5UyG13ScoeS5cTSJwD1VZTbpdC7q { width:14.1875rem;height:1.625rem;top:18.8125rem;left:3.9375rem;font-size:1.25rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1X803t9hg0KAl8GkJ3SIlzafMPar08p { width:20rem;height:20rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deXB7CMpNuN8aTxtS9ZDaAHqy7yEenPf { width:15.5rem;height:1.625rem;top:21.4375rem;left:3.375rem;font-size:1.25rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7v9opcPGu81VmhwcxX9lkzv0J1HTAuE { width:18.25rem;height:3.3125rem;top:25.65625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5GdUKmZODy3p7mahuNHsQ6iTfSRBNt { display:block; }
 }@media only screen and (max-width: 763px) { #kLMeArsDMFwyAunXKV1SkXBsEOqg6FRW { width:17.8125rem;height:3.0625rem;top:30.375rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0kBPnEXk1WIk2zZCgpUkwwTmRiLwu4Q { display:block; }
 }@media only screen and (max-width: 763px) { #XD0HTGQhMSIAQDWvI5vWhLVR2SwOuibh { width:20rem;height:1.94921875rem;top:11.625rem;left:0rem;font-size:1.5rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OH3Tr8DEHy6L1srZoBv2pdDzfsFXK4ir { width:7.3125rem;height:2.0625rem;top:1.0166015625rem;left:6.34375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zIsTVILIwzN2ZTvf2aGqb4BAEpPGTioz { width:2.1875rem;height:2.1875rem;top:11.505859375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzLHcqyEp5UbWVSAwJZLSBI2T8UyB7sn { width:2.1875rem;height:2.1875rem;top:15.21875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTUGNKgB6mByE0qfUz76HkKQvmASakt { width:2.1875rem;height:2.1875rem;top:18.53125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVF50PvZTAESHTpCNwp1DTA79nTedAH { width:2.1875rem;height:2.1875rem;top:21.15625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhTDT5rXtA0kccyaKgBHUNgetDKan3f { width:4.125rem;height:2.3125rem;top:39.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .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; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:20rem;height:110.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { width:18.25rem;height:6.82325rem;top:4.1875rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:3.25rem;height:2.6875rem;top:4rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { width:20rem;height:1.23730625rem;top:1.6875rem;left:0rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #trmXD300qOnEgAS4npx6gAXpeWmrnh8a { width:17.5rem;height:15.6875rem;top:14.0625rem;left:1.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDutLwvlZzTOwP41XmRV6N9ow2ZiArPW { width:17.5rem;height:14rem;top:32.1591796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJblzUxG7sFK2WuNDvxCIdMRXrh7EfoX { width:17.5rem;height:15.25rem;top:48.1591796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Us3VMWq88WSugmlmzhPxAaTkAl2Ru5 { width:17.5rem;height:16.6875rem;top:66.3466796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlkAwWi1sxUQ4t0oBihpZS1stq1T8uL { width:17.5rem;height:17.5rem;top:85.7841796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:2.5rem;height:2.5rem;top:13.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrXTl3lp9zhuQJPoXTDQru4Egmiw1vep { width:2.5rem;height:2.5rem;top:31.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfOEkFgWwWwaPH7mfwryAd1O2Wz0XtMQ { width:2.5rem;height:2.5rem;top:47.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyI6yiXO7xVWSMcA0Oq4iwgmETATRKnX { width:2.5rem;height:2.5rem;top:65.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfDLfKTIw4yzqlUZ6c7NpZB8Gka6a1V { width:2.5rem;height:2.5rem;top:85.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5XOTWGLePxBpNL5AlH7GC8iIsRueJW { width:1.75rem;height:2.03125rem;top:13.3125rem;left:1.0625rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wtaAv8rK4e9WFQWoL5HlDl28r7WBwdWO { width:1.75rem;height:2.03125rem;top:31.5625rem;left:1.0625rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dwcknlb6qbKX4lWLzzPg1VX8h6aMT6Ol { width:1.75rem;height:2.03125rem;top:47.8125rem;left:1.0625rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXFvJPgLUSrp9TaUu69CWD8PFx870IJ { width:1.75rem;height:2.03125rem;top:65.9375rem;left:1rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhS5IZoWgKgBfS9pD0sKR3cLfVZWnPM4 { width:1.75rem;height:2.03125rem;top:85.5rem;left:1.0625rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DVHoSu7ySeyQ32sJwFkc66dA98CVUNsX { width:13.4375rem;height:1.8681625rem;top:18.9375rem;left:3.28125rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZOy7WEIdgfUIaIoDLJJtelTtSm8UHMZf { width:16.625rem;height:1.94921875rem;top:36.7099609375rem;left:1.6875rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TAHiAukDFW3vBFiH5aerXUVRPTTcvSou { width:13.6875rem;height:1.94921875rem;top:52.7216796875rem;left:3.15625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sNZJRgZwaF2Uug8JpEqReOPT6TIrJLdW { width:14.6875rem;height:3.8984375rem;top:71.0341796875rem;left:2.65625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hc1KroT3TqCubAbbcMx3eTEUolSsU4Q3 { width:14.5rem;height:3.8984375rem;top:91.0966796875rem;left:2.75rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sm94PwppkXSrhbgXt3vlRRZQ4f7ZVRMG { width:15.6875rem;height:6.499rem;top:21.5625rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSJbg01lcJlrdP9JDKfxS5fZ1KUtNNv { width:15.25rem;height:5.19921875rem;top:39.62109375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLE9O2bkwoZKVy27no1uAFFSyFVFq3R { width:15.0625rem;height:6.499rem;top:55.7841796875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNB1JKPxReW2EDaJP2IPhzkoVPzwHLW1 { width:16.125rem;height:5.19921875rem;top:76.0830078125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkDhX71HvpvVCkDR1ZHVhKcfsdSpVtvz { width:16.0625rem;height:6.499rem;top:95.6591796875rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #racpe9T6Xc1ST9ccBDbBRIFoFVySrLh1 { width:18.9375rem;height:3.3125rem;top:104.7216796875rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULTB8ywFAuqT7OeeP9iOn1eBIcIOpTB { display:block; }
 }@media only screen and (max-width: 763px) { #hghpisuapNAupAi1IoW0DONCukyxyw9g { width:5rem;height:5rem;top:13.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX7pczawb6oyuT4z7QdOdlKMhz9ceRV8 { width:5rem;height:5rem;top:31.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sitaUSZUzzB4Jqav5An655C4uW3IlxW3 { width:5rem;height:5rem;top:47.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6wyD1mgvMus5d12SB5o4HZ0godQsXU { width:5rem;height:5rem;top:65.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAWG5fTGZikT85B0WhmRXCtKT5rdOmS { width:5rem;height:5rem;top:85.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 { display:block; }#bTTwumQczMwWi7NDls0OqRZUkXoLPtl4 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJOucG8X0at2eLTEMLLfAQbVUK6Pb4hB { width:20rem;height:4.548825rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkoAPcg3voesLvW6LML7JCJCef0ABOS { width:18.1875rem;height:3.25rem;top:10rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyE4JGDlBtG2simp6OKJ8JJqEt03LMAX { width:17.9375rem;height:6.875rem;top:14.8916015625rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQLKuHuUms0UOT2LAiJhT47tNZU4dImK { width:15.25rem;height:1.4619125rem;top:1.61328125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBmCk90CyRk0DQNySFXKT02u8vxgRqH { width:15.4375rem;height:1.875rem;top:1.40625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVfMEvq01LQwtxauVoHROQeJMtOHi5p { width:20rem;height:3.4375rem;top:53.4345703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlXtSMpmuIkUuuPyL7KgvVDb0FZAOs5 { display:block; }
 }@media only screen and (max-width: 763px) { #P95Qplqtv0nIxaxMesS4Fmc7AWTv8fRH { width:4rem;height:3.25rem;top:48.6416015625rem;left:16rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sMeaDTHlzwwUyTTTWrbMJ8FumXmfsTmB { width:18.3125rem;height:22rem;top:13.9541015625rem;left:1.03125rem;z-index:15007;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wrvn3D4Ro2uTlZSD8RItqfdG8t3ZaFv9 { width:18.3125rem;height:15.875rem;top:35.9541015625rem;left:1.0625rem;z-index:15008;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hAwueoc8gg6oXGrZd94LbwxoekUJG6mn { position:relative;z-index:auto;background-color:#e3e1f4;background-image:none;display:block; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { background-color: transparent; background-image: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container > .video-iframe-container { display: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row > .video-iframe-container { display: none; }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .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); }#hAwueoc8gg6oXGrZd94LbwxoekUJG6mn > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D28aHeIX7EDA2EUq6zPMA4nfpaeSzF6q { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGbiCC6dsq5wDOkXHDyZvDaETIk9neq3 { width:18.5625rem;height:3.1875rem;top:4.25rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmZMypVpEcREymtFhXIZkt14Q1Vg6ocT { display:block; }
 }