.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,217,222;--color-primary-1:180,129,146;--color-primary-2:105,2,37;--color-primary-3:53,1,19;--color-primary-4:16,0,6;--color-secondary-0:224,235,230;--color-secondary-1:152,189,173;--color-secondary-2:48,122,90;--color-secondary-3:24,61,45;--color-secondary-4:7,18,14;--color-tertiary-0:255,255,255;--color-tertiary-1:252,251,250;--color-tertiary-2:244,240,237;--color-tertiary-3:122,120,119;--color-tertiary-4:24,24,24;--headlines-font-family:"Outfit Stangiel";--paragraphs-font-family:"Outfit Stangiel"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX { position:relative;z-index:auto;display:none; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX { border-width: 0; border-radius: 0; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .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; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hlLU79D0Rt1elmgFTfe27hpCWvhy3sNG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.3125rem;top:2.6875rem;left:29.71875rem;overflow:hidden;display:block; }
#wKul6tpIrppvDQwKAcb38RJAWlZ3vyTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Tll05HHo12KNSObVekaoGQAGSEXX3Q1T { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#WXgKizFFSRbrJePJKgaLaKOLXyuk8myk { position:absolute;display:block;z-index:15004;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:1.375rem;width:9.3125rem;top:2.625rem;left:65.625rem;overflow:hidden;display:none; }
#rwZys4odgmvIySzHZ1hPpgwzgpPzAG5e { position:absolute;display:block;z-index:15005;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:1.4375rem;width:9.3125rem;top:4.5rem;left:65.6875rem;overflow:hidden;display:none; }
#k1rRbTVwfzESW4U1dqFTO8uS9ouibPI7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.5625rem;left:0rem;overflow:hidden;display:none; }
#TeQEclzlT8gE7geXtmeiQH8ti4r88rpg { position:absolute;display:block;z-index:15001;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:2.0625rem;width:2.0625rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:none; }
#CarvdHBAAETNaqQ0a9wLk2lpVnJLldF2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RVC1tx7OwW0vENeqmW6Lyn7KzkiQJ64Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BszbXUO0raTJwFRpP6nLR3G9HaoOQONA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#MHD988sQW8Bm4TZN4ZdUN2XHqfebux4T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP { position:relative;display:none; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP { border-width: 0; border-radius: 0; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .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; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { position:relative;display:block; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { background-color: transparent; background-image: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row > .video-iframe-container { display: none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .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); }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga { border-width: 0; border-radius: 0; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .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; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGb3Q186b4uvzcsCKClxCFtLhxlT2pFT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#VqgWk4e8BDCKWOMyQORE53CdBT2hEJXm { position:absolute;display:block;z-index:15001;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:2.0625rem;width:2.0625rem;top:3.5625rem;left:2.75rem;overflow:hidden;display:block; }
#t5kC23gFJfT4fcwA9KeeSWtoxLNbkFUQ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.3125rem;top:2.6875rem;left:29.71875rem;overflow:hidden;display:block; }
#oaRchZelaEUSWsaQRyFd4ZaQlKRTe4LL { position:absolute;display:block;z-index:15004;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:1.375rem;width:9.3125rem;top:2.625rem;left:65.625rem;overflow:hidden;display:block; }
#rTenxvhBv2ET9XuqarCEfbcHzeiDUL3P { position:absolute;display:block;z-index:15005;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:1.4375rem;width:9.3125rem;top:4.5rem;left:65.6875rem;overflow:hidden;display:block; }
#cAwm7Rmar3dvTWOERyRefTBSmBSR7xWs { box-sizing:content-box;height:2.75rem;width:26.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:23.8125rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#NJO2tslvM3bRRMGsBc5Bot3apS8pMuyD { box-sizing:content-box;height:2.75rem;width:30.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:22.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#KfUk3EMzdAgtZGNVdoJEhnGxl1En9bTt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.625rem;left:44.25rem;display:block; }
#dLmueQdAz3eDw0P0ycTLxuck3m4NvOsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0egwPtzaM6giEoObUFXoqoDleRGV5tt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.625rem;left:39.5rem;display:block; }
#P6ubz6o8hpJZR2PAcBJFwllxOGGUkKWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClW7Syy0tKPr60ed0Hy90WQDiGSzHSau { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:7.625rem;left:35rem;display:block; }
#LUqd206ltnF5XDuky2A1dQUftZFi4U3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlOaHG3qufUToHgNXTNBgBKUxLKATqUn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:7.625rem;left:30.625rem;display:block; }
#pq9LTK2fyEXBnx4ImTIAn462L4sDpMTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3twqrm2IZXdq3RWsalzuTfCgqlCkFhv { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.625rem;left:25.9375rem;display:block; }
#kdWwfC1fXbT61ffNAsumIAWw93G0qHmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoU13m8L67SKmqd8Lra1dkLaCRlAxFgz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.6875rem;height:1.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.75rem;left:41.6875rem;display:none; }
#z9xpD78utqO9pkRh6rXb1w8wT9xFH239 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ll6pcmVTQCfXT5nIasg0GiF5TbBvEKLE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:43.1875rem;top:14.5rem;left:15.90625rem;overflow:hidden;display:block; }
#tpLXVFoiUsa6dKd8c7dlruoqPJlM2LIS { position:absolute;display:block;z-index:15001;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:2.4375rem;width:5.5rem;top:25.625rem;left:31.875rem;overflow:hidden;display:block; }
#maXt9v4KcuEkghgylkyDE9Tp5ePVFiQ4 { position:absolute;display:block;z-index:15002;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:2.4375rem;width:5.5rem;top:25.625rem;left:37.5625rem;overflow:hidden;display:block; }
#wWJW548mLQmOT5T6PGyfmUP7HMbzCe5k { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.01220703125rem;left:31.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Bp8hZEFO8CNhfVu5e3LXuL1MHSa57xTp { position:absolute;display:block;z-index:15004;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:6.0625rem;width:1.4375rem;top:41.375rem;left:36.78125rem;overflow:hidden;display:block; }
#lOSfsHQayT5lSwq5gOx57SuHgkTzK7k3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Dax5br0inVQKlfWzT3gcH6bJ6cof5IoL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.75rem;display:none; }
#zLTtkVqLXaPTHeaOiDPA96F2OIgI46kh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.875rem;width:18.75rem;display:none; }
#t6LSCBckDsefCbpLLWmTQBl085KsNLSk { position:relative;display:block; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk { background-color: transparent; background-image: none; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row .container > .video-iframe-container { display: none; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row > .video-iframe-container { display: none; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .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); }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk { border-width: 0; border-radius: 0; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .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; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GQRBtkgpztEmH1vgma7wuz3Ac4FpzUqk { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#z9hE5rO4HbDD3gJh8fMJZhSGkb8bwoNS { box-sizing:content-box;height:35.625rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#RVCByTlUTPilXvMLGilLyNZ5aBgE2Ooe { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.625rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#iq9hcVTd3gB4N0NlBzcvX7gvRVa9MmBx { box-sizing:content-box;height:17.5rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:#eae4df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:51.25rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dV4P25wvTWbFpWbOePExRDR2SZO46WNt { 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:2.1875rem;width:4rem;top:2.6875rem;left:9.6875rem;overflow:hidden;display:block; }
#AIeeTTAgCE18EhcHXPN33QV5vBqcPlZI { 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:2.1875rem;width:3.4375rem;top:2.6875rem;left:35.78125rem;overflow:hidden;display:block; }
#t7Kw9QD29XL5i5VrQSHbtMaD5Snq55Bb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.6875rem;left:61.40625rem;overflow:hidden;display:block; }
#w0fw39AG6LOA2b3kaMVIxGX7zKmzZUzf { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:1.09375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SyhpotMooUZoFdzqkpV0RblJsgUxhbF2 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#zV8dlkaRVlyCK4XOmVanb7erPp1zwEeR { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:26.75rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khXuJCyw95XT0SMHImC2hwQDb9kw3gXs { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;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:10.68701171875rem;left:27.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ZP414wr5SDLbJ6s94gJOeMrB8bN90B4C { color:rgba(var(--color-primary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.68701171875rem;left:52.21875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#iNL7xnrnUXECV66FQsDWh7RTJ2LN8V7g { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6rem;left:52.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5GpwDBXFqML54bgSwg17vHa2JKtwiRL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.0625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ti0aemHv8aq9W71Md0IyDaQUZCRr5NPK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:5.1875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#Pg26tOD76PnMBOTAnT5bgFcOHNOrmAcO { position:absolute;display:block;z-index:15015;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:1.9375rem;width:2.125rem;top:24.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#QXZym2xIeiJ3858frbulSr4ic8frXHTm { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.3125rem;left:5.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#VJZoAzTfCDfLB637pMswJbRqpS3hMnDb { position:absolute;display:block;z-index:15017;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:2.1875rem;width:2.1875rem;top:33.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#sHd83COotCOsiypvBG8egDlEcTCbDTpM { box-sizing:content-box;height:35.625rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:25.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#oEGDsNKqpIAtvlEF8sRiL3QI0rNpCVyW { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.875rem;left:27.6875rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwH3KB9P30EPapPTpmGthSomAvh8pJFF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.6875rem;left:30.8125rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#Udfu6Gul5DNRHPpNBU9l4NXCGTveuigz { position:absolute;display:block;z-index:15021;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:2.1875rem;width:1.75rem;top:25.1875rem;left:27.8125rem;overflow:hidden;display:block; }
#yapTCUgKV4esIPPi8opWSm4nClzksLLv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.8125rem;left:30.8125rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#TxltBXmrETIwE5p6EEnUyXpEMTB5vZ9V { box-sizing:content-box;height:35.625rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#gB00ATHfB9UvfyQagckHg29RKtth0Te1 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.875rem;left:53.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cchoqTQsbdDO4OXRAvHQoK1vQwIbf9Tl { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.6875rem;left:56.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Bkq8MXupZ7gDx9XvNZwLUUoils446ent { position:absolute;display:block;z-index:15027;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:1.8125rem;width:1.75rem;top:24.875rem;left:53.3125rem;overflow:hidden;display:block; }
#ckXR7c3UFcTUTMfoNLAII9BfCqgQiFGz { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;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:30.8125rem;left:56.4375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#ByMlR4d7kTzyrn5RSeOP3UFJQTsirQh7 { position:absolute;display:block;z-index:15029;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:2.375rem;width:1.875rem;top:31rem;left:53.4375rem;overflow:hidden;display:block; }
#dFSdpCWsnshTxQfAdqEJiuIRNBkT36K5 { position:absolute;display:block;z-index:15022;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:2.1875rem;width:1.75rem;top:35.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#L3v7ZEx4nnlSUP9SELaXbwdV4bpiMXf2 { position:absolute;display:block;z-index:15024;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:2.3125rem;width:1.75rem;top:45.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#X17kvKhUxS9qFfHODS3xJTnZI8HcBlsX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.125rem;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:44.875rem;left:30.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#T6Q9314rC24GcSVTV3vkIo4ruXipiZX6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:39.5625rem;left:56.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#HT5MTqPTEMInu5uDywdiAVec3yl2JFTS { position:absolute;display:block;z-index:15031;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:1.75rem;width:1.75rem;top:39.75rem;left:53.4375rem;overflow:hidden;display:block; }
#Xu89GOsXTlLQfcJBJNoP90c8DH57RUae { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.875rem;left:53.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c2c2c;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; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container { background-color: transparent; background-image: none; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container > .video-iframe-container { display: none; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row > .video-iframe-container { display: none; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .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); }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container { border-width: 0; border-radius: 0; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#nv8o5qieUWkyhwGvhCZ0Vpo88GwWp9mV { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:;display:block; }
#DIvuJwPK10Rz9Wa3TCmdrtir1nK1xKgT { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#y9Zl8bGSMrlzdVVv0aTRVAHvNkt7xH5u { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.875rem;left:0.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZADmXKT4fAx8FKF6mkBEMzDJ3EclrOvn { box-sizing:content-box;height:2.1875rem;width:6.9375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ipaTq2L9Q68aiDrHe7aKB7TZOwZRIsct { position:absolute;display:block;z-index:15016;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:18.8125rem;width:49.1875rem;top:0rem;left:25.8125rem;overflow:hidden;display:block; }
#uRW325kaH4KmTAgbp0CBtg4tODDQ1F3J { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.89892578125rem;left:64.6875rem;display:block; }
#AJ9khBzsfATI78E5uhvhz8shKLxcPOh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container { background-color: transparent; background-image: none; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container > .video-iframe-container { display: none; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row > .video-iframe-container { display: none; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .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); }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container { border-width: 0; border-radius: 0; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#zKbZvNLAgyXH6qx6tE7cgxQpCDdHhAeo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10.0625rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#rlNMgAxBBhksKH0NrUJvdCk0xC7ttUPO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.96875rem;left:23.75rem;display:block; }
#ogXAEw3QURTrISF4HQT1Ue0xpWwNsM1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5KSD3epe59BPf2DTNuJ6t3vK2zkQ07L { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15002;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#JnWfWxBleEp7ipnxmtV2ZppXzIGWT3rS { position:absolute;display:block;z-index:15004;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:21.1875rem;width:12.5rem;top:13.625rem;left:23.9375rem;overflow:hidden;display:block; }
#T2gFUnAIwOtJ5svRyNqbH7kQrhSArv4s { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.6875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#XLp5NeX3NAVg08AhzJoc7eyoRQrKcc44 { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmRV5Q7JK5Wk9qR2solFDDCDV3FtpmLN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.625rem;left:1.8125rem;display:block; }
#lMdroXJL1otB5RwDss7cOvPz5XCicWo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgacRT4yxZ20hbadJcTi6PRwCe8NymA4 { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15014;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.6875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#UTc31tmRdaHzvz65olaZWKGllTV6UqwJ { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.6875rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#pQedAM0NHbPqmqaGAEACgPzBQAW4TXIn { position:absolute;display:block;z-index:15016;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:21.25rem;width:12.5625rem;top:36.6875rem;left:23.9375rem;overflow:hidden;display:block; }
#rth7b22ohp859l8JNP7wvGpnmyNAlIii { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.6875rem;left:1.8125rem;display:block; }
#SldPHVGrBbvzs1SmoQ4z6PRkLEFy9RFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImFdzcswJ0e0PiEgbNDzyXJ7sUJIZ2Jc { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:42.5625rem;left:1.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#WISaWCstsbN7s2A7elNkwSE2Jv67HusB { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:39.4375rem;left:1.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJTJOSqJPCT8BFk2JxOxiQzHEQilv9DK { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15014;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:38.5rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#Ts7TnTu6T1V4pRUnl4NtQ7maGTv0Ua49 { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#qcexREqhHaKdxwaLTScGhb5LoTQe50o2 { position:absolute;display:block;z-index:15016;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:21.1875rem;width:12.5rem;top:13.625rem;left:62.5rem;overflow:hidden;display:block; }
#mCOmkIOhqC55624lOPk4o0o4DlPgemqS { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.375rem;left:40.1875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTKagQTkBNA5AktkokN6GJUErMeTFNWX { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.5rem;left:40.1875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#vOmJe9ooXa6aOEil7EQaT1zDrr0aP3t0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.625rem;left:40.3125rem;display:block; }
#Tg1BBhk47Gkc61dJ0DV8s6nUTB7pomPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#awonvFfTxCC4HgDh3l6EPPuO3M9smXnG { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#x4R34caVVqk8q4NgrxxQWX5sHUrnw3gn { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:53.6875rem;left:9.875rem;display:block; }
#pV81MzcTc4V6vD4iKtTlMmeOoTC9WgBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container { background-color: transparent; background-image: none; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container > .video-iframe-container { display: none; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row > .video-iframe-container { display: none; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .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); }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container { border-width: 0; border-radius: 0; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;position:relative;display:block; }#SOW8mmaT3i4IawrTAKFmauuCfCG1F19c { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15001;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.75rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#m9QWHDmfb5J7f2HoRvhmXmw7MK4HDZVd { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:#c24342;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.75rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#e0Tf2DmS3X4Pl3BS65LT0EA3hwczWSkl { position:absolute;display:block;z-index:15036;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:21.6875rem;width:12.5625rem;top:35.5rem;left:23.9375rem;overflow:hidden;display:block; }
#mTU0Z4POmlmkXUpgTrukNQKHxvVtT7RJ { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.6875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#uI1xUUnvFK84WDO7VeplRVHipz38rHPT { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:38.5rem;left:1.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dh77IDrrdUtHT18gmmOIowbMHx0xvQb5 { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15028;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.625rem;left:38.5rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#nLFyNFT77TuNOWCV3iaoDr2zLz6iirJc { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#c24342;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.6875rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#FWmc7gVXGd4ddbbmDAfM8NG9tTZQlUc9 { position:absolute;display:block;z-index:15030;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:21.375rem;width:12.5rem;top:12.5625rem;left:62.5rem;overflow:hidden;display:block; }
#X0ZmiDMMUXd3tnGwCLTTwCVv9oL3t2nG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.5625rem;left:40.1875rem;display:block; }
#Laqi65h7xn5OL5LczET9cciNAOVKgFs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGHT0Fi7zpkLNnWxBkBo3OuWgDJ5mgTv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:52.75rem;left:1.8125rem;display:block; }
#EqFKDBSrvwJqB5gSymOP6FvItVCnXQRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNdBokq9QQ7DnABQk0bLoSp6U2VMFu6C { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.4375rem;left:40.0625rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#G3Tr0vWF3ZqtzkMwg042IGqLTE3S3K3y { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:15.3125rem;left:40.0625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2BEIoSxTgbrvnXnNT0Ki87swA20zwtC { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15002;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.625rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#L1RclShWP7BIIFTkUUars7X6FbFWOw57 { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:#c24342;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.625rem;left:24rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#ki97f1KGdenFF7zw5hkubkTsksMrNfPS { position:absolute;display:block;z-index:15024;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:21.1875rem;width:12.5rem;top:12.6875rem;left:23.9375rem;overflow:hidden;display:block; }
#oGCWntGzgOh7WKQVVDPPTdn14R7eyTEI { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.6875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#Noq2BFoMGUIcP2xlHDgcLagJg1fGCfSZ { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.375rem;left:1.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OqTI7n09FLE0PMLpo34n5T5Hiu7rs426 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.25rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#UPU7B7V4cxBJ86zMgp2PRUU3WCxHXoJH { background-color:#c24342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.5625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:4.96875rem;left:23.75rem;display:block; }
#T6cRA3snPqUerpUKroPH60VIBRHKIIqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dE5caKopfMr9PaDfXXxXp3P3iuaUQJdK { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15040;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.75rem;left:38.5rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#fW3xSb8fLdVigiJ0WkyFmG7vI632Wv92 { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15041;background-color:#c24342;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.8125rem;left:62.4375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#bfSvzFOVCLr1T9913QP8xUP6Q6uswKG4 { position:absolute;display:block;z-index:15042;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:21.125rem;width:12.5625rem;top:35.75rem;left:62.4375rem;overflow:hidden;display:block; }
#m1NcBzVOrQ424Urn0DhVQZsA4kyf1XpA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.75rem;left:40.3125rem;display:block; }
#hXtVPPZOaPZI7E2WrD3HFb9eP057vLFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuHdbuuQ4sTiAcFe3nuLZTQSzl2HEKmw { color:rgba(var(--color-primary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:41.625rem;left:40.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#TJ0tAT6rnEFsyGMXF9CfDyA6VGLi9RJ5 { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:38.5rem;left:40.1875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KT6uM04f0HKMzv1sob0BqevJ2WskCbD0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:29.625rem;left:1.6875rem;display:block; }
#guCEaGAADhsISW0VuG6m3X9MXKdURuh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#un5unQZXBVoNEmBbeugi4dwSxrXttRz3 { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#tUXPzUGgZs15ZGHCo7brycBF6KU5UMET { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#KmlrKi7yw5TRayEPD8P06g9DosJulmFF { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#CsMn9xIqBFkgPOL1I4cABH296zfmolm0 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:52.75rem;left:48.3125rem;display:block; }
#AtUaMGmICiGlOGTkaXvWy8USMfScL7t6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCkG0IwI7gicqe4ulRRnFUt0Rp6HdhZ8 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:52.75rem;left:9.875rem;display:block; }
#GrDmd9gmwPXUboXVJhsuBRlqzhErqciX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXNGdub9OyLQlcCWNavoP65pATmwkZ4a { box-sizing:content-box;height:21.1875rem;width:36.4375rem;position:absolute;display:block;z-index:15047;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#VSa6uNPQBGawfpIvxryUX6wAJX7nAgIA { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15048;background-color:#c24342;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:58.9375rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:block; }
#ys81suKlXibn1IVPsfTrgP7VShgBU53V { position:absolute;display:block;z-index:15049;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:21.3125rem;width:12.5rem;top:58.875rem;left:23.9375rem;overflow:hidden;display:block; }
#HO46D8CH8HOy7KJ3CRb8hRepSeiDlr2f { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:75.875rem;left:9.8125rem;display:block; }
#UUEWurNz47QlHv2Z9M28p0yhx3kQfAC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1NWPzo2b60p2eUsLnxu8ZQB9C6lanMg { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:64.75rem;left:1.6875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#CpxTRBT8HNIsIV4gTaDaxBqL4zF5KRVh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:75.875rem;left:1.8125rem;display:block; }
#FPcuAzzLrdUlTaUxPlyyDkuS2uHeraPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALF7CuGWvaCtO7yfWVFof7TCgJmaxRSc { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:61.625rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#amihtP7NE5mIhJhDQtAdLFZCEOFSBV90 { box-sizing:content-box;height:21.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.625rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;display:none; }
#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT { position:relative;display:block; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT { background-color: transparent; background-image: none; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row .container > .video-iframe-container { display: none; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row > .video-iframe-container { display: none; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .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); }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT { border-width: 0; border-radius: 0; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .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; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f5BGGMBOMupdlnzAOcUFTollqLMGnqRw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5625rem;top:1.53125rem;left:31.71875rem;overflow:hidden;display:block; }
#JkD7THOHbsuQiJJZNVy2gGVwf0zpwzSF { box-sizing:content-box;height:30.4375rem;width:17.6875rem;position:absolute;display:block;z-index:14994;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#rQf0mgTUP7FczZbqfVfs8KL6XIKZW8RI { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:24.0625rem;left:1.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#yPgcVltlbk68iBwu3G2tA6kIAGA4cl0B { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofnaAtdDrwMBLAuEExQxTH6fRqB7CCFp { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:34.2685546875rem;left:1.625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#kMD02f2Eg8g04Afq364IJToIrb6qTNXG { box-sizing:content-box;height:10.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/983d7aab-6a89-4886-a380-f01839fdc602/Asset5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:0rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.6875rem;display:block; }#kMD02f2Eg8g04Afq364IJToIrb6qTNXG.adaptive-delivery-prevent-bg, #kMD02f2Eg8g04Afq364IJToIrb6qTNXG.lazyload, #kMD02f2Eg8g04Afq364IJToIrb6qTNXG.lazyloading { background-image: none; }
#CvUIPxy7yHDmFkr5yT84JrGmvJlRGAiC { box-sizing:content-box;height:30.4375rem;width:17.6875rem;position:absolute;display:block;z-index:14999;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.875rem;left:19.125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS { box-sizing:content-box;height:10.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15068;background-color:#d34747;background-image:url("https://images.assets-landingi.com/uc/0a73906a-622b-4524-8bfd-670b1f111038/Asset2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:19.125rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.6875rem;display:block; }#J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.adaptive-delivery-prevent-bg, #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.lazyload, #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.lazyloading { background-image: none; }
#KdyEPxVUQXmMoeP7oTTBRTuMV5acdRGM { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:20.9375rem;left:20.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzG2fWstvT3kqv0EGvsfEXq1FOcrJ7F0 { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:24.0625rem;left:20.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vVdOas2SSbZ61i0NZLb00IASnHW5u82G { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:32.056640625rem;left:20.75rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#NSOZMKNOVtCIgqxfH9QZSWynTc0fT3X0 { box-sizing:content-box;height:30.4375rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.875rem;left:38.25rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#n6HihHF4oIt1HOsuxDQln4igVSxQL6ob { box-sizing:content-box;height:10.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b9d13ec3-92ec-420f-8e02-037b0e813173/Asset4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:38.25rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.6875rem;display:block; }#n6HihHF4oIt1HOsuxDQln4igVSxQL6ob.adaptive-delivery-prevent-bg, #n6HihHF4oIt1HOsuxDQln4igVSxQL6ob.lazyload, #n6HihHF4oIt1HOsuxDQln4igVSxQL6ob.lazyloading { background-image: none; }
#devZcDcTvrablf7kVZt3d7u5ahexmiN3 { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:20.9375rem;left:39.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWZPLlJJ7ZTnPzEsWrM7TaBt82b7aNc4 { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:24.0625rem;left:39.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#xmqHOiLKnaoTFHQzTzebCIhmsuJ0qmPz { box-sizing:content-box;height:30.4375rem;width:17.6875rem;position:absolute;display:block;z-index:15009;background-color:#eae4df;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.875rem;left:57.3125rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx { box-sizing:content-box;height:10.9375rem;width:17.6875rem;position:absolute;display:block;z-index:15078;background-color:#c24342;background-image:url("https://images.assets-landingi.com/uc/e3cab9b1-b089-435a-b0b5-92c898ae0320/Asset3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:57.3125rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.6875rem;display:block; }#P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx.adaptive-delivery-prevent-bg, #P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx.lazyload, #P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx.lazyloading { background-image: none; }
#pK3o0OQ3atOnf3Qp2NtB0rJKsILFOwIM { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:20.9375rem;left:59rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#libvkrQhxV4LRufKGAqaPwVGoyJmhnkt { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:24.0625rem;left:59rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#AuvOU7AX3HxM8A2IbspoAkJW1ncMJd7m { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.4375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:34.1875rem;left:59rem;display:block; }
#T64dJ3Mo7GnnArBTbrqBqbLP7BLFC6tO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E2hkxma0aqXgfHtTUVITNpW8azvmpSJJ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.4375rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:34.1875rem;left:39.9375rem;display:block; }
#opaAANzn1twZdhrvUZTek4eScRTzX4D3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd { position:relative;display:block; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd { background-color: transparent; background-image: none; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row .container > .video-iframe-container { display: none; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row > .video-iframe-container { display: none; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .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); }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd { border-width: 0; border-radius: 0; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .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; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;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; }#IGcSD4xTVmKsErfOa93nygpLEe7IWz7g { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.625rem;top:0rem;left:22.125rem;overflow:hidden;display:none; }
#MRbPL46FDpPR9PIDTk15R2PkvXbbCsg7 { position:absolute;display:block;z-index:15079;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:5.0625rem;width:31.5rem;top:0rem;left:21.75rem;overflow:hidden;display:block; }
#AIUSeionx37APT058yJQvOBVGTJiBhXl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c569cfe1-1c11-4161-8bba-96cd1b490be3/mapka2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AIUSeionx37APT058yJQvOBVGTJiBhXl.adaptive-delivery-prevent-bg, #AIUSeionx37APT058yJQvOBVGTJiBhXl.lazyload, #AIUSeionx37APT058yJQvOBVGTJiBhXl.lazyloading { background-image: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { background-color: transparent; background-image: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.39); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container > .video-iframe-container { display: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.39); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row > .video-iframe-container { display: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .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); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { border-width: 0; border-radius: 0; }#AIUSeionx37APT058yJQvOBVGTJiBhXl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#Gz91qEyf62Vxm1ToCHq5ZpdpkzmLko5Q { color:rgba(var(--color-primary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:6.25rem;left:2rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#LbIEafEMHhkVqCSr84JJX0DXZtcVKFtR { position:absolute;display:block;z-index:15045;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:1.75rem;width:1.1875rem;top:4.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#LAHTTsXyLoAUtdZmJcy1aqz9DX5TowN3 { color:rgba(var(--color-primary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:6.24951171875rem;left:20.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#oM7KTNBIh6lMmMyQQTR2MxAgU913qIKw { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:6.75rem;left:39.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#GcqeDVmuFlebqQC5Vwo9XGPxTM41FE5T { position:absolute;display:block;z-index:15047;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:1.5rem;width:1.6875rem;top:4.9375rem;left:39.8125rem;overflow:hidden;display:block; }
#wc894KZvyaIich29xaHFOCLPeULNxmMI { position:absolute;display:block;z-index:15049;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:1.5rem;width:1.3125rem;top:4.9375rem;left:59rem;overflow:hidden;display:block; }
#SAb6S1qFiR9tJpvZONyXs1GnDptxVLHk { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:6.75rem;left:59rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#OovC8Wck9Dbl5HwMl7azh1NRsVOW4abs { box-sizing:content-box;height:14.4375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.2734375rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#UTyXXoFZVTiZOWriTuiCgkFdgefCPGNT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.0859375rem;left:1.84375rem;display:block; }
#FkehwSdVmagCVSeCzx1f5ir0hnRKMBfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE { position:relative;display:block; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE { background-color: transparent; background-image: none; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row .container > .video-iframe-container { display: none; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row > .video-iframe-container { display: none; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .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); }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE { border-width: 0; border-radius: 0; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .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; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkVUAPzaiIoa2Tknhcn99Vc8bSLTRQko { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:3.375rem;left:30.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzgXfVaxa8iHlI6uFUm6NqGwORc5qlDe { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.6875rem;top:7.75rem;left:23.522959183674rem;overflow:hidden;display:block; }
#LMHNqWVDgdEvlhGhytxdJBoVumfrv9MQ { position:absolute;display:block;z-index:15053;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:2.8125rem;width:9.0625rem;top:8.125rem;left:32.8125rem;overflow:hidden;display:block; }
#z2lHFLAOSZlUHLs1PTGuW19vIu9Kycy8 { position:absolute;display:block;z-index:15054;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:2.375rem;width:8.4375rem;top:8.28125rem;left:44.244140625rem;overflow:hidden;display:block; }
#AcNFE9IOhkThETXdTpZvksKb5acIR0wO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.8125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:12.25rem;left:23.03125rem;display:block; }
#nOrfW5GNHI725ZIFgNbltpSP6DAxGqLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRKFK2HXg71Dqd3Cdlo2NSAgHhThzyWn { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.8125rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:12.25rem;left:33.75rem;display:block; }
#mvt9tMvTz1UZITPSlbOqgFf8DW8ZZw6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { background-color: transparent; background-image: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container > .video-iframe-container { display: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container { display: none; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .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); }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { border-width: 0; border-radius: 0; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#GRST60cl5ElUzhiV4lMksFFZp8yzd8nZ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:10.443359375rem;left:27.25rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#s8DlSOqVVLV9x3zR96Aoly8hZyPMvVJ6 { position:absolute;display:block;z-index:15003;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:2.0625rem;width:2.0625rem;top:5.5rem;left:2.75rem;overflow:hidden;display:block; }
#euHs2wI4k82TIP9vhTAwGfdqxcN1lQLi { position:absolute;display:block;z-index:15002;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:2.0625rem;width:2.0625rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#vJtSDhuLq78zS9dWJwQVL7TL2QXEs0WN { 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:1.375rem;width:9.3125rem;top:4.6875rem;left:65.625rem;overflow:hidden;display:block; }
#drbA0c2qZUlfXogsSBRo7pmi0CZXA8FO { 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:1.4375rem;width:9.3125rem;top:6.5625rem;left:65.6875rem;overflow:hidden;display:block; }
#S6sDRls76TcKeQua4EzaT3kpwA6c07tR { position:absolute;display:block;z-index:15004;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:2.6875rem;width:10.5rem;top:5.1875rem;left:32.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX { display:none; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hlLU79D0Rt1elmgFTfe27hpCWvhy3sNG { top:2.6875rem;left:16.09375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKul6tpIrppvDQwKAcb38RJAWlZ3vyTD { display:none; }
 }@media only screen and (max-width: 763px) { #Tll05HHo12KNSObVekaoGQAGSEXX3Q1T { top:5.3125rem;left:0rem;width:13.3125rem;height:14.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXgKizFFSRbrJePJKgaLaKOLXyuk8myk { top:2.625rem;left:38.4375rem;width:9.3125rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwZys4odgmvIySzHZ1hPpgwzgpPzAG5e { top:4.5rem;left:38.4375rem;width:9.3125rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1rRbTVwfzESW4U1dqFTO8uS9ouibPI7 { top:3.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeQEclzlT8gE7geXtmeiQH8ti4r88rpg { top:3.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CarvdHBAAETNaqQ0a9wLk2lpVnJLldF2 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #RVC1tx7OwW0vENeqmW6Lyn7KzkiQJ64Q { display:block; }
 }@media only screen and (max-width: 763px) { #BszbXUO0raTJwFRpP6nLR3G9HaoOQONA { display:none; }
 }@media only screen and (max-width: 763px) { #MHD988sQW8Bm4TZN4ZdUN2XHqfebux4T { display:none; }
 }@media only screen and (max-width: 763px) { #k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP { display:none; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MqPNTFUPfDcmUopE2HQUCOd51ro22dga { display:block; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGb3Q186b4uvzcsCKClxCFtLhxlT2pFT { top:3.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqgWk4e8BDCKWOMyQORE53CdBT2hEJXm { top:3.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5kC23gFJfT4fcwA9KeeSWtoxLNbkFUQ { top:2.6875rem;left:16.09375rem;width:14.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaRchZelaEUSWsaQRyFd4ZaQlKRTe4LL { top:2.625rem;left:38.4375rem;width:9.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTenxvhBv2ET9XuqarCEfbcHzeiDUL3P { top:4.5rem;left:38.4375rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAwm7Rmar3dvTWOERyRefTBSmBSR7xWs { top:7.5rem;left:10.1875rem;width:26.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJO2tslvM3bRRMGsBc5Bot3apS8pMuyD { top:7.5rem;left:8.8125rem;width:30.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUk3EMzdAgtZGNVdoJEhnGxl1En9bTt { width:3.625rem;height:2.4375rem;top:7.625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmueQdAz3eDw0P0ycTLxuck3m4NvOsO { display:block; }
 }@media only screen and (max-width: 763px) { #M0egwPtzaM6giEoObUFXoqoDleRGV5tt { width:3.625rem;height:2.4375rem;top:7.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ubz6o8hpJZR2PAcBJFwllxOGGUkKWg { display:block; }
 }@media only screen and (max-width: 763px) { #ClW7Syy0tKPr60ed0Hy90WQDiGSzHSau { width:3.625rem;height:2.4375rem;top:7.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUqd206ltnF5XDuky2A1dQUftZFi4U3z { display:block; }
 }@media only screen and (max-width: 763px) { #dlOaHG3qufUToHgNXTNBgBKUxLKATqUn { width:3.625rem;height:2.4375rem;top:7.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9LTK2fyEXBnx4ImTIAn462L4sDpMTM { display:block; }
 }@media only screen and (max-width: 763px) { #K3twqrm2IZXdq3RWsalzuTfCgqlCkFhv { width:3.625rem;height:2.4375rem;top:7.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdWwfC1fXbT61ffNAsumIAWw93G0qHmd { display:block; }
 }@media only screen and (max-width: 763px) { #KoU13m8L67SKmqd8Lra1dkLaCRlAxFgz { width:1.6875rem;height:1.6875rem;top:5.75rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9xpD78utqO9pkRh6rXb1w8wT9xFH239 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll6pcmVTQCfXT5nIasg0GiF5TbBvEKLE { top:14.5rem;left:2.28125rem;width:43.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLXVFoiUsa6dKd8c7dlruoqPJlM2LIS { top:25.625rem;left:18.25rem;width:5.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXt9v4KcuEkghgylkyDE9Tp5ePVFiQ4 { top:25.625rem;left:23.9375rem;width:5.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJW548mLQmOT5T6PGyfmUP7HMbzCe5k { top:23rem;left:17.625rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp8hZEFO8CNhfVu5e3LXuL1MHSa57xTp { top:41.375rem;left:23.15625rem;width:1.4375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSfsHQayT5lSwq5gOx57SuHgkTzK7k3 { display:none; }
 }@media only screen and (max-width: 763px) { #Dax5br0inVQKlfWzT3gcH6bJ6cof5IoL { width:18.75rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLTtkVqLXaPTHeaOiDPA96F2OIgI46kh { width:18.75rem;height:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6LSCBckDsefCbpLLWmTQBl085KsNLSk { display:block; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQRBtkgpztEmH1vgma7wuz3Ac4FpzUqk { top:0rem;left:0rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hE5rO4HbDD3gJh8fMJZhSGkb8bwoNS { top:17.5rem;left:0rem;width:23.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVCByTlUTPilXvMLGilLyNZ5aBgE2Ooe { top:0rem;left:8rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq9hcVTd3gB4N0NlBzcvX7gvRVa9MmBx { top:0rem;left:23.875rem;width:23.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4P25wvTWbFpWbOePExRDR2SZO46WNt { top:2.6875rem;left:5.125rem;width:4rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIeeTTAgCE18EhcHXPN33QV5vBqcPlZI { top:2.6875rem;left:22.09375rem;width:3.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Kw9QD29XL5i5VrQSHbtMaD5Snq55Bb { top:2.6875rem;left:38.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0fw39AG6LOA2b3kaMVIxGX7zKmzZUzf { top:6rem;left:0rem;width:21.5625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyhpotMooUZoFdzqkpV0RblJsgUxhbF2 { top:10.6875rem;left:0rem;width:21.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV8dlkaRVlyCK4XOmVanb7erPp1zwEeR { top:6rem;left:10.1875rem;width:21.5625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXuJCyw95XT0SMHImC2hwQDb9kw3gXs { top:10.625rem;left:11.875rem;width:19.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP414wr5SDLbJ6s94gJOeMrB8bN90B4C { top:10.625rem;left:25.8125rem;width:21.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNL7xnrnUXECV66FQsDWh7RTJ2LN8V7g { top:6rem;left:26.0625rem;width:21.5625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5GpwDBXFqML54bgSwg17vHa2JKtwiRL { top:19.875rem;left:0rem;width:18.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0aemHv8aq9W71Md0IyDaQUZCRr5NPK { top:24.6875rem;left:0.625rem;width:14.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg26tOD76PnMBOTAnT5bgFcOHNOrmAcO { top:24.6875rem;left:0rem;width:2.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZym2xIeiJ3858frbulSr4ic8frXHTm { top:33.3125rem;left:0.625rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZoAzTfCDfLB637pMswJbRqpS3hMnDb { top:33.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd83COotCOsiypvBG8egDlEcTCbDTpM { top:17.5rem;left:8rem;width:23.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGDsNKqpIAtvlEF8sRiL3QI0rNpCVyW { top:19.875rem;left:13.375rem;width:18.375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwH3KB9P30EPapPTpmGthSomAvh8pJFF { top:24.6875rem;left:17.125rem;width:14.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udfu6Gul5DNRHPpNBU9l4NXCGTveuigz { top:25.1875rem;left:15.875rem;width:1.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapTCUgKV4esIPPi8opWSm4nClzksLLv { top:34.8125rem;left:17.125rem;width:14.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxltBXmrETIwE5p6EEnUyXpEMTB5vZ9V { top:17.5rem;left:23.875rem;width:23.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB00ATHfB9UvfyQagckHg29RKtth0Te1 { top:19.875rem;left:29.25rem;width:18.375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cchoqTQsbdDO4OXRAvHQoK1vQwIbf9Tl { top:24.6875rem;left:33.375rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkq8MXupZ7gDx9XvNZwLUUoils446ent { top:24.875rem;left:31.75rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXR7c3UFcTUTMfoNLAII9BfCqgQiFGz { top:30.8125rem;left:32.375rem;width:15.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMlR4d7kTzyrn5RSeOP3UFJQTsirQh7 { top:31rem;left:31.75rem;width:1.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSdpCWsnshTxQfAdqEJiuIRNBkT36K5 { top:35.0625rem;left:15.875rem;width:1.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3v7ZEx4nnlSUP9SELaXbwdV4bpiMXf2 { top:45.0625rem;left:15.875rem;width:1.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X17kvKhUxS9qFfHODS3xJTnZI8HcBlsX { top:44.875rem;left:16.625rem;width:15.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Q9314rC24GcSVTV3vkIo4ruXipiZX6 { top:39.5625rem;left:32.375rem;width:15.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5MTqPTEMInu5uDywdiAVec3yl2JFTS { top:39.75rem;left:31.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu89GOsXTlLQfcJBJNoP90c8DH57RUae { top:122.25rem;left:0rem;width:9.8125rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h { display:block; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv8o5qieUWkyhwGvhCZ0Vpo88GwWp9mV { top:7.1875rem;left:0rem;width:29.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIvuJwPK10Rz9Wa3TCmdrtir1nK1xKgT { top:13.625rem;left:0rem;width:28.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Zl8bGSMrlzdVVv0aTRVAHvNkt7xH5u { top:3.875rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZADmXKT4fAx8FKF6mkBEMzDJ3EclrOvn { top:3.375rem;left:0rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipaTq2L9Q68aiDrHe7aKB7TZOwZRIsct { top:0rem;left:0rem;width:47.75rem;height:18.262706480305rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRW325kaH4KmTAgbp0CBtg4tODDQ1F3J { width:10.3125rem;height:3.5625rem;top:10.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9khBzsfATI78E5uhvhz8shKLxcPOh0 { display:block; }
 }@media only screen and (max-width: 763px) { #h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI { display:block; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKbZvNLAgyXH6qx6tE7cgxQpCDdHhAeo { top:5.6875rem;left:0rem;width:10.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlNMgAxBBhksKH0NrUJvdCk0xC7ttUPO { width:12.75rem;height:3.5625rem;top:5.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXAEw3QURTrISF4HQT1Ue0xpWwNsM1x { display:block; }
 }@media only screen and (max-width: 763px) { #Q5KSD3epe59BPf2DTNuJ6t3vK2zkQ07L { top:13.625rem;left:0rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnWfWxBleEp7ipnxmtV2ZppXzIGWT3rS { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gFUnAIwOtJ5svRyNqbH7kQrhSArv4s { top:19.5rem;left:0rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLp5NeX3NAVg08AhzJoc7eyoRQrKcc44 { top:16.375rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmRV5Q7JK5Wk9qR2solFDDCDV3FtpmLN { width:7.5rem;height:2.4375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMdroXJL1otB5RwDss7cOvPz5XCicWo4 { display:block; }
 }@media only screen and (max-width: 763px) { #qgacRT4yxZ20hbadJcTi6PRwCe8NymA4 { top:36.6875rem;left:0rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc31tmRdaHzvz65olaZWKGllTV6UqwJ { top:36.6875rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQedAM0NHbPqmqaGAEACgPzBQAW4TXIn { top:36.6875rem;left:11.3125rem;width:12.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rth7b22ohp859l8JNP7wvGpnmyNAlIii { width:7.5rem;height:2.4375rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SldPHVGrBbvzs1SmoQ4z6PRkLEFy9RFq { display:block; }
 }@media only screen and (max-width: 763px) { #ImFdzcswJ0e0PiEgbNDzyXJ7sUJIZ2Jc { top:42.5625rem;left:0rem;width:16.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WISaWCstsbN7s2A7elNkwSE2Jv67HusB { top:39.4375rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTJOSqJPCT8BFk2JxOxiQzHEQilv9DK { top:13.625rem;left:11.3125rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7TnTu6T1V4pRUnl4NtQ7maGTv0Ua49 { top:13.625rem;left:35.25rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcexREqhHaKdxwaLTScGhb5LoTQe50o2 { top:13.625rem;left:35.25rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOmkIOhqC55624lOPk4o0o4DlPgemqS { top:16.375rem;left:23.875rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTKagQTkBNA5AktkokN6GJUErMeTFNWX { top:19.5rem;left:23.875rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOmJe9ooXa6aOEil7EQaT1zDrr0aP3t0 { width:7.5rem;height:2.4375rem;top:30.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1BBhk47Gkc61dJ0DV8s6nUTB7pomPF { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #awonvFfTxCC4HgDh3l6EPPuO3M9smXnG { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4R34caVVqk8q4NgrxxQWX5sHUrnw3gn { width:7.5rem;height:2.4375rem;top:53.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV81MzcTc4V6vD4iKtTlMmeOoTC9WgBs { display:block; }
 }@media only screen and (max-width: 763px) { #tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw { display:block; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOW8mmaT3i4IawrTAKFmauuCfCG1F19c { top:35.75rem;left:0rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9QWHDmfb5J7f2HoRvhmXmw7MK4HDZVd { top:35.75rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Tf2DmS3X4Pl3BS65LT0EA3hwczWSkl { top:35.5rem;left:11.3125rem;width:12.5625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTU0Z4POmlmkXUpgTrukNQKHxvVtT7RJ { top:41.625rem;left:0rem;width:16.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1xUUnvFK84WDO7VeplRVHipz38rHPT { top:38.5rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh77IDrrdUtHT18gmmOIowbMHx0xvQb5 { top:12.625rem;left:11.3125rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLFyNFT77TuNOWCV3iaoDr2zLz6iirJc { top:12.6875rem;left:35.25rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmc7gVXGd4ddbbmDAfM8NG9tTZQlUc9 { top:12.5625rem;left:35.25rem;width:12.5rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ZmiDMMUXd3tnGwCLTTwCVv9oL3t2nG { width:7.5rem;height:2.4375rem;top:29.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Laqi65h7xn5OL5LczET9cciNAOVKgFs2 { display:block; }
 }@media only screen and (max-width: 763px) { #yGHT0Fi7zpkLNnWxBkBo3OuWgDJ5mgTv { width:7.5rem;height:2.4375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFKDBSrvwJqB5gSymOP6FvItVCnXQRc { display:block; }
 }@media only screen and (max-width: 763px) { #MNdBokq9QQ7DnABQk0bLoSp6U2VMFu6C { top:18.4375rem;left:23.875rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Tr0vWF3ZqtzkMwg042IGqLTE3S3K3y { top:15.3125rem;left:23.875rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2BEIoSxTgbrvnXnNT0Ki87swA20zwtC { top:12.625rem;left:0rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RclShWP7BIIFTkUUars7X6FbFWOw57 { top:12.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki97f1KGdenFF7zw5hkubkTsksMrNfPS { top:12.6875rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCWntGzgOh7WKQVVDPPTdn14R7eyTEI { top:18.5rem;left:0rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noq2BFoMGUIcP2xlHDgcLagJg1fGCfSZ { top:15.375rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTI7n09FLE0PMLpo34n5T5Hiu7rs426 { top:4.5rem;left:0rem;width:10.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPU7B7V4cxBJ86zMgp2PRUU3WCxHXoJH { width:12.75rem;height:3.5625rem;top:4.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6cRA3snPqUerpUKroPH60VIBRHKIIqD { display:block; }
 }@media only screen and (max-width: 763px) { #dE5caKopfMr9PaDfXXxXp3P3iuaUQJdK { top:35.75rem;left:11.3125rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW3xSb8fLdVigiJ0WkyFmG7vI632Wv92 { top:35.8125rem;left:35.25rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfSvzFOVCLr1T9913QP8xUP6Q6uswKG4 { top:35.75rem;left:35.1875rem;width:12.5625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1NcBzVOrQ424Urn0DhVQZsA4kyf1XpA { width:7.5rem;height:2.4375rem;top:52.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtVPPZOaPZI7E2WrD3HFb9eP057vLFp { display:block; }
 }@media only screen and (max-width: 763px) { #PuHdbuuQ4sTiAcFe3nuLZTQSzl2HEKmw { top:41.625rem;left:23.875rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0tAT6rnEFsyGMXF9CfDyA6VGLi9RJ5 { top:38.5rem;left:23.875rem;width:17.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6uM04f0HKMzv1sob0BqevJ2WskCbD0 { width:7.5rem;height:2.4375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCEaGAADhsISW0VuG6m3X9MXKdURuh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #un5unQZXBVoNEmBbeugi4dwSxrXttRz3 { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUXPzUGgZs15ZGHCo7brycBF6KU5UMET { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmlrKi7yw5TRayEPD8P06g9DosJulmFF { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsMn9xIqBFkgPOL1I4cABH296zfmolm0 { width:7.5rem;height:2.4375rem;top:52.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtUaMGmICiGlOGTkaXvWy8USMfScL7t6 { display:block; }
 }@media only screen and (max-width: 763px) { #QCkG0IwI7gicqe4ulRRnFUt0Rp6HdhZ8 { width:7.5rem;height:2.4375rem;top:52.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDmd9gmwPXUboXVJhsuBRlqzhErqciX { display:block; }
 }@media only screen and (max-width: 763px) { #DXNGdub9OyLQlcCWNavoP65pATmwkZ4a { top:58.875rem;left:0rem;width:36.4375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSa6uNPQBGawfpIvxryUX6wAJX7nAgIA { top:58.9375rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys81suKlXibn1IVPsfTrgP7VShgBU53V { top:58.875rem;left:11.3125rem;width:12.5rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO46D8CH8HOy7KJ3CRb8hRepSeiDlr2f { width:7.5rem;height:2.4375rem;top:75.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEWurNz47QlHv2Z9M28p0yhx3kQfAC8 { display:block; }
 }@media only screen and (max-width: 763px) { #B1NWPzo2b60p2eUsLnxu8ZQB9C6lanMg { top:64.75rem;left:0rem;width:18.5625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpxTRBT8HNIsIV4gTaDaxBqL4zF5KRVh { width:7.5rem;height:2.4375rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPcuAzzLrdUlTaUxPlyyDkuS2uHeraPM { display:block; }
 }@media only screen and (max-width: 763px) { #ALF7CuGWvaCtO7yfWVFof7TCgJmaxRSc { top:61.625rem;left:0rem;width:17.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amihtP7NE5mIhJhDQtAdLFZCEOFSBV90 { top:13.625rem;left:11.375rem;width:12.5rem;height:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT { display:block; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5BGGMBOMupdlnzAOcUFTollqLMGnqRw { top:1.5rem;left:18.09375rem;width:11.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkD7THOHbsuQiJJZNVy2gGVwf0zpwzSF { top:7.875rem;left:0rem;width:17.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQf0mgTUP7FczZbqfVfs8KL6XIKZW8RI { top:24.0625rem;left:0rem;width:14.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgcVltlbk68iBwu3G2tA6kIAGA4cl0B { top:20.9375rem;left:0rem;width:14.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofnaAtdDrwMBLAuEExQxTH6fRqB7CCFp { top:34.25rem;left:0rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMD02f2Eg8g04Afq364IJToIrb6qTNXG { top:7.875rem;left:0rem;width:17.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUIPxy7yHDmFkr5yT84JrGmvJlRGAiC { top:7.875rem;left:5.5rem;width:17.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS { top:7.875rem;left:5.5rem;width:17.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdyEPxVUQXmMoeP7oTTBRTuMV5acdRGM { top:20.9375rem;left:7.1875rem;width:14.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzG2fWstvT3kqv0EGvsfEXq1FOcrJ7F0 { top:24.0625rem;left:7.1875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVdOas2SSbZ61i0NZLb00IASnHW5u82G { top:32rem;left:7.125rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOZMKNOVtCIgqxfH9QZSWynTc0fT3X0 { top:7.875rem;left:24.625rem;width:17.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HihHF4oIt1HOsuxDQln4igVSxQL6ob { top:7.875rem;left:24.625rem;width:17.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #devZcDcTvrablf7kVZt3d7u5ahexmiN3 { top:20.9375rem;left:26.3125rem;width:14.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZPLlJJ7ZTnPzEsWrM7TaBt82b7aNc4 { top:24.0625rem;left:26.3125rem;width:14.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqHOiLKnaoTFHQzTzebCIhmsuJ0qmPz { top:7.875rem;left:30.0625rem;width:17.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx { top:7.875rem;left:30.0625rem;width:17.6875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK3o0OQ3atOnf3Qp2NtB0rJKsILFOwIM { top:20.9375rem;left:33.6875rem;width:14.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #libvkrQhxV4LRufKGAqaPwVGoyJmhnkt { top:24.0625rem;left:33.3125rem;width:14.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvOU7AX3HxM8A2IbspoAkJW1ncMJd7m { width:11.875rem;height:2.4375rem;top:34.1875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64dJ3Mo7GnnArBTbrqBqbLP7BLFC6tO { display:block; }
 }@media only screen and (max-width: 763px) { #E2hkxma0aqXgfHtTUVITNpW8azvmpSJJ { width:11.875rem;height:2.4375rem;top:34.1875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opaAANzn1twZdhrvUZTek4eScRTzX4D3 { display:block; }
 }@media only screen and (max-width: 763px) { #hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd { display:block; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGcSD4xTVmKsErfOa93nygpLEe7IWz7g { top:0rem;left:8.5rem;width:11.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRbPL46FDpPR9PIDTk15R2PkvXbbCsg7 { top:0rem;left:8.125rem;width:31.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUSeionx37APT058yJQvOBVGTJiBhXl { display:block; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz91qEyf62Vxm1ToCHq5ZpdpkzmLko5Q { top:6.25rem;left:0rem;width:12.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbIEafEMHhkVqCSr84JJX0DXZtcVKFtR { top:4.0625rem;left:0rem;width:1.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHTTsXyLoAUtdZmJcy1aqz9DX5TowN3 { top:6.25rem;left:7.1875rem;width:12.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM7KTNBIh6lMmMyQQTR2MxAgU913qIKw { top:6.75rem;left:26.1875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcqeDVmuFlebqQC5Vwo9XGPxTM41FE5T { top:4.9375rem;left:26.1875rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc894KZvyaIich29xaHFOCLPeULNxmMI { top:4.9375rem;left:45.375rem;width:1.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAb6S1qFiR9tJpvZONyXs1GnDptxVLHk { top:6.75rem;left:34.1875rem;width:13.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OovC8Wck9Dbl5HwMl7azh1NRsVOW4abs { top:2.25rem;left:0rem;width:47.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTyXXoFZVTiZOWriTuiCgkFdgefCPGNT { width:13.0625rem;height:2.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkehwSdVmagCVSeCzx1f5ir0hnRKMBfV { display:block; }
 }@media only screen and (max-width: 763px) { #hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE { display:block; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkVUAPzaiIoa2Tknhcn99Vc8bSLTRQko { top:3.375rem;left:16.84375rem;width:14.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzgXfVaxa8iHlI6uFUm6NqGwORc5qlDe { top:7.75rem;left:9.8979591836738rem;width:6.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMHNqWVDgdEvlhGhytxdJBoVumfrv9MQ { top:8.125rem;left:19.1875rem;width:9.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lHFLAOSZlUHLs1PTGuW19vIu9Kycy8 { top:8.25rem;left:30.619140625rem;width:8.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcNFE9IOhkThETXdTpZvksKb5acIR0wO { width:7.5rem;height:1.8125rem;top:12.25rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrfW5GNHI725ZIFgNbltpSP6DAxGqLW { display:block; }
 }@media only screen and (max-width: 763px) { #LRKFK2HXg71Dqd3Cdlo2NSAgHhThzyWn { width:7.5rem;height:1.8125rem;top:12.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvt9tMvTz1UZITPSlbOqgFf8DW8ZZw6y { display:block; }
 }@media only screen and (max-width: 763px) { #iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { display:block; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRST60cl5ElUzhiV4lMksFFZp8yzd8nZ { top:10.4375rem;left:13.625rem;width:20.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8DlSOqVVLV9x3zR96Aoly8hZyPMvVJ6 { top:5.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHs2wI4k82TIP9vhTAwGfdqxcN1lQLi { top:5.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtSDhuLq78zS9dWJwQVL7TL2QXEs0WN { top:4.6875rem;left:38.4375rem;width:9.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbA0c2qZUlfXogsSBRo7pmi0CZXA8FO { top:6.5625rem;left:38.4375rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6sDRls76TcKeQua4EzaT3kpwA6c07tR { top:5.1875rem;left:18.625rem;width:10.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-size:auto !important;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container { background-color: transparent; background-image: none; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container > .video-iframe-container { display: none; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row > .video-iframe-container { display: none; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .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); }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container { border-width: 0; border-radius: 0; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#OHPVlD1QXJkeJLfH6bBw8IHTSPRQMVDX > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlLU79D0Rt1elmgFTfe27hpCWvhy3sNG { width:8.125rem;height:4.375rem;top:0rem;left:5.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wKul6tpIrppvDQwKAcb38RJAWlZ3vyTD { display:flex;top:1.25rem;left:18.5rem;width:1.5rem;height:1.5rem;z-index:15013;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Tll05HHo12KNSObVekaoGQAGSEXX3Q1T { width:13.3125rem;height:14.3994rem;top:5.3125rem;left:6.6875rem;font-size:1rem;z-index:15011;text-align:right;text-align-last:right;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #WXgKizFFSRbrJePJKgaLaKOLXyuk8myk { width:8.4375rem;height:1.1875rem;top:23.75rem;left:11.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rwZys4odgmvIySzHZ1hPpgwzgpPzAG5e { width:8.375rem;height:1.25rem;top:25.5625rem;left:11.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k1rRbTVwfzESW4U1dqFTO8uS9ouibPI7 { width:1.875rem;height:1.875rem;top:19.75rem;left:15.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TeQEclzlT8gE7geXtmeiQH8ti4r88rpg { width:1.875rem;height:1.875rem;top:19.8125rem;left:18.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CarvdHBAAETNaqQ0a9wLk2lpVnJLldF2 { top:12.93017578125rem;left:16.875rem;width:3.125rem;height:1.5625rem;z-index:15014;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RVC1tx7OwW0vENeqmW6Lyn7KzkiQJ64Q { display:block; }
 }@media only screen and (max-width: 763px) { #BszbXUO0raTJwFRpP6nLR3G9HaoOQONA { top:0.1875rem;left:-1.25rem;width:19.75rem;height:29.8125rem;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.125rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHD988sQW8Bm4TZN4ZdUN2XHqfebux4T { top:0.1875rem;left:2.0625rem;width:19.1875rem;height:29.8125rem;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container { background-color: transparent; background-image: none; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container > .video-iframe-container { display: none; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row > .video-iframe-container { display: none; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .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); }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container { border-width: 0; border-radius: 0; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0itJgsBeFAaF12cRhBy0Ndgrkbg9mnP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqPNTFUPfDcmUopE2HQUCOd51ro22dga { display:none; }#MqPNTFUPfDcmUopE2HQUCOd51ro22dga > .row .container { width:20rem;height:28.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hGb3Q186b4uvzcsCKClxCFtLhxlT2pFT { width:2.0625rem;height:2.0625rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqgWk4e8BDCKWOMyQORE53CdBT2hEJXm { width:2.0625rem;height:2.0625rem;top:4.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5kC23gFJfT4fcwA9KeeSWtoxLNbkFUQ { width:14.3125rem;height:3.5625rem;top:11.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaRchZelaEUSWsaQRyFd4ZaQlKRTe4LL { width:9.3125rem;height:1.375rem;top:16rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTenxvhBv2ET9XuqarCEfbcHzeiDUL3P { width:9.3125rem;height:1.4375rem;top:18.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAwm7Rmar3dvTWOERyRefTBSmBSR7xWs { width:20rem;height:2.75rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJO2tslvM3bRRMGsBc5Bot3apS8pMuyD { width:20rem;height:2.75rem;top:6.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUk3EMzdAgtZGNVdoJEhnGxl1En9bTt { width:3.625rem;height:2.4375rem;top:1.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmueQdAz3eDw0P0ycTLxuck3m4NvOsO { display:block; }
 }@media only screen and (max-width: 763px) { #M0egwPtzaM6giEoObUFXoqoDleRGV5tt { width:3.625rem;height:2.4375rem;top:1.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ubz6o8hpJZR2PAcBJFwllxOGGUkKWg { display:block; }
 }@media only screen and (max-width: 763px) { #ClW7Syy0tKPr60ed0Hy90WQDiGSzHSau { width:3.625rem;height:2.4375rem;top:1.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUqd206ltnF5XDuky2A1dQUftZFi4U3z { display:block; }
 }@media only screen and (max-width: 763px) { #dlOaHG3qufUToHgNXTNBgBKUxLKATqUn { width:3.625rem;height:2.4375rem;top:1.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9LTK2fyEXBnx4ImTIAn462L4sDpMTM { display:block; }
 }@media only screen and (max-width: 763px) { #K3twqrm2IZXdq3RWsalzuTfCgqlCkFhv { width:3.625rem;height:2.4375rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdWwfC1fXbT61ffNAsumIAWw93G0qHmd { display:block; }
 }@media only screen and (max-width: 763px) { #KoU13m8L67SKmqd8Lra1dkLaCRlAxFgz { top:25.75rem;left:9.125rem;width:1.6875rem;height:1.6875rem;z-index:15014;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z9xpD78utqO9pkRh6rXb1w8wT9xFH239 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll6pcmVTQCfXT5nIasg0GiF5TbBvEKLE { width:18.75rem;height:2.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpLXVFoiUsa6dKd8c7dlruoqPJlM2LIS { width:4.6875rem;height:2rem;top:28.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXt9v4KcuEkghgylkyDE9Tp5ePVFiQ4 { width:4.6875rem;height:2rem;top:28.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJW548mLQmOT5T6PGyfmUP7HMbzCe5k { width:12.5rem;height:1.4624rem;top:26.5rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp8hZEFO8CNhfVu5e3LXuL1MHSa57xTp { width:1.1875rem;height:5.25rem;top:33.4697265625rem;left:9.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOSfsHQayT5lSwq5gOx57SuHgkTzK7k3 { display:flex;top:7.5rem;left:16.25rem;width:1.375rem;height:1.375rem;z-index:15005;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dax5br0inVQKlfWzT3gcH6bJ6cof5IoL { top:9.125rem;left:2.3125rem;width:15.6875rem;height:15.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zLTtkVqLXaPTHeaOiDPA96F2OIgI46kh { top:37.25rem;left:9.3125rem;width:1.375rem;height:3.25rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t6LSCBckDsefCbpLLWmTQBl085KsNLSk { display:block; }#t6LSCBckDsefCbpLLWmTQBl085KsNLSk > .row .container { width:20rem;height:159.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQRBtkgpztEmH1vgma7wuz3Ac4FpzUqk { width:20rem;height:18.625rem;top:1.25rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9hE5rO4HbDD3gJh8fMJZhSGkb8bwoNS { width:20rem;height:23.25rem;top:19.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVCByTlUTPilXvMLGilLyNZ5aBgE2Ooe { width:20rem;height:17.5rem;top:45.0625rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq9hcVTd3gB4N0NlBzcvX7gvRVa9MmBx { width:20rem;height:18.625rem;top:102.6875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4P25wvTWbFpWbOePExRDR2SZO46WNt { width:4rem;height:2.1875rem;top:4rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIeeTTAgCE18EhcHXPN33QV5vBqcPlZI { width:3.4375rem;height:2.1875rem;top:47.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Kw9QD29XL5i5VrQSHbtMaD5Snq55Bb { width:2.1875rem;height:2.1875rem;top:105.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0fw39AG6LOA2b3kaMVIxGX7zKmzZUzf { width:20rem;height:2.35595625rem;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyhpotMooUZoFdzqkpV0RblJsgUxhbF2 { width:15.5625rem;height:5.19921875rem;top:11.75rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV8dlkaRVlyCK4XOmVanb7erPp1zwEeR { width:20rem;height:2.35595625rem;top:51.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXuJCyw95XT0SMHImC2hwQDb9kw3gXs { width:19.75rem;height:3.8994125rem;top:55.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP414wr5SDLbJ6s94gJOeMrB8bN90B4C { width:17.1875rem;height:5.19921875rem;top:113.1875rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNL7xnrnUXECV66FQsDWh7RTJ2LN8V7g { width:20rem;height:2.35595625rem;top:108.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5GpwDBXFqML54bgSwg17vHa2JKtwiRL { width:18.375rem;height:2.35595625rem;top:22.25rem;left:1.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0aemHv8aq9W71Md0IyDaQUZCRr5NPK { width:13.75rem;height:6.499rem;top:27.0625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg26tOD76PnMBOTAnT5bgFcOHNOrmAcO { width:2.125rem;height:1.9375rem;top:27.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZym2xIeiJ3858frbulSr4ic8frXHTm { width:14.25rem;height:3.8994125rem;top:35.6875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZoAzTfCDfLB637pMswJbRqpS3hMnDb { width:2.1875rem;height:2.1875rem;top:36rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHd83COotCOsiypvBG8egDlEcTCbDTpM { width:20rem;height:38.1875rem;top:62.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGDsNKqpIAtvlEF8sRiL3QI0rNpCVyW { width:17.0625rem;height:4.3496125rem;top:64.9375rem;left:1.125rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hwH3KB9P30EPapPTpmGthSomAvh8pJFF { width:14.25rem;height:7.7988125rem;top:71.6875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udfu6Gul5DNRHPpNBU9l4NXCGTveuigz { width:1.75rem;height:2.1875rem;top:72.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapTCUgKV4esIPPi8opWSm4nClzksLLv { width:14.25rem;height:7.7988125rem;top:81.8125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxltBXmrETIwE5p6EEnUyXpEMTB5vZ9V { width:20rem;height:33rem;top:121.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB00ATHfB9UvfyQagckHg29RKtth0Te1 { width:9.8125rem;height:0;top:122.125rem;left:1.125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cchoqTQsbdDO4OXRAvHQoK1vQwIbf9Tl { width:14.25rem;height:3.8994125rem;top:130.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkq8MXupZ7gDx9XvNZwLUUoils446ent { width:1.75rem;height:1.8125rem;top:130.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXR7c3UFcTUTMfoNLAII9BfCqgQiFGz { width:14.3125rem;height:7.7988125rem;top:136.625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMlR4d7kTzyrn5RSeOP3UFJQTsirQh7 { width:1.875rem;height:2.375rem;top:136.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSdpCWsnshTxQfAdqEJiuIRNBkT36K5 { width:1.75rem;height:2.1875rem;top:82.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3v7ZEx4nnlSUP9SELaXbwdV4bpiMXf2 { width:1.75rem;height:2.3125rem;top:92.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X17kvKhUxS9qFfHODS3xJTnZI8HcBlsX { width:11.5625rem;height:5.19921875rem;top:91.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Q9314rC24GcSVTV3vkIo4ruXipiZX6 { width:13.3125rem;height:3.8994125rem;top:146.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5MTqPTEMInu5uDywdiAVec3yl2JFTS { width:1.75rem;height:1.75rem;top:146.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu89GOsXTlLQfcJBJNoP90c8DH57RUae { width:12.5625rem;height:4.3496125rem;top:123.875rem;left:1.125rem;font-size:1.8125rem;z-index:15023;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h { display:block; }#OzsHZTmtPy8q8cZ8iuaIQE5swU7vTV1h > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv8o5qieUWkyhwGvhCZ0Vpo88GwWp9mV { width:20rem;height:4.875rem;top:6.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIvuJwPK10Rz9Wa3TCmdrtir1nK1xKgT { width:15.8125rem;height:2.92480625rem;top:12.625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9Zl8bGSMrlzdVVv0aTRVAHvNkt7xH5u { width:6.6875rem;height:1.21875rem;top:2.5rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZADmXKT4fAx8FKF6mkBEMzDJ3EclrOvn { width:6.9375rem;height:2.1875rem;top:2rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipaTq2L9Q68aiDrHe7aKB7TZOwZRIsct { width:20rem;height:7.5625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRW325kaH4KmTAgbp0CBtg4tODDQ1F3J { width:10.3125rem;height:3.5625rem;top:17.6875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9khBzsfATI78E5uhvhz8shKLxcPOh0 { display:block; }
 }@media only screen and (max-width: 763px) { #h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI { display:block; }#h7bE6D4GEOeK1HXfxQPbbE8sKTHmAznI > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKbZvNLAgyXH6qx6tE7cgxQpCDdHhAeo { width:10rem;height:4rem;top:2.9375rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rlNMgAxBBhksKH0NrUJvdCk0xC7ttUPO { width:10rem;height:2.25rem;top:9rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXAEw3QURTrISF4HQT1Ue0xpWwNsM1x { display:block; }
 }@media only screen and (max-width: 763px) { #Q5KSD3epe59BPf2DTNuJ6t3vK2zkQ07L { width:20rem;height:30.8125rem;top:16.375rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V { width:20rem;height:12.5rem;top:14.75rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/869d07e0-8bd1-49ee-a464-bb6e8c553c46/pic_mobileArtboard4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V.adaptive-delivery-prevent-bg, #gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V.lazyload, #gBxH9BGN2ZsE8pU3t6JQwf7iTO5VdG8V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JnWfWxBleEp7ipnxmtV2ZppXzIGWT3rS { width:12.5rem;height:21.1875rem;top:56.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2gFUnAIwOtJ5svRyNqbH7kQrhSArv4s { width:17.1875rem;height:6.499rem;top:33.0625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLp5NeX3NAVg08AhzJoc7eyoRQrKcc44 { width:17.8125rem;height:1.94970625rem;top:29.9375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmRV5Q7JK5Wk9qR2solFDDCDV3FtpmLN { width:7.5rem;height:2.25rem;top:43rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMdroXJL1otB5RwDss7cOvPz5XCicWo4 { display:block; }
 }@media only screen and (max-width: 763px) { #qgacRT4yxZ20hbadJcTi6PRwCe8NymA4 { width:20rem;height:30.25rem;top:84.0625rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc31tmRdaHzvz65olaZWKGllTV6UqwJ { width:12.5rem;height:21.1875rem;top:168.875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQedAM0NHbPqmqaGAEACgPzBQAW4TXIn { width:12.5625rem;height:21.25rem;top:168.875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rth7b22ohp859l8JNP7wvGpnmyNAlIii { width:7.5rem;height:2.4375rem;top:110.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SldPHVGrBbvzs1SmoQ4z6PRkLEFy9RFq { display:block; }
 }@media only screen and (max-width: 763px) { #ImFdzcswJ0e0PiEgbNDzyXJ7sUJIZ2Jc { width:16.375rem;height:3.8994125rem;top:102.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WISaWCstsbN7s2A7elNkwSE2Jv67HusB { width:17.8125rem;height:1.94970625rem;top:99.1875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTJOSqJPCT8BFk2JxOxiQzHEQilv9DK { width:20rem;height:33.1875rem;top:49rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7TnTu6T1V4pRUnl4NtQ7maGTv0Ua49 { width:12.5rem;height:21.1875rem;top:213.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcexREqhHaKdxwaLTScGhb5LoTQe50o2 { width:12.5rem;height:21.1875rem;top:236.25rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCOmkIOhqC55624lOPk4o0o4DlPgemqS { width:17.8125rem;height:1.94970625rem;top:64.1875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTKagQTkBNA5AktkokN6GJUErMeTFNWX { width:16.6875rem;height:6.499rem;top:67.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOmJe9ooXa6aOEil7EQaT1zDrr0aP3t0 { width:7.5rem;height:2.4375rem;top:78.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1BBhk47Gkc61dJ0DV8s6nUTB7pomPF { display:block; }
 }@media only screen and (max-width: 763px) { #Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S { width:20rem;height:12.5rem;top:84.0625rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f972431e-e72c-46b8-9288-6b0c965d23fb/pic_mobileArtboard4copy2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15024;display:block; }#Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S.adaptive-delivery-prevent-bg, #Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S.lazyload, #Qt4FvkiXdW9f8NdMwDQBiwCU8gT0LQ1S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #awonvFfTxCC4HgDh3l6EPPuO3M9smXnG { width:20rem;height:12.5rem;top:49rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/368cc09f-c925-4757-a3f5-75546ade9184/pic_mobileArtboard4copy.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15025;display:block; }#awonvFfTxCC4HgDh3l6EPPuO3M9smXnG.adaptive-delivery-prevent-bg, #awonvFfTxCC4HgDh3l6EPPuO3M9smXnG.lazyload, #awonvFfTxCC4HgDh3l6EPPuO3M9smXnG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x4R34caVVqk8q4NgrxxQWX5sHUrnw3gn { width:7.5rem;height:2.4375rem;top:110.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV81MzcTc4V6vD4iKtTlMmeOoTC9WgBs { display:block; }
 }@media only screen and (max-width: 763px) { #tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw { display:block; }#tTpV3USJk27sQTU3a2wbFSFZ6FgMI4Pw > .row .container { width:20rem;height:185.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOW8mmaT3i4IawrTAKFmauuCfCG1F19c { width:20rem;height:32.875rem;top:82.1875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #m9QWHDmfb5J7f2HoRvhmXmw7MK4HDZVd { width:12.5rem;height:21.1875rem;top:340.19921875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0Tf2DmS3X4Pl3BS65LT0EA3hwczWSkl { width:12.5625rem;height:21.6875rem;top:339.94921875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTU0Z4POmlmkXUpgTrukNQKHxvVtT7RJ { width:17.875rem;height:6.499rem;top:100.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI1xUUnvFK84WDO7VeplRVHipz38rHPT { width:17.8125rem;height:1.94970625rem;top:97.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh77IDrrdUtHT18gmmOIowbMHx0xvQb5 { width:20rem;height:31.75rem;top:48.8125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nLFyNFT77TuNOWCV3iaoDr2zLz6iirJc { width:12.5rem;height:21.1875rem;top:291.8125rem;left:3.7613805970149rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWmc7gVXGd4ddbbmDAfM8NG9tTZQlUc9 { width:12.5rem;height:21.375rem;top:291.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0ZmiDMMUXd3tnGwCLTTwCVv9oL3t2nG { width:7.5rem;height:2.4375rem;top:76.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Laqi65h7xn5OL5LczET9cciNAOVKgFs2 { display:block; }
 }@media only screen and (max-width: 763px) { #yGHT0Fi7zpkLNnWxBkBo3OuWgDJ5mgTv { width:7.5rem;height:2.4375rem;top:110.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFKDBSrvwJqB5gSymOP6FvItVCnXQRc { display:block; }
 }@media only screen and (max-width: 763px) { #MNdBokq9QQ7DnABQk0bLoSp6U2VMFu6C { width:17.125rem;height:5.19921875rem;top:67.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Tr0vWF3ZqtzkMwg042IGqLTE3S3K3y { width:17.8125rem;height:1.94970625rem;top:64rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2BEIoSxTgbrvnXnNT0Ki87swA20zwtC { width:20rem;height:32.9375rem;top:14.1875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RclShWP7BIIFTkUUars7X6FbFWOw57 { width:12.5rem;height:21.1875rem;top:246.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ki97f1KGdenFF7zw5hkubkTsksMrNfPS { width:12.5rem;height:21.1875rem;top:224.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGCWntGzgOh7WKQVVDPPTdn14R7eyTEI { width:16.6875rem;height:6.499rem;top:32.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noq2BFoMGUIcP2xlHDgcLagJg1fGCfSZ { width:17.8125rem;height:1.94970625rem;top:29.375rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTI7n09FLE0PMLpo34n5T5Hiu7rs426 { width:10rem;height:4.3125rem;top:2.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPU7B7V4cxBJ86zMgp2PRUU3WCxHXoJH { width:10rem;height:2.3125rem;top:8.1875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6cRA3snPqUerpUKroPH60VIBRHKIIqD { display:block; }
 }@media only screen and (max-width: 763px) { #dE5caKopfMr9PaDfXXxXp3P3iuaUQJdK { width:20rem;height:30.3125rem;top:116.6875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fW3xSb8fLdVigiJ0WkyFmG7vI632Wv92 { width:12.5rem;height:21.1875rem;top:385.38671875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfSvzFOVCLr1T9913QP8xUP6Q6uswKG4 { width:12.5625rem;height:21.125rem;top:385.32421875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1NcBzVOrQ424Urn0DhVQZsA4kyf1XpA { width:7.5rem;height:2.4375rem;top:142.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtVPPZOaPZI7E2WrD3HFb9eP057vLFp { display:block; }
 }@media only screen and (max-width: 763px) { #PuHdbuuQ4sTiAcFe3nuLZTQSzl2HEKmw { width:15.375rem;height:3.8994125rem;top:135rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0tAT6rnEFsyGMXF9CfDyA6VGLi9RJ5 { width:17.8125rem;height:1.94970625rem;top:131.875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6uM04f0HKMzv1sob0BqevJ2WskCbD0 { width:7.5rem;height:2.4375rem;top:42.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCEaGAADhsISW0VuG6m3X9MXKdURuh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN { width:20rem;height:12.5rem;top:14.1875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/35d5b32b-53b3-4340-a492-2d3b54ff2abf/pic_mobileArtboard4copy3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15025;display:block; }#TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN.adaptive-delivery-prevent-bg, #TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN.lazyload, #TDkVNpAKLRGWMDlTWSHFTiTP6nzHrwNN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #un5unQZXBVoNEmBbeugi4dwSxrXttRz3 { width:20rem;height:12.5rem;top:48.8125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/5c5d7948-b754-4ec6-a953-2f958ab5db48/pic_mobileArtboard4copy4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15026;display:block; }#un5unQZXBVoNEmBbeugi4dwSxrXttRz3.adaptive-delivery-prevent-bg, #un5unQZXBVoNEmBbeugi4dwSxrXttRz3.lazyload, #un5unQZXBVoNEmBbeugi4dwSxrXttRz3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tUXPzUGgZs15ZGHCo7brycBF6KU5UMET { width:20rem;height:12.5rem;top:82.1875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/da514f2d-60c2-4ea4-a7c4-9a0a70784227/pic_mobileArtboard4copy5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }#tUXPzUGgZs15ZGHCo7brycBF6KU5UMET.adaptive-delivery-prevent-bg, #tUXPzUGgZs15ZGHCo7brycBF6KU5UMET.lazyload, #tUXPzUGgZs15ZGHCo7brycBF6KU5UMET.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KmlrKi7yw5TRayEPD8P06g9DosJulmFF { width:20rem;height:12.5rem;top:116.6875rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ce6e312e-ac7d-44c2-b179-6d64aa583dce/pic_mobileArtboard4copy6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15028;display:block; }#KmlrKi7yw5TRayEPD8P06g9DosJulmFF.adaptive-delivery-prevent-bg, #KmlrKi7yw5TRayEPD8P06g9DosJulmFF.lazyload, #KmlrKi7yw5TRayEPD8P06g9DosJulmFF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CsMn9xIqBFkgPOL1I4cABH296zfmolm0 { width:7.5rem;height:2.4375rem;top:142.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtUaMGmICiGlOGTkaXvWy8USMfScL7t6 { display:block; }
 }@media only screen and (max-width: 763px) { #QCkG0IwI7gicqe4ulRRnFUt0Rp6HdhZ8 { width:7.5rem;height:2.4375rem;top:110.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDmd9gmwPXUboXVJhsuBRlqzhErqciX { display:block; }
 }@media only screen and (max-width: 763px) { #DXNGdub9OyLQlcCWNavoP65pATmwkZ4a { width:20rem;height:30.3125rem;top:148.75rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VSa6uNPQBGawfpIvxryUX6wAJX7nAgIA { width:12.5rem;height:21.1875rem;top:152rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys81suKlXibn1IVPsfTrgP7VShgBU53V { width:12.5rem;height:21.125rem;top:151.9375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO46D8CH8HOy7KJ3CRb8hRepSeiDlr2f { width:7.5rem;height:2.4375rem;top:174.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEWurNz47QlHv2Z9M28p0yhx3kQfAC8 { display:block; }
 }@media only screen and (max-width: 763px) { #B1NWPzo2b60p2eUsLnxu8ZQB9C6lanMg { width:18.5625rem;height:6.499rem;top:166.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpxTRBT8HNIsIV4gTaDaxBqL4zF5KRVh { width:7.5rem;height:2.4375rem;top:174.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPcuAzzLrdUlTaUxPlyyDkuS2uHeraPM { display:block; }
 }@media only screen and (max-width: 763px) { #ALF7CuGWvaCtO7yfWVFof7TCgJmaxRSc { width:17.8125rem;height:1.94970625rem;top:163.75rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amihtP7NE5mIhJhDQtAdLFZCEOFSBV90 { width:20rem;height:12.5rem;top:148.75rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/abaf5da8-2771-410d-b550-fcbcff8b161b/rayaction_mobile.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15029;display:block; }#amihtP7NE5mIhJhDQtAdLFZCEOFSBV90.adaptive-delivery-prevent-bg, #amihtP7NE5mIhJhDQtAdLFZCEOFSBV90.lazyload, #amihtP7NE5mIhJhDQtAdLFZCEOFSBV90.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT { display:block; }#SKTFbNt3dOZP2l75F4WO9GJhtWh8sHQT > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5BGGMBOMupdlnzAOcUFTollqLMGnqRw { width:11.5625rem;height:3.9375rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkD7THOHbsuQiJJZNVy2gGVwf0zpwzSF { width:20rem;height:25.1875rem;top:8.4375rem;left:0.125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQf0mgTUP7FczZbqfVfs8KL6XIKZW8RI { width:14.4375rem;height:2.5996125rem;top:24.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgcVltlbk68iBwu3G2tA6kIAGA4cl0B { width:14.0625rem;height:1.94970625rem;top:21.5rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofnaAtdDrwMBLAuEExQxTH6fRqB7CCFp { width:14.4375rem;height:2.2744125rem;top:28.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMD02f2Eg8g04Afq364IJToIrb6qTNXG { width:20rem;height:10.9375rem;top:8.4375rem;left:0.125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUIPxy7yHDmFkr5yT84JrGmvJlRGAiC { width:20rem;height:26.0625rem;top:35.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS { width:20rem;height:10.9375rem;top:35.5rem;left:0.0625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#d34747;background-image:url("https://images.assets-landingi.com/uc/0a73906a-622b-4524-8bfd-670b1f111038/Asset2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.adaptive-delivery-prevent-bg, #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.lazyload, #J8nc7FdXTAucwi4hWaQALbWZhUqHJ8kS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KdyEPxVUQXmMoeP7oTTBRTuMV5acdRGM { width:14.0625rem;height:1.94970625rem;top:48.8125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzG2fWstvT3kqv0EGvsfEXq1FOcrJ7F0 { width:14.4375rem;height:1.29980625rem;top:51.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVdOas2SSbZ61i0NZLb00IASnHW5u82G { width:14.4375rem;height:4.548825rem;top:54.375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOZMKNOVtCIgqxfH9QZSWynTc0fT3X0 { width:20rem;height:29.9375rem;top:63.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HihHF4oIt1HOsuxDQln4igVSxQL6ob { width:20rem;height:10.9375rem;top:63.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #devZcDcTvrablf7kVZt3d7u5ahexmiN3 { width:14.0625rem;height:1.94970625rem;top:76.75rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZPLlJJ7ZTnPzEsWrM7TaBt82b7aNc4 { width:14.4375rem;height:5.19921875rem;top:79.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqHOiLKnaoTFHQzTzebCIhmsuJ0qmPz { width:20rem;height:31.0625rem;top:95.3125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2gVUxKnO3AdOILiKRV1rBVPcB8sfVmx { width:20rem;height:10.9375rem;top:95.3125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK3o0OQ3atOnf3Qp2NtB0rJKsILFOwIM { width:14.0625rem;height:1.94970625rem;top:108.5rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #libvkrQhxV4LRufKGAqaPwVGoyJmhnkt { width:14.4375rem;height:6.499rem;top:111.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvOU7AX3HxM8A2IbspoAkJW1ncMJd7m { width:11.8125rem;height:2.4375rem;top:122.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64dJ3Mo7GnnArBTbrqBqbLP7BLFC6tO { display:block; }
 }@media only screen and (max-width: 763px) { #E2hkxma0aqXgfHtTUVITNpW8azvmpSJJ { width:11.8125rem;height:2.4375rem;top:89rem;left:1.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #opaAANzn1twZdhrvUZTek4eScRTzX4D3 { display:block; }
 }@media only screen and (max-width: 763px) { #hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd { display:block; }#hzD44hVRhxcsFpwc3iPvyMB2kR7nxRgd > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGcSD4xTVmKsErfOa93nygpLEe7IWz7g { width:19.375rem;height:8.125rem;top:4.28125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MRbPL46FDpPR9PIDTk15R2PkvXbbCsg7 { width:20rem;height:3.2142857142857rem;top:13.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIUSeionx37APT058yJQvOBVGTJiBhXl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18cc412f-1951-457c-9242-63c7ccdab5dc/Asset12mapka_mobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AIUSeionx37APT058yJQvOBVGTJiBhXl.adaptive-delivery-prevent-bg, #AIUSeionx37APT058yJQvOBVGTJiBhXl.lazyload, #AIUSeionx37APT058yJQvOBVGTJiBhXl.lazyloading { background-image: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { background-color: transparent; background-image: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.39); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container > .video-iframe-container { display: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.39); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row > .video-iframe-container { display: none; }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .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); }#AIUSeionx37APT058yJQvOBVGTJiBhXl > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz91qEyf62Vxm1ToCHq5ZpdpkzmLko5Q { width:12.75rem;height:3.8994125rem;top:5.8125rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbIEafEMHhkVqCSr84JJX0DXZtcVKFtR { width:1.1875rem;height:1.75rem;top:3.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAHTTsXyLoAUtdZmJcy1aqz9DX5TowN3 { width:12.75rem;height:3.8994125rem;top:16.0625rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM7KTNBIh6lMmMyQQTR2MxAgU913qIKw { width:17.125rem;height:2.5996125rem;top:23.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcqeDVmuFlebqQC5Vwo9XGPxTM41FE5T { width:1.6875rem;height:1.5rem;top:21.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc894KZvyaIich29xaHFOCLPeULNxmMI { width:1.3125rem;height:1.5rem;top:29.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAb6S1qFiR9tJpvZONyXs1GnDptxVLHk { width:17.125rem;height:2.5996125rem;top:31.5625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OovC8Wck9Dbl5HwMl7azh1NRsVOW4abs { width:20rem;height:37rem;top:1.375rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTyXXoFZVTiZOWriTuiCgkFdgefCPGNT { width:13.0625rem;height:2.4375rem;top:10.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkehwSdVmagCVSeCzx1f5ir0hnRKMBfV { display:block; }
 }@media only screen and (max-width: 763px) { #hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE { display:block; }#hGpFCk6IcCdBe2dDrpZniLfpZqaVhpEE > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkVUAPzaiIoa2Tknhcn99Vc8bSLTRQko { width:14.0625rem;height:1.94970625rem;top:3.4375rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzgXfVaxa8iHlI6uFUm6NqGwORc5qlDe { width:7.0625rem;height:3.5rem;top:7.125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMHNqWVDgdEvlhGhytxdJBoVumfrv9MQ { width:8.6875rem;height:2.5rem;top:16rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2lHFLAOSZlUHLs1PTGuW19vIu9Kycy8 { width:8.4375rem;height:2.375rem;top:23.75rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcNFE9IOhkThETXdTpZvksKb5acIR0wO { width:7.5rem;height:1.8125rem;top:11.8125rem;left:6.25rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #nOrfW5GNHI725ZIFgNbltpSP6DAxGqLW { display:block; }
 }@media only screen and (max-width: 763px) { #LRKFK2HXg71Dqd3Cdlo2NSAgHhThzyWn { width:7.5rem;height:1.8125rem;top:19.25rem;left:6.25rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #mvt9tMvTz1UZITPSlbOqgFf8DW8ZZw6y { display:block; }
 }@media only screen and (max-width: 763px) { #iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 { display:block; }#iXHI3AxN2eoAzwuzwTgi23uyvQxeKx77 > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRST60cl5ElUzhiV4lMksFFZp8yzd8nZ { width:20rem;height:1.13720625rem;top:18.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8DlSOqVVLV9x3zR96Aoly8hZyPMvVJ6 { width:2.5rem;height:2.5rem;top:10.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHs2wI4k82TIP9vhTAwGfdqxcN1lQLi { width:2.5rem;height:2.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtSDhuLq78zS9dWJwQVL7TL2QXEs0WN { width:9.3125rem;height:1.375rem;top:9.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drbA0c2qZUlfXogsSBRo7pmi0CZXA8FO { width:9.3125rem;height:1.4375rem;top:12rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6sDRls76TcKeQua4EzaT3kpwA6c07tR { width:10.5rem;height:2.6875rem;top:2.4375rem;left:4.75rem;display:block; }
 }