.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:208,227,246;--color-primary-1:10,173,208;--color-primary-2:46,96,115;--color-primary-3:29,97,130;--color-primary-4:31,47,51;--color-secondary-0:253,222,217;--color-secondary-1:243,138,122;--color-secondary-2:244,92,67;--color-secondary-3:168,110,63;--color-secondary-4:49,18,13;--color-tertiary-0:255,255,255;--color-tertiary-1:244,247,250;--color-tertiary-2:70,70,70;--color-tertiary-3:49,51,57;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { position:relative;display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { background-color: transparent; background-image: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container > .video-iframe-container { display: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row > .video-iframe-container { display: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .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); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { border-width: 0; border-radius: 0; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .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; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .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:4.5rem;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; }#BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:13.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #064195, #0948a0);background-image: -moz-linear-gradient(180deg, #064195, #0948a0);background-image: -ms-linear-gradient(180deg, #064195, #0948a0);background-image: -o-linear-gradient(180deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(180deg, #064195, #0948a0);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container { background-color: transparent; background-image: none; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container > .video-iframe-container { display: none; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row > .video-iframe-container { display: none; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .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); }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container { border-width: 0; border-radius: 0; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#FfeBPWx0M0xhMKIPQS9c34ItDpLTzwnW { color:rgba(var(--color-tertiary-0),1);display:block;width:72.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:1.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e9e4;background-image:url("https://images.assets-landingi.com/uc/a499707e-b46a-4c0f-80f7-afa5ff280862/PNtoroboczy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.adaptive-delivery-prevent-bg, #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.lazyload, #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.lazyloading { background-image: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { background-color: transparent; background-image: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .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); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { border-width: 0; border-radius: 0; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#KdRxDtBDGuZSKypDRTgkuzGDZuVTQJZC { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #064195, #0948a0);background-image: -moz-linear-gradient(3deg, #064195, #0948a0);background-image: -ms-linear-gradient(3deg, #064195, #0948a0);background-image: -o-linear-gradient(3deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(3deg, #064195, #0948a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.1875rem;left:1.4385414123535rem;display:block; }
#R96ZpBsEoD1s4TS7iDmxD37eQk8nHt6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq { color:#000045;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:16.8125rem;left:1.4385414123535rem;height:5.25rem;overflow:hidden;display:block; }#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aebb2823781b1757c180b8ae8ac28d46.svg); }
#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 { color:#000045;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:10.5625rem;left:1.4385414123535rem;height:5.25rem;overflow:hidden;display:block; }#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b1313eced252716bccfbc89e4a36f3b.svg); }
#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ { color:#000045;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:23.125rem;left:1.4385414123535rem;height:;overflow:hidden;display:block; }#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9fd0bc16aa8f05096852177dbe397be6.svg); }
#bCbcINquhWswVlwonAq1hkzyzAsr5gQo { position:absolute;display:block;z-index:15007;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:39.4375rem;width:32.875rem;top:0.375rem;left:42.125rem;overflow:hidden;display:block; }
#cMKpvWLk9ikErTyJXZTqO5E97cp9CV6M { position:absolute;display:block;z-index:15006;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:13.3125rem;width:13.3125rem;top:1.625rem;left:38rem;overflow:hidden;display:block; }
#t1vZfqdkUyQogmUsO7tLfnA0qGzUz2T6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.4385414123535rem;height:6.5rem;display:block; }
#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container { background-color: transparent; background-image: none; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container > .video-iframe-container { display: none; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row > .video-iframe-container { display: none; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .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); }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container { border-width: 0; border-radius: 0; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#b9MVXfxdQq6zlW9o22thqS4fEzXBVnLG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5fabf6;border-left:0.0625rem solid #5fabf6;border-right:0.0625rem solid #5fabf6;border-bottom:0.0625rem solid #5fabf6;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:28.1875rem;width:74.875rem;top:1.9375rem;left:0rem;display:block; }
#fP3HfRD4iF8tDx8iTITGxslK37veb7lb { color:rgba(var(--color-tertiary-2),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmEh1UN9omgwUIX2KRVKUenUtytqnTqI { 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:20.1875rem;width:13.9375rem;top:6.0625rem;left:54.75rem;overflow:hidden;display:block; }
#pPHpH2Gr4USDMUkTGvlP89TghA30Ueba { color:rgba(var(--color-tertiary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.21875rem;left:2.25rem;height:12.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { 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:none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { border-width: 0; border-radius: 0; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:none; }#lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { color:#d32424;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4489593505859rem;left:11.09375rem;height:2.51875rem;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; }
#gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:36.9375rem;top:6.375rem;left:19.03125rem;overflow:hidden;display:block; }
#xFA48ertwlJA6LOCq72I4agzhfIbU9om { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container { background-color: transparent; background-image: none; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container > .video-iframe-container { display: none; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row > .video-iframe-container { display: none; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .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); }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container { border-width: 0; border-radius: 0; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#CyNOaGFiO7afipHLSm8dfqo5UFHrVss2 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #064195, #0948a0);background-image: -moz-linear-gradient(3deg, #064195, #0948a0);background-image: -ms-linear-gradient(3deg, #064195, #0948a0);background-image: -o-linear-gradient(3deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(3deg, #064195, #0948a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8125rem;left:24.25rem;display:block; }
#a8ld8TT4frByNTvvSw8zK4GdLM7pVHn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container { background-color: transparent; background-image: none; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container > .video-iframe-container { display: none; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row > .video-iframe-container { display: none; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .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); }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container { border-width: 0; border-radius: 0; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#nAqAmZoXyarTLoKTRvS16SkiTmSaIagG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5fabf6;border-left:0.0625rem solid #5fabf6;border-right:0.0625rem solid #5fabf6;border-bottom:0.0625rem solid #5fabf6;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:49.625rem;width:74.875rem;top:1.4052124023438rem;left:0rem;display:block; }
#oEzHnBDnWdrezTmabhyEen9XXAP8tRRG { color:rgba(var(--color-tertiary-2),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9052124023438rem;left:24.6875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.515625rem;left:24.6875rem;height:35.09375rem;overflow:hidden;display:block; }#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
#d3KDvNyCpUegAkHgmWTRD5LShztE69AB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5) ;height:28.125rem;width:18.75rem;top:4.9052085876465rem;left:3.53125rem;overflow:hidden;display:block; }
#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container { background-color: transparent; background-image: none; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container > .video-iframe-container { display: none; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row > .video-iframe-container { display: none; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .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); }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container { border-width: 0; border-radius: 0; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#Uf46o20k77hTecP3y4HClSTCwdsnEKiw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5fabf6;border-left:0.0625rem solid #5fabf6;border-right:0.0625rem solid #5fabf6;border-bottom:0.0625rem solid #5fabf6;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:54.5625rem;width:74.875rem;top:1.4052124023438rem;left:0rem;display:block; }
#iH4NKDAmzqs8cPOvyyegVOR6KTldGHzr { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9052085876465rem;left:24.6875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.027083396912rem;left:24.6875rem;height:40.4375rem;overflow:hidden;display:block; }#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
#ni6dwKqVQxgAzxKvRUJLBEK6pA9B0F9g { 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:42.5625rem;width:20.0625rem;top:5.4364585876465rem;left:1.9604167938232rem;overflow:hidden;display:block; }
#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq > .row .container { border-width: 0; border-radius: 0; }#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:75rem;position:relative;display:none; }#F2sBEGRfiwD1Hi2I41W3RN9T4UZq2Mq6 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y { color:rgba(var(--color-tertiary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.40625rem;left:2.375rem;height:40.4375rem;overflow:hidden;display:block; }#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
#u4n02A37xQWzzVOxQdkSOPAK0LKgEJBo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.1875rem;width:27.625rem;top:16.703125rem;left:47.375rem;overflow:hidden;display:block; }
#cizISBScwGfTL8CcUh50EJJFIItShIsD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:63.4375rem;width:75.0625rem;top:1.5rem;left:0rem;display:block; }
#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container { background-color: transparent; background-image: none; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container > .video-iframe-container { display: none; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row > .video-iframe-container { display: none; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .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); }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container { border-width: 0; border-radius: 0; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#OdQNkuTScWE9h9Si73Ei5TSXTgQE1pBJ { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #064195, #0948a0);background-image: -moz-linear-gradient(3deg, #064195, #0948a0);background-image: -ms-linear-gradient(3deg, #064195, #0948a0);background-image: -o-linear-gradient(3deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(3deg, #064195, #0948a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8125rem;left:24.25rem;display:block; }
#cy3knUzrGao4JatTr1VuhIhHGncBEJUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container { background-color: transparent; background-image: none; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container > .video-iframe-container { display: none; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row > .video-iframe-container { display: none; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .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); }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container { border-width: 0; border-radius: 0; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#DWIch5JyZtcqglKEtl0iVR6ygIJ0t8ws { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5fabf6;border-left:0.0625rem solid #5fabf6;border-right:0.0625rem solid #5fabf6;border-bottom:0.0625rem solid #5fabf6;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:46.3125rem;width:74.875rem;top:1.9375rem;left:0rem;display:block; }
#pZ1crZH5ZlEmTgPfuk8a1SBAWhpQdrCI { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.375rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y5kzQUKUoK595mii2SLKITbWiST1RcIF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5) ;height:32.625rem;width:21.75rem;top:6.0625rem;left:50.56647995283rem;overflow:hidden;display:block; }
#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx { color:rgba(var(--color-tertiary-2),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:15.625rem;left:2.46875rem;height:19.6875rem;overflow:hidden;display:block; }#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
#U4mroM45vfICPVED5BNiA20esFs2K2cD { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.9375rem;left:2.46875rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:38.1875rem;left:2.46875rem;height:;overflow:hidden;display:block; }#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_29ca16ff737462e99e40c34ffb8111c1.svg); }
#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;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; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container { background-color: transparent; background-image: none; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container > .video-iframe-container { display: none; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row > .video-iframe-container { display: none; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .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); }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container { border-width: 0; border-radius: 0; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#ETtPAabdTuTLKAikyd38OBfPIRJQtnz9 { box-sizing:content-box;height:46.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#k4TP9yWc233pKppfnFw0WMushAJ8nVwL { color:#2a4778;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:2.96875rem;height:5.2rem;font-style:normal;display:block; }
#QbCfgDMDbN1mlVtnBRDUuDf64han5rUn { color:#4ac1ff;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.6875rem;left:2.96875rem;height:4.5rem;display:block; }
#a3SL5v61Izb6MUEK6yRAUI6JKunrVZnB { 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:14.6875rem;width:27.4375rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#IFrMRbLIyxL4We9TP2U2fr4885g6b18L { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.875rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#A2vMBhdxm1HAfN0kboWqieTcqPHk3ZrI { 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:2.75rem;width:2.75rem;top:19.875rem;left:12.34375rem;overflow:hidden;display:block; }
#AZUDy0WACL2l7NKUluO0azMi2OgEzE93 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QHN0MpEOhFkTtfI6C9s3pGu9v3ita9As { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.96875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#cEQrBFe8lHa8MhIk7wTMW40mSQPmUTtg { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.875rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wroDl40T6SnFvlh5yUSIT4wvmi4reGRQ { 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:2.75rem;width:2.75rem;top:19.875rem;left:36.25rem;overflow:hidden;display:block; }
#lu42SG1Mzl5Jz4Ly9TWtaZa6zpgmqkWS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nzwQr77rEz3TnnEeF2pFZMSCPxKnNFmb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.875rem;left:26.875rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#wRG2zTTTVON0TASuOJKHlf1XD1dZ2Rw1 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.875rem;left:51rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BolgaEmlF9yseWDDlPQNWFBpktVHRcNC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:60.375rem;overflow:hidden;display:block; }
#fdPv7wa9yZTUS1zvXTcl2imqP0yhButH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NRvdNQoxhGQt5tJ4qCZ6lfFShTyybv16 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.875rem;left:51rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#rauDAnanfe6kR4KJuUG8KDBZHkTgEKI2 { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:28.8125rem;left:2.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s1xmqmBeILgWRt5TGK44vnKmvFrHwTxn { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.53125rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#kHmZCTrV4xDToFoOTCS6s68wEO7T1icV { box-sizing:content-box;height:14.5rem;width:69.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.296875rem;left:2.9375rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#GtG1QzcT8nTRn15CHfs1JTDsXgKRLx7z { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.75rem;left:8.5625rem;height:1.3rem;display:block; }
#tal3nvoCiAyGKLX3pHPUq5fxBDo76qdG { color:rgba(var(--color-tertiary-4),1);display:block;width:62.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.1875rem;left:8.5625rem;height:1.21875rem;display:block; }
#oOCVlJNESPBEE5pQJvdeRrp2VDErS2aZ { box-sizing:content-box;height:2.75rem;width:2.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:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:34.6875rem;left:4.75rem;display:block; }
#i1qZrCSRRQMFkays6MtB2go4VaWNACma { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.75rem;left:5.09375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qt7M6oaUu9nIxFhU8ZCgo5QxAmr1ub4c { box-sizing:content-box;height:2.75rem;width:2.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:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;top:38.4375rem;left:4.75rem;display:block; }
#zq7rA3bknXP6t1zx9Q9TNrXxSHayynUd { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:38.5rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hz18oxSQgG1L72Z2ahNxZadfpwon5aB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.5rem;left:8.5625rem;height:1.3rem;display:block; }
#zWJoCMGUpKpttf9rTiQcRG7NgChTES5n { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:39.9375rem;left:8.5625rem;height:1.21875rem;display:block; }
#WvTnyKGiTRaDMf59nNyXv0lpiFmpFkkQ { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:42.625rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#soR5r1ZsC1EpoNhwAs4Ta9mmAqOJ2d68 { box-sizing:content-box;height:2.75rem;width:2.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-primary-0),1);background-image:none;top:42.5625rem;left:4.75rem;display:block; }
#dZt264zQP8fh5u8PdTvQQrgaa79MBzTw { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:42.625rem;left:8.5625rem;height:1.3rem;display:block; }
#AAB00VRGtlCoC9p9kQpNzrV5Lho91Apx { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:44.06875038147rem;left:8.5625rem;height:1.21875rem;display:block; }
#m3iZukUX2yz8yUhPPm6Iuco96r1852XD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container { background-color: transparent; background-image: none; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container > .video-iframe-container { display: none; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row > .video-iframe-container { display: none; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .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); }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container { border-width: 0; border-radius: 0; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#Eswyioe1T59we6CmSdOnJaI7JVXRSuEQ { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #064195, #0948a0);background-image: -moz-linear-gradient(3deg, #064195, #0948a0);background-image: -ms-linear-gradient(3deg, #064195, #0948a0);background-image: -o-linear-gradient(3deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(3deg, #064195, #0948a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.28125rem;left:24.25rem;display:block; }
#rvTVBGlCRX82JtQB8uswoIAaTTSEQJpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container { background-color: transparent; background-image: none; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container > .video-iframe-container { display: none; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row > .video-iframe-container { display: none; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .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); }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container { border-width: 0; border-radius: 0; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#E0xFlp9lvzKG58oWoZgS91ThS6FdrSzA { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container { background-color: transparent; background-image: none; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container > .video-iframe-container { display: none; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row > .video-iframe-container { display: none; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .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); }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container { border-width: 0; border-radius: 0; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#ZbQTIa5dvVHOQ0V3MDDWUz0dtxxGz1Ie { position:absolute;display:block;z-index:15000;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(48,44,44,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#gJWeqODPSaCZ8xdsQPUsdkmXO6lfA1HB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItdUzQeXmhzZs4vNS2DKcQRC4svMI57c { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4Bu4TWZ7p7VKUMD5fuOZpTRcKeRZxJe { position:absolute;display:block;z-index:15004;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#Xt49hwsaslf2JhT1BZwkmI9WCBClUII2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMROJibTLA5PrezoH6sJLe9hlxd94M8L { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJMUxHMmFoPHzTbQX3SDVB3ySMlxngg1 { position:absolute;display:block;z-index:15008;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#PSRgX3JeJyaDpy8ts5qz5an5hMevyz0N { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEw5HcP3K0hgbt6rOzJT0vyVmreu522A { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:54.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raSTN9ybEs3y6BDQuVMa6IWpechJCeGE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5625rem;left:10.625rem; }
#t3XCHbuGeAkR9OpgPfVHdRgFvzu2KkOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:60.28125rem; }
#mMnw7uOn5O30vxyQb6A4uZVOWT2qpuUc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:35.625rem; }
#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container { background-color: transparent; background-image: none; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container > .video-iframe-container { display: none; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row > .video-iframe-container { display: none; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .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); }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container { border-width: 0; border-radius: 0; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#O6gS1u85nn34zQUFVLfJACUSbUKFRy2S { position:absolute;display:block;z-index:15000;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(48,44,44,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#zJAEkLJMZgxBK2OI0vvbMwWG5q2OXLld { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gfo366yo6fqho3TUQTxU5mGyZOJdsmnn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSynhS2hmv5tcBzD4JThQNRK4ZJkcisz { position:absolute;display:block;z-index:15004;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.78125rem;left:27.84375rem;display:block; }
#MmyNeQ7NGT1Dn2OtXzbWMA5conIkKqTH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMZcDqpSdCKRwepCZQau1pMOa5T4fNA7 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTnvp2TBEeAn9FC2bvXf69Axv4mXk0hx { position:absolute;display:block;z-index:15008;background-color:#5fabf6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#WKtJX4fQwV1tn1ETiFW0ZM0DcQ3ONB2x { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3lqzksIRynTGxM3fQO1yk3OxuWnKHoS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:54.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVzWXptO4uEBizkeiPnTwbEQD59sSGkM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5625rem;left:10.625rem; }
#x9OMLu36GSRTT6TgQduxX86fTaAoEQJ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.53125rem;left:60.59375rem; }
#AqXRCOv7nD6VdmM93s6TyQ1lRcg4BOXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:35.9375rem; }
#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container { background-color: transparent; background-image: none; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container > .video-iframe-container { display: none; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row > .video-iframe-container { display: none; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .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); }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container { border-width: 0; border-radius: 0; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#Jy0IXg80vuhk83WeBCD6f0gVakhfzFuR { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { position:relative;display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { background-color: transparent; background-image: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container > .video-iframe-container { display: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row > .video-iframe-container { display: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .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); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { border-width: 0; border-radius: 0; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .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; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .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:31.6875rem;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; }#e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { position:absolute;display:block;z-index:15001;height:31.5rem;width:56.25rem;top:0rem;left:9.375rem;display:block; }
#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container { background-color: transparent; background-image: none; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container > .video-iframe-container { display: none; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row > .video-iframe-container { display: none; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .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); }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container { border-width: 0; border-radius: 0; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#lfSkhhCnCtQMpFlgweIqdvH1SBWqCTA4 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #064195, #0948a0);background-image: -moz-linear-gradient(3deg, #064195, #0948a0);background-image: -ms-linear-gradient(3deg, #064195, #0948a0);background-image: -o-linear-gradient(3deg, #064195, #0948a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#064195', endColorstr='#0948a0' );";background-image: linear-gradient(3deg, #064195, #0948a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.28125rem;left:24.25rem;display:block; }
#R1eKv15A2ern582xZTVMqOIQxC1iy1tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { background-color: transparent; background-image: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .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); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { border-width: 0; border-radius: 0; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { width:13.5625rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWq2flrFKxswdC7KdwEvrTKFhJ977mHv { display:block; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FfeBPWx0M0xhMKIPQS9c34ItDpLTzwnW { width:46.875rem;height:4.225rem;top:1.9812498092651rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh { background-color:#2e6073;background-image:url("https://images.assets-landingi.com/uc/a499707e-b46a-4c0f-80f7-afa5ff280862/PNtoroboczy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.adaptive-delivery-prevent-bg, #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.lazyload, #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh.lazyloading { background-image: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { background-color: transparent; background-image: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .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); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KdRxDtBDGuZSKypDRTgkuzGDZuVTQJZC { width:22.625rem;height:4.9375rem;top:26.8125rem;left:2.8760414123535rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R96ZpBsEoD1s4TS7iDmxD37eQk8nHt6W { display:block; }
 }@media only screen and (max-width: 1199px) { #uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq { width:29.8125rem;height:5rem;top:20rem;left:1.71875rem;font-size:1.25rem;display:block; }#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aebb2823781b1757c180b8ae8ac28d46.svg); }
 }@media only screen and (max-width: 1199px) { #LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 { width:31.625rem;height:5rem;top:7.8125rem;left:1.71875rem;font-size:1.25rem;display:block; }#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b1313eced252716bccfbc89e4a36f3b.svg); }
 }@media only screen and (max-width: 1199px) { #JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ { width:24.5rem;height:5rem;top:13.625rem;left:1.9385414123535rem;font-size:1.25rem;display:block; }#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9fd0bc16aa8f05096852177dbe397be6.svg); }
 }@media only screen and (max-width: 1199px) { #bCbcINquhWswVlwonAq1hkzyzAsr5gQo { width:19.6875rem;height:23.625rem;top:10.6875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMKpvWLk9ikErTyJXZTqO5E97cp9CV6M { width:10.75rem;height:10.75rem;top:2rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1vZfqdkUyQogmUsO7tLfnA0qGzUz2T6 { width:26.75rem;height:5.3625rem;top:1.125rem;left:0.8135414123535rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oeu9ls6PH7liTGiMlLVivOZgMTixpecp { display:block; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container { width:47.75rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b9MVXfxdQq6zlW9o22thqS4fEzXBVnLG { width:47.75rem;height:48rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fP3HfRD4iF8tDx8iTITGxslK37veb7lb { width:42.5rem;height:4.875rem;top:5.3125rem;left:2.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmEh1UN9omgwUIX2KRVKUenUtytqnTqI { width:13.8125rem;height:19.9375rem;top:28.625rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPHpH2Gr4USDMUkTGvlP89TghA30Ueba { width:42.1875rem;height:12.46875rem;top:13.1875rem;left:2.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { display:none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { width:39.3125rem;height:4.7125rem;top:1.9250001907349rem;left:4.21875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { width:33.8125rem;height:12.375rem;top:9.5rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFA48ertwlJA6LOCq72I4agzhfIbU9om { display:block; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CyNOaGFiO7afipHLSm8dfqo5UFHrVss2 { width:26.4989375rem;height:5.875rem;top:0.25rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8ld8TT4frByNTvvSw8zK4GdLM7pVHn2 { display:block; }
 }@media only screen and (max-width: 1199px) { #TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd { display:block; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container { width:47.75rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nAqAmZoXyarTLoKTRvS16SkiTmSaIagG { width:47.75rem;height:52.3125rem;top:3.0864562988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEzHnBDnWdrezTmabhyEen9XXAP8tRRG { width:45.375rem;height:4.875rem;top:4.9375rem;left:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR { width:41.8125rem;height:40.4375rem;top:12.734375rem;left:2.375rem;font-size:1.1875rem;display:block; }#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
 }@media only screen and (max-width: 1199px) { #d3KDvNyCpUegAkHgmWTRD5LShztE69AB { width:13.375rem;height:20.0625rem;top:7.25rem;left:33.40625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq { display:block; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container { width:47.75rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Uf46o20k77hTecP3y4HClSTCwdsnEKiw { width:47.75rem;height:57.3125rem;top:3.0864562988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iH4NKDAmzqs8cPOvyyegVOR6KTldGHzr { width:42.3125rem;height:4.875rem;top:5.5625rem;left:2.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTzW59F7TOy50AVZLMwT7V8kROrvZVSX { width:41.8125rem;height:45.78125rem;top:12.234375rem;left:2.40625rem;font-size:1.1875rem;display:block; }#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 1199px) { #ni6dwKqVQxgAzxKvRUJLBEK6pA9B0F9g { width:13.375rem;height:28.125rem;top:7.25rem;left:33.40625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq { display:none; }#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq > .row .container { width:47.75rem;height:73.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F2sBEGRfiwD1Hi2I41W3RN9T4UZq2Mq6 { width:32rem;height:4.875rem;top:5.3125rem;left:2.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y { width:42.25rem;height:52.90625rem;top:13.015625rem;left:2.65625rem;font-size:1.1875rem;display:block; }#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 1199px) { #u4n02A37xQWzzVOxQdkSOPAK0LKgEJBo { width:5.9375rem;height:8.4375rem;top:54.6875rem;left:23.28125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #cizISBScwGfTL8CcUh50EJJFIItShIsD { width:47.75rem;height:67.375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT { display:block; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OdQNkuTScWE9h9Si73Ei5TSXTgQE1pBJ { width:26.4989375rem;height:5.875rem;top:0.25rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cy3knUzrGao4JatTr1VuhIhHGncBEJUu { display:block; }
 }@media only screen and (max-width: 1199px) { #ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 { display:block; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container { width:47.75rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DWIch5JyZtcqglKEtl0iVR6ygIJ0t8ws { width:47.75rem;height:47.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZ1crZH5ZlEmTgPfuk8a1SBAWhpQdrCI { width:42.5rem;height:4.875rem;top:5.3125rem;left:2.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5kzQUKUoK595mii2SLKITbWiST1RcIF { width:13.25rem;height:19.9375rem;top:22.75rem;left:18.78125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx { width:41.8125rem;height:19.6875rem;top:16.671875rem;left:2.65625rem;font-size:1.1875rem;display:block; }#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
 }@media only screen and (max-width: 1199px) { #U4mroM45vfICPVED5BNiA20esFs2K2cD { width:41.8125rem;height:1.78125rem;top:12.734375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #If5tTEBSVoDRG9Btt5suJEeq2ws86ltz { width:41.8125rem;height:8.90625rem;top:38.671875rem;left:2.375rem;font-size:1.1875rem;display:block; }#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_29ca16ff737462e99e40c34ffb8111c1.svg); }
 }@media only screen and (max-width: 1199px) { #pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT { display:block; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container { width:47.75rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ETtPAabdTuTLKAikyd38OBfPIRJQtnz9 { width:47.75rem;height:48.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4TP9yWc233pKppfnFw0WMushAJ8nVwL { width:26.1875rem;height:7.8rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbCfgDMDbN1mlVtnBRDUuDf64han5rUn { width:42.25rem;height:4.5rem;top:16.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3SL5v61Izb6MUEK6yRAUI6JKunrVZnB { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFrMRbLIyxL4We9TP2U2fr4885g6b18L { width:21.25rem;height:8.75rem;top:22.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2vMBhdxm1HAfN0kboWqieTcqPHk3ZrI { width:2.75rem;height:2.75rem;top:22.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZUDy0WACL2l7NKUluO0azMi2OgEzE93 { width:21.25rem;height:1.29980625rem;top:26.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHN0MpEOhFkTtfI6C9s3pGu9v3ita9As { width:21.25rem;height:1.3rem;top:28.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEQrBFe8lHa8MhIk7wTMW40mSQPmUTtg { width:21.25rem;height:8.75rem;top:22.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wroDl40T6SnFvlh5yUSIT4wvmi4reGRQ { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lu42SG1Mzl5Jz4Ly9TWtaZa6zpgmqkWS { width:21.25rem;height:1.29980625rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzwQr77rEz3TnnEeF2pFZMSCPxKnNFmb { width:21.25rem;height:2.6rem;top:28.27499961853rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRG2zTTTVON0TASuOJKHlf1XD1dZ2Rw1 { width:21.25rem;height:10.8125rem;top:32.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BolgaEmlF9yseWDDlPQNWFBpktVHRcNC { width:2.75rem;height:2.75rem;top:33.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdPv7wa9yZTUS1zvXTcl2imqP0yhButH { width:21.25rem;height:1.3rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRvdNQoxhGQt5tJ4qCZ6lfFShTyybv16 { width:19.6875rem;height:3.9rem;top:38.85000038147rem;left:14.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rauDAnanfe6kR4KJuUG8KDBZHkTgEKI2 { width:47.75rem;height:3.0625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1xmqmBeILgWRt5TGK44vnKmvFrHwTxn { width:43.5625rem;height:1.625rem;top:43.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHmZCTrV4xDToFoOTCS6s68wEO7T1icV { width:47.75rem;height:21.9375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtG1QzcT8nTRn15CHfs1JTDsXgKRLx7z { width:44.0625rem;height:1.3rem;top:47.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tal3nvoCiAyGKLX3pHPUq5fxBDo76qdG { width:43.4375rem;height:1.3rem;top:50.47500038147rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOCVlJNESPBEE5pQJvdeRrp2VDErS2aZ { width:2.75rem;height:2.75rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i1qZrCSRRQMFkays6MtB2go4VaWNACma { width:2.0625rem;height:2.6rem;top:47.875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qt7M6oaUu9nIxFhU8ZCgo5QxAmr1ub4c { width:2.9375rem;height:2.9375rem;top:53.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zq7rA3bknXP6t1zx9Q9TNrXxSHayynUd { width:2.0625rem;height:2.6rem;top:54.012500762939rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hz18oxSQgG1L72Z2ahNxZadfpwon5aB0 { width:44.4375rem;height:1.3rem;top:54.012493133545rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWJoCMGUpKpttf9rTiQcRG7NgChTES5n { width:43.4375rem;height:2.6rem;top:56.78125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvTnyKGiTRaDMf59nNyXv0lpiFmpFkkQ { width:2.0625rem;height:2.6rem;top:59.987499237061rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #soR5r1ZsC1EpoNhwAs4Ta9mmAqOJ2d68 { width:2.75rem;height:2.75rem;top:59.724998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZt264zQP8fh5u8PdTvQQrgaa79MBzTw { width:39.25rem;height:2.6rem;top:60.637512207031rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAB00VRGtlCoC9p9kQpNzrV5Lho91Apx { width:39.5rem;height:2.6rem;top:64.049999237062rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3iZukUX2yz8yUhPPm6Iuco96r1852XD { display:block; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Eswyioe1T59we6CmSdOnJaI7JVXRSuEQ { width:26.4989375rem;height:5.875rem;top:1.5625rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvTVBGlCRX82JtQB8uswoIAaTTSEQJpc { display:block; }
 }@media only screen and (max-width: 1199px) { #qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT { display:block; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E0xFlp9lvzKG58oWoZgS91ThS6FdrSzA { width:47.75rem;height:2.4375rem;top:1.0656242370606rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE { display:block; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZbQTIa5dvVHOQ0V3MDDWUz0dtxxGz1Ie { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJWeqODPSaCZ8xdsQPUsdkmXO6lfA1HB { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItdUzQeXmhzZs4vNS2DKcQRC4svMI57c { width:16.125rem;height:5.2rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4Bu4TWZ7p7VKUMD5fuOZpTRcKeRZxJe { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xt49hwsaslf2JhT1BZwkmI9WCBClUII2 { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMROJibTLA5PrezoH6sJLe9hlxd94M8L { width:15.125rem;height:5.2rem;top:9.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJMUxHMmFoPHzTbQX3SDVB3ySMlxngg1 { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PSRgX3JeJyaDpy8ts5qz5an5hMevyz0N { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEw5HcP3K0hgbt6rOzJT0vyVmreu522A { width:15.625rem;height:5.2rem;top:9.375rem;left:32.385417938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raSTN9ybEs3y6BDQuVMa6IWpechJCeGE { width:3.75rem;height:3.75rem;top:2.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3XCHbuGeAkR9OpgPfVHdRgFvzu2KkOb { width:4.4375rem;height:4.4375rem;top:2.5rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMnw7uOn5O30vxyQb6A4uZVOWT2qpuUc { width:3.75rem;height:3.75rem;top:2.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW { display:block; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O6gS1u85nn34zQUFVLfJACUSbUKFRy2S { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJAEkLJMZgxBK2OI0vvbMwWG5q2OXLld { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gfo366yo6fqho3TUQTxU5mGyZOJdsmnn { width:15.5rem;height:5.2rem;top:9.375rem;left:0.20833301544189rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSynhS2hmv5tcBzD4JThQNRK4ZJkcisz { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmyNeQ7NGT1Dn2OtXzbWMA5conIkKqTH { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMZcDqpSdCKRwepCZQau1pMOa5T4fNA7 { width:14.375rem;height:6.5rem;top:9.0625rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTnvp2TBEeAn9FC2bvXf69Axv4mXk0hx { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKtJX4fQwV1tn1ETiFW0ZM0DcQ3ONB2x { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3lqzksIRynTGxM3fQO1yk3OxuWnKHoS { width:16.0625rem;height:5.2rem;top:9.375rem;left:31.947917938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVzWXptO4uEBizkeiPnTwbEQD59sSGkM { width:3.75rem;height:3.75rem;top:2.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9OMLu36GSRTT6TgQduxX86fTaAoEQJ1 { width:3.8125rem;height:3.8125rem;top:2.5rem;left:37.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqXRCOv7nD6VdmM93s6TyQ1lRcg4BOXZ { width:3.125rem;height:3.125rem;top:2.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 { display:block; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jy0IXg80vuhk83WeBCD6f0gVakhfzFuR { width:47.75rem;height:2.4375rem;top:1.0656242370606rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { width:47.75rem;height:30rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPT625wX4TSKbqToMPlVnNczAXRiBlBJ { display:block; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lfSkhhCnCtQMpFlgweIqdvH1SBWqCTA4 { width:26.4989375rem;height:5.875rem;top:0.25rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1eKv15A2ern582xZTVMqOIQxC1iy1tf { display:block; }
 }@media only screen and (max-width: 1199px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { width:14.375rem;height:4.5625rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWq2flrFKxswdC7KdwEvrTKFhJ977mHv { display:block; }#kWq2flrFKxswdC7KdwEvrTKFhJ977mHv > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfeBPWx0M0xhMKIPQS9c34ItDpLTzwnW { width:20rem;height:10.5625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh { background-color:#fbfbfd;background-image:none;display:block; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { background-color: transparent; background-image: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row > .video-iframe-container { display: none; }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .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); }#B7QTrwFHqICBdgQnUyWoTOTEWi5ceXDh > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdRxDtBDGuZSKypDRTgkuzGDZuVTQJZC { width:18.875rem;height:4.12395625rem;top:28.691665649414rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96ZpBsEoD1s4TS7iDmxD37eQk8nHt6W { display:block; }
 }@media only screen and (max-width: 763px) { #uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq { width:19.0625rem;height:6rem;top:16.516666412354rem;left:0.46875rem;font-size:1rem;display:block; }#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#uzRPGrKwBKubo7zC5Xl6AIOdffsk2FQq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aebb2823781b1757c180b8ae8ac28d46.svg); }
 }@media only screen and (max-width: 763px) { #LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 { width:18.875rem;height:6rem;top:10.012500762939rem;left:0.5625rem;font-size:1rem;display:block; }#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#LapbV3Ft8WaHfL1CRUvpCfRSK3mapCE8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8b1313eced252716bccfbc89e4a36f3b.svg); }
 }@media only screen and (max-width: 763px) { #JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ { width:19.4375rem;height:4rem;top:23.21875rem;left:0.46875rem;font-size:1rem;display:block; }#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#JITx5shdmrmBm1hxqwlw30hP5zHiqqpQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9fd0bc16aa8f05096852177dbe397be6.svg); }
 }@media only screen and (max-width: 763px) { #bCbcINquhWswVlwonAq1hkzyzAsr5gQo { width:14.5625rem;height:17.625rem;top:36.0625rem;left:5.2887931034483rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMKpvWLk9ikErTyJXZTqO5E97cp9CV6M { width:9.1875rem;height:9.1875rem;top:34.176041603088rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1vZfqdkUyQogmUsO7tLfnA0qGzUz2T6 { width:17.5625rem;height:6.825rem;top:1.5rem;left:1.21875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oeu9ls6PH7liTGiMlLVivOZgMTixpecp { display:block; }#Oeu9ls6PH7liTGiMlLVivOZgMTixpecp > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9MVXfxdQq6zlW9o22thqS4fEzXBVnLG { width:19.9375rem;height:49rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3HfRD4iF8tDx8iTITGxslK37veb7lb { width:19.0625rem;height:5.85rem;top:3.375rem;left:0.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmEh1UN9omgwUIX2KRVKUenUtytqnTqI { width:12.25rem;height:17.75rem;top:28.86874961853rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPHpH2Gr4USDMUkTGvlP89TghA30Ueba { width:18.6875rem;height:15rem;top:10.0625rem;left:0.65625rem;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { display:none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { width:17.25rem;height:5.11875rem;top:1.3154296875rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { width:19.4375rem;height:7.125rem;top:8.2447929382325rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFA48ertwlJA6LOCq72I4agzhfIbU9om { display:block; }#xFA48ertwlJA6LOCq72I4agzhfIbU9om > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyNOaGFiO7afipHLSm8dfqo5UFHrVss2 { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ld8TT4frByNTvvSw8zK4GdLM7pVHn2 { display:block; }
 }@media only screen and (max-width: 763px) { #TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd { display:block; }#TLeA2UzHvtNkwI8WGzrEywwPnJ3KARBd > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAqAmZoXyarTLoKTRvS16SkiTmSaIagG { width:19.875rem;height:109.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzHnBDnWdrezTmabhyEen9XXAP8tRRG { width:18.375rem;height:5.85rem;top:3.125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR { width:17.625rem;height:75.5rem;top:11.25rem;left:0.8125rem;font-size:1rem;display:block; }#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#JJrQiD8rJZF6tbgOFVkMuKmr9oCS2BOR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
 }@media only screen and (max-width: 763px) { #d3KDvNyCpUegAkHgmWTRD5LShztE69AB { width:12.8125rem;height:19.25rem;top:88.811458587644rem;left:3.59375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq { display:block; }#QK4JsqPEf1ghEMk9mQkuRfGMwnr6b4vq > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uf46o20k77hTecP3y4HClSTCwdsnEKiw { width:19.875rem;height:126.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH4NKDAmzqs8cPOvyyegVOR6KTldGHzr { width:15.8125rem;height:9.75rem;top:3.0625rem;left:1.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzW59F7TOy50AVZLMwT7V8kROrvZVSX { width:17.625rem;height:87.5rem;top:15.561458587646rem;left:1.1875rem;font-size:1rem;display:block; }#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTzW59F7TOy50AVZLMwT7V8kROrvZVSX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 763px) { #ni6dwKqVQxgAzxKvRUJLBEK6pA9B0F9g { width:10rem;height:21.0625rem;top:104.81145858764rem;left:5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq { display:none; }#nIGUxM9slA7Jpg5kFqQOeEtyHHxy5ZKq > .row .container { width:20rem;height:144.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2sBEGRfiwD1Hi2I41W3RN9T4UZq2Mq6 { width:19.0625rem;height:5.85rem;top:2rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y { width:18rem;height:105.5rem;top:10.1875rem;left:1rem;font-size:1rem;display:block; }#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#bCQ84KBn0fScbdSWP8s5HoKTEiyVI63y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 763px) { #u4n02A37xQWzzVOxQdkSOPAK0LKgEJBo { width:16.25rem;height:23.0625rem;top:119.23958301544rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cizISBScwGfTL8CcUh50EJJFIItShIsD { width:20.1875rem;height:143.6875rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT { display:block; }#FSb4xN4t7hElmcCerOwUTmKwIGFQW9PT > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdQNkuTScWE9h9Si73Ei5TSXTgQE1pBJ { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3knUzrGao4JatTr1VuhIhHGncBEJUu { display:block; }
 }@media only screen and (max-width: 763px) { #ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 { display:block; }#ahE9HVeyGTTsHJB0Tf96MUM01BSuXUu4 > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWIch5JyZtcqglKEtl0iVR6ygIJ0t8ws { width:19.9375rem;height:75.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1crZH5ZlEmTgPfuk8a1SBAWhpQdrCI { width:17.3125rem;height:5.85rem;top:3.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5kzQUKUoK595mii2SLKITbWiST1RcIF { width:11.8125rem;height:17.75rem;top:28.86874961853rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx { width:17.75rem;height:42rem;top:13.9375rem;left:1.125rem;font-size:1rem;display:block; }#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZXLUVkGTLpoL0qBt9zifTpV0eyhSKCxx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cd46ded4c0399f5413d76bb6c351a6221d687d9.svg); }
 }@media only screen and (max-width: 763px) { #U4mroM45vfICPVED5BNiA20esFs2K2cD { width:13.5rem;height:1.5rem;top:9.6875rem;left:1.125rem;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #If5tTEBSVoDRG9Btt5suJEeq2ws86ltz { width:17.375rem;height:16.5rem;top:57.625rem;left:1.09375rem;font-size:1rem;display:block; }#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#If5tTEBSVoDRG9Btt5suJEeq2ws86ltz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_29ca16ff737462e99e40c34ffb8111c1.svg); }
 }@media only screen and (max-width: 763px) { #pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT { display:block; }#pvdDkJF1LOQJ59NZGwxPqp84cG5Lb3qT > .row .container { width:20rem;height:120.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETtPAabdTuTLKAikyd38OBfPIRJQtnz9 { width:20rem;height:115.375rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TP9yWc233pKppfnFw0WMushAJ8nVwL { width:20rem;height:5.60625rem;top:5.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbCfgDMDbN1mlVtnBRDUuDf64han5rUn { width:18.5rem;height:12rem;top:12.0625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3SL5v61Izb6MUEK6yRAUI6JKunrVZnB { width:20rem;height:10.751rem;top:25.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFrMRbLIyxL4We9TP2U2fr4885g6b18L { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2vMBhdxm1HAfN0kboWqieTcqPHk3ZrI { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUDy0WACL2l7NKUluO0azMi2OgEzE93 { width:20rem;height:1.29980625rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHN0MpEOhFkTtfI6C9s3pGu9v3ita9As { width:20rem;height:1.3rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEQrBFe8lHa8MhIk7wTMW40mSQPmUTtg { width:20rem;height:9.1875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wroDl40T6SnFvlh5yUSIT4wvmi4reGRQ { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu42SG1Mzl5Jz4Ly9TWtaZa6zpgmqkWS { width:20rem;height:1.29980625rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzwQr77rEz3TnnEeF2pFZMSCPxKnNFmb { width:20rem;height:2.6rem;top:52.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRG2zTTTVON0TASuOJKHlf1XD1dZ2Rw1 { width:20rem;height:10.3125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolgaEmlF9yseWDDlPQNWFBpktVHRcNC { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdPv7wa9yZTUS1zvXTcl2imqP0yhButH { width:20rem;height:1.29980625rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRvdNQoxhGQt5tJ4qCZ6lfFShTyybv16 { width:20rem;height:3.9rem;top:63.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauDAnanfe6kR4KJuUG8KDBZHkTgEKI2 { width:20rem;height:5.0625rem;top:68.03125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1xmqmBeILgWRt5TGK44vnKmvFrHwTxn { width:15.375rem;height:4.14375rem;top:68.428123474119rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHmZCTrV4xDToFoOTCS6s68wEO7T1icV { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtG1QzcT8nTRn15CHfs1JTDsXgKRLx7z { width:20rem;height:3.9rem;top:77.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tal3nvoCiAyGKLX3pHPUq5fxBDo76qdG { width:20rem;height:3.9rem;top:82.592737197875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOCVlJNESPBEE5pQJvdeRrp2VDErS2aZ { width:2.75rem;height:2.75rem;top:74.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1qZrCSRRQMFkays6MtB2go4VaWNACma { width:2.0625rem;height:2.5996125rem;top:74.375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7M6oaUu9nIxFhU8ZCgo5QxAmr1ub4c { width:2.75rem;height:2.75rem;top:87.737500190738rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq7rA3bknXP6t1zx9Q9TNrXxSHayynUd { width:2.0625rem;height:2.6rem;top:87.8125rem;left:8.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz18oxSQgG1L72Z2ahNxZadfpwon5aB0 { width:20rem;height:2.6rem;top:91.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWJoCMGUpKpttf9rTiQcRG7NgChTES5n { width:20rem;height:3.9rem;top:97.325000762938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvTnyKGiTRaDMf59nNyXv0lpiFmpFkkQ { width:2.0625rem;height:2.6rem;top:103.6875rem;left:8.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #soR5r1ZsC1EpoNhwAs4Ta9mmAqOJ2d68 { width:2.75rem;height:2.75rem;top:103.61249923706rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZt264zQP8fh5u8PdTvQQrgaa79MBzTw { width:19.25rem;height:3.9rem;top:106.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAB00VRGtlCoC9p9kQpNzrV5Lho91Apx { width:19.4375rem;height:5.2rem;top:112.88749599457rem;left:0.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3iZukUX2yz8yUhPPm6Iuco96r1852XD { display:block; }#m3iZukUX2yz8yUhPPm6Iuco96r1852XD > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eswyioe1T59we6CmSdOnJaI7JVXRSuEQ { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTVBGlCRX82JtQB8uswoIAaTTSEQJpc { display:block; }
 }@media only screen and (max-width: 763px) { #qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT { display:block; }#qm1ge8rM6u79eZCxJp1mMbRzLQkJIQNT > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0xFlp9lvzKG58oWoZgS91ThS6FdrSzA { width:18.75rem;height:5.85rem;top:0.421875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE { display:block; }#U4CtXfERMlIGOQu7rnfv2SyfaM4nT9qE > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbQTIa5dvVHOQ0V3MDDWUz0dtxxGz1Ie { width:17.5rem;height:14rem;top:0.77499961853025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJWeqODPSaCZ8xdsQPUsdkmXO6lfA1HB { width:16.125rem;height:1.4625rem;top:6.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItdUzQeXmhzZs4vNS2DKcQRC4svMI57c { width:16.125rem;height:5.2rem;top:8.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Bu4TWZ7p7VKUMD5fuOZpTRcKeRZxJe { width:17.5rem;height:14rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt49hwsaslf2JhT1BZwkmI9WCBClUII2 { width:16.125rem;height:1.4625rem;top:21.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMROJibTLA5PrezoH6sJLe9hlxd94M8L { width:16.125rem;height:5.2rem;top:23.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMUxHMmFoPHzTbQX3SDVB3ySMlxngg1 { width:17.5rem;height:14rem;top:31.862499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSRgX3JeJyaDpy8ts5qz5an5hMevyz0N { width:16.125rem;height:1.4625rem;top:36.737499237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEw5HcP3K0hgbt6rOzJT0vyVmreu522A { width:16.125rem;height:5.2rem;top:39.287498474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raSTN9ybEs3y6BDQuVMa6IWpechJCeGE { display:flex;width:4.125rem;height:4.125rem;top:1.875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #t3XCHbuGeAkR9OpgPfVHdRgFvzu2KkOb { display:flex;width:3.9375rem;height:3.9375rem;top:32.862499237061rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #mMnw7uOn5O30vxyQb6A4uZVOWT2qpuUc { display:flex;width:3.75rem;height:3.75rem;top:16.924999237061rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW { display:block; }#gzpWD4OeplfyFcpkUiWDmkoH6GQf1TPW > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6gS1u85nn34zQUFVLfJACUSbUKFRy2S { width:17.5rem;height:14rem;top:0.77499961853025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJAEkLJMZgxBK2OI0vvbMwWG5q2OXLld { width:16.125rem;height:1.4625rem;top:6.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfo366yo6fqho3TUQTxU5mGyZOJdsmnn { width:16.125rem;height:5.2rem;top:8.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSynhS2hmv5tcBzD4JThQNRK4ZJkcisz { width:17.5rem;height:14rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNeQ7NGT1Dn2OtXzbWMA5conIkKqTH { width:16.125rem;height:1.4625rem;top:21.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMZcDqpSdCKRwepCZQau1pMOa5T4fNA7 { width:16.125rem;height:5.2rem;top:23.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTnvp2TBEeAn9FC2bvXf69Axv4mXk0hx { width:17.5rem;height:14rem;top:31.862499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtJX4fQwV1tn1ETiFW0ZM0DcQ3ONB2x { width:16.125rem;height:1.4625rem;top:36.737499237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3lqzksIRynTGxM3fQO1yk3OxuWnKHoS { width:16.125rem;height:5.2rem;top:39.287498474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVzWXptO4uEBizkeiPnTwbEQD59sSGkM { display:flex;width:4.125rem;height:4.125rem;top:1.875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #x9OMLu36GSRTT6TgQduxX86fTaAoEQJ1 { display:flex;width:3.4375rem;height:3.4375rem;top:32.787498474121rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #AqXRCOv7nD6VdmM93s6TyQ1lRcg4BOXZ { display:flex;width:3.125rem;height:3.125rem;top:17.237499237061rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 { display:block; }#xwIqMwZ9Rba6xvfzrgdnHH7BEpmvi6g1 > .row .container { width:20rem;height:5.0875244140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy0IXg80vuhk83WeBCD6f0gVakhfzFuR { width:18.75rem;height:3.9rem;top:1.2124996185302rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { width:20rem;height:17.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPT625wX4TSKbqToMPlVnNczAXRiBlBJ { display:block; }#WPT625wX4TSKbqToMPlVnNczAXRiBlBJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfSkhhCnCtQMpFlgweIqdvH1SBWqCTA4 { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eKv15A2ern582xZTVMqOIQxC1iy1tf { display:block; }
 }@media only screen and (max-width: 763px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }