.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,252,240;--color-primary-1:255,244,206;--color-primary-2:255,232,156;--color-primary-3:128,116,78;--color-primary-4:38,35,23;--color-secondary-0:218,225,224;--color-secondary-1:132,155,153;--color-secondary-2:9,55,50;--color-secondary-3:5,28,25;--color-secondary-4:1,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Outfit";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPneGl6H35uFMtgsmRNGrorams7xWTEH { position:relative;display:none; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH { border-width: 0; border-radius: 0; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .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; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .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; }#sJM8fkUOiE5lmHazTWf9MnR8FN5DgRMa { 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:3.5rem;width:9rem;top:1.1865234375rem;left:0rem;overflow:hidden;display:none; }
#t7PTWWqQrZZXLr8ctdgcs3zNPyLVh2O9 { 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:block;z-index:15000;display:none; }
#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL { position:relative;display:none; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL { border-width: 0; border-radius: 0; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .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; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .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; }#dTNuaxTI5fJpCic51ST636oXXSmvmWUG { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:57.6875rem;display:none; }
#Rh90UDESIEE8aaqm97KvbVS2ghRqG58a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8D3U1UCgEDIAdTMZTEA7fMHwOXF8BOK { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.75rem;left:66.875rem;display:none; }
#UtXchNww9LQb7bdyhbcTqAEzo1C4lNpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A79ntkI7vMsQTWhIyrM3ifpfN3Cq7399 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:43.1875rem;display:none; }
#OiofuyCHxFNJXioWDroPc1JTdLg9t7rS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6yCaw3TSVvtgODffmv3y6WLwasq6wbD { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:57.6875rem;display:none; }
#ddXxZUQHuH4RNZQJe9ol2EX87ARDM4RQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a1a7147-abc7-450d-9002-22341adac0ab/bg_video.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:76.125rem;width:75rem;overflow:visible;position:relative;display:block; }#XCFmZEeu9ISrQFvUMMEALA2k7c4uWGiK { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.9375rem;left:0rem;height:9.9006875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d9PyVDUmuJULvmpknUTU4E4g7r5SN97s { 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:30.625rem;width:30.625rem;top:7.8125rem;left:35.125rem;overflow:hidden;display:block; }
#gCfTg8BZoqEWDG7mBJX2nvLDlITeqNW2 { 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:3.5rem;width:9rem;top:1.1865234375rem;left:0rem;overflow:hidden;display:block; }
#d5nBQv7Uwcdd8Pv5Bp0Vd95srqfrDUkF { 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:36.999rem;width:36.999rem;top:4.6239585876465rem;left:31.938541412354rem;overflow:hidden;display:block; }
#RowTnXbUt0pR2FqbHkWhZNwIlTOr4mCh { 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:37.875rem;width:33.875rem;top:6.5625rem;left:35.0625rem;overflow:hidden;display:block; }
#V9ssIC9wo4POUVX3QtaClA1Wk1dfwtQv { position:absolute;display:block;z-index:14999;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:38.8125rem;width:36.8125rem;top:5.5625rem;left:33.625rem;overflow:hidden;display:block; }
#Ka2Vf5bIsPZ4SMAe6A6Ik8bVTUDmluUG { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), #ebce71);background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), #ebce71);background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), #ebce71);background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.9375rem;left:0rem;display:block; }
#gmXaCFv6Khmyla55WReqv11TzLLIgcLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQ4HHhOTFvLbIahAQqbBXxZMAhKTTSlE { box-sizing:content-box;height:24.3125rem;width:24.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffe89c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.25rem;left:4.0625rem;display:block; }
#g7sta8NJgtkpoglLZbpx0xNaS6k8VQ7Q { 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:27.1875rem;width:27.1875rem;top:40.8125rem;left:2.625rem;overflow:hidden;display:block; }
#rQg5w1kyEn8I5RRglS5r5Nva66w4QdgE { 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:24.75rem;width:15.5625rem;top:46.4375rem;left:7.5rem;overflow:hidden;display:block; }
#Gm2m8MXKaMMB6lfXuDGybR1ef3rczsrr { box-sizing:content-box;height:22.875rem;width:57.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.4375rem;left:15.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#zG9QyIgTP2lTinzuecy1UnHdnPFtdK8T { color:#232726;display:block;width:32.125rem;position:absolute;font-family:"outfit semi bold";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:49.0625rem;left:33.625rem;height:5.4003875rem;font-style:normal;display:block; }
#SOVPr4xOQu1oh5V4P2CMd9tJuhircN2k { color:#232726;display:block;width:30.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:55.375rem;left:33.5595703125rem;height:1.3125rem;font-style:normal;display:block; }
#FTT9iC2EMUZ1eohWsRsW1x6Kg5cm0E40 { color:#232726;display:block;width:15.437rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:57.75rem;left:33.625rem;height:2.74956875rem;font-style:normal;display:block; }
#Lov5JHf0yak7unSToFdGz1W8QeNmZVzy { color:#232726;display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:60.875rem;left:33.625rem;height:1.31239375rem;font-style:normal;display:block; }
#moamnrAJoMVi3rhCPfIpBrXIKIT3RS8d { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:63.3125rem;left:33.6875rem;display:block; }
#fSd5L7iRAXk6Qr6x8gugMoEMPCv5NMoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByMSgtDAFtKU8T3UIV67FagJw3vlV9qx { box-sizing:content-box;height:6.0625rem;width:12.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.4);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.0625rem solid rgba(209,186,120,0.5);border-left:0.0625rem solid rgba(209,186,120,0.5);border-right:0.0625rem solid rgba(209,186,120,0.5);border-bottom:0.0625rem solid rgba(209,186,120,0.5);top:27.875rem;left:28.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#A3b1sUglmAFTMhlRceMX692z6Wda1O0p { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:outfit;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:28.875rem;left:29.3125rem;height:1.23751875rem;font-style:normal;display:block; }
#ixMq4DME1R0ghIUbTo4W3qL2A5OUGBps { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:30.5rem;left:29.3125rem;height:2.4500875rem;font-style:normal;display:block; }
#FhVSOGv5J37qSwFpmJas06aQrntcTCKT { box-sizing:content-box;height:4.8125rem;width:12.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0.4);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.0625rem solid rgba(209,186,120,0.5);border-left:0.0625rem solid rgba(209,186,120,0.5);border-right:0.0625rem solid rgba(209,186,120,0.5);border-bottom:0.0625rem solid rgba(209,186,120,0.5);top:16.125rem;left:62.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LFBmI60G9ypI8xVQ2zTrZyTK7cXtOOmZ { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:18.75rem;left:64.0625rem;height:1.22504375rem;font-style:normal;display:block; }
#gIpqigHuhT5yp7mgvcoTkFGAs1Ge22lu { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:outfit;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:17.125rem;left:64.0625rem;height:1.23751875rem;font-style:normal;display:block; }
#zWPK30lnDcB5RCadagqU5mQJg4oq9TRD { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:26.9375rem;left:0rem;height:2.79980625rem;font-style:normal;display:block; }
#vR2ow12yDvy48gUwR65EHSJAgfLvoahg { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:53.1875rem;display:block; }
#LG1kbXBL7LIbPTFpbwcS4IRFISw9a3Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bisM3BFdJyzw32iRGIXJ6pD6PQS6d6pK { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:60.5rem;display:block; }
#tzNZqGtiKSfQTIx68MGnT00qm4eb1hKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzStLQR3X6lrskyfEkzfRAcPwuFmmg4b { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:67.6875rem;display:block; }
#N8OvXwNbF0oiwkMAkdntV1BO0imBqito { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqnwFGBOz2Z64guCGEyBLTHrDawZrHpv { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit medium";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.75rem;left:66.875rem;display:none; }
#RMUrozAZFm8OT7mtwNMfQnkFTBu7T1oC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr { background-color:#f4f2ed;background-image:none;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; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container { background-color: transparent; background-image: none; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container > .video-iframe-container { display: none; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row > .video-iframe-container { display: none; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .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); }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container { border-width: 0; border-radius: 0; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;overflow:visible;position:relative;display:block; }#PTs78vxwFXKXfEL6ShTT0ZPix2RdL2TH { color:#232726;display:block;width:41.3733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.624267578125rem;left:16.812744140625rem;height:5.525175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f2ed;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; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container { background-color: transparent; background-image: none; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container > .video-iframe-container { display: none; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row > .video-iframe-container { display: none; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .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); }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container { border-width: 0; border-radius: 0; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#w3IqT8T0JP3U3xo3LAt2opgHqivZl1EE { color:#232726;display:block;width:17.4375rem;position:absolute;font-family:"outfit semi bold";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5TqHfFDHMl7g1M5udzSlRNxmIuqk48s { color:#232726;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4rem;left:4.25rem;height:;font-style:normal;display:block; }
#Q14ehS8JJ4WBqZHGwIIAgTT6ung0eIcW { 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:2.75rem;width:2.75rem;top:1.04248046875rem;left:0rem;overflow:hidden;display:block; }
#eogdutbaBKFHm8nB4Q3lQ9a2DNypVSJq { color:#232726;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.625rem;left:30.9375rem;height:;font-style:normal;display:block; }
#T33oWiVIILF7JyhLDfmqOZzBWndl8mN1 { color:#232726;display:block;width:17.4375rem;position:absolute;font-family:"outfit semi bold";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:30.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CV1wqBOCZXgiDCHR5rW1NqNVHgOVby1n { 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.75rem;width:2.75rem;top:1.1875rem;left:26.6875rem;overflow:hidden;display:block; }
#zUtf6TqlHvEZT6rDtaWFVEscqp1mVTLL { color:#232726;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.125rem;left:56.625rem;height:2.625rem;font-style:normal;display:block; }
#fTwxevn6XvixPiz5qXzsO6Qz7kAxN1Oa { color:#232726;display:block;width:17.4375rem;position:absolute;font-family:"outfit semi bold";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:56.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qtv6nKyWAPdbFTZxdMAhygr1hVKaWyaN { position:absolute;display:block;z-index:15011;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.75rem;width:2.75rem;top:1.1875rem;left:52.375rem;overflow:hidden;display:block; }
#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f2ed;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; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container { background-color: transparent; background-image: none; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container > .video-iframe-container { display: none; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row > .video-iframe-container { display: none; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .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); }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container { border-width: 0; border-radius: 0; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#LzJzxkmgyhFCl7yTFmEVd6b95CxxTZSy { color:#232726;display:block;width:15.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.9990234375rem;left:16.937255859375rem;height:;font-style:normal;display:block; }
#csxmsAscwHeoyTWtuWeUa3Nd95uCeLWJ { color:#232726;display:block;width:18.4375rem;position:absolute;font-family:"outfit semi bold";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JrDfZIpeWAbpxTVDpEPLN742cgJHnt3a { 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.75rem;width:2.75rem;top:1.0625rem;left:12.6875rem;overflow:hidden;display:block; }
#y7hLUHSb1wixybXpQP3JAgdk1Jp9FRK9 { color:#232726;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.6240234375rem;left:44.375rem;height:1.31286875rem;font-style:normal;display:block; }
#FCAQvXy67y5fP62d7t54v45dMMGL7DSy { color:#232726;display:block;width:16.75rem;position:absolute;font-family:"outfit semi bold";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:44.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJL1EzAC6MHPVLcodVLpeKZ1LeNQ66q7 { position:absolute;display:block;z-index:15011;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.75rem;width:2.75rem;top:1.1875rem;left:40.125rem;overflow:hidden;display:block; }
#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB { background-color:#ffffff;background-image:none;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; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container { background-color: transparent; background-image: none; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container > .video-iframe-container { display: none; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row > .video-iframe-container { display: none; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .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); }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container { border-width: 0; border-radius: 0; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;overflow:visible;position:relative;display:block; }#CQFAaqCkst9EsCIeC1zt8XhCHwhQT40r { color:#232726;display:block;width:30.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.310791015625rem;left:0rem;height:5.525175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rk43igFrZiar03u5w1B0zCagB9FiwItf { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:14.1865234375rem;left:0rem;height:23.7955625rem;font-style:normal;display:block; }
#hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk { box-sizing:content-box;height:29.625rem;width:14.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d8990d06-0f6b-4e0a-9044-bdc3df3f2461/fotob.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:36.8125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.adaptive-delivery-prevent-bg, #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.lazyload, #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.lazyloading { background-image: none; }
#rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd { box-sizing:content-box;height:29.625rem;width:14.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/96f835e0-f06d-42fb-9fe2-b7f124e9e3f3/foto_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:52.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.adaptive-delivery-prevent-bg, #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.lazyload, #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.lazyloading { background-image: none; }
#uTolJlm2gVktubqBDWKrBi1iTBFScL5b { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.310546875rem;left:58.625rem;display:block; }
#PkTQfb8mdzwiBTsgCd728Oru6DgJuX79 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:0rem;display:block; }
#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV { position:relative;display:block; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV { background-color: transparent; background-image: none; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row .container > .video-iframe-container { display: none; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row > .video-iframe-container { display: none; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .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); }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV { border-width: 0; border-radius: 0; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .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; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .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:11.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:block; }#u2lGTtuBVZBAyIthaRgLzTJGqHZS1ewW { color:#232726;display:block;width:45.625rem;position:absolute;font-family:"outfit medium";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.375rem;left:14.6875rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJZ5KJKpBWqLK7CJNXDoosDZgWeNRr9a { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.3125rem;left:30.65625rem;display:block; }
#Mw2g7QocMWv8P5l1zl6Q4xCm7K9GCbLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 { background-color:transparent;background-image:none;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; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container { background-color: transparent; background-image: none; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container > .video-iframe-container { display: none; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row > .video-iframe-container { display: none; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .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); }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container { border-width: 0; border-radius: 0; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;overflow:visible;position:relative;display:block; }#kFLTvZ5EzSJusSbG0nXN95xI0oKO749q { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.8125rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqO83wisAQ7LN44rsgVMhzInSslVexBT { box-sizing:content-box;height:29.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9a1a7147-abc7-450d-9002-22341adac0ab/bg_video.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#nqO83wisAQ7LN44rsgVMhzInSslVexBT.adaptive-delivery-prevent-bg, #nqO83wisAQ7LN44rsgVMhzInSslVexBT.lazyload, #nqO83wisAQ7LN44rsgVMhzInSslVexBT.lazyloading { background-image: none; }
#XC2TFU8D9JUEyhVIx4wqltB6o2ezrAcr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.625rem;width:60rem;top:8.1875rem;left:7.5rem;display:block; }
#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x { background-color:#ffffff;background-image:none;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; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container { background-color: transparent; background-image: none; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container > .video-iframe-container { display: none; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row > .video-iframe-container { display: none; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .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); }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container { border-width: 0; border-radius: 0; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#XxIKO8JyMsDs8bEo2StdratTFlPhcfGt { color:#232726;display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8740234375rem;left:12.65625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 { background-color:#ffffff;background-image:none;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; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container { background-color: transparent; background-image: none; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container > .video-iframe-container { display: none; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row > .video-iframe-container { display: none; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .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); }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container { border-width: 0; border-radius: 0; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#xJ2cWlOCaWogWlA3BWdWXy5P2EEhmHs5 { box-sizing:content-box;height:12.5625rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#T17T8V72dbDFn22DuhrubcPbFdOJoHw5 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pbwduz6nd7Vmw4rVNTIaZ9JcI9Kv9Q6c { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBsooBVIQxmcK6M352ZTHsOLgCTnu1Cw { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lox6Cht4hEO2tU083eNl49PaACElUaIL { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:7.2060546875rem;left:8.125rem;height:3.32465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7 { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/57c1afb0-b3dc-48f1-885e-71ea9bb0121d/4a21fb2050074c22ade65bfa907c921e.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7.adaptive-delivery-prevent-bg, #z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7.lazyload, #z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7.lazyloading { background-image: none; }
#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw { background-color:#ffffff;background-image:none;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; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container { background-color: transparent; background-image: none; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container > .video-iframe-container { display: none; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row > .video-iframe-container { display: none; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .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); }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container { border-width: 0; border-radius: 0; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;overflow:visible;position:relative;display:block; }#SpX5qaJKwST3xBgznKfBvBO0MWk7Rsmv { box-sizing:content-box;height:20.9375rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CLKTda7T9fQ12NxKKVlRGr4z29gIDhP9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#XcIsBFqlSa4TdqoXthC0OZKkKd0lDzZ3 { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aS7coOXZsydkOPW2lqWRBWTbrsN7z245 { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DskQrKbO1kHJSDNqXJMtIZpNnTT8Eoyz { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:7.2060546875rem;left:8.125rem;height:9.9739375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMCVTTsE4UoCzmtuBFMVssdso3DUErnA { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/84d083a5-2589-4013-89a4-ba3971a1e433/3df36cbc0fbf4d0b8f7383c5045b1dc4.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#kMCVTTsE4UoCzmtuBFMVssdso3DUErnA.adaptive-delivery-prevent-bg, #kMCVTTsE4UoCzmtuBFMVssdso3DUErnA.lazyload, #kMCVTTsE4UoCzmtuBFMVssdso3DUErnA.lazyloading { background-image: none; }
#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 { background-color:#ffffff;background-image:none;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; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container { background-color: transparent; background-image: none; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container > .video-iframe-container { display: none; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row > .video-iframe-container { display: none; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .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); }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container { border-width: 0; border-radius: 0; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#immXwwKMxLucyzdsxKKFcR86ovHxoL55 { box-sizing:content-box;height:11.75rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#bhDw5LbIVIHKExSqKyLb2imLAT6n8KcD { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#IdPxTdoqH1ThwCqTcEoA6a0PNRBHPR5T { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwFE4c1Iv1lTBWUOoa0wEkgNRZKzrFIa { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1FAWcm7rlyxBTckC379kis2aTE7i0oS { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a82874ce-5058-4044-9477-8250e2219aba/strategia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#G1FAWcm7rlyxBTckC379kis2aTE7i0oS.adaptive-delivery-prevent-bg, #G1FAWcm7rlyxBTckC379kis2aTE7i0oS.lazyload, #G1FAWcm7rlyxBTckC379kis2aTE7i0oS.lazyloading { background-image: none; }
#X0TUU9gK1E0snVgFCQdsTNa5WE0dElT1 { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:7.1875rem;left:8.125rem;height:1.662325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 { background-color:#ffffff;background-image:none;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; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container { background-color: transparent; background-image: none; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container > .video-iframe-container { display: none; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row > .video-iframe-container { display: none; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .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); }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container { border-width: 0; border-radius: 0; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zttQBVF03tOmPP90MVAiixUiVssAAOWK { box-sizing:content-box;height:11.75rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#M7elHDsdQgubP9n6r5m0qbcu2eEy5tlu { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#dsWToheNdUisTgFBEoSOcepS8qAmvhxz { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWUmkpKAEchUL8OeVU1bXXXreEvbLV6z { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGrDi4u8RSGlMu37xXTn07poTFpdl1mn { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.2060546875rem;left:8.125rem;height:1.40014375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0cc47e26-fb1e-4001-ba73-6a01491a31c0/rachunek_zyskistrat.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl.adaptive-delivery-prevent-bg, #o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl.lazyload, #o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl.lazyloading { background-image: none; }
#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D { background-color:#ffffff;background-image:none;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; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container { background-color: transparent; background-image: none; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container > .video-iframe-container { display: none; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row > .video-iframe-container { display: none; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .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); }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container { border-width: 0; border-radius: 0; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#waQTvetnQPFTnCwUTzB9FlwXSA9bHocX { box-sizing:content-box;height:11.75rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#BuKQodokbTa4SVOqGoqp4NFBSoASD0vX { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#t9hLcC9odwINqrz89pdRzKNdLQg27AQv { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqlT1wpJTaNJ5rCn8voXkTGKPTgApxfJ { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paJ4Hr806THk2p9ChBCVy3gxZoOLL68i { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.2060546875rem;left:8.125rem;height:1.40014375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/5fNmWej4tAA/unsplash/scott-graham-5fNmWej4tAA-photo-1454165804606-c3d57bc86b40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM.adaptive-delivery-prevent-bg, #yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM.lazyload, #yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM.lazyloading { background-image: none; }
#RdhSZqaz6hemWV8lBacTywsNc9olmtWi { background-color:#ffffff;background-image:none;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; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container { background-color: transparent; background-image: none; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container > .video-iframe-container { display: none; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row > .video-iframe-container { display: none; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .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); }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container { border-width: 0; border-radius: 0; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Qv6Ereah8om97hIWnmCThwAbsL3uSKJI { box-sizing:content-box;height:12.5625rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#E28QeOinxRVpMfn687z6LObNKPQfaCOV { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#a56IXZGwgSKL2CBMTK8rixdPGeJyIVkk { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFJWOSGqzToyVDACSW9CafhLP4CsgrRb { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSAkWJT1pQJeRvLcUx2DKdnOtRo4s5yJ { color:#232726;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:7.2060546875rem;left:8.125rem;height:3.32465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGgm8se7bLekbCzqrCL7862Thk44LGTu { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0afd6a91-6f2f-454b-a258-c627a25f4a99/foto1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#bGgm8se7bLekbCzqrCL7862Thk44LGTu.adaptive-delivery-prevent-bg, #bGgm8se7bLekbCzqrCL7862Thk44LGTu.lazyload, #bGgm8se7bLekbCzqrCL7862Thk44LGTu.lazyloading { background-image: none; }
#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 { background-color:#ffffff;background-image:none;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; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container { background-color: transparent; background-image: none; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container > .video-iframe-container { display: none; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row > .video-iframe-container { display: none; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .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); }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container { border-width: 0; border-radius: 0; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;overflow:visible;position:relative;display:block; }#qmZVnDXG85ZUBCPaKHhK5wKTeNewvlto { box-sizing:content-box;height:14.8125rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CVLKOTBw29DLwmZ3TG76MGA9sHCmTufx { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#RZmRJeK8wdGRSEI2iRdxPRfqD9DfA1lZ { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4rCsR2SOMraFWAwfueQPZVTTmJTFwxI { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKSZbfo9CoD9o0yzCig7HU5msGfLXv6U { color:#232726;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:7.2062492370606rem;left:8.125rem;height:4.98698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oovfgySdQIZzyZ7EiZwU6UKaozP546rw { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8b7b7774-b68f-4a7f-be76-67ad021231b3/ccdd0aa3822a4986b0fdcdc6145f8b98.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#oovfgySdQIZzyZ7EiZwU6UKaozP546rw.adaptive-delivery-prevent-bg, #oovfgySdQIZzyZ7EiZwU6UKaozP546rw.lazyload, #oovfgySdQIZzyZ7EiZwU6UKaozP546rw.lazyloading { background-image: none; }
#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl { background-color:#ffffff;background-image:none;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; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container { background-color: transparent; background-image: none; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container > .video-iframe-container { display: none; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row > .video-iframe-container { display: none; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .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); }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container { border-width: 0; border-radius: 0; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#K0Oc7LRVEdCHsDxefD1E5OEzXFPescNy { box-sizing:content-box;height:12.5625rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:6.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lIGLureBF6XZW6z9qFcyCQVq6k4iL5gF { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:#093732;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VxZhgi1bBvHQ6m2v2LwtZoqBI40W5if2 { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"outfit medium";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:5.34375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmlStWLoHsCQH36SKIymbTBzyLQs2eUG { color:#232726;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRvEBPUdvcdbgrFhepxeoUMirqa63yJT { color:#232726;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:7.2062530517575rem;left:8.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVykMeuvvWHn2yMxZaViQDVa59w1s3EI { box-sizing:content-box;height:10.375rem;width:21.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f72f3516-fa73-43d6-9a30-5711584e58f4/bad558e8a5754560b389c88782f61755.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:46.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#yVykMeuvvWHn2yMxZaViQDVa59w1s3EI.adaptive-delivery-prevent-bg, #yVykMeuvvWHn2yMxZaViQDVa59w1s3EI.lazyload, #yVykMeuvvWHn2yMxZaViQDVa59w1s3EI.lazyloading { background-image: none; }
#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b0d7e7-9e94-419d-8999-b011e25efa90/bg_dark.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8.adaptive-delivery-prevent-bg, #cGZgm5W9stscwJRndXCmv0hJPlG89rf8.lazyload, #cGZgm5W9stscwJRndXCmv0hJPlG89rf8.lazyloading { background-image: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { background-color: transparent; background-image: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container > .video-iframe-container { display: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row > .video-iframe-container { display: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .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); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { border-width: 0; border-radius: 0; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;overflow:visible;position:relative;display:block; }#kh6S6blZ4rqbfoOw3ZlmrgUG6TppG9ET { color:#ffffff;display:block;width:41.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4b0d7e7-9e94-419d-8999-b011e25efa90/bg_dark.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm.adaptive-delivery-prevent-bg, #u79F0NbukGJDqHXVFCTaWw9rwioJFFMm.lazyload, #u79F0NbukGJDqHXVFCTaWw9rwioJFFMm.lazyloading { background-image: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { background-color: transparent; background-image: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container > .video-iframe-container { display: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row > .video-iframe-container { display: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .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); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { border-width: 0; border-radius: 0; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#E28LSwTbMvanRNESrZOqw1BECctkF70C { color:rgba(255,255,255,0.8);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:2.3125rem;left:8.875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcNWcUgfe46cgVVqXfdAGbu1Ma1cy6zl { position:absolute;display:block;z-index:15010;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.75rem;left:5.25rem;overflow:hidden;display:block; }
#Ts89UcF1fHQ4gTX9rSnyfFlaUyQV4tKy { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:6.1875rem;display:block; }
#TfqFeqgPD7aZao07cnnocUxKVrD9UOsL { position:absolute;display:block;z-index:15013;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.75rem;left:42.75rem;overflow:hidden;display:block; }
#MohxwgNauhlBglyxmnJwovbzZL0WIZEe { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.5rem;left:46.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OxNhLoNNupTHrQQTsVvPTgrztwEx5kTV { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:43.125rem;display:block; }
#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4b0d7e7-9e94-419d-8999-b011e25efa90/bg_dark.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd.adaptive-delivery-prevent-bg, #ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd.lazyload, #ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd.lazyloading { background-image: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { background-color: transparent; background-image: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container > .video-iframe-container { display: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row > .video-iframe-container { display: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .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); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { border-width: 0; border-radius: 0; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#cAJHwNBzwpmRvaoRqnc2fcSttVHcAiIB { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:2.3125rem;left:8.875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWlniXp3TfQGR9O4E7ZuaZ2IKmFzOfDy { position:absolute;display:block;z-index:15010;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.75rem;left:5.25rem;overflow:hidden;display:block; }
#q4n9OxQ5ChvevsoTAv2Jks6eAizTnHXb { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:6.1875rem;display:block; }
#muMbmEviAgLI7sqo8Qq2QV3o6WckFgCl { position:absolute;display:block;z-index:15013;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.75rem;left:42.75rem;overflow:hidden;display:block; }
#PauICQwTsWiIz1RvJb1KITHmcJ361NRJ { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:46.375rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tVSilgzlnltxJqHvc5eXkXNW0aMd3JVT { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:43.125rem;display:block; }
#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4b0d7e7-9e94-419d-8999-b011e25efa90/bg_dark.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu.adaptive-delivery-prevent-bg, #zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu.lazyload, #zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu.lazyloading { background-image: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { background-color: transparent; background-image: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container > .video-iframe-container { display: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row > .video-iframe-container { display: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .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); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { border-width: 0; border-radius: 0; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#ACrOSQIKG3nQJ5CyspbKSRhTNusmncsL { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:2.3125rem;left:8.875rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAvxS0M1lLol3zE3yVzraSE3JshisvJR { position:absolute;display:block;z-index:15010;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.75rem;left:5.25rem;overflow:hidden;display:block; }
#CBfatTJZ5w7J7TZ6fOnsQTdbro0TRT6N { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:6.1875rem;display:block; }
#JkBFRCR7Gl8pSgdGe0HCZOi87SlKEQlw { position:absolute;display:block;z-index:15013;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.75rem;left:42.75rem;overflow:hidden;display:block; }
#IQLUCdf9h37TD7hTQdSODvCCVccsCR1A { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.5rem;left:46.375rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nOBSgwLXTLSGDuTGHd3fL7yPZqf4EyOf { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:43.125rem;display:block; }
#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4b0d7e7-9e94-419d-8999-b011e25efa90/bg_dark.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda.adaptive-delivery-prevent-bg, #LZplmbPOrWck8nMhFdu4d6CHGXGRSIda.lazyload, #LZplmbPOrWck8nMhFdu4d6CHGXGRSIda.lazyloading { background-image: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { background-color: transparent; background-image: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container > .video-iframe-container { display: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row > .video-iframe-container { display: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .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); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { border-width: 0; border-radius: 0; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#bkrr2T10DufKJ1o8FKOTD2hMTxGAadRU { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:2.3125rem;left:8.875rem;height:6.3975625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GJdCzWE0TFz3amPmGnunOF4USp2VMHbB { position:absolute;display:block;z-index:15010;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.6874961853027rem;left:5.25rem;overflow:hidden;display:block; }
#NTqDSa2t8Tx2btuESXVq2c7ZfPIBrUnI { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:6.1875rem;display:block; }
#TiFH5oNENUpNIs5LSBPJHUuuJLHHN9Qs { box-sizing:content-box;height:0.0625rem;width:26.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:43.125rem;display:block; }
#Q2f3huKft9XpnnnDL4TMR8nKFqDoxc7S { position:absolute;display:block;z-index:15014;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:42.75rem;overflow:hidden;display:block; }
#aibpWFsBTewepsR7Qpg0FtmDSqG43Ic9 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:2.3125rem;left:46.174999237061rem;height:3.199225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz { background-color:#ffffff;background-image:none;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; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container { background-color: transparent; background-image: none; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container > .video-iframe-container { display: none; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row > .video-iframe-container { display: none; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .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); }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container { border-width: 0; border-radius: 0; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TORApSWSciPiWNF6dm5FyuUmbbgBrmeI { color:#232726;display:block;width:41.3733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.624267578125rem;left:16.812744140625rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL { position:relative;display:block; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL { background-color: transparent; background-image: none; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row .container > .video-iframe-container { display: none; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row > .video-iframe-container { display: none; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .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); }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL { border-width: 0; border-radius: 0; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .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; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .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:41.4375rem;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; }#Be6ubfNzI1DxzhP3gct2JLqlEresEihL { box-sizing:content-box;height:14.375rem;width:35.5rem;position:absolute;display:block;z-index:15000;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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Be6ubfNzI1DxzhP3gct2JLqlEresEihL.adaptive-delivery-prevent-bg, #Be6ubfNzI1DxzhP3gct2JLqlEresEihL.lazyload, #Be6ubfNzI1DxzhP3gct2JLqlEresEihL.lazyloading { background-image: none; }
#smMn7h1F5eIDzOgLDKTeB0d2qzIMUiET { 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:20.125rem;width:25.25rem;top:3.25rem;left:5.125rem;overflow:hidden;display:block; }
#AcF6G9r1QKHrk1AsaPu9TsQPaanEfwBG { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:outfit;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:18.5625rem;left:18.1875rem;height:1.5125rem;font-style:normal;display:block; }
#IUO7k6l1nBgIu13fCrhxngR0m8POfBtD { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:20.375rem;left:18.3125rem;height:1.22504375rem;font-style:normal;display:block; }
#TLKBtcU0pgfeNUpsOodIHdeiSCE7LZuT { box-sizing:content-box;height:5rem;width:17.875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -o-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03181999', endColorstr='#031819cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03181999', endColorstr='#031819cc' );";background-image: linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:17.625rem;left:16.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nIGHbDyoqaardZiv9p16twAKdpTztxZq { box-sizing:content-box;height:13.8125rem;width:35.5rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#hu6gQHHrZZiLEQxqFThAxIFbk5Ko7iJB { color:#232726;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:25.1875rem;left:1.875rem;height:9.7981875rem;font-style:normal;display:block; }
#CKAyz92CB4FsO8S6Vw6Oiyw7xXEZKi1k { box-sizing:content-box;height:13.8125rem;width:35.5rem;position:absolute;display:block;z-index:15009;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:39.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#cFCPBBZyMsnKTxqzHG1iDJmffwzDorzG { color:#232726;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:25.1875rem;left:41.375rem;height:;font-style:normal;display:block; }
#L59z0ImgM3xnu9NzkPq69Evyur9BDuVT { box-sizing:content-box;height:14.375rem;width:35.5rem;position:absolute;display:block;z-index:15008;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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:39.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#L59z0ImgM3xnu9NzkPq69Evyur9BDuVT.adaptive-delivery-prevent-bg, #L59z0ImgM3xnu9NzkPq69Evyur9BDuVT.lazyload, #L59z0ImgM3xnu9NzkPq69Evyur9BDuVT.lazyloading { background-image: none; }
#nJNQdWV7iGDA9zTFsI4io7XLDR2ByNF3 { position:absolute;display:block;z-index:15009;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:20.125rem;width:25.25rem;top:3.25rem;left:44.625rem;overflow:hidden;display:block; }
#Zr5kX39s3Q7VJD55Wz8lIiXdh3ot558U { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:20.375rem;left:57.8125rem;height:;font-style:normal;display:block; }
#WZ4TsFvgTFmXrM4aECnQsrO61FaTaLIr { box-sizing:content-box;height:5rem;width:17.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -moz-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -ms-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-image: -o-linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03181999', endColorstr='#031819cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03181999', endColorstr='#031819cc' );";background-image: linear-gradient(180deg, rgba(3,24,25,0.6), rgba(3,24,25,0.8));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.0625rem solid rgba(255,255,255,0.4);border-left:0.0625rem solid rgba(255,255,255,0.4);border-right:0.0625rem solid rgba(255,255,255,0.4);border-bottom:0.0625rem solid rgba(255,255,255,0.4);top:17.625rem;left:56.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ZzGSp6Kaekc4nOOb66SwskAuakMpy4JT { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:outfit;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:18.5625rem;left:57.6875rem;height:;font-style:normal;display:block; }
#wc8eAb6ULEJ5adWD8hxPdryowqg1zXg6 { position:absolute;display:block;z-index:15010;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.8125rem;width:19.3125rem;top:1.5625rem;left:46.59375rem;overflow:hidden;display:block; }
#F95NpnOuZb9eT91lNTFGB5PKme1IVnhs { 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:23.375rem;width:27rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP { position:relative;display:block; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP { background-color: transparent; background-image: none; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row .container > .video-iframe-container { display: none; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row > .video-iframe-container { display: none; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .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); }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP { border-width: 0; border-radius: 0; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .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; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .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:11.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:block; }#REGFJhcQBOvq3U1HVxdc5XT4QakkTyHc { color:#232726;display:block;width:45.625rem;position:absolute;font-family:"outfit medium";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.375rem;left:14.6875rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwMoe1uRGz0qRyZsMBykbvnVW4OgXpWT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.3125rem;left:30.65625rem;display:block; }
#SAqWK8T11QTFK0BGs1NmZrFdSKvyIT2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx { background-color:#ffffff;background-image:none;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; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container { background-color: transparent; background-image: none; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container > .video-iframe-container { display: none; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row > .video-iframe-container { display: none; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .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); }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container { border-width: 0; border-radius: 0; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ews9MZDJnD4d8KdgBwuAwclXKWIc7ORD { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4990234375rem;left:11.21875rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 { position:relative;display:block; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 { background-color: transparent; background-image: none; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row .container > .video-iframe-container { display: none; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row > .video-iframe-container { display: none; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .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); }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 { border-width: 0; border-radius: 0; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .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; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fdxiIfETaZyAJ09cfXbQAQikG3wkoZqx { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1rem;left:17.125rem;display:block; }
#L3d8VeDLR0QWTxuf5MGG7qz0MiGBNHL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huf4OEXTsTU6AwJouixHH9WuPVJnOKU3 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:25.375rem;display:block; }
#XTvEtGK14c0oTnwXtVnfJA1EdiTLua8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKxchxqPoCyIMR735e7hSGtsSmaokCO6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.9375rem;left:33.625rem;display:block; }
#V6nNEms96lui6sxQ6HMiOeH211FKGQlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AV3KVUFOzSGCfSTXDadQCwzmffyaInt9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.9375rem;left:41.875rem;display:block; }
#tSVWpFdxTloqPiDKTb5UJfnOuwbNKfU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPBAgZ9mkbScMSMth5ZCRctGv1L6kPwq { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.9375rem;left:50.125rem;display:block; }
#eizkotecMfZbmkiwyAHylyq4sq9XLOdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe { position:relative;display:block; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe { background-color: transparent; background-image: none; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row .container > .video-iframe-container { display: none; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row > .video-iframe-container { display: none; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .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); }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe { border-width: 0; border-radius: 0; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .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; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .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:38.4375rem;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; }#B6yelFC4dEsLg6Wi45WRhwl9xgGXfJTh { box-sizing:content-box;height:35rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#l2DWoROCXp1RxTg9ushCKzFQzGre1pJ0 { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:6.25rem;left:2.5rem;height:25.199625rem;font-style:normal;display:block; }
#B7yed8A2Md2PJnkQHayoLFVW4nwyvmO7 { color:#232726;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DuPdrHBUIL61mCMbwEWNSeHoGCW5MSDe { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6S0LksS0q13UiGrmTokRJ0KKqpp9nDm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.9365234375rem;left:1.25rem;display:block; }
#hhUU3A1DgAEI54lpISlRgpOhADpTxTdc { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(9,55,50,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:37.46875rem;display:block; }
#pT5zg5eu0A7e5mMzTh7fqeW6e0pBQfVa { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0t7xUU7SUuNLp46n458mEBaaeRQ79Tr { color:#232726;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:7.8624992370606rem;left:40rem;height:15.7498125rem;font-style:normal;display:block; }
#e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:24.172918319702rem;left:40rem;height:8.1244375rem;font-style:normal;display:block; }#e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa li:before{  }
#ThSPcbTtCc3zb0aT1JpMJBfdbJE4KyZA { 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:7.9375rem;width:7.4375rem;top:26.03750038147rem;left:66.425003051756rem;overflow:hidden;display:block; }
#tXTVv9IHFrAhXgeSSLhCfXP8w1xdqvZz { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 { position:relative;display:block; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 { background-color: transparent; background-image: none; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row .container > .video-iframe-container { display: none; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row > .video-iframe-container { display: none; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .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); }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 { border-width: 0; border-radius: 0; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .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; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .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:39.375rem;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; }#NsQTUV155VuyMygzlJBw3A8Iyt7Hyi3P { box-sizing:content-box;height:35rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:1.8125rem;left:2.5rem;height:5.4367375rem;font-style:normal;display:block; }#SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb li:before{  }
#xByNotl3NWgv8o6IhzkHVfEOdewmuGDZ { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.149997711182rem;left:29.1875rem;display:block; }
#d0LVVmLE2iqgoNlPxlNVDVpyXSrq7IHE { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(9,55,50,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9375rem;left:37.46875rem;display:block; }
#poNLoiGfGyApuU7dIomohSmqp85uSA7n { color:#232726;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:1.8125rem;left:40rem;height:11.9010625rem;font-style:normal;display:block; }
#v0DKwtRFth8P19VAE6M0vfX6FsNnc1uS { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:17.3125rem;left:40rem;height:10.4134375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tF7d8QE27LbnTc60EEJAal3nvpWLCuLs { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.5rem;left:2.5rem;height:1.48763125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb { color:#232726;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.25rem;left:2.5rem;height:2.9375rem;font-style:normal;display:block; }#oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb li:before{  }
#NR1QxTcKAG321dU0ifzXUVDaWzfItC8N { color:#232726;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.5625rem;left:2.5rem;height:0;font-style:normal;display:none; }#NR1QxTcKAG321dU0ifzXUVDaWzfItC8N li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NR1QxTcKAG321dU0ifzXUVDaWzfItC8N li:before{  }
#hDKhkKhiTaP3qSZqT22TkdhgdaCy31q0 { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:13.06005859375rem;left:2.5rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z911Dxb83D2tUhof6ha2rkvX15DTsqir { color:#232726;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:17.43505859375rem;left:2.5rem;height:5.4367375rem;font-style:normal;display:block; }#Z911Dxb83D2tUhof6ha2rkvX15DTsqir li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z911Dxb83D2tUhof6ha2rkvX15DTsqir li:before{  }
#QT1KHDFIaowWTGztAVhin5a4RfRvNenB { color:#232726;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:23.8935546875rem;left:2.5rem;height:9.18675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a8JtEKUxpHAxG6AiKPfzFTaE0uAlTHIv { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSbUcMJxvQUZZbSGPlvhNG8kJdWrBBmT { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.875rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgT8I2Wic2sv4maESpRXUroruhVnToOK { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:31.8125rem;left:40rem;height:1.48763125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vQBKn35G5u9NUfC1cXyRKT2WcGG97kkk { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.574999809265rem;left:32.375rem;display:block; }
#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB { position:relative;display:block; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB { background-color: transparent; background-image: none; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row .container > .video-iframe-container { display: none; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row > .video-iframe-container { display: none; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .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); }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB { border-width: 0; border-radius: 0; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .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; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .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:38.4375rem;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; }#STddIXVL386Twux8lDGPcbhNqETpmTTu { box-sizing:content-box;height:35rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#bus1NT5i68PQmSFiuQAmZplm0KN2cHvO { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:24.25rem;left:2.5rem;height:9.449875rem;font-style:normal;display:block; }
#RhqQ1WX2ueXEFRScQKDBuH50GenwobRz { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8mo7w8yEepk5Pp0eEcLf4f7gTQ3SJIk { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(9,55,50,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:37.46875rem;display:block; }
#xTOiq1z5TKLhqt0X9Fk0TqJUR7uXT8gl { color:#232726;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:3.1875rem;left:40rem;height:4.19970625rem;font-style:normal;display:block; }
#ememZBMDH9oQ5bN4ZkKicq92XKKlfIJK { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.300000190735rem;left:40rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiQ7DOLq03Zn7BJiyom64Xx91XN7ffkc { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:1.8125rem;left:2.5rem;height:7.874875rem;font-style:normal;display:block; }
#ZahXMhb1acGofWvsTW7n3GLo1b044qVz { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.937536239624rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XPTcJSKrv9MQZKLtL5w75fE2UfNe52ll { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.562469482422rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geEoVdaXcIgkg8AnViqksD4JUtJ46qRz { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.162475585938rem;left:2.5rem;height:6.2999375rem;font-style:normal;display:block; }
#M8P8ExQS7aFvLEc9fM6V1sA7ATan4T0M { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J17DDlwX7zqXENewZ4OzWQJEmmgosXpw { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MEkrCTHVwqzVKWep4hltPAoMyk7NrecS { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.97500038147rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1BDgD9K5LusGfWHpcUVKIwvFZCNrTTN { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:15.33749961853rem;left:40rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:19.75rem;left:40rem;height:1.57498125rem;font-style:normal;display:block; }#Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb li:before{  }
#AfuR9vUVB7qzCTNzTeRfOCADMVpoGRep { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:21.287463188171rem;left:39.8125rem;height:1.57498125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.125rem;left:39.8125rem;height:10.972625rem;font-style:normal;display:block; }#Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq li:before{  }
#Pm7Ts2lPu6pOTr8N0EkRDRoSFAOgWTE3 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.08749961853rem;left:70.4375rem;display:block; }
#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ { position:relative;display:block; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ { background-color: transparent; background-image: none; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row .container > .video-iframe-container { display: none; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row > .video-iframe-container { display: none; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .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); }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ { border-width: 0; border-radius: 0; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .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; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .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:38.4375rem;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; }#WogHZdZ1QIvQoCb6lIM8t5giTopKBU57 { box-sizing:content-box;height:35rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#zZZhpHJFAuMa1rITpxNR5ynnkBpbelvQ { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:23.312501907349rem;left:2.5rem;height:1.57498125rem;font-style:normal;display:block; }
#wqNTFpBzJL5rCyhz5I26ME1Z4smuksvN { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(9,55,50,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:37.46875rem;display:block; }
#Gu4pwMSwIMGmN73b9yaqr2g762TTCXuG { color:#232726;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:1.8125rem;left:40rem;height:2.79980625rem;font-style:normal;display:block; }
#hnAuBDLF7NdlQyXwX01pL4kF1kO4N9Tt { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:7.8625011444094rem;left:40rem;height:8.92575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQwOI19P57NFbEx6CzHcbWdqXQN4f6BT { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:3.25rem;left:2.5rem;height:;font-style:normal;display:block; }
#s3kzz3QINC5UAXhITHx1sCTAhQ42ys8k { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HaGHplbMxUBrgVADWixO56OkKuzleO0O { color:#232726;display:block;width:34.0625rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:40rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSo7se2O6dcF4mPxthm9MWB8Xn00Uv17 { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.200015068054rem;left:39.8125rem;height:7.438125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.39999961853rem;left:2.5rem;height:9.8354375rem;font-style:normal;display:block; }#T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL li:before{  }
#DRUr56qbvU3lMKTq7fcsHOB66oIw9qZH { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.687500953674rem;left:2.5rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:25.025000572204rem;left:2.5rem;height:8.38575rem;font-style:normal;display:block; }#WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH li:before{  }
#W5ho8zQQ283tT4nsPDldPkQcGvTD4ys0 { color:#232726;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.525000572204rem;left:40rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A85UW9hRctP8rl40U6dycnzZDrJLKqFb { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.512515068054rem;left:38.34375rem;display:block; }
#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 { position:relative;display:block; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 { background-color: transparent; background-image: none; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row .container > .video-iframe-container { display: none; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row > .video-iframe-container { display: none; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .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); }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 { border-width: 0; border-radius: 0; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .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; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .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:38.4375rem;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; }#IOgy6AATJJLc29OVw8kLTHU7hHWfyyUD { box-sizing:content-box;height:35rem;width:37.1875rem;position:absolute;display:block;z-index:15001;background-color:#f4f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:18.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#lX8A1ksq3m41uCHTZ4cDuTtJeXWpvcdb { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:19.500024795533rem;left:21.4375rem;height:6.2999375rem;font-style:normal;display:block; }
#MmQFgQIsCI9xxBHI0uSg4MdKwyNT2rfz { color:#232726;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:6.1875114440918rem;left:21.4375rem;height:7.874875rem;font-style:normal;display:block; }
#ttcXQKKXRzXQb5CNqG5csGBbL2kPIE60 { color:#232726;display:block;width:29.6875rem;position:absolute;font-family:"outfit medium";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:21.4375rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jcv4dOKhWMIaRZJTsgS4tPgOTpaAF2L4 { color:#232726;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.687524795533rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfiSR5BvQqbk5MhGvrXuUDhkoayHN5Ca { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.812488555908rem;left:20.15625rem;display:block; }
#p5hQSgvhyTgsw1TG5l5qwDCxA9sQBMWq { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(90deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(90deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(90deg, #ffe89c, #ebce71);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.02499961853rem;left:51.875rem;display:block; }
#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56f9b2c1-b6bc-4cc2-a3f4-95ed52a59227/bg_paral.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8.adaptive-delivery-prevent-bg, #eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8.lazyload, #eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8.lazyloading { background-image: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { background-color: transparent; background-image: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,29,28,0.5); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container > .video-iframe-container { display: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,29,28,0.5); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row > .video-iframe-container { display: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .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); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { border-width: 0; border-radius: 0; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#L4mwXMEv6G5echeRvWkHkNOJXu8T3xOW { color:#ffffff;display:block;width:41.3726875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8118896484375rem;left:16.813354492188rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5u7ZTUZ17pD12GmdfmDT8aUTecTJpgd { box-sizing:content-box;height:28.75rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,242,237,0.9);background-image:none;box-shadow: none;border-top:0.125rem solid #dfc46b;border-left:0.125rem solid #dfc46b;border-right:0.125rem solid #dfc46b;border-bottom:0.125rem solid #dfc46b;top:8.0625rem;left:56.6875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#LrSPFy7uJMIepuDduu7rNCdf1wCAlUW7 { box-sizing:content-box;height:28.75rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(244,242,237,0.9);background-image:none;box-shadow: none;border-top:0.125rem solid #dfc46b;border-left:0.125rem solid #dfc46b;border-right:0.125rem solid #dfc46b;border-bottom:0.125rem solid #dfc46b;top:8.0625rem;left:38.0625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#PWng7t6UahRbyxxGX0UUaiV0Nu7KKARC { color:#232726;display:block;width:16.4375rem;position:absolute;font-family:"poppins semi bold";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:9.4375rem;left:38.9375rem;height:20.247375rem;font-style:normal;display:block; }
#IkHcw1OTgLBevZsT6hPHZZGHXUBLJZkU { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;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:31.6875rem;left:39rem;display:block; }
#f8zVduDIDEVxk5btfyHAQkmKTAkD2Lmg { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.6875rem;left:39rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOHfNp6PeQ8hWxEFKQTdkw5uArUolipR { color:#232726;display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.875rem;left:43.5rem;height:3.1477875rem;font-style:normal;display:block; }
#nfdwG8mePkr9VaFHXINPkbGmx7GdGI7T { color:#232726;display:block;width:15.1875rem;position:absolute;font-family:"poppins semi bold";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:9.4375rem;left:58rem;height:20.247375rem;font-style:normal;display:block; }
#ZOZcfnHFTtP0a2yoDycZ61PXnNaBJfNQ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;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:31.6875rem;left:58rem;display:block; }
#aAqZhrmtpfsF4PUI79HTPPTuyt6CcuUf { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.6875rem;left:58rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sy6Chko8zryCs6tamz4Fk8LIzBapMPHh { color:#232726;display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.875rem;left:62.5rem;height:3.1477875rem;font-style:normal;display:block; }
#cwui5LkybQqbsQirrhvFKhFIASqMCdI4 { box-sizing:content-box;height:28.75rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(244,242,237,0.9);background-image:none;box-shadow: none;border-top:0.125rem solid #dfc46b;border-left:0.125rem solid #dfc46b;border-right:0.125rem solid #dfc46b;border-bottom:0.125rem solid #dfc46b;top:8.0625rem;left:19.0625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#FzO7uSDrNp4RIlzi4zm3sFEBkSXLepOW { color:#232726;display:block;width:16.4375rem;position:absolute;font-family:"poppins semi bold";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:9.4375rem;left:20.1875rem;height:20.247375rem;font-style:normal;display:block; }
#hZHX2gIz1V7ZTv7nWFkUaTyMNZ0acZih { color:#232726;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.875rem;left:24.875rem;height:3.1477875rem;font-style:normal;display:block; }
#WgZuRPsH4tFe3TH1OFv6167i8Tye5tDn { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;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:31.6875rem;left:20.3125rem;display:block; }
#fA0Xhhor6Jice4tgpZk0pLTB0PGM6lqA { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.6875rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOm06TEou6lsprdzpFL7CofTAiWFOkPt { color:#ffffff;display:block;width:41.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:39.1875rem;left:16.875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxR8vPwm1VBeiSTqNTAVOHyghrtzAIrI { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.25rem;left:30.6875rem;display:block; }
#gumECI1Zrp6O8xcPI8IeHnnRT9AucgBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bG6RBeHRBtsAATSVIhTiQAbM6Wq2s4dw { box-sizing:content-box;height:28.75rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(244,242,237,0.9);background-image:none;box-shadow: none;border-top:0.125rem solid #dfc46b;border-left:0.125rem solid #dfc46b;border-right:0.125rem solid #dfc46b;border-bottom:0.125rem solid #dfc46b;top:8.0625rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#kCnR4PTNiWphbUaTp9uyfGQkFrVisBgL { color:#232726;display:block;width:16.5625rem;position:absolute;font-family:"poppins semi bold";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:9.4375rem;left:0.97500038146975rem;height:16.8728125rem;font-style:normal;display:block; }
#qdmTxeZJ1H45MpTZkSTdEL300Ethqyb8 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;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:31.6875rem;left:0.78750038146975rem;display:block; }
#FTSpULCfqmgdPOGT0sgJEmszdl7KdaBQ { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:32.65625rem;left:0.78750038146975rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO0Z294awJzhS4uU5pPOm3fb4ooD5ycv { color:#232726;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:31.893749237061rem;left:5.25rem;height:;font-style:normal;display:block; }
#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD { background-color:#ffffff;background-image:none;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; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container { background-color: transparent; background-image: none; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container > .video-iframe-container { display: none; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row > .video-iframe-container { display: none; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .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); }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container { border-width: 0; border-radius: 0; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#s1G91AVvUmxnTCS02VTVWUX7ATblC7Ta { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4739570617676rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s { position:relative;display:block; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s { background-color: transparent; background-image: none; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row .container > .video-iframe-container { display: none; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row > .video-iframe-container { display: none; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .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); }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s { border-width: 0; border-radius: 0; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .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; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#IutLCNTRSc4Ag0LL4JSfabaEZtl4cPuQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.15rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.9375rem;left:12.625rem;display:block; }
#bWCTSNeAaiPyEDM43I1pvQKg8M2cyTD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r68p8nETu9K3fPgQNfiialhbhZPWZ4Eo { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.15rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1rem;left:20.0625rem;display:block; }
#UMygZ171KtkD466U4QEy7AdCUecNHUZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K940QWPmCv4ps3FO8reLtnrCGLMtT0bI { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.15rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.9375rem;left:27.5625rem;display:block; }
#nqrzwdvTuF9ZFaDWJAvxvB527n7QXa9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDGJUt6KakdJUV2Gk6RERiZpSz1Ui5Nb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.15rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:35.125rem;display:block; }
#NnqvSOC8iERsmi8VH9wTLKk1Ti16LkMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5X7JdTws3ATyHSNwXJzUTKcCySLL2XU { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.98746490478513rem;left:42.875rem;display:block; }
#AsiTyLsimnTKSlO8VadX2ATLiL9z4XnA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASxa4z1hsX2yophRlwANhb46oF9LHFMr { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7rem;height:2.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.0374641418457rem;left:50.25rem;display:block; }
#uDT8vHTPhbpfuLU4CPT8vndG45vLTNr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbW2gMRG6i6amLo15c0Rinyo5BtvoVg1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.4375rem;left:25.625rem; }
#yTrCI3zOCBaTZfkwsdiBfCe317gBPbBg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.3562498092651rem;left:18.1875rem; }
#OxKVdaAsPkTruotrbgBRDsBFKTFkg0Mv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.3562498092651rem;left:33.1875rem; }
#q6TaEkNnFrcEd6nzucB7tKTT5LtvdlqC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.3562498092651rem;left:40.8125rem; }
#VB3tJ3C8HPNxqz8bAr75EWZL6e1VtrJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.3562498092651rem;left:48.25rem; }
#OuRhrLFN5zkqo9bJx4B9ALXSKlK6TcvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.3562498092651rem;left:55.5625rem; }
#fyRdRCEGtz2FG3UHaSGb1SPIlco0dxK0 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ebce71;border-left:0.0625rem solid #ebce71;border-right:0.0625rem solid #ebce71;border-bottom:0.0625rem solid #ebce71;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6rem;height:2.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.0874996185302rem;left:57.5rem;display:block; }
#BJ9rQNQgQv2hbCQzbrC9zFeeU3lmMACy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf { position:relative;display:block; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf { background-color: transparent; background-image: none; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row .container > .video-iframe-container { display: none; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row > .video-iframe-container { display: none; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .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); }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf { border-width: 0; border-radius: 0; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .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; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTr83B1qi8ew6GwcTnLrCyrbgSJUOfnq { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3489570617676rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNqblkked2td15GzIETsnd4tg1vFhgQC { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.3125rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#y6P2yX2x2Q7MocvrvMHU8KUE9oLsLETr { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MAGm701fS7PvFLfPpUdQNScIAQgkL6Kq { 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:12.4375rem;width:8.6875rem;top:9.1437625885013rem;left:21.112499237061rem;overflow:hidden;display:block; }
#hqVT6Jfi6Nx6oIie6PlPmbXfSUVEBzhf { color:#232726;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:43.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkNk9II4HgsUyzJ3fQ53ryoum1HoDtRv { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T { position:relative;display:block; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T { background-color: transparent; background-image: none; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row .container > .video-iframe-container { display: none; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row > .video-iframe-container { display: none; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .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); }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T { border-width: 0; border-radius: 0; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .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; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TyzyUCyZAPwU5ttTrPNzk2m4UdH5UGKS { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4114351272583rem;left:11.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdbI8zWagevh5iy6kMsxCCZFF7WafmNT { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.3125rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PUOc4OKU9LCL8990u6mMUs8ST38QGUek { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U2XzaLbhfRaCGvx2S0lL2ms3QTIrREOC { 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:3.5rem;width:11.0625rem;top:10.175001144409rem;left:19.924999237061rem;overflow:hidden;display:block; }
#cyuFzd1PQWvl27PWddyJZQiySdPVvCI0 { color:#232726;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:43.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssWgZINa9c0x8fDDob6hhrtx83daToqv { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cunFQIODod4WAbF6H76lri2vBHa2E7yE { color:#232726;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.612500190735rem;left:18.987499237061rem;height:1.29936875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAnfHf6bo9u2TIoMT2IrBo4AtTJbRTfs { color:#232726;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.106249809265rem;left:18.987499237061rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfBh1WusCaXmIyRctSzpekMlVV5G8GSV { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GLUc0G4M6GKBXik1NJc6Q9nhPEatD5nI { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rq9J0SolIQUUF5SXw5TobmgAaUaPVh4T { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 { position:relative;display:block; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 { background-color: transparent; background-image: none; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row .container > .video-iframe-container { display: none; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row > .video-iframe-container { display: none; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .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); }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 { border-width: 0; border-radius: 0; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .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; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhHuzFI1firbnnI0kaSDSoqHMX9J1KGF { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nC2FHWTvfpARpvSv6p2TbM0ape3gUNl6 { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#g6aymPy47UUbkLoUWyFzBrqw72mEmXIW { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#f8PtPlZ7Z3GeoPWCRGR22BX4n7DoZn8s { 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:5.625rem;width:14.1875rem;top:7.550000190735rem;left:18.362499237061rem;overflow:hidden;display:block; }
#NKzp2FDyLgreZvx3bQbRxf0bMhJN6gUx { color:#232726;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.35000038147rem;left:43.112499237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0PT1vFSMtmKg4GA9qf632P8iHihNDHB { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTwhoNLvA7N1wVEwiDueSCt4lX8ZqG87 { color:#232726;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.831251144409rem;left:19.331249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6QnlNRXhx3EzHc0PZQ1UaCpDtysW9Te { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XJXV0k5Tcf5lzq9koaAB7m0rrM97zivv { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2p9sNpdHsv8s5N8dDR5JlGW8QpZCPvQ { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu { position:relative;display:block; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu { background-color: transparent; background-image: none; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row .container > .video-iframe-container { display: none; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row > .video-iframe-container { display: none; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .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); }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu { border-width: 0; border-radius: 0; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .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; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n0bNApqUx4JwhNa7tWl23FKbwtgeAohp { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LuC0XVVuLzLNc4vR08T3nEWRJQzl6r1U { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XL5D28ScMZZoPrdLTkWZRWVU5f6T2QW9 { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lnNcdqUJOT1C12JFpeN3gKDf4T7ipe1N { 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:5.625rem;width:14.1875rem;top:7.550000190735rem;left:18.362499237061rem;overflow:hidden;display:block; }
#SoJVkiVIMXtGEF3AmRgNIr9igNSuCFVX { color:#232726;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.049999237061rem;left:42.831249237061rem;height:6.496875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpUyvOBo1TiheuLRGLPxKOmzcm5Scnng { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJNioBrqpSekrx63DhWgAxJTw4P4GPlW { color:#232726;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.831251144409rem;left:19.331249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFcxec0vMmW0vWIqJtTxFgGiMzBK1qzt { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l1FVlmTxe7d87TPgT7vx2TJbeH9dMhCS { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HABLLpqXHnbrFfF6erJsDSFyCQoyfC4v { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf { position:relative;display:block; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf { background-color: transparent; background-image: none; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row .container > .video-iframe-container { display: none; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row > .video-iframe-container { display: none; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .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); }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf { border-width: 0; border-radius: 0; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .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; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3DStHeyoP6oNUCx9KglzNqv5gATSNBl { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#os2IcTyvxZznedzgIbFKnNI0xk2DXbS8 { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bZwpopRlzNcdDbizhpz4J2vfGmySUTPv { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZHhTCRtq6yxcQmwu9nV36chHaAOaqmTp { 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:5.625rem;width:14.1875rem;top:7.550000190735rem;left:18.362499237061rem;overflow:hidden;display:block; }
#SZyhafVOHaeMhfq8rO5eeVHFniLBzZoo { color:#232726;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.049999237061rem;left:42.831249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcNJb5FgGw6NE1BRLM6tqWOPlxoNSAUT { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhhkyDMNwxTl7TTrgau7tTldnpOBBD4s { color:#232726;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.831251144409rem;left:19.331249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nddgkRoTlvOv9saTMqZm6gakT7mSusoD { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EXsv8O3XDqa3Q1aOSxJgfBpAm9PLpp5l { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTqggMKI6iRMFVtBbPyibxwReBIxNbpU { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 { position:relative;display:block; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 { background-color: transparent; background-image: none; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row .container > .video-iframe-container { display: none; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row > .video-iframe-container { display: none; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .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); }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 { border-width: 0; border-radius: 0; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .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; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ypNaU3C2Enh2rzBGvon9KwgXfn24tE5k { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGPvHwvoqyWs0Iiah71Jx0W9bBhrllW6 { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gMvVF5FSKDzKfEDsD61zmUiUO1PWIQAQ { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Jfit3WzfypF1ssuhJXPwmaLdbenGQ8I0 { 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:5.625rem;width:14.1875rem;top:7.550000190735rem;left:18.362499237061rem;overflow:hidden;display:block; }
#XxcJ03RbSLXvg1M7EZ5KBAGOSKv3Bne1 { color:#232726;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.049999237061rem;left:42.831249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OH8BWT52o4h3bFJIevZw14uxLarGXQWA { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0l6133sTK136f6q9WwXK53MG5bmSZcy { color:#232726;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.831251144409rem;left:19.331249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymMTzp0XARKR3HL42HeMm0poLPh0wu4b { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TnXgaHCuSKMGRgRIBwK0Hvf9oEX0dZMe { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyUkpqd02360zMWRd3oN4g20TnGOLLRU { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz { position:relative;display:block; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz { background-color: transparent; background-image: none; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row .container > .video-iframe-container { display: none; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row > .video-iframe-container { display: none; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .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); }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz { border-width: 0; border-radius: 0; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .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; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#godtrZ1cwssRw4xUdQZ4X73IvoNkToN0 { color:#232726;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:11.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfqHdrVUd6fMSaony8JG0KWnVgVJ13b9 { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:16.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#N5XCkI9t5nZa1ThlTDfDXHxTycd1RqlI { box-sizing:content-box;height:16rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #dfc46b;border-left:0.0625rem solid #dfc46b;border-right:0.0625rem solid #dfc46b;border-bottom:0.0625rem solid #dfc46b;top:7.25rem;left:40.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NIVPpFJyO9aoNJAcIyF6PMOSJuhIkUP5 { 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:5.625rem;width:14.1875rem;top:7.550000190735rem;left:18.362499237061rem;overflow:hidden;display:block; }
#T4Q0DiPQP84znbx6Sr6Z7pA013dT5Sey { color:#232726;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.049999237061rem;left:42.831249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xd669Lqm3sQBGnuT4NfgJrwNaG8unmf6 { color:#232726;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.612512588501rem;left:35.96875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfABQmZKfXvRrCHJFpxDvVpRiaT82Opg { color:#232726;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.831251144409rem;left:19.331249237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReqBvBEupQ1T1QM6BEQghS5S1Xx1xBd6 { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;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.637499809265rem;left:20.549999237061rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#c33aVuH37zVPavAXoHkiMfOFXEKA2JVM { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.949999809265rem;left:20.799999237061rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ak6AebTWBvyT1ery4GmdX3AzSdFJaVVV { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.449999809265rem;left:20.799999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXnmE6GQ45vVTektIccB5MR89cQU9FZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aab4e146-45c9-4f60-a3d5-6b66c89db8e3/Group1355961.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; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH.adaptive-delivery-prevent-bg, #VXnmE6GQ45vVTektIccB5MR89cQU9FZH.lazyload, #VXnmE6GQ45vVTektIccB5MR89cQU9FZH.lazyloading { background-image: none; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container { background-color: transparent; background-image: none; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container > .video-iframe-container { display: none; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row > .video-iframe-container { display: none; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .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); }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container { border-width: 0; border-radius: 0; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#lKCBd9bGHxZOAUGyHC88e55NIGl42k2e { color:#ffffff;display:block;width:64.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:5.46875rem;height:2.7625875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4 { box-sizing:content-box;height:2.0625rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c196206-1059-462f-8209-0aed6187995f/Group135587.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4.adaptive-delivery-prevent-bg, #UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4.lazyload, #UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4.lazyloading { background-image: none; }
#hSHGe4khSazpGPoARl5JCzpMJEOWSmd5 { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.9375rem;height:1.29936875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqAnoBAybHDeXhxXVv8ubN6l5Z9G7Enx { box-sizing:content-box;height:25.0625rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:0rem;display:block; }
#tZ8hFWo4RG2Fb6lgh21MOt0FkhOQstO6 { color:#ebce71;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oM535CR1fD9RAWgK51gmoAH2ZAK7iTv1 { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcTZl76T36B9T1vcNrqaiHwQTe6BuGQE { box-sizing:content-box;height:4.3125rem;width:10.625rem;position:absolute;display:block;z-index:15024;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:26.4375rem;left:3.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#g9xOdvqDuogT4KVhBkuLdBhPpkUV24TC { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.875rem;height:5.19748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUQxfAgugqvlBbZVOMDNtBw7TkEgE4RI { 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:3.3125rem;width:9.75rem;top:14.343736648559rem;left:3.875rem;overflow:hidden;display:block; }
#OZruce58JPEWlnFUaCABFCDeIbdOiU05 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.25rem;left:1.9375rem;display:block; }
#ETqKWqxlvmFtEEproxJstUyzIZpTmus2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2fQZZLpKH2DWNQrMFbwZGTtPid0RcMx { box-sizing:content-box;height:25.0625rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:19.25rem;display:block; }
#SLJmqFFuqVuRx0y2fTzMbNFz8JoUkdt5 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.25rem;left:21.1875rem;display:block; }
#r0L7RrgHB4956lNm9SqwlmTeOP7JvTIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8GAfK5OCPu2OE7NwtN9DR3J81ZNk1Hx { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:23.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2IQhv2esEo8vTFqvKyfCiUP8mI4gbTf { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:29.0625rem;left:23.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwDGT4Ms1CULRgqlZWCm5MJyZilqrOLW { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15024;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:26.25rem;left:23.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cqUhmUw8tDq7tg0sZ3qQyLQL4WaoRsvn { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:22.1875rem;height:5.19748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcc36QsxIG5gMT0ycaaMCHCfCEgE5Kxt { 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:5.625rem;width:14.1875rem;top:13.0625rem;left:20.9375rem;overflow:hidden;display:block; }
#RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG { box-sizing:content-box;height:2.0625rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c196206-1059-462f-8209-0aed6187995f/Group135587.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.3125rem;left:19.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG.adaptive-delivery-prevent-bg, #RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG.lazyload, #RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG.lazyloading { background-image: none; }
#zytmXq8W6pid1qVXnW07x6PdFL4xaWe1 { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:23.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIK8rgdTtsZfstOlr8OO3N4TbuiAJgdT { box-sizing:content-box;height:25.0625rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:38.375rem;display:block; }
#tTqk6coCkUkKbIbxqqUWlwgaX07f37tD { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.25rem;left:40.3125rem;display:block; }
#KtsNgSOrXo4CpmbgtAqzeEJ9vSwI1bWO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pExbsLslT7hFpzU02JRZqmDlziQC8LMa { color:#ebce71;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:42.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nheMU828KX5zflXCpCi3MTl0b3vTqzDr { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:29.0625rem;left:42.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIir89NHPOTfgiuUp6yVeA9VNogMfCgp { box-sizing:content-box;height:4.3125rem;width:10.625rem;position:absolute;display:block;z-index:15024;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:26.4375rem;left:41.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pK0cQGrWGvDzxNbpiKhXTKOKzU46kIUd { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.84375rem;height:3.8981125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4up8elg7R2ELGnwI7S7Q8wVCPSOvXm3 { 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.9375rem;width:8.75rem;top:14.53076171875rem;left:41.9375rem;overflow:hidden;display:block; }
#u49ve1HPGM9nsdIJKsdLQZpCer4y5khL { box-sizing:content-box;height:2.0625rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c196206-1059-462f-8209-0aed6187995f/Group135587.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.3125rem;left:38.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#u49ve1HPGM9nsdIJKsdLQZpCer4y5khL.adaptive-delivery-prevent-bg, #u49ve1HPGM9nsdIJKsdLQZpCer4y5khL.lazyload, #u49ve1HPGM9nsdIJKsdLQZpCer4y5khL.lazyloading { background-image: none; }
#nsGEq7T3AiOUQzIxAT9rcuSW7AAuSiTA { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:42.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0LqRJFrU8O3rAZJ5oIrX9SRJ7Ze8at2 { box-sizing:content-box;height:25.0625rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:57.5rem;display:block; }
#Lr0g6F9f4GwwrbrVPgpdtfUvdN5p7spa { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -moz-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -ms-linear-gradient(45deg, #ffe89c, #ebce71);background-image: -o-linear-gradient(45deg, #ffe89c, #ebce71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe89c', endColorstr='#ebce71' );";background-image: linear-gradient(45deg, #ffe89c, #ebce71);background-size:auto !important;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:#232726;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.1875rem;left:59.4375rem;display:block; }
#mi4BNMvOm1BHcyTgttxlqZTTRTF8BeLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHfvrL0A7RCUVxfcWCD1pXHtgGTUe3xz { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:29rem;left:61.625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K60zRHl59UAdwBubt3qEs7dDtOll2FBb { box-sizing:content-box;height:4.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15024;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:26.1875rem;left:61.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SfFwgRJsRRbG2mf3X7vmhyy3lA19P17Q { color:#ebce71;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5rem;left:61.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bn3ExJe0SXbPCuhvFWu9fGr4h0oCiawn { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.125rem;left:60.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUJ4R3cNDNTyxfine2KCbivtzBcnC6Ps { 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:5.625rem;width:14.1875rem;top:13rem;left:59.1875rem;overflow:hidden;display:block; }
#dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo { box-sizing:content-box;height:2.0625rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c196206-1059-462f-8209-0aed6187995f/Group135587.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.25rem;left:57.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo.adaptive-delivery-prevent-bg, #dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo.lazyload, #dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo.lazyloading { background-image: none; }
#RTQbBziOV6hTDM5VyH9D9Dy0UQrG92GJ { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.625rem;left:61.4375rem;height:1.29936875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWh1rcpo3iRQkR2l69KuEq8UcJPN6Ohx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:rgba(223,196,107,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.64999961853rem;left:0rem;display:block; }
#l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:45.75rem;left:9.25rem; }
#l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#DBvJ2VJXkTIS2uJFPa58ngohEKgVEaHI { 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.75rem;width:7.375rem;top:45.0625rem;left:0rem;overflow:hidden;display:block; }
#XFwJWSAi7usq8rfuL65dPWFyR28zvLfl { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.75rem;left:10.75rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:45.75rem;left:18.237499237061rem; }
#GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#hcEwrDUUx4z631JpOtNqWX2M5P1P4Emq { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.8125rem;left:19.72500038147rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppe0ss0DbVAULuftqGypGkcNSB2atWmO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:45.6875rem;left:31.862499237061rem; }
#ppe0ss0DbVAULuftqGypGkcNSB2atWmO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#dkV54Lu8LTDTZTb1GXBuHarsnIPTXvKM { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.74374961853rem;left:33.6875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dPneGl6H35uFMtgsmRNGrorams7xWTEH { display:none; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sJM8fkUOiE5lmHazTWf9MnR8FN5DgRMa { width:9rem;height:3.5rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7PTWWqQrZZXLr8ctdgcs3zNPyLVh2O9 { display:none; }
 }@media only screen and (max-width: 763px) { #MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL { display:none; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTNuaxTI5fJpCic51ST636oXXSmvmWUG { width:7.375rem;height:2.1875rem;top:1.75rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rh90UDESIEE8aaqm97KvbVS2ghRqG58a { display:block; }
 }@media only screen and (max-width: 763px) { #z8D3U1UCgEDIAdTMZTEA7fMHwOXF8BOK { width:8.125rem;height:2.375rem;top:1.75rem;left:39.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtXchNww9LQb7bdyhbcTqAEzo1C4lNpU { display:block; }
 }@media only screen and (max-width: 763px) { #A79ntkI7vMsQTWhIyrM3ifpfN3Cq7399 { width:7.375rem;height:2.1875rem;top:1.75rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiofuyCHxFNJXioWDroPc1JTdLg9t7rS { display:block; }
 }@media only screen and (max-width: 763px) { #z6yCaw3TSVvtgODffmv3y6WLwasq6wbD { width:7.375rem;height:2.1875rem;top:1.75rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddXxZUQHuH4RNZQJe9ol2EX87ARDM4RQ { 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) { #XCFmZEeu9ISrQFvUMMEALA2k7c4uWGiK { width:30.4375rem;height:9.875rem;top:12.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9PyVDUmuJULvmpknUTU4E4g7r5SN97s { width:30.625rem;height:30.625rem;top:7.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfTg8BZoqEWDG7mBJX2nvLDlITeqNW2 { width:9rem;height:3.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5nBQv7Uwcdd8Pv5Bp0Vd95srqfrDUkF { width:36.9375rem;height:36.9375rem;top:4.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RowTnXbUt0pR2FqbHkWhZNwIlTOr4mCh { width:33.875rem;height:37.875rem;top:6.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ssIC9wo4POUVX3QtaClA1Wk1dfwtQv { width:36.8125rem;height:38.8125rem;top:5.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2Vf5bIsPZ4SMAe6A6Ik8bVTUDmluUG { width:8.3125rem;height:3.125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmXaCFv6Khmyla55WReqv11TzLLIgcLH { display:block; }
 }@media only screen and (max-width: 763px) { #NQ4HHhOTFvLbIahAQqbBXxZMAhKTTSlE { width:24.3125rem;height:24.3125rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sta8NJgtkpoglLZbpx0xNaS6k8VQ7Q { width:27.1875rem;height:27.1875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQg5w1kyEn8I5RRglS5r5Nva66w4QdgE { width:15.5625rem;height:24.75rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2m8MXKaMMB6lfXuDGybR1ef3rczsrr { width:47.75rem;height:22.875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9QyIgTP2lTinzuecy1UnHdnPFtdK8T { width:32.125rem;height:;top:49.0625rem;left:15.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOVPr4xOQu1oh5V4P2CMd9tJuhircN2k { width:30.0625rem;height:1.3125rem;top:55.375rem;left:17.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT9iC2EMUZ1eohWsRsW1x6Kg5cm0E40 { width:15.375rem;height:2.75rem;top:57.75rem;left:20rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lov5JHf0yak7unSToFdGz1W8QeNmZVzy { width:20.625rem;height:1.3125rem;top:60.875rem;left:20rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moamnrAJoMVi3rhCPfIpBrXIKIT3RS8d { width:13.6875rem;height:3.125rem;top:63.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSd5L7iRAXk6Qr6x8gugMoEMPCv5NMoH { display:block; }
 }@media only screen and (max-width: 763px) { #ByMSgtDAFtKU8T3UIV67FagJw3vlV9qx { width:12.1875rem;height:6.0625rem;top:27.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3b1sUglmAFTMhlRceMX692z6Wda1O0p { width:8.75rem;height:1.1875rem;top:28.875rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixMq4DME1R0ghIUbTo4W3qL2A5OUGBps { width:10.5rem;height:2.4375rem;top:30.5rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhVSOGv5J37qSwFpmJas06aQrntcTCKT { width:12.1875rem;height:4.8125rem;top:16.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBmI60G9ypI8xVQ2zTrZyTK7cXtOOmZ { width:10.0625rem;height:1.25rem;top:18.75rem;left:37.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIpqigHuhT5yp7mgvcoTkFGAs1Ge22lu { width:8.75rem;height:1.1875rem;top:17.125rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWPK30lnDcB5RCadagqU5mQJg4oq9TRD { width:22.125rem;height:2.75rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR2ow12yDvy48gUwR65EHSJAgfLvoahg { width:7.375rem;height:2.1875rem;top:1.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1kbXBL7LIbPTFpbwcS4IRFISw9a3Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #bisM3BFdJyzw32iRGIXJ6pD6PQS6d6pK { width:7.375rem;height:2.1875rem;top:1.75rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNZqGtiKSfQTIx68MGnT00qm4eb1hKe { display:block; }
 }@media only screen and (max-width: 763px) { #vzStLQR3X6lrskyfEkzfRAcPwuFmmg4b { width:7.375rem;height:2.1875rem;top:1.75rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8OvXwNbF0oiwkMAkdntV1BO0imBqito { display:block; }
 }@media only screen and (max-width: 763px) { #KqnwFGBOz2Z64guCGEyBLTHrDawZrHpv { width:8.125rem;height:2.375rem;top:1.75rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMUrozAZFm8OT7mtwNMfQnkFTBu7T1oC { display:block; }
 }@media only screen and (max-width: 763px) { #cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr { display:block; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTs78vxwFXKXfEL6ShTT0ZPix2RdL2TH { width:41.3125rem;height:5.5rem;top:3.5625rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm { display:block; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IqT8T0JP3U3xo3LAt2opgHqivZl1EE { width:17.4375rem;height:;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TqHfFDHMl7g1M5udzSlRNxmIuqk48s { width:16.25rem;height:;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14ehS8JJ4WBqZHGwIIAgTT6ung0eIcW { width:2.75rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogdutbaBKFHm8nB4Q3lQ9a2DNypVSJq { width:14.9375rem;height:;top:5.625rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33oWiVIILF7JyhLDfmqOZzBWndl8mN1 { width:17.375rem;height:;top:1.9375rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1wqBOCZXgiDCHR5rW1NqNVHgOVby1n { width:2.75rem;height:2.75rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUtf6TqlHvEZT6rDtaWFVEscqp1mVTLL { width:15.5rem;height:2.625rem;top:4.0625rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwxevn6XvixPiz5qXzsO6Qz7kAxN1Oa { width:17.375rem;height:;top:1.9375rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtv6nKyWAPdbFTZxdMAhygr1hVKaWyaN { width:2.75rem;height:2.75rem;top:1.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr { display:block; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzJzxkmgyhFCl7yTFmEVd6b95CxxTZSy { width:15.5rem;height:;top:3.9375rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxmsAscwHeoyTWtuWeUa3Nd95uCeLWJ { width:18.4375rem;height:1.625rem;top:1.875rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrDfZIpeWAbpxTVDpEPLN742cgJHnt3a { width:2.75rem;height:2.75rem;top:1.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7hLUHSb1wixybXpQP3JAgdk1Jp9FRK9 { width:18.4375rem;height:1.3125rem;top:5.5625rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAQvXy67y5fP62d7t54v45dMMGL7DSy { width:16.75rem;height:3.25rem;top:2rem;left:23.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJL1EzAC6MHPVLcodVLpeKZ1LeNQ66q7 { width:2.75rem;height:2.75rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB { display:block; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQFAaqCkst9EsCIeC1zt8XhCHwhQT40r { width:30.8125rem;height:5.5rem;top:7.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk43igFrZiar03u5w1B0zCagB9FiwItf { width:30.5625rem;height:23.75rem;top:14.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk { width:14.75rem;height:29.625rem;top:7.3125rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd { width:14.75rem;height:29.625rem;top:12.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTolJlm2gVktubqBDWKrBi1iTBFScL5b { width:16.25rem;height:16.25rem;top:7.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTQfb8mdzwiBTsgCd728Oru6DgJuX79 { width:47.75rem;height:0.0625rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV { display:block; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2lGTtuBVZBAyIthaRgLzTJGqHZS1ewW { width:45.625rem;height:2.25rem;top:1.375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJZ5KJKpBWqLK7CJNXDoosDZgWeNRr9a { width:13.6875rem;height:3.125rem;top:4.3125rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw2g7QocMWv8P5l1zl6Q4xCm7K9GCbLD { display:block; }
 }@media only screen and (max-width: 763px) { #LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 { display:block; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFLTvZ5EzSJusSbG0nXN95xI0oKO749q { width:41.3125rem;height:2.75rem;top:3.125rem;left:3.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqO83wisAQ7LN44rsgVMhzInSslVexBT { width:47.75rem;height:29.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2TFU8D9JUEyhVIx4wqltB6o2ezrAcr { width:47.75rem;height:26.759895833333rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfL2Wdx7PNHPb1dwNBw225qQdV3x40x { display:block; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxIKO8JyMsDs8bEo2StdratTFlPhcfGt { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 { display:block; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ2cWlOCaWogWlA3BWdWXy5P2EEhmHs5 { width:47.75rem;height:12.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17T8V72dbDFn22DuhrubcPbFdOJoHw5 { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwduz6nd7Vmw4rVNTIaZ9JcI9Kv9Q6c { width:5.5625rem;height:1.125rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBsooBVIQxmcK6M352ZTHsOLgCTnu1Cw { width:36.5625rem;height:;top:4.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lox6Cht4hEO2tU083eNl49PaACElUaIL { width:30.5625rem;height:3.3125rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7 { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw { display:block; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpX5qaJKwST3xBgznKfBvBO0MWk7Rsmv { width:47.75rem;height:20.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKTda7T9fQ12NxKKVlRGr4z29gIDhP9 { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcIsBFqlSa4TdqoXthC0OZKkKd0lDzZ3 { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS7coOXZsydkOPW2lqWRBWTbrsN7z245 { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DskQrKbO1kHJSDNqXJMtIZpNnTT8Eoyz { width:30.5625rem;height:9.9375rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMCVTTsE4UoCzmtuBFMVssdso3DUErnA { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 { display:block; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #immXwwKMxLucyzdsxKKFcR86ovHxoL55 { width:47.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDw5LbIVIHKExSqKyLb2imLAT6n8KcD { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPxTdoqH1ThwCqTcEoA6a0PNRBHPR5T { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwFE4c1Iv1lTBWUOoa0wEkgNRZKzrFIa { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FAWcm7rlyxBTckC379kis2aTE7i0oS { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TUU9gK1E0snVgFCQdsTNa5WE0dElT1 { width:30.5625rem;height:;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 { display:block; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zttQBVF03tOmPP90MVAiixUiVssAAOWK { width:47.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7elHDsdQgubP9n6r5m0qbcu2eEy5tlu { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsWToheNdUisTgFBEoSOcepS8qAmvhxz { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWUmkpKAEchUL8OeVU1bXXXreEvbLV6z { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrDi4u8RSGlMu37xXTn07poTFpdl1mn { width:30.5625rem;height:1.375rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geupi2omt7uU1XblyqoMn0FMkIdkDE7D { display:block; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQTvetnQPFTnCwUTzB9FlwXSA9bHocX { width:47.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKQodokbTa4SVOqGoqp4NFBSoASD0vX { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hLcC9odwINqrz89pdRzKNdLQg27AQv { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqlT1wpJTaNJ5rCn8voXkTGKPTgApxfJ { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJ4Hr806THk2p9ChBCVy3gxZoOLL68i { width:30.5625rem;height:1.375rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhSZqaz6hemWV8lBacTywsNc9olmtWi { display:block; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv6Ereah8om97hIWnmCThwAbsL3uSKJI { width:47.75rem;height:12.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E28QeOinxRVpMfn687z6LObNKPQfaCOV { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56IXZGwgSKL2CBMTK8rixdPGeJyIVkk { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJWOSGqzToyVDACSW9CafhLP4CsgrRb { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAkWJT1pQJeRvLcUx2DKdnOtRo4s5yJ { width:30.5625rem;height:3.3125rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgm8se7bLekbCzqrCL7862Thk44LGTu { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 { display:block; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmZVnDXG85ZUBCPaKHhK5wKTeNewvlto { width:47.75rem;height:14.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVLKOTBw29DLwmZ3TG76MGA9sHCmTufx { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZmRJeK8wdGRSEI2iRdxPRfqD9DfA1lZ { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4rCsR2SOMraFWAwfueQPZVTTmJTFwxI { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSZbfo9CoD9o0yzCig7HU5msGfLXv6U { width:31.25rem;height:5rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oovfgySdQIZzyZ7EiZwU6UKaozP546rw { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl { display:block; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Oc7LRVEdCHsDxefD1E5OEzXFPescNy { width:47.75rem;height:12.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIGLureBF6XZW6z9qFcyCQVq6k4iL5gF { width:6.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZhgi1bBvHQ6m2v2LwtZoqBI40W5if2 { width:5.5625rem;height:;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmlStWLoHsCQH36SKIymbTBzyLQs2eUG { width:36.625rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvEBPUdvcdbgrFhepxeoUMirqa63yJT { width:31.4375rem;height:;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVykMeuvvWHn2yMxZaViQDVa59w1s3EI { width:21.25rem;height:10.375rem;top:0.625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZgm5W9stscwJRndXCmv0hJPlG89rf8 { display:block; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh6S6blZ4rqbfoOw3ZlmrgUG6TppG9ET { width:41.3125rem;height:;top:3.125rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79F0NbukGJDqHXVFCTaWw9rwioJFFMm { display:block; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E28LSwTbMvanRNESrZOqw1BECctkF70C { width:23.375rem;height:3.1875rem;top:2.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcNWcUgfe46cgVVqXfdAGbu1Ma1cy6zl { width:2.1875rem;height:2.1875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts89UcF1fHQ4gTX9rSnyfFlaUyQV4tKy { width:26.375rem;height:0.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqFeqgPD7aZao07cnnocUxKVrD9UOsL { width:2.1875rem;height:2.1875rem;top:2.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohxwgNauhlBglyxmnJwovbzZL0WIZEe { width:23.375rem;height:3.1875rem;top:2.5rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNhLoNNupTHrQQTsVvPTgrztwEx5kTV { width:26.375rem;height:0.0625rem;top:7.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd { display:block; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAJHwNBzwpmRvaoRqnc2fcSttVHcAiIB { width:23.375rem;height:3.1875rem;top:2.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlniXp3TfQGR9O4E7ZuaZ2IKmFzOfDy { width:2.1875rem;height:2.1875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4n9OxQ5ChvevsoTAv2Jks6eAizTnHXb { width:26.375rem;height:0.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muMbmEviAgLI7sqo8Qq2QV3o6WckFgCl { width:2.1875rem;height:2.1875rem;top:2.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauICQwTsWiIz1RvJb1KITHmcJ361NRJ { width:23.375rem;height:1.5625rem;top:2.9375rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVSilgzlnltxJqHvc5eXkXNW0aMd3JVT { width:26.375rem;height:0.0625rem;top:7.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu { display:block; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACrOSQIKG3nQJ5CyspbKSRhTNusmncsL { width:23.375rem;height:3.1875rem;top:2.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAvxS0M1lLol3zE3yVzraSE3JshisvJR { width:2.1875rem;height:2.1875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfatTJZ5w7J7TZ6fOnsQTdbro0TRT6N { width:26.375rem;height:0.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkBFRCR7Gl8pSgdGe0HCZOi87SlKEQlw { width:2.1875rem;height:2.1875rem;top:2.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLUCdf9h37TD7hTQdSODvCCVccsCR1A { width:23.375rem;height:3.1875rem;top:2.5rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOBSgwLXTLSGDuTGHd3fL7yPZqf4EyOf { width:26.375rem;height:0.0625rem;top:7.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZplmbPOrWck8nMhFdu4d6CHGXGRSIda { display:block; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkrr2T10DufKJ1o8FKOTD2hMTxGAadRU { width:22.375rem;height:6.375rem;top:2.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJdCzWE0TFz3amPmGnunOF4USp2VMHbB { width:2.1875rem;height:2.1875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqDSa2t8Tx2btuESXVq2c7ZfPIBrUnI { width:26.375rem;height:0.0625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFH5oNENUpNIs5LSBPJHUuuJLHHN9Qs { width:26.375rem;height:0.0625rem;top:10.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2f3huKft9XpnnnDL4TMR8nKFqDoxc7S { width:2.1875rem;height:2.1875rem;top:2.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aibpWFsBTewepsR7Qpg0FtmDSqG43Ic9 { width:23.375rem;height:3.1875rem;top:2.3125rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz { display:block; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORApSWSciPiWNF6dm5FyuUmbbgBrmeI { width:41.3125rem;height:;top:3.5625rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL { display:block; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Be6ubfNzI1DxzhP3gct2JLqlEresEihL { width:35.5rem;height:14.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMn7h1F5eIDzOgLDKTeB0d2qzIMUiET { width:25.25rem;height:20.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcF6G9r1QKHrk1AsaPu9TsQPaanEfwBG { width:15.125rem;height:1.5rem;top:18.5625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUO7k6l1nBgIu13fCrhxngR0m8POfBtD { width:14.875rem;height:1.1875rem;top:20.375rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKBtcU0pgfeNUpsOodIHdeiSCE7LZuT { width:17.875rem;height:5rem;top:17.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGHbDyoqaardZiv9p16twAKdpTztxZq { width:35.5rem;height:13.8125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu6gQHHrZZiLEQxqFThAxIFbk5Ko7iJB { width:31.25rem;height:9.75rem;top:25.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAyz92CB4FsO8S6Vw6Oiyw7xXEZKi1k { width:35.5rem;height:13.8125rem;top:23.3125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCPBBZyMsnKTxqzHG1iDJmffwzDorzG { width:31.25rem;height:;top:25.1875rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L59z0ImgM3xnu9NzkPq69Evyur9BDuVT { width:35.5rem;height:14.375rem;top:8.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNQdWV7iGDA9zTFsI4io7XLDR2ByNF3 { width:25.25rem;height:20.125rem;top:3.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5kX39s3Q7VJD55Wz8lIiXdh3ot558U { width:14.875rem;height:;top:20.375rem;left:32.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4TsFvgTFmXrM4aECnQsrO61FaTaLIr { width:17.875rem;height:5rem;top:17.625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzGSp6Kaekc4nOOb66SwskAuakMpy4JT { width:15.125rem;height:;top:18.5625rem;left:32.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc8eAb6ULEJ5adWD8hxPdryowqg1zXg6 { width:19.3125rem;height:21.8125rem;top:1.5625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95NpnOuZb9eT91lNTFGB5PKme1IVnhs { width:27rem;height:23.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93FsH7MeT55iBy6nHHpF8or6Epa2NJP { display:block; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REGFJhcQBOvq3U1HVxdc5XT4QakkTyHc { width:45.625rem;height:2.25rem;top:1.375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMoe1uRGz0qRyZsMBykbvnVW4OgXpWT { width:13.6875rem;height:3.125rem;top:4.3125rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAqWK8T11QTFK0BGs1NmZrFdSKvyIT2o { display:block; }
 }@media only screen and (max-width: 763px) { #d1pz8DkBVLFHTbnxV6R9txo03FMThsGx { display:block; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ews9MZDJnD4d8KdgBwuAwclXKWIc7ORD { width:47.75rem;height:2.75rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 { display:block; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdxiIfETaZyAJ09cfXbQAQikG3wkoZqx { width:7.8125rem;height:2.125rem;top:1rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3d8VeDLR0QWTxuf5MGG7qz0MiGBNHL6 { display:block; }
 }@media only screen and (max-width: 763px) { #huf4OEXTsTU6AwJouixHH9WuPVJnOKU3 { width:7.8125rem;height:2.125rem;top:0.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvEtGK14c0oTnwXtVnfJA1EdiTLua8c { display:block; }
 }@media only screen and (max-width: 763px) { #dKxchxqPoCyIMR735e7hSGtsSmaokCO6 { width:7.8125rem;height:2.125rem;top:0.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6nNEms96lui6sxQ6HMiOeH211FKGQlP { display:block; }
 }@media only screen and (max-width: 763px) { #AV3KVUFOzSGCfSTXDadQCwzmffyaInt9 { width:7.8125rem;height:2.125rem;top:0.9375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSVWpFdxTloqPiDKTb5UJfnOuwbNKfU0 { display:block; }
 }@media only screen and (max-width: 763px) { #sPBAgZ9mkbScMSMth5ZCRctGv1L6kPwq { width:7.8125rem;height:2.125rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eizkotecMfZbmkiwyAHylyq4sq9XLOdu { display:block; }
 }@media only screen and (max-width: 763px) { #Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe { display:block; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6yelFC4dEsLg6Wi45WRhwl9xgGXfJTh { width:47.75rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2DWoROCXp1RxTg9ushCKzFQzGre1pJ0 { width:34.1875rem;height:25.1875rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yed8A2Md2PJnkQHayoLFVW4nwyvmO7 { width:30.4375rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuPdrHBUIL61mCMbwEWNSeHoGCW5MSDe { width:29.6875rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6S0LksS0q13UiGrmTokRJ0KKqpp9nDm { width:3.375rem;height:3.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhUU3A1DgAEI54lpISlRgpOhADpTxTdc { width:0.0625rem;height:31.25rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT5zg5eu0A7e5mMzTh7fqeW6e0pBQfVa { width:29.6875rem;height:;top:4.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0t7xUU7SUuNLp46n458mEBaaeRQ79Tr { width:33.8125rem;height:15.75rem;top:7.8125rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa { width:34.1875rem;height:8.125rem;top:24.125rem;left:13.5625rem;font-size:0.875rem;display:block; }#e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa li:before{  }
 }@media only screen and (max-width: 763px) { #ThSPcbTtCc3zb0aT1JpMJBfdbJE4KyZA { width:7.4375rem;height:7.9375rem;top:26rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTVv9IHFrAhXgeSSLhCfXP8w1xdqvZz { width:29.6875rem;height:1.25rem;top:6.25rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 { display:block; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsQTUV155VuyMygzlJBw3A8Iyt7Hyi3P { width:47.75rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb { width:34.1875rem;height:5.4375rem;top:1.8125rem;left:0rem;font-size:0.875rem;display:block; }#SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb li:before{  }
 }@media only screen and (max-width: 763px) { #xByNotl3NWgv8o6IhzkHVfEOdewmuGDZ { width:2.625rem;height:2.625rem;top:26.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LVVmLE2iqgoNlPxlNVDVpyXSrq7IHE { width:0.0625rem;height:31.25rem;top:1.9375rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNLoiGfGyApuU7dIomohSmqp85uSA7n { width:33.8125rem;height:;top:1.8125rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DKwtRFth8P19VAE6M0vfX6FsNnc1uS { width:34.1875rem;height:10.375rem;top:17.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7d8QE27LbnTc60EEJAal3nvpWLCuLs { width:34.1875rem;height:1.4375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb { width:28.6875rem;height:2.9375rem;top:9.25rem;left:0rem;font-size:0.875rem;display:block; }#oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb li:before{  }
 }@media only screen and (max-width: 763px) { #NR1QxTcKAG321dU0ifzXUVDaWzfItC8N { width:28.6875rem;height:2.6875rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }#NR1QxTcKAG321dU0ifzXUVDaWzfItC8N li:before{  }
 }@media only screen and (max-width: 763px) { #hDKhkKhiTaP3qSZqT22TkdhgdaCy31q0 { width:34.1875rem;height:3.9375rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z911Dxb83D2tUhof6ha2rkvX15DTsqir { width:15.4375rem;height:5.4375rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }#Z911Dxb83D2tUhof6ha2rkvX15DTsqir li:before{  }
 }@media only screen and (max-width: 763px) { #QT1KHDFIaowWTGztAVhin5a4RfRvNenB { width:18.3125rem;height:;top:23.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8JtEKUxpHAxG6AiKPfzFTaE0uAlTHIv { width:29.6875rem;height:1.25rem;top:15.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbUcMJxvQUZZbSGPlvhNG8kJdWrBBmT { width:29.6875rem;height:;top:29.875rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgT8I2Wic2sv4maESpRXUroruhVnToOK { width:34.1875rem;height:1.4375rem;top:31.8125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBKn35G5u9NUfC1cXyRKT2WcGG97kkk { width:1.5rem;height:1.5rem;top:23.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB { display:block; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STddIXVL386Twux8lDGPcbhNqETpmTTu { width:47.75rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bus1NT5i68PQmSFiuQAmZplm0KN2cHvO { width:34.1875rem;height:;top:24.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhqQ1WX2ueXEFRScQKDBuH50GenwobRz { width:29.6875rem;height:;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8mo7w8yEepk5Pp0eEcLf4f7gTQ3SJIk { width:0.0625rem;height:31.25rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTOiq1z5TKLhqt0X9Fk0TqJUR7uXT8gl { width:33.8125rem;height:4.1875rem;top:3.1875rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ememZBMDH9oQ5bN4ZkKicq92XKKlfIJK { width:34.1875rem;height:4.1875rem;top:9.25rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQ7DOLq03Zn7BJiyom64Xx91XN7ffkc { width:34.1875rem;height:;top:1.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZahXMhb1acGofWvsTW7n3GLo1b044qVz { width:29.6875rem;height:;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPTcJSKrv9MQZKLtL5w75fE2UfNe52ll { width:29.6875rem;height:;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geEoVdaXcIgkg8AnViqksD4JUtJ46qRz { width:34.1875rem;height:;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8P8ExQS7aFvLEc9fM6V1sA7ATan4T0M { width:29.6875rem;height:;top:1.6875rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17DDlwX7zqXENewZ4OzWQJEmmgosXpw { width:29.6875rem;height:;top:8rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEkrCTHVwqzVKWep4hltPAoMyk7NrecS { width:29.6875rem;height:;top:13.9375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1BDgD9K5LusGfWHpcUVKIwvFZCNrTTN { width:34.1875rem;height:4.1875rem;top:15.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb { width:34.1875rem;height:;top:19.75rem;left:13.5625rem;font-size:0.875rem;display:block; }#Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb li:before{  }
 }@media only screen and (max-width: 763px) { #AfuR9vUVB7qzCTNzTeRfOCADMVpoGRep { width:34.1875rem;height:;top:21.25rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq { width:34.1875rem;height:10.9375rem;top:23.125rem;left:13.5625rem;font-size:0.875rem;display:block; }#Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq li:before{  }
 }@media only screen and (max-width: 763px) { #Pm7Ts2lPu6pOTr8N0EkRDRoSFAOgWTE3 { width:2.625rem;height:2.625rem;top:26.0625rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ { display:block; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WogHZdZ1QIvQoCb6lIM8t5giTopKBU57 { width:47.75rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZZhpHJFAuMa1rITpxNR5ynnkBpbelvQ { width:34.1875rem;height:;top:23.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqNTFpBzJL5rCyhz5I26ME1Z4smuksvN { width:0.0625rem;height:31.25rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4pwMSwIMGmN73b9yaqr2g762TTCXuG { width:33.8125rem;height:;top:1.8125rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnAuBDLF7NdlQyXwX01pL4kF1kO4N9Tt { width:34.1875rem;height:8.875rem;top:7.8125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwOI19P57NFbEx6CzHcbWdqXQN4f6BT { width:34.1875rem;height:;top:3.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3kzz3QINC5UAXhITHx1sCTAhQ42ys8k { width:29.6875rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGHplbMxUBrgVADWixO56OkKuzleO0O { width:34.0625rem;height:1.3125rem;top:6.3125rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo7se2O6dcF4mPxthm9MWB8Xn00Uv17 { width:34.1875rem;height:7.4375rem;top:24.1875rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL { width:34.1875rem;height:;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }#T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL li:before{  }
 }@media only screen and (max-width: 763px) { #DRUr56qbvU3lMKTq7fcsHOB66oIw9qZH { width:29.6875rem;height:;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH { width:34.1875rem;height:;top:25rem;left:0rem;font-size:0.875rem;display:block; }#WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH li:before{  }
 }@media only screen and (max-width: 763px) { #W5ho8zQQ283tT4nsPDldPkQcGvTD4ys0 { width:30.4375rem;height:1.625rem;top:21.5rem;left:17.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85UW9hRctP8rl40U6dycnzZDrJLKqFb { width:3.375rem;height:3.375rem;top:20.5rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 { display:block; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOgy6AATJJLc29OVw8kLTHU7hHWfyyUD { width:37.1875rem;height:35rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX8A1ksq3m41uCHTZ4cDuTtJeXWpvcdb { width:34.1875rem;height:6.25rem;top:19.5rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmQFgQIsCI9xxBHI0uSg4MdKwyNT2rfz { width:34.1875rem;height:7.875rem;top:6.1875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcXQKKXRzXQb5CNqG5csGBbL2kPIE60 { width:29.6875rem;height:;top:4.375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcv4dOKhWMIaRZJTsgS4tPgOTpaAF2L4 { width:30.4375rem;height:1.625rem;top:16.6875rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfiSR5BvQqbk5MhGvrXuUDhkoayHN5Ca { width:3.375rem;height:3.375rem;top:15.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5hQSgvhyTgsw1TG5l5qwDCxA9sQBMWq { width:5.75rem;height:5.75rem;top:30rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 { display:block; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4mwXMEv6G5echeRvWkHkNOJXu8T3xOW { width:41.3125rem;height:2.75rem;top:2.75rem;left:3.1883544921875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5u7ZTUZ17pD12GmdfmDT8aUTecTJpgd { width:17.8125rem;height:28.75rem;top:8.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrSPFy7uJMIepuDduu7rNCdf1wCAlUW7 { width:17.8125rem;height:28.75rem;top:8.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWng7t6UahRbyxxGX0UUaiV0Nu7KKARC { width:16.4375rem;height:20.25rem;top:9.4375rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHcw1OTgLBevZsT6hPHZZGHXUBLJZkU { width:3.5625rem;height:3.5625rem;top:31.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zVduDIDEVxk5btfyHAQkmKTAkD2Lmg { width:3.6875rem;height:1.625rem;top:32.6875rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOHfNp6PeQ8hWxEFKQTdkw5uArUolipR { width:12rem;height:3.125rem;top:31.875rem;left:29.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdwG8mePkr9VaFHXINPkbGmx7GdGI7T { width:15.1875rem;height:20.25rem;top:9.4375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZcfnHFTtP0a2yoDycZ61PXnNaBJfNQ { width:3.5625rem;height:3.5625rem;top:31.6875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAqZhrmtpfsF4PUI79HTPPTuyt6CcuUf { width:3.6875rem;height:1.625rem;top:32.6875rem;left:44.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6Chko8zryCs6tamz4Fk8LIzBapMPHh { width:12rem;height:3.125rem;top:31.875rem;left:35.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwui5LkybQqbsQirrhvFKhFIASqMCdI4 { width:17.8125rem;height:28.75rem;top:8.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzO7uSDrNp4RIlzi4zm3sFEBkSXLepOW { width:16.4375rem;height:;top:9.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHX2gIz1V7ZTv7nWFkUaTyMNZ0acZih { width:9.25rem;height:3.125rem;top:31.875rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZuRPsH4tFe3TH1OFv6167i8Tye5tDn { width:3.5625rem;height:3.5625rem;top:31.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA0Xhhor6Jice4tgpZk0pLTB0PGM6lqA { width:3.6875rem;height:1.625rem;top:32.6875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm06TEou6lsprdzpFL7CofTAiWFOkPt { width:41.3125rem;height:2.0625rem;top:39.1875rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8vPwm1VBeiSTqNTAVOHyghrtzAIrI { width:13.6875rem;height:3.125rem;top:42.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gumECI1Zrp6O8xcPI8IeHnnRT9AucgBB { display:block; }
 }@media only screen and (max-width: 763px) { #bG6RBeHRBtsAATSVIhTiQAbM6Wq2s4dw { width:17.8125rem;height:28.75rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnR4PTNiWphbUaTp9uyfGQkFrVisBgL { width:16.5625rem;height:16.875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdmTxeZJ1H45MpTZkSTdEL300Ethqyb8 { width:3.5625rem;height:3.5625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSpULCfqmgdPOGT0sgJEmszdl7KdaBQ { width:3.6875rem;height:;top:32.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0Z294awJzhS4uU5pPOm3fb4ooD5ycv { width:12.125rem;height:;top:31.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD { display:block; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1G91AVvUmxnTCS02VTVWUX7ATblC7Ta { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnI3ySP25pHTroUr2D2HTiHN2I51bO2s { display:block; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IutLCNTRSc4Ag0LL4JSfabaEZtl4cPuQ { width:4.875rem;height:2rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCTSNeAaiPyEDM43I1pvQKg8M2cyTD1 { display:block; }
 }@media only screen and (max-width: 763px) { #r68p8nETu9K3fPgQNfiialhbhZPWZ4Eo { width:4.875rem;height:2rem;top:1rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMygZ171KtkD466U4QEy7AdCUecNHUZb { display:block; }
 }@media only screen and (max-width: 763px) { #K940QWPmCv4ps3FO8reLtnrCGLMtT0bI { width:4.875rem;height:2rem;top:0.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrzwdvTuF9ZFaDWJAvxvB527n7QXa9f { display:block; }
 }@media only screen and (max-width: 763px) { #WDGJUt6KakdJUV2Gk6RERiZpSz1Ui5Nb { width:4.875rem;height:2rem;top:1rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnqvSOC8iERsmi8VH9wTLKk1Ti16LkMa { display:block; }
 }@media only screen and (max-width: 763px) { #T5X7JdTws3ATyHSNwXJzUTKcCySLL2XU { width:4.6875rem;height:2.0625rem;top:0.9375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsiTyLsimnTKSlO8VadX2ATLiL9z4XnA { display:block; }
 }@media only screen and (max-width: 763px) { #ASxa4z1hsX2yophRlwANhb46oF9LHFMr { width:4.625rem;height:2.0625rem;top:1rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDT8vHTPhbpfuLU4CPT8vndG45vLTNr2 { display:block; }
 }@media only screen and (max-width: 763px) { #FbW2gMRG6i6amLo15c0Rinyo5BtvoVg1 { width:1.3125rem;height:1.3125rem;top:1.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrCI3zOCBaTZfkwsdiBfCe317gBPbBg { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxKVdaAsPkTruotrbgBRDsBFKTFkg0Mv { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6TaEkNnFrcEd6nzucB7tKTT5LtvdlqC { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB3tJ3C8HPNxqz8bAr75EWZL6e1VtrJi { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuRhrLFN5zkqo9bJx4B9ALXSKlK6TcvT { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRdRCEGtz2FG3UHaSGb1SPIlco0dxK0 { width:4.5rem;height:2.0625rem;top:1.0625rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ9rQNQgQv2hbCQzbrC9zFeeU3lmMACy { display:block; }
 }@media only screen and (max-width: 763px) { #G6cG5SrK1DUT1rsZUxNu402lafrbqxrf { display:block; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTr83B1qi8ew6GwcTnLrCyrbgSJUOfnq { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNqblkked2td15GzIETsnd4tg1vFhgQC { width:17.5625rem;height:16rem;top:7.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6P2yX2x2Q7MocvrvMHU8KUE9oLsLETr { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAGm701fS7PvFLfPpUdQNScIAQgkL6Kq { width:8.6875rem;height:12.4375rem;top:9.125rem;left:7.4874992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqVT6Jfi6Nx6oIie6PlPmbXfSUVEBzhf { width:12.9375rem;height:;top:14rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNk9II4HgsUyzJ3fQ53ryoum1HoDtRv { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T { display:block; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyzyUCyZAPwU5ttTrPNzk2m4UdH5UGKS { width:47.75rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdbI8zWagevh5iy6kMsxCCZFF7WafmNT { width:17.5625rem;height:16rem;top:7.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOc4OKU9LCL8990u6mMUs8ST38QGUek { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2XzaLbhfRaCGvx2S0lL2ms3QTIrREOC { width:11.0625rem;height:3.5rem;top:10.125rem;left:6.2999992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuFzd1PQWvl27PWddyJZQiySdPVvCI0 { width:12.9375rem;height:;top:14rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssWgZINa9c0x8fDDob6hhrtx83daToqv { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cunFQIODod4WAbF6H76lri2vBHa2E7yE { width:12.9375rem;height:1.25rem;top:8.5625rem;left:5.3624992370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnfHf6bo9u2TIoMT2IrBo4AtTJbRTfs { width:12.9375rem;height:1.5rem;top:14.0625rem;left:5.3624992370606rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBh1WusCaXmIyRctSzpekMlVV5G8GSV { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUc0G4M6GKBXik1NJc6Q9nhPEatD5nI { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq9J0SolIQUUF5SXw5TobmgAaUaPVh4T { width:9.3125rem;height:1.125rem;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 { display:block; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhHuzFI1firbnnI0kaSDSoqHMX9J1KGF { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC2FHWTvfpARpvSv6p2TbM0ape3gUNl6 { width:17.5625rem;height:16rem;top:7.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6aymPy47UUbkLoUWyFzBrqw72mEmXIW { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PtPlZ7Z3GeoPWCRGR22BX4n7DoZn8s { width:14.1875rem;height:5.625rem;top:7.5rem;left:4.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzp2FDyLgreZvx3bQbRxf0bMhJN6gUx { width:12.9375rem;height:;top:13.3125rem;left:29.487499237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0PT1vFSMtmKg4GA9qf632P8iHihNDHB { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwhoNLvA7N1wVEwiDueSCt4lX8ZqG87 { width:12.25rem;height:;top:12.8125rem;left:5.7062492370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QnlNRXhx3EzHc0PZQ1UaCpDtysW9Te { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJXV0k5Tcf5lzq9koaAB7m0rrM97zivv { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2p9sNpdHsv8s5N8dDR5JlGW8QpZCPvQ { width:9.3125rem;height:;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu { display:block; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0bNApqUx4JwhNa7tWl23FKbwtgeAohp { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuC0XVVuLzLNc4vR08T3nEWRJQzl6r1U { width:17.5625rem;height:16rem;top:7.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL5D28ScMZZoPrdLTkWZRWVU5f6T2QW9 { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnNcdqUJOT1C12JFpeN3gKDf4T7ipe1N { width:14.1875rem;height:5.625rem;top:7.5rem;left:4.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJVkiVIMXtGEF3AmRgNIr9igNSuCFVX { width:13.5rem;height:6.5rem;top:12rem;left:29.206249237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpUyvOBo1TiheuLRGLPxKOmzcm5Scnng { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJNioBrqpSekrx63DhWgAxJTw4P4GPlW { width:12.25rem;height:;top:12.8125rem;left:5.7062492370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcxec0vMmW0vWIqJtTxFgGiMzBK1qzt { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1FVlmTxe7d87TPgT7vx2TJbeH9dMhCS { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HABLLpqXHnbrFfF6erJsDSFyCQoyfC4v { width:9.3125rem;height:;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfZRkemeVATNE7UAPTXVbiEqAlLigwf { display:block; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3DStHeyoP6oNUCx9KglzNqv5gATSNBl { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2IcTyvxZznedzgIbFKnNI0xk2DXbS8 { width:17.5625rem;height:16rem;top:7.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZwpopRlzNcdDbizhpz4J2vfGmySUTPv { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhTCRtq6yxcQmwu9nV36chHaAOaqmTp { width:14.1875rem;height:5.625rem;top:7.5rem;left:4.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyhafVOHaeMhfq8rO5eeVHFniLBzZoo { width:13.5rem;height:;top:12rem;left:29.206249237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNJb5FgGw6NE1BRLM6tqWOPlxoNSAUT { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhkyDMNwxTl7TTrgau7tTldnpOBBD4s { width:12.25rem;height:;top:12.8125rem;left:5.7062492370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nddgkRoTlvOv9saTMqZm6gakT7mSusoD { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXsv8O3XDqa3Q1aOSxJgfBpAm9PLpp5l { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqggMKI6iRMFVtBbPyibxwReBIxNbpU { width:9.3125rem;height:;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 { display:block; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypNaU3C2Enh2rzBGvon9KwgXfn24tE5k { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGPvHwvoqyWs0Iiah71Jx0W9bBhrllW6 { width:17.5625rem;height:16rem;top:7.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvVF5FSKDzKfEDsD61zmUiUO1PWIQAQ { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfit3WzfypF1ssuhJXPwmaLdbenGQ8I0 { width:14.1875rem;height:5.625rem;top:7.5rem;left:4.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxcJ03RbSLXvg1M7EZ5KBAGOSKv3Bne1 { width:13.5rem;height:;top:12rem;left:29.206249237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8BWT52o4h3bFJIevZw14uxLarGXQWA { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0l6133sTK136f6q9WwXK53MG5bmSZcy { width:12.25rem;height:;top:12.8125rem;left:5.7062492370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMTzp0XARKR3HL42HeMm0poLPh0wu4b { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXgaHCuSKMGRgRIBwK0Hvf9oEX0dZMe { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyUkpqd02360zMWRd3oN4g20TnGOLLRU { width:9.3125rem;height:;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz { display:block; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #godtrZ1cwssRw4xUdQZ4X73IvoNkToN0 { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqHdrVUd6fMSaony8JG0KWnVgVJ13b9 { width:17.5625rem;height:16rem;top:7.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5XCkI9t5nZa1ThlTDfDXHxTycd1RqlI { width:17.5625rem;height:16rem;top:7.25rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIVPpFJyO9aoNJAcIyF6PMOSJuhIkUP5 { width:14.1875rem;height:5.625rem;top:7.5rem;left:4.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Q0DiPQP84znbx6Sr6Z7pA013dT5Sey { width:13.5rem;height:;top:12rem;left:29.206249237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd669Lqm3sQBGnuT4NfgJrwNaG8unmf6 { width:3.0625rem;height:0;top:15.5625rem;left:22.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfABQmZKfXvRrCHJFpxDvVpRiaT82Opg { width:12.25rem;height:;top:12.8125rem;left:5.7062492370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReqBvBEupQ1T1QM6BEQghS5S1Xx1xBd6 { width:9.8125rem;height:4.3125rem;top:17.625rem;left:6.9249992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33aVuH37zVPavAXoHkiMfOFXEKA2JVM { width:9.3125rem;height:;top:17.9375rem;left:7.1749992370606rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6AebTWBvyT1ery4GmdX3AzSdFJaVVV { width:9.3125rem;height:;top:20.4375rem;left:7.1749992370606rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnmE6GQ45vVTektIccB5MR89cQU9FZH { display:block; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKCBd9bGHxZOAUGyHC88e55NIGl42k2e { width:47.75rem;height:2.75rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4 { width:17.5rem;height:2.0625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHGe4khSazpGPoARl5JCzpMJEOWSmd5 { width:9.625rem;height:1.25rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAnoBAybHDeXhxXVv8ubN6l5Z9G7Enx { width:17.5rem;height:25.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8hFWo4RG2Fb6lgh21MOt0FkhOQstO6 { width:9.625rem;height:;top:26.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM535CR1fD9RAWgK51gmoAH2ZAK7iTv1 { width:9.3125rem;height:;top:29.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTZl76T36B9T1vcNrqaiHwQTe6BuGQE { width:10.625rem;height:4.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xOdvqDuogT4KVhBkuLdBhPpkUV24TC { width:11.6875rem;height:;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQxfAgugqvlBbZVOMDNtBw7TkEgE4RI { width:9.75rem;height:3.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZruce58JPEWlnFUaCABFCDeIbdOiU05 { width:13.6875rem;height:3.125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqKWqxlvmFtEEproxJstUyzIZpTmus2 { display:block; }
 }@media only screen and (max-width: 763px) { #b2fQZZLpKH2DWNQrMFbwZGTtPid0RcMx { width:17.5rem;height:25.0625rem;top:12.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJmqFFuqVuRx0y2fTzMbNFz8JoUkdt5 { width:13.6875rem;height:3.125rem;top:32.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0L7RrgHB4956lNm9SqwlmTeOP7JvTIl { display:block; }
 }@media only screen and (max-width: 763px) { #o8GAfK5OCPu2OE7NwtN9DR3J81ZNk1Hx { width:9.3125rem;height:;top:26.5625rem;left:9.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IQhv2esEo8vTFqvKyfCiUP8mI4gbTf { width:9.3125rem;height:1.125rem;top:29.0625rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwDGT4Ms1CULRgqlZWCm5MJyZilqrOLW { width:9.8125rem;height:4.3125rem;top:26.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqUhmUw8tDq7tg0sZ3qQyLQL4WaoRsvn { width:11.6875rem;height:;top:19.1875rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcc36QsxIG5gMT0ycaaMCHCfCEgE5Kxt { width:14.1875rem;height:5.625rem;top:13.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG { width:17.5rem;height:2.0625rem;top:10.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytmXq8W6pid1qVXnW07x6PdFL4xaWe1 { width:9.625rem;height:;top:10.6875rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIK8rgdTtsZfstOlr8OO3N4TbuiAJgdT { width:17.5rem;height:25.0625rem;top:12.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTqk6coCkUkKbIbxqqUWlwgaX07f37tD { width:13.6875rem;height:3.125rem;top:32.25rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsNgSOrXo4CpmbgtAqzeEJ9vSwI1bWO { display:block; }
 }@media only screen and (max-width: 763px) { #pExbsLslT7hFpzU02JRZqmDlziQC8LMa { width:9.625rem;height:;top:26.5625rem;left:28.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nheMU828KX5zflXCpCi3MTl0b3vTqzDr { width:9.3125rem;height:;top:29.0625rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIir89NHPOTfgiuUp6yVeA9VNogMfCgp { width:10.625rem;height:4.3125rem;top:26.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0cQGrWGvDzxNbpiKhXTKOKzU46kIUd { width:10.5625rem;height:3.875rem;top:19.1875rem;left:28.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4up8elg7R2ELGnwI7S7Q8wVCPSOvXm3 { width:8.75rem;height:2.9375rem;top:14.5rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49ve1HPGM9nsdIJKsdLQZpCer4y5khL { width:17.5rem;height:2.0625rem;top:10.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsGEq7T3AiOUQzIxAT9rcuSW7AAuSiTA { width:9.625rem;height:;top:10.6875rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LqRJFrU8O3rAZJ5oIrX9SRJ7Ze8at2 { width:17.5rem;height:25.0625rem;top:12.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr0g6F9f4GwwrbrVPgpdtfUvdN5p7spa { width:13.6875rem;height:3.125rem;top:32.1875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4BNMvOm1BHcyTgttxlqZTTRTF8BeLx { display:block; }
 }@media only screen and (max-width: 763px) { #CHfvrL0A7RCUVxfcWCD1pXHtgGTUe3xz { width:9.3125rem;height:1.125rem;top:29rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60zRHl59UAdwBubt3qEs7dDtOll2FBb { width:9.8125rem;height:4.3125rem;top:26.1875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFwgRJsRRbG2mf3X7vmhyy3lA19P17Q { width:9.3125rem;height:;top:26.5rem;left:38.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3ExJe0SXbPCuhvFWu9fGr4h0oCiawn { width:11.6875rem;height:;top:19.125rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJ4R3cNDNTyxfine2KCbivtzBcnC6Ps { width:14.1875rem;height:5.625rem;top:13rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo { width:17.5rem;height:2.0625rem;top:10.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQbBziOV6hTDM5VyH9D9Dy0UQrG92GJ { width:9.625rem;height:;top:10.625rem;left:38.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWh1rcpo3iRQkR2l69KuEq8UcJPN6Ohx { width:47.75rem;height:0.0625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr { width:1.25rem;height:1.25rem;top:45.75rem;left:0rem;display:block; }
#l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #DBvJ2VJXkTIS2uJFPa58ngohEKgVEaHI { width:7.375rem;height:2.75rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFwJWSAi7usq8rfuL65dPWFyR28zvLfl { width:6.625rem;height:1.125rem;top:45.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq { width:1.25rem;height:1.25rem;top:45.75rem;left:4.6124992370606rem;display:block; }
#GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hcEwrDUUx4z631JpOtNqWX2M5P1P4Emq { width:11.3125rem;height:1.125rem;top:45.8125rem;left:6.1000003814697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppe0ss0DbVAULuftqGypGkcNSB2atWmO { width:1.375rem;height:1.375rem;top:45.6875rem;left:18.237499237061rem;display:block; }
#ppe0ss0DbVAULuftqGypGkcNSB2atWmO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #dkV54Lu8LTDTZTb1GXBuHarsnIPTXvKM { width:7.3125rem;height:;top:45.6875rem;left:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dPneGl6H35uFMtgsmRNGrorams7xWTEH { background-color:#08312c;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; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container { background-color: transparent; background-image: none; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container > .video-iframe-container { display: none; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row > .video-iframe-container { display: none; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .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); }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container { border-width: 0; border-radius: 0; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPneGl6H35uFMtgsmRNGrorams7xWTEH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJM8fkUOiE5lmHazTWf9MnR8FN5DgRMa { width:9rem;height:3.5rem;top:0.875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #t7PTWWqQrZZXLr8ctdgcs3zNPyLVh2O9 { top:1.5rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:15011;color:#ffffff;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL { background-color:#08312c;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; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container { background-color: transparent; background-image: none; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container > .video-iframe-container { display: none; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row > .video-iframe-container { display: none; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .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); }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container { border-width: 0; border-radius: 0; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTfDtHxwt5SezV3hixnugi1Rp2BhwOkL > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTNuaxTI5fJpCic51ST636oXXSmvmWUG { width:8.875rem;height:2.625rem;top:0.9375rem;left:0rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rh90UDESIEE8aaqm97KvbVS2ghRqG58a { display:block; }
 }@media only screen and (max-width: 763px) { #z8D3U1UCgEDIAdTMZTEA7fMHwOXF8BOK { width:8.125rem;height:2.375rem;top:8.25rem;left:0.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #UtXchNww9LQb7bdyhbcTqAEzo1C4lNpU { display:block; }
 }@media only screen and (max-width: 763px) { #A79ntkI7vMsQTWhIyrM3ifpfN3Cq7399 { width:8.875rem;height:2.625rem;top:3.4375rem;left:0rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OiofuyCHxFNJXioWDroPc1JTdLg9t7rS { display:block; }
 }@media only screen and (max-width: 763px) { #z6yCaw3TSVvtgODffmv3y6WLwasq6wbD { width:8.875rem;height:2.625rem;top:5.9375rem;left:0rem;z-index:15009;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddXxZUQHuH4RNZQJe9ol2EX87ARDM4RQ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:103.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCFmZEeu9ISrQFvUMMEALA2k7c4uWGiK { width:20rem;height:6.5983125rem;top:1.0124998092651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9PyVDUmuJULvmpknUTU4E4g7r5SN97s { width:15.0625rem;height:15.0625rem;top:28.011459350586rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfTg8BZoqEWDG7mBJX2nvLDlITeqNW2 { width:9rem;height:3.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5nBQv7Uwcdd8Pv5Bp0Vd95srqfrDUkF { width:20rem;height:20rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RowTnXbUt0pR2FqbHkWhZNwIlTOr4mCh { width:20rem;height:22.3614375rem;top:25.6875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #V9ssIC9wo4POUVX3QtaClA1Wk1dfwtQv { width:20rem;height:21.0864375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2Vf5bIsPZ4SMAe6A6Ik8bVTUDmluUG { width:8.3125rem;height:3.125rem;top:13.794555664062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmXaCFv6Khmyla55WReqv11TzLLIgcLH { display:block; }
 }@media only screen and (max-width: 763px) { #NQ4HHhOTFvLbIahAQqbBXxZMAhKTTSlE { width:17.5rem;height:17.5rem;top:55.094791412354rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sta8NJgtkpoglLZbpx0xNaS6k8VQ7Q { width:20rem;height:20rem;top:53.744792938233rem;left:-0.10000038146972rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQg5w1kyEn8I5RRglS5r5Nva66w4QdgE { width:13.125rem;height:20.875rem;top:58.094791412354rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2m8MXKaMMB6lfXuDGybR1ef3rczsrr { width:20rem;height:25.5625rem;top:76.624897003175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9QyIgTP2lTinzuecy1UnHdnPFtdK8T { width:18.1875rem;height:9.000625rem;top:79.599938392637rem;left:0.8436415195465rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOVPr4xOQu1oh5V4P2CMd9tJuhircN2k { width:18.5625rem;height:2.62478125rem;top:89.187073707581rem;left:0.906033039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT9iC2EMUZ1eohWsRsW1x6Kg5cm0E40 { width:15.375rem;height:2.1994375rem;top:92.874572753906rem;left:0.8436415195465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lov5JHf0yak7unSToFdGz1W8QeNmZVzy { width:18.75rem;height:1.31239375rem;top:95.637374877931rem;left:0.9998915195465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moamnrAJoMVi3rhCPfIpBrXIKIT3RS8d { width:13.6875rem;height:3.125rem;top:97.874897003175rem;left:3.1559247970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSd5L7iRAXk6Qr6x8gugMoEMPCv5NMoH { display:block; }
 }@media only screen and (max-width: 763px) { #ByMSgtDAFtKU8T3UIV67FagJw3vlV9qx { width:12.1875rem;height:6.0625rem;top:45.6875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #A3b1sUglmAFTMhlRceMX692z6Wda1O0p { width:8.75rem;height:1.23751875rem;top:46.923957824707rem;left:0.83125019073488rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ixMq4DME1R0ghIUbTo4W3qL2A5OUGBps { width:10.5rem;height:2.4500875rem;top:48.398956298828rem;left:0.89375019073488rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FhVSOGv5J37qSwFpmJas06aQrntcTCKT { width:11rem;height:5.0625rem;top:19.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBmI60G9ypI8xVQ2zTrZyTK7cXtOOmZ { width:8.6875rem;height:2.4500875rem;top:21.999784469604rem;left:10.12478351593rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIpqigHuhT5yp7mgvcoTkFGAs1Ge22lu { width:8.75rem;height:1.23751875rem;top:20.5625rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWPK30lnDcB5RCadagqU5mQJg4oq9TRD { width:20rem;height:4.19970625rem;top:8.24951171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR2ow12yDvy48gUwR65EHSJAgfLvoahg { width:7.375rem;height:2.1875rem;top:2.1875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #LG1kbXBL7LIbPTFpbwcS4IRFISw9a3Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #bisM3BFdJyzw32iRGIXJ6pD6PQS6d6pK { width:7.375rem;height:2.1875rem;top:0.65625rem;left:10.425000190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzNZqGtiKSfQTIx68MGnT00qm4eb1hKe { display:block; }
 }@media only screen and (max-width: 763px) { #vzStLQR3X6lrskyfEkzfRAcPwuFmmg4b { width:7.375rem;height:2.1875rem;top:0rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8OvXwNbF0oiwkMAkdntV1BO0imBqito { display:block; }
 }@media only screen and (max-width: 763px) { #KqnwFGBOz2Z64guCGEyBLTHrDawZrHpv { width:8.125rem;height:2.375rem;top:1.1750001907349rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMUrozAZFm8OT7mtwNMfQnkFTBu7T1oC { display:block; }
 }@media only screen and (max-width: 763px) { #cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr { display:block; }#cCsluqZHzvgVAR8G9TgxRpCHw1P1hwPr > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTs78vxwFXKXfEL6ShTT0ZPix2RdL2TH { width:20rem;height:9.099625rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm { display:block; }#W1xN4hdxFuZ2qqEmSZfiMT2xxhx3WiGm > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IqT8T0JP3U3xo3LAt2opgHqivZl1EE { width:9.0625rem;height:3.25rem;top:1.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TqHfFDHMl7g1M5udzSlRNxmIuqk48s { width:15.5rem;height:2.625rem;top:4.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q14ehS8JJ4WBqZHGwIIAgTT6ung0eIcW { width:2.75rem;height:2.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogdutbaBKFHm8nB4Q3lQ9a2DNypVSJq { width:16.3125rem;height:2.625rem;top:12.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33oWiVIILF7JyhLDfmqOZzBWndl8mN1 { width:15.6875rem;height:3.25rem;top:8.78125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1wqBOCZXgiDCHR5rW1NqNVHgOVby1n { width:2.75rem;height:2.75rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUtf6TqlHvEZT6rDtaWFVEscqp1mVTLL { width:13.5rem;height:2.625rem;top:19.406250953674rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwxevn6XvixPiz5qXzsO6Qz7kAxN1Oa { width:14.1875rem;height:3.25rem;top:16.031250953674rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtv6nKyWAPdbFTZxdMAhygr1hVKaWyaN { width:2.75rem;height:2.75rem;top:16.187503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr { display:block; }#ceB1XcNtwEusdTaEagGu9hAoxm66Qgfr > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzJzxkmgyhFCl7yTFmEVd6b95CxxTZSy { width:15.5rem;height:1.31286875rem;top:4.90625rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxmsAscwHeoyTWtuWeUa3Nd95uCeLWJ { width:12.5625rem;height:3.25rem;top:1.40625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrDfZIpeWAbpxTVDpEPLN742cgJHnt3a { width:2.75rem;height:2.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7hLUHSb1wixybXpQP3JAgdk1Jp9FRK9 { width:16rem;height:1.31286875rem;top:11.4375rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAQvXy67y5fP62d7t54v45dMMGL7DSy { width:15.0625rem;height:3.25rem;top:7.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJL1EzAC6MHPVLcodVLpeKZ1LeNQ66q7 { width:2.75rem;height:2.75rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB { display:block; }#IROBlxIRbqZCIL6f8KJzlIWBuaPSgDyB > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQFAaqCkst9EsCIeC1zt8XhCHwhQT40r { width:20rem;height:6.8246875rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk43igFrZiar03u5w1B0zCagB9FiwItf { width:20rem;height:33.59375rem;top:10.297875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk { width:9.6875rem;height:19.625rem;top:46.522914886474rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/99e6b4dd-983e-4572-9480-7f8a5da72e87/foto2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.adaptive-delivery-prevent-bg, #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.lazyload, #hTe3WkZycG05SuVxyR7HawUFEb0tW6Pk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd { width:9.4375rem;height:19.0625rem;top:52.508332252502rem;left:10.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/50d24bcb-7176-43c1-9b3f-ac4e49cbb8a0/noroot.crop_297x480_79,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.adaptive-delivery-prevent-bg, #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.lazyload, #rGJgyRhmpn2KHXxh8HBQP1BfuUKJsUTd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uTolJlm2gVktubqBDWKrBi1iTBFScL5b { width:16.25rem;height:16.25rem;top:49.320830345154rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTQfb8mdzwiBTsgCd728Oru6DgJuX79 { width:20rem;height:0.0625rem;top:73.258342742919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV { display:block; }#KQtHuQty0lgoF0ZDBykJpuLXRxWCtwhV > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2lGTtuBVZBAyIthaRgLzTJGqHZS1ewW { width:18.5625rem;height:6.75rem;top:1.25rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJZ5KJKpBWqLK7CJNXDoosDZgWeNRr9a { width:13.6875rem;height:3.125rem;top:9.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw2g7QocMWv8P5l1zl6Q4xCm7K9GCbLD { display:block; }
 }@media only screen and (max-width: 763px) { #LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 { display:block; }#LfoDRWaZ8ep50CdkcE735TOTuNnaZL10 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFLTvZ5EzSJusSbG0nXN95xI0oKO749q { width:20rem;height:5.19856875rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqO83wisAQ7LN44rsgVMhzInSslVexBT { width:20rem;height:16.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2TFU8D9JUEyhVIx4wqltB6o2ezrAcr { height:11.2083125rem;width:20rem;top:11.437498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exfL2Wdx7PNHPb1dwNBw225qQdV3x40x { display:block; }#exfL2Wdx7PNHPb1dwNBw225qQdV3x40x > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxIKO8JyMsDs8bEo2StdratTFlPhcfGt { width:16.1875rem;height:6.8246875rem;top:1.275390625rem;left:1.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 { display:block; }#fVtMvMrLphCDr6PoGt5BaKQu4PA12Jx3 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ2cWlOCaWogWlA3BWdWXy5P2EEhmHs5 { width:20rem;height:23rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17T8V72dbDFn22DuhrubcPbFdOJoHw5 { width:6rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwduz6nd7Vmw4rVNTIaZ9JcI9Kv9Q6c { width:5.5625rem;height:1.13769375rem;top:2.0249938964844rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yBsooBVIQxmcK6M352ZTHsOLgCTnu1Cw { width:16.1875rem;height:1.70625rem;top:4.875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lox6Cht4hEO2tU083eNl49PaACElUaIL { width:18.75rem;height:6.6493125rem;top:7.2874755859375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZEhS13aIn1mhvqlTTZnUZLXFRGzBI7 { width:18.3125rem;height:8.875rem;top:15.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw { display:block; }#RUtcMCvfIBIUQNoAUczl9gh8W9oxBWnw > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpX5qaJKwST3xBgznKfBvBO0MWk7Rsmv { width:20rem;height:36.6875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKTda7T9fQ12NxKKVlRGr4z29gIDhP9 { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcIsBFqlSa4TdqoXthC0OZKkKd0lDzZ3 { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aS7coOXZsydkOPW2lqWRBWTbrsN7z245 { width:16.1875rem;height:3.41145625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DskQrKbO1kHJSDNqXJMtIZpNnTT8Eoyz { width:18.25rem;height:18.2855625rem;top:10.724975585938rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMCVTTsE4UoCzmtuBFMVssdso3DUErnA { width:18.3125rem;height:8.875rem;top:30.437511444092rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 { display:block; }#ndxG4p9kA7AEOgEiZ4faiDpUBuFen1X4 > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #immXwwKMxLucyzdsxKKFcR86ovHxoL55 { width:20rem;height:19.8125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDw5LbIVIHKExSqKyLb2imLAT6n8KcD { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPxTdoqH1ThwCqTcEoA6a0PNRBHPR5T { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwFE4c1Iv1lTBWUOoa0wEkgNRZKzrFIa { width:16.1875rem;height:1.70625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FAWcm7rlyxBTckC379kis2aTE7i0oS { width:18.3125rem;height:8.875rem;top:13.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TUU9gK1E0snVgFCQdsTNa5WE0dElT1 { width:15.4375rem;height:3.32465rem;top:8.7875061035156rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 { display:block; }#EbT80eomXHg2tIwHBSV0EXBGQTOiWnW0 > .row .container { width:20rem;height:23.187377929688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zttQBVF03tOmPP90MVAiixUiVssAAOWK { width:20rem;height:19.0625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7elHDsdQgubP9n6r5m0qbcu2eEy5tlu { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsWToheNdUisTgFBEoSOcepS8qAmvhxz { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWUmkpKAEchUL8OeVU1bXXXreEvbLV6z { width:16.1875rem;height:1.70625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrDi4u8RSGlMu37xXTn07poTFpdl1mn { width:11.25rem;height:2.79980625rem;top:8.5812377929688rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UvXqNWvOlrv1F8J3kMLcq1S1DMgmpl { width:18.3125rem;height:8.875rem;top:13.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geupi2omt7uU1XblyqoMn0FMkIdkDE7D { display:block; }#Geupi2omt7uU1XblyqoMn0FMkIdkDE7D > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQTvetnQPFTnCwUTzB9FlwXSA9bHocX { width:20rem;height:18.5625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuKQodokbTa4SVOqGoqp4NFBSoASD0vX { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hLcC9odwINqrz89pdRzKNdLQg27AQv { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqlT1wpJTaNJ5rCn8voXkTGKPTgApxfJ { width:16.1875rem;height:1.70625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJ4Hr806THk2p9ChBCVy3gxZoOLL68i { width:15.3125rem;height:2.79980625rem;top:8.5375061035156rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEdrBeiLd4x7zNBHTVZ1UhpTrx3u8VZM { width:18.3125rem;height:8.875rem;top:12.875005722046rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdhSZqaz6hemWV8lBacTywsNc9olmtWi { display:block; }#RdhSZqaz6hemWV8lBacTywsNc9olmtWi > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv6Ereah8om97hIWnmCThwAbsL3uSKJI { width:20rem;height:24.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E28QeOinxRVpMfn687z6LObNKPQfaCOV { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56IXZGwgSKL2CBMTK8rixdPGeJyIVkk { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFJWOSGqzToyVDACSW9CafhLP4CsgrRb { width:16.1875rem;height:3.41145625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAkWJT1pQJeRvLcUx2DKdnOtRo4s5yJ { width:15.3125rem;height:6.6493125rem;top:10.349609375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgm8se7bLekbCzqrCL7862Thk44LGTu { width:18.3125rem;height:8.875rem;top:18.125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 { display:block; }#mq4epGsDqOpEXHS0PD3fNbebkRMqMFT2 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmZVnDXG85ZUBCPaKHhK5wKTeNewvlto { width:20rem;height:26.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVLKOTBw29DLwmZ3TG76MGA9sHCmTufx { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZmRJeK8wdGRSEI2iRdxPRfqD9DfA1lZ { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4rCsR2SOMraFWAwfueQPZVTTmJTFwxI { width:16.1875rem;height:1.70625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSZbfo9CoD9o0yzCig7HU5msGfLXv6U { width:18.25rem;height:9.9739375rem;top:8.7250061035156rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oovfgySdQIZzyZ7EiZwU6UKaozP546rw { width:18.3125rem;height:8.875rem;top:20.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl { display:block; }#UMTZ965e98CPAEkHA2M7cBwBN8ZW9oQl > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Oc7LRVEdCHsDxefD1E5OEzXFPescNy { width:20rem;height:24.6875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIGLureBF6XZW6z9qFcyCQVq6k4iL5gF { width:6rem;height:2.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZhgi1bBvHQ6m2v2LwtZoqBI40W5if2 { width:5.5625rem;height:1.13769375rem;top:3.462890625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmlStWLoHsCQH36SKIymbTBzyLQs2eUG { width:16.1875rem;height:3.41145625rem;top:6.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvEBPUdvcdbgrFhepxeoUMirqa63yJT { width:18.625rem;height:6.6493125rem;top:10.350006103516rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVykMeuvvWHn2yMxZaViQDVa59w1s3EI { width:18.3125rem;height:8.875rem;top:18.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZgm5W9stscwJRndXCmv0hJPlG89rf8 { background-color:#093732;background-image:none;display:block; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { background-color: transparent; background-image: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container > .video-iframe-container { display: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row > .video-iframe-container { display: none; }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .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); }#cGZgm5W9stscwJRndXCmv0hJPlG89rf8 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kh6S6blZ4rqbfoOw3ZlmrgUG6TppG9ET { width:20rem;height:4.54980625rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79F0NbukGJDqHXVFCTaWw9rwioJFFMm { background-color:#093732;background-image:none;display:block; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { background-color: transparent; background-image: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container > .video-iframe-container { display: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row > .video-iframe-container { display: none; }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .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); }#u79F0NbukGJDqHXVFCTaWw9rwioJFFMm > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E28LSwTbMvanRNESrZOqw1BECctkF70C { width:15.6875rem;height:3.19921875rem;top:1.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcNWcUgfe46cgVVqXfdAGbu1Ma1cy6zl { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ts89UcF1fHQ4gTX9rSnyfFlaUyQV4tKy { width:20rem;height:0.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqFeqgPD7aZao07cnnocUxKVrD9UOsL { width:2.1875rem;height:2.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohxwgNauhlBglyxmnJwovbzZL0WIZEe { width:15.8125rem;height:4.798175rem;top:8.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNhLoNNupTHrQQTsVvPTgrztwEx5kTV { width:20rem;height:0.0625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd { background-color:#093732;background-image:none;display:block; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { background-color: transparent; background-image: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container > .video-iframe-container { display: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row > .video-iframe-container { display: none; }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .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); }#ib6C9T4WN27RnbVHuw1ISzWrp3deWQJd > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAJHwNBzwpmRvaoRqnc2fcSttVHcAiIB { width:15.6875rem;height:4.798175rem;top:1.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlniXp3TfQGR9O4E7ZuaZ2IKmFzOfDy { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q4n9OxQ5ChvevsoTAv2Jks6eAizTnHXb { width:20rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muMbmEviAgLI7sqo8Qq2QV3o6WckFgCl { width:2.1875rem;height:2.1875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauICQwTsWiIz1RvJb1KITHmcJ361NRJ { width:15.3125rem;height:3.19921875rem;top:9.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVSilgzlnltxJqHvc5eXkXNW0aMd3JVT { width:20rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu { background-color:#093732;background-image:none;display:block; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { background-color: transparent; background-image: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container > .video-iframe-container { display: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row > .video-iframe-container { display: none; }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .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); }#zG8iqmEZnLHFiyWNG6gTQKmVw4lVZ4Gu > .row .container { width:20rem;height:16.749786376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACrOSQIKG3nQJ5CyspbKSRhTNusmncsL { width:15.6875rem;height:4.798175rem;top:1.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAvxS0M1lLol3zE3yVzraSE3JshisvJR { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CBfatTJZ5w7J7TZ6fOnsQTdbro0TRT6N { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkBFRCR7Gl8pSgdGe0HCZOi87SlKEQlw { width:2.1875rem;height:2.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLUCdf9h37TD7hTQdSODvCCVccsCR1A { width:15.8125rem;height:4.798175rem;top:9.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOBSgwLXTLSGDuTGHd3fL7yPZqf4EyOf { width:20rem;height:0.0625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZplmbPOrWck8nMhFdu4d6CHGXGRSIda { background-color:#093732;background-image:none;display:block; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { background-color: transparent; background-image: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container > .video-iframe-container { display: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row > .video-iframe-container { display: none; }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .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); }#LZplmbPOrWck8nMhFdu4d6CHGXGRSIda > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkrr2T10DufKJ1o8FKOTD2hMTxGAadRU { width:16.0625rem;height:9.596375rem;top:1.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJdCzWE0TFz3amPmGnunOF4USp2VMHbB { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTqDSa2t8Tx2btuESXVq2c7ZfPIBrUnI { width:20rem;height:0.0625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFH5oNENUpNIs5LSBPJHUuuJLHHN9Qs { width:20rem;height:0.0625rem;top:20.80624961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2f3huKft9XpnnnDL4TMR8nKFqDoxc7S { width:2.1875rem;height:2.1875rem;top:14.937477111816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aibpWFsBTewepsR7Qpg0FtmDSqG43Ic9 { width:14.6875rem;height:4.79818125rem;top:14.38125038147rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz { display:block; }#fg6vCBzm3yDKZhSI8Ckc0qhuOfB1Mznz > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORApSWSciPiWNF6dm5FyuUmbbgBrmeI { width:20rem;height:2.275rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL { display:block; }#DZTNia4JzOHwAXdnxLevmzN3I5hAWDiL > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Be6ubfNzI1DxzhP3gct2JLqlEresEihL { width:20rem;height:10.9375rem;top:7.3999938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMn7h1F5eIDzOgLDKTeB0d2qzIMUiET { width:18.3125rem;height:14.5625rem;top:2.7750005722046rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcF6G9r1QKHrk1AsaPu9TsQPaanEfwBG { width:15.125rem;height:1.5125rem;top:14.25rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUO7k6l1nBgIu13fCrhxngR0m8POfBtD { width:14.875rem;height:1.22504375rem;top:16.0625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLKBtcU0pgfeNUpsOodIHdeiSCE7LZuT { width:17.875rem;height:5rem;top:13.25rem;left:2.0249996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGHbDyoqaardZiv9p16twAKdpTztxZq { width:20rem;height:17.9375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu6gQHHrZZiLEQxqFThAxIFbk5Ko7iJB { width:19.0625rem;height:15.397125rem;top:19.5rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAyz92CB4FsO8S6Vw6Oiyw7xXEZKi1k { width:20rem;height:17.4375rem;top:56.937499046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCPBBZyMsnKTxqzHG1iDJmffwzDorzG { width:19rem;height:13.997375rem;top:58.231248855591rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L59z0ImgM3xnu9NzkPq69Evyur9BDuVT { width:20rem;height:10.625rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNQdWV7iGDA9zTFsI4io7XLDR2ByNF3 { width:17.75rem;height:14.125rem;top:42.862499237061rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5kX39s3Q7VJD55Wz8lIiXdh3ot558U { width:14.875rem;height:1.22504375rem;top:54.812487602234rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4TsFvgTFmXrM4aECnQsrO61FaTaLIr { width:17.875rem;height:5rem;top:51.824974060059rem;left:2.0249996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzGSp6Kaekc4nOOb66SwskAuakMpy4JT { width:15.125rem;height:1.5125rem;top:53.099988937378rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc8eAb6ULEJ5adWD8hxPdryowqg1zXg6 { width:14rem;height:15.8125rem;top:41.112501144409rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95NpnOuZb9eT91lNTFGB5PKme1IVnhs { width:18.1875rem;height:15.75rem;top:0.92499923706056rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93FsH7MeT55iBy6nHHpF8or6Epa2NJP { display:block; }#r93FsH7MeT55iBy6nHHpF8or6Epa2NJP > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REGFJhcQBOvq3U1HVxdc5XT4QakkTyHc { width:17.75rem;height:6.75rem;top:1.3125rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMoe1uRGz0qRyZsMBykbvnVW4OgXpWT { width:13.6875rem;height:3.125rem;top:9.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAqWK8T11QTFK0BGs1NmZrFdSKvyIT2o { display:block; }
 }@media only screen and (max-width: 763px) { #d1pz8DkBVLFHTbnxV6R9txo03FMThsGx { display:block; }#d1pz8DkBVLFHTbnxV6R9txo03FMThsGx > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ews9MZDJnD4d8KdgBwuAwclXKWIc7ORD { width:20rem;height:6.8246875rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 { display:block; }#pIeUW2OFOp5tiC91lffoKFmpoDPnOEe2 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdxiIfETaZyAJ09cfXbQAQikG3wkoZqx { width:6.25rem;height:2.3125rem;top:0.125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3d8VeDLR0QWTxuf5MGG7qz0MiGBNHL6 { display:block; }
 }@media only screen and (max-width: 763px) { #huf4OEXTsTU6AwJouixHH9WuPVJnOKU3 { width:6.25rem;height:2.2125rem;top:0.125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvEtGK14c0oTnwXtVnfJA1EdiTLua8c { display:block; }
 }@media only screen and (max-width: 763px) { #dKxchxqPoCyIMR735e7hSGtsSmaokCO6 { width:6.25rem;height:2.2125rem;top:0.125rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6nNEms96lui6sxQ6HMiOeH211FKGQlP { display:block; }
 }@media only screen and (max-width: 763px) { #AV3KVUFOzSGCfSTXDadQCwzmffyaInt9 { width:6.25rem;height:2.3125rem;top:3rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSVWpFdxTloqPiDKTb5UJfnOuwbNKfU0 { display:block; }
 }@media only screen and (max-width: 763px) { #sPBAgZ9mkbScMSMth5ZCRctGv1L6kPwq { width:6.25rem;height:2.2125rem;top:3rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eizkotecMfZbmkiwyAHylyq4sq9XLOdu { display:block; }
 }@media only screen and (max-width: 763px) { #Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe { display:block; }#Cwq5m1OpTaSrFyPiMtwlAf2Iken9URCe > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6yelFC4dEsLg6Wi45WRhwl9xgGXfJTh { width:20rem;height:83.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2DWoROCXp1RxTg9ushCKzFQzGre1pJ0 { width:19.125rem;height:34.6495rem;top:7.7375030517575rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yed8A2Md2PJnkQHayoLFVW4nwyvmO7 { width:18.1875rem;height:1.625rem;top:3.0614624023438rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuPdrHBUIL61mCMbwEWNSeHoGCW5MSDe { width:18.0625rem;height:1.29936875rem;top:5.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6S0LksS0q13UiGrmTokRJ0KKqpp9nDm { width:3.375rem;height:3.375rem;top:2.1864624023438rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhUU3A1DgAEI54lpISlRgpOhADpTxTdc { width:0.0625rem;height:31.25rem;top:2.9375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT5zg5eu0A7e5mMzTh7fqeW6e0pBQfVa { width:16.25rem;height:2.59874375rem;top:43.062484741211rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0t7xUU7SUuNLp46n458mEBaaeRQ79Tr { width:18.8125rem;height:18.89975rem;top:47.749984741211rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa { width:18.875rem;height:9.6994375rem;top:67.062484741213rem;left:0.625rem;font-size:0.875rem;display:block; }#e52qQmRCr0gIZzbMvS2IFdBpspo8GPaa li:before{  }
 }@media only screen and (max-width: 763px) { #ThSPcbTtCc3zb0aT1JpMJBfdbJE4KyZA { width:7.4375rem;height:7.9375rem;top:75.700000762938rem;left:11.300000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTVv9IHFrAhXgeSSLhCfXP8w1xdqvZz { width:18.625rem;height:1.29936875rem;top:46.124984741211rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 { display:block; }#SHWrPRZOpcmnD6ce1xxDhnG7kvfcxCx3 > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsQTUV155VuyMygzlJBw3A8Iyt7Hyi3P { width:20rem;height:76.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb { width:17.875rem;height:6.749125rem;top:3.0625rem;left:0.625rem;font-size:0.875rem;display:block; }#SVkszbaOcl7TR6O7yrJ6aZ1uuvJCZBBb li:before{  }
 }@media only screen and (max-width: 763px) { #xByNotl3NWgv8o6IhzkHVfEOdewmuGDZ { width:2.625rem;height:2.625rem;top:37.768750190735rem;left:13.487500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LVVmLE2iqgoNlPxlNVDVpyXSrq7IHE { width:0.0625rem;height:31.25rem;top:3.1875rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #poNLoiGfGyApuU7dIomohSmqp85uSA7n { width:19.375rem;height:11.9010625rem;top:40.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DKwtRFth8P19VAE6M0vfX6FsNnc1uS { width:18.6875rem;height:11.9010625rem;top:55.8125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7d8QE27LbnTc60EEJAal3nvpWLCuLs { width:14.125rem;height:1.48763125rem;top:10.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb { width:18.25rem;height:4.25rem;top:12.25rem;left:0.625rem;font-size:0.875rem;display:block; }#oN9zT7BPTi9xC42yRnfSrgl4f2ipWdfb li:before{  }
 }@media only screen and (max-width: 763px) { #NR1QxTcKAG321dU0ifzXUVDaWzfItC8N { width:17.75rem;height:4.00085625rem;top:20.875000953674rem;left:0.625rem;font-size:0.875rem;display:none; }#NR1QxTcKAG321dU0ifzXUVDaWzfItC8N li:before{  }
 }@media only screen and (max-width: 763px) { #hDKhkKhiTaP3qSZqT22TkdhgdaCy31q0 { width:16.6875rem;height:3.9375rem;top:17.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z911Dxb83D2tUhof6ha2rkvX15DTsqir { width:15.4375rem;height:5.4367375rem;top:22.52490234375rem;left:0.625rem;font-size:0.875rem;display:block; }#Z911Dxb83D2tUhof6ha2rkvX15DTsqir li:before{  }
 }@media only screen and (max-width: 763px) { #QT1KHDFIaowWTGztAVhin5a4RfRvNenB { width:18.3125rem;height:9.18675rem;top:28.81201171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8JtEKUxpHAxG6AiKPfzFTaE0uAlTHIv { width:18.125rem;height:1.29980625rem;top:54.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbUcMJxvQUZZbSGPlvhNG8kJdWrBBmT { width:18.1875rem;height:1.29980625rem;top:69.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgT8I2Wic2sv4maESpRXUroruhVnToOK { width:18rem;height:1.48763125rem;top:71.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBKn35G5u9NUfC1cXyRKT2WcGG97kkk { width:1.5rem;height:1.5rem;top:42.712525367737rem;left:17.049999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB { display:block; }#knO2eyFmuEMeAcq85NyWKZKv6VKIbvHB > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STddIXVL386Twux8lDGPcbhNqETpmTTu { width:20rem;height:94.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bus1NT5i68PQmSFiuQAmZplm0KN2cHvO { width:18.8125rem;height:12.5998125rem;top:34.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhqQ1WX2ueXEFRScQKDBuH50GenwobRz { width:19.25rem;height:1.29936875rem;top:31.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8mo7w8yEepk5Pp0eEcLf4f7gTQ3SJIk { width:0.0625rem;height:31.25rem;top:2.9375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTOiq1z5TKLhqt0X9Fk0TqJUR7uXT8gl { width:18.75rem;height:6.9986875rem;top:50.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ememZBMDH9oQ5bN4ZkKicq92XKKlfIJK { width:19.125rem;height:6.9986875rem;top:60.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQ7DOLq03Zn7BJiyom64Xx91XN7ffkc { width:19rem;height:9.449875rem;top:2.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZahXMhb1acGofWvsTW7n3GLo1b044qVz { width:19.25rem;height:2.59874375rem;top:13.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPTcJSKrv9MQZKLtL5w75fE2UfNe52ll { width:18.8125rem;height:1.29936875rem;top:16.875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geEoVdaXcIgkg8AnViqksD4JUtJ46qRz { width:18.5625rem;height:11.024875rem;top:18.987501144409rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8P8ExQS7aFvLEc9fM6V1sA7ATan4T0M { width:19.1875rem;height:1.29936875rem;top:48.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17DDlwX7zqXENewZ4OzWQJEmmgosXpw { width:19.1875rem;height:1.29936875rem;top:58.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEkrCTHVwqzVKWep4hltPAoMyk7NrecS { width:16.75rem;height:1.29936875rem;top:68.75rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1BDgD9K5LusGfWHpcUVKIwvFZCNrTTN { width:16.875rem;height:4.19970625rem;top:70.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb { width:15rem;height:1.57498125rem;top:75.25rem;left:0.625rem;font-size:0.875rem;display:block; }#Z2JWzl3BceEuzHHopCeyroEMdXzdLRtb li:before{  }
 }@media only screen and (max-width: 763px) { #AfuR9vUVB7qzCTNzTeRfOCADMVpoGRep { width:18.5rem;height:3.14995625rem;top:77.0625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq { width:19.0625rem;height:13.2470625rem;top:80.5rem;left:0.625rem;font-size:0.875rem;display:block; }#Hk4AKFeFlgCD6sogUq32NKTCUxppnTtq li:before{  }
 }@media only screen and (max-width: 763px) { #Pm7Ts2lPu6pOTr8N0EkRDRoSFAOgWTE3 { width:2.625rem;height:2.625rem;top:15.72500038147rem;left:16.831249237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ { display:block; }#zItsJFASR4IJeGXTBfBMpKsOxrvcMJpQ > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WogHZdZ1QIvQoCb6lIM8t5giTopKBU57 { width:20rem;height:81.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZZhpHJFAuMa1rITpxNR5ynnkBpbelvQ { width:19.1875rem;height:1.57498125rem;top:30.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqNTFpBzJL5rCyhz5I26ME1Z4smuksvN { width:0.0625rem;height:31.25rem;top:2.9375rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu4pwMSwIMGmN73b9yaqr2g762TTCXuG { width:19.0625rem;height:5.59895625rem;top:41.8125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnAuBDLF7NdlQyXwX01pL4kF1kO4N9Tt { width:19.25rem;height:10.4134375rem;top:51.8125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQwOI19P57NFbEx6CzHcbWdqXQN4f6BT { width:18.9375rem;height:6.2999375rem;top:6.25rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3kzz3QINC5UAXhITHx1sCTAhQ42ys8k { width:18.1875rem;height:2.59874375rem;top:3.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGHplbMxUBrgVADWixO56OkKuzleO0O { width:18.4375rem;height:2.59874375rem;top:48.5625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo7se2O6dcF4mPxthm9MWB8Xn00Uv17 { width:18.875rem;height:11.9010625rem;top:68.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL { width:19.25rem;height:12.109875rem;top:13.6875rem;left:0.625rem;font-size:0.875rem;display:block; }#T2tzQzEEXUBu8bgbQvwDIKkzaURT7sdL li:before{  }
 }@media only screen and (max-width: 763px) { #DRUr56qbvU3lMKTq7fcsHOB66oIw9qZH { width:17.3125rem;height:2.59874375rem;top:27.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH { width:19.1875rem;height:8.38575rem;top:32.9375rem;left:0.75rem;font-size:0.875rem;display:block; }#WuF1h8pF5Tm3FqTVfinEr4hbioSCtlVH li:before{  }
 }@media only screen and (max-width: 763px) { #W5ho8zQQ283tT4nsPDldPkQcGvTD4ys0 { width:18.9375rem;height:1.625rem;top:65.337493896488rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85UW9hRctP8rl40U6dycnzZDrJLKqFb { width:3.375rem;height:3.375rem;top:64.262512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 { display:block; }#VIZZOOp9h2Esoh8rBfhxyTXk4wAZqh42 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOgy6AATJJLc29OVw8kLTHU7hHWfyyUD { width:20rem;height:41.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX8A1ksq3m41uCHTZ4cDuTtJeXWpvcdb { width:18.5rem;height:12.5998125rem;top:22.937499046326rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmQFgQIsCI9xxBHI0uSg4MdKwyNT2rfz { width:19.0625rem;height:12.5998125rem;top:4.5124998092651rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcXQKKXRzXQb5CNqG5csGBbL2kPIE60 { width:17.9375rem;height:1.29936875rem;top:2.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcv4dOKhWMIaRZJTsgS4tPgOTpaAF2L4 { width:17.625rem;height:1.625rem;top:19.737500190735rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfiSR5BvQqbk5MhGvrXuUDhkoayHN5Ca { width:3.375rem;height:3.375rem;top:18.749999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5hQSgvhyTgsw1TG5l5qwDCxA9sQBMWq { width:5.75rem;height:5.75rem;top:35.537501335144rem;left:12.550000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 { background-color:#093732;background-image:none;display:block; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { background-color: transparent; background-image: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container > .video-iframe-container { display: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row > .video-iframe-container { display: none; }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .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); }#eQo5EgUf5TTteMl41mXt79MZrGJ0vJk8 > .row .container { width:20rem;height:146.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4mwXMEv6G5echeRvWkHkNOJXu8T3xOW { width:20rem;height:4.54980625rem;top:3.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5u7ZTUZ17pD12GmdfmDT8aUTecTJpgd { width:19.75rem;height:28.75rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrSPFy7uJMIepuDduu7rNCdf1wCAlUW7 { width:19.75rem;height:28.75rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWng7t6UahRbyxxGX0UUaiV0Nu7KKARC { width:18.375rem;height:19.7954375rem;top:71.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHcw1OTgLBevZsT6hPHZZGHXUBLJZkU { width:3.5625rem;height:3.5625rem;top:94.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zVduDIDEVxk5btfyHAQkmKTAkD2Lmg { width:3.6875rem;height:1.625rem;top:95.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOHfNp6PeQ8hWxEFKQTdkw5uArUolipR { width:12rem;height:3.1477875rem;top:94.375rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdwG8mePkr9VaFHXINPkbGmx7GdGI7T { width:17.9375rem;height:21.5950625rem;top:102.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZcfnHFTtP0a2yoDycZ61PXnNaBJfNQ { width:3.5625rem;height:3.5625rem;top:124.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAqZhrmtpfsF4PUI79HTPPTuyt6CcuUf { width:3.6875rem;height:1.625rem;top:125.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy6Chko8zryCs6tamz4Fk8LIzBapMPHh { width:12rem;height:3.1477875rem;top:124.625rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwui5LkybQqbsQirrhvFKhFIASqMCdI4 { width:19.75rem;height:28.75rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzO7uSDrNp4RIlzi4zm3sFEBkSXLepOW { width:17.4375rem;height:21.5950625rem;top:41.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZHX2gIz1V7ZTv7nWFkUaTyMNZ0acZih { width:9.25rem;height:3.1477875rem;top:64.125rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZuRPsH4tFe3TH1OFv6167i8Tye5tDn { width:3.5625rem;height:3.5625rem;top:63.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA0Xhhor6Jice4tgpZk0pLTB0PGM6lqA { width:3.6875rem;height:1.625rem;top:64.9375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm06TEou6lsprdzpFL7CofTAiWFOkPt { width:20rem;height:6.33625rem;top:131.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8vPwm1VBeiSTqNTAVOHyghrtzAIrI { width:13.6875rem;height:3.125rem;top:139rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gumECI1Zrp6O8xcPI8IeHnnRT9AucgBB { display:block; }
 }@media only screen and (max-width: 763px) { #bG6RBeHRBtsAATSVIhTiQAbM6Wq2s4dw { width:19.75rem;height:28.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnR4PTNiWphbUaTp9uyfGQkFrVisBgL { width:17.5rem;height:17.995875rem;top:11.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdmTxeZJ1H45MpTZkSTdEL300Ethqyb8 { width:3.5625rem;height:3.5625rem;top:33.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSpULCfqmgdPOGT0sgJEmszdl7KdaBQ { width:3.6875rem;height:1.625rem;top:34.8125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0Z294awJzhS4uU5pPOm3fb4ooD5ycv { width:12.125rem;height:3.1477875rem;top:33.875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD { display:block; }#mlasDTqhhDEA2qOGSpIfHkHwOZ44hFQD > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1G91AVvUmxnTCS02VTVWUX7ATblC7Ta { width:20rem;height:4.54980625rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnI3ySP25pHTroUr2D2HTiHN2I51bO2s { display:block; }#VnI3ySP25pHTroUr2D2HTiHN2I51bO2s > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IutLCNTRSc4Ag0LL4JSfabaEZtl4cPuQ { width:5rem;height:1.875rem;top:1.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCTSNeAaiPyEDM43I1pvQKg8M2cyTD1 { display:block; }
 }@media only screen and (max-width: 763px) { #r68p8nETu9K3fPgQNfiialhbhZPWZ4Eo { width:5rem;height:1.875rem;top:1.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMygZ171KtkD466U4QEy7AdCUecNHUZb { display:block; }
 }@media only screen and (max-width: 763px) { #K940QWPmCv4ps3FO8reLtnrCGLMtT0bI { width:5rem;height:1.875rem;top:1.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrzwdvTuF9ZFaDWJAvxvB527n7QXa9f { display:block; }
 }@media only screen and (max-width: 763px) { #WDGJUt6KakdJUV2Gk6RERiZpSz1Ui5Nb { width:5rem;height:1.875rem;top:3.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnqvSOC8iERsmi8VH9wTLKk1Ti16LkMa { display:block; }
 }@media only screen and (max-width: 763px) { #T5X7JdTws3ATyHSNwXJzUTKcCySLL2XU { width:5rem;height:1.875rem;top:3.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsiTyLsimnTKSlO8VadX2ATLiL9z4XnA { display:block; }
 }@media only screen and (max-width: 763px) { #ASxa4z1hsX2yophRlwANhb46oF9LHFMr { width:5rem;height:1.875rem;top:3.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDT8vHTPhbpfuLU4CPT8vndG45vLTNr2 { display:block; }
 }@media only screen and (max-width: 763px) { #FbW2gMRG6i6amLo15c0Rinyo5BtvoVg1 { display:flex;width:1.3125rem;height:1.3125rem;top:1.4812622070312rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #yTrCI3zOCBaTZfkwsdiBfCe317gBPbBg { display:flex;width:1.3125rem;height:1.3125rem;top:1.4812622070312rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #OxKVdaAsPkTruotrbgBRDsBFKTFkg0Mv { display:flex;width:1.3125rem;height:1.3125rem;top:3.9312133789062rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #q6TaEkNnFrcEd6nzucB7tKTT5LtvdlqC { display:flex;width:1.3125rem;height:1.3125rem;top:3.9312133789062rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #VB3tJ3C8HPNxqz8bAr75EWZL6e1VtrJi { display:flex;width:1.3125rem;height:1.3125rem;top:6.2687492370606rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuRhrLFN5zkqo9bJx4B9ALXSKlK6TcvT { display:flex;width:1.3125rem;height:1.3125rem;top:19.225018310547rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyRdRCEGtz2FG3UHaSGb1SPIlco0dxK0 { width:5rem;height:1.875rem;top:6.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ9rQNQgQv2hbCQzbrC9zFeeU3lmMACy { display:block; }
 }@media only screen and (max-width: 763px) { #G6cG5SrK1DUT1rsZUxNu402lafrbqxrf { display:block; }#G6cG5SrK1DUT1rsZUxNu402lafrbqxrf > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTr83B1qi8ew6GwcTnLrCyrbgSJUOfnq { width:13.625rem;height:2.99913125rem;top:1.25rem;left:3.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bNqblkked2td15GzIETsnd4tg1vFhgQC { width:17.5625rem;height:16rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6P2yX2x2Q7MocvrvMHU8KUE9oLsLETr { width:17.5625rem;height:16rem;top:25.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAGm701fS7PvFLfPpUdQNScIAQgkL6Kq { width:8.6875rem;height:12.4375rem;top:7.5812625885013rem;left:5.6749992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqVT6Jfi6Nx6oIie6PlPmbXfSUVEBzhf { width:12.9375rem;height:2.59874375rem;top:32.43759727478rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNk9II4HgsUyzJ3fQ53ryoum1HoDtRv { width:3.0625rem;height:1.57498125rem;top:23.125rem;left:8.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T { display:block; }#SkATWQqaDpPWW7BSVt7eQxh4O5WZAv8T > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyzyUCyZAPwU5ttTrPNzk2m4UdH5UGKS { width:14.4375rem;height:2.99913125rem;top:1.25rem;left:2.78125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cdbI8zWagevh5iy6kMsxCCZFF7WafmNT { width:17.5625rem;height:16rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOc4OKU9LCL8990u6mMUs8ST38QGUek { width:17.5625rem;height:16rem;top:25.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2XzaLbhfRaCGvx2S0lL2ms3QTIrREOC { width:10.8125rem;height:3.5rem;top:9.125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuFzd1PQWvl27PWddyJZQiySdPVvCI0 { width:12.9375rem;height:2.59874375rem;top:32.4375rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssWgZINa9c0x8fDDob6hhrtx83daToqv { width:3.0625rem;height:1.57498125rem;top:23.1rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cunFQIODod4WAbF6H76lri2vBHa2E7yE { width:12.9375rem;height:1.29936875rem;top:7.206250190735rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnfHf6bo9u2TIoMT2IrBo4AtTJbRTfs { width:12.9375rem;height:1.54375rem;top:13.1875rem;left:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBh1WusCaXmIyRctSzpekMlVV5G8GSV { width:9.8125rem;height:4.3125rem;top:16rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUc0G4M6GKBXik1NJc6Q9nhPEatD5nI { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq9J0SolIQUUF5SXw5TobmgAaUaPVh4T { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 { display:block; }#BxE7kLHiCQFZo7VuqTsAM8kFv9inQ5A2 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhHuzFI1firbnnI0kaSDSoqHMX9J1KGF { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC2FHWTvfpARpvSv6p2TbM0ape3gUNl6 { width:17.5625rem;height:16rem;top:5.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6aymPy47UUbkLoUWyFzBrqw72mEmXIW { width:17.5625rem;height:16rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PtPlZ7Z3GeoPWCRGR22BX4n7DoZn8s { width:10.875rem;height:4.375rem;top:6.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzp2FDyLgreZvx3bQbRxf0bMhJN6gUx { width:12.9375rem;height:3.8981125rem;top:32.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0PT1vFSMtmKg4GA9qf632P8iHihNDHB { width:3.0625rem;height:1.57498125rem;top:23.125rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwhoNLvA7N1wVEwiDueSCt4lX8ZqG87 { width:12.25rem;height:3.8981125rem;top:11.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QnlNRXhx3EzHc0PZQ1UaCpDtysW9Te { width:9.8125rem;height:4.3125rem;top:16rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJXV0k5Tcf5lzq9koaAB7m0rrM97zivv { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2p9sNpdHsv8s5N8dDR5JlGW8QpZCPvQ { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu { display:block; }#TpTC3uLI0UzUarKtTe9QX6BpiHp5Jltu > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0bNApqUx4JwhNa7tWl23FKbwtgeAohp { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuC0XVVuLzLNc4vR08T3nEWRJQzl6r1U { width:17.5625rem;height:16rem;top:5.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL5D28ScMZZoPrdLTkWZRWVU5f6T2QW9 { width:17.5625rem;height:16rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnNcdqUJOT1C12JFpeN3gKDf4T7ipe1N { width:10.875rem;height:4.4375rem;top:6.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJVkiVIMXtGEF3AmRgNIr9igNSuCFVX { width:12.9375rem;height:6.496875rem;top:30.487598419189rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpUyvOBo1TiheuLRGLPxKOmzcm5Scnng { width:3.0625rem;height:1.57498125rem;top:23.125rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJNioBrqpSekrx63DhWgAxJTw4P4GPlW { width:12.25rem;height:2.59874375rem;top:11.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcxec0vMmW0vWIqJtTxFgGiMzBK1qzt { width:9.8125rem;height:4.3125rem;top:16rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1FVlmTxe7d87TPgT7vx2TJbeH9dMhCS { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HABLLpqXHnbrFfF6erJsDSFyCQoyfC4v { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfZRkemeVATNE7UAPTXVbiEqAlLigwf { display:block; }#hnfZRkemeVATNE7UAPTXVbiEqAlLigwf > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3DStHeyoP6oNUCx9KglzNqv5gATSNBl { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2IcTyvxZznedzgIbFKnNI0xk2DXbS8 { width:17.5625rem;height:16rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZwpopRlzNcdDbizhpz4J2vfGmySUTPv { width:17.5625rem;height:16rem;top:25.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHhTCRtq6yxcQmwu9nV36chHaAOaqmTp { width:10.875rem;height:4.4375rem;top:6.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyhafVOHaeMhfq8rO5eeVHFniLBzZoo { width:12.9375rem;height:6.496875rem;top:30.487573623658rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNJb5FgGw6NE1BRLM6tqWOPlxoNSAUT { width:3.0625rem;height:1.57498125rem;top:23.1rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhkyDMNwxTl7TTrgau7tTldnpOBBD4s { width:15.0625rem;height:2.59874375rem;top:11.1875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nddgkRoTlvOv9saTMqZm6gakT7mSusoD { width:9.8125rem;height:4.3125rem;top:16rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXsv8O3XDqa3Q1aOSxJgfBpAm9PLpp5l { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqggMKI6iRMFVtBbPyibxwReBIxNbpU { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 { display:block; }#bJpGJTUiU8fsISI7DVH3N32Nyg0AXO02 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypNaU3C2Enh2rzBGvon9KwgXfn24tE5k { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGPvHwvoqyWs0Iiah71Jx0W9bBhrllW6 { width:17.5625rem;height:16rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvVF5FSKDzKfEDsD61zmUiUO1PWIQAQ { width:17.5625rem;height:16rem;top:25.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfit3WzfypF1ssuhJXPwmaLdbenGQ8I0 { width:10.875rem;height:4.4375rem;top:6.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxcJ03RbSLXvg1M7EZ5KBAGOSKv3Bne1 { width:12.9375rem;height:6.496875rem;top:30.487573623658rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8BWT52o4h3bFJIevZw14uxLarGXQWA { width:3.0625rem;height:1.57498125rem;top:23.1rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0l6133sTK136f6q9WwXK53MG5bmSZcy { width:15.125rem;height:2.59874375rem;top:11.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMTzp0XARKR3HL42HeMm0poLPh0wu4b { width:9.8125rem;height:4.3125rem;top:16rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXgaHCuSKMGRgRIBwK0Hvf9oEX0dZMe { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyUkpqd02360zMWRd3oN4g20TnGOLLRU { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz { display:block; }#fsFn0Ik1szMobBIJFXn3uiZkkrpbztcz > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #godtrZ1cwssRw4xUdQZ4X73IvoNkToN0 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqHdrVUd6fMSaony8JG0KWnVgVJ13b9 { width:17.5625rem;height:16rem;top:5.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5XCkI9t5nZa1ThlTDfDXHxTycd1RqlI { width:17.5625rem;height:16rem;top:25.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIVPpFJyO9aoNJAcIyF6PMOSJuhIkUP5 { width:10.875rem;height:4.4375rem;top:6.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Q0DiPQP84znbx6Sr6Z7pA013dT5Sey { width:12.9375rem;height:6.496875rem;top:30.487426757812rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd669Lqm3sQBGnuT4NfgJrwNaG8unmf6 { width:3.0625rem;height:1.57498125rem;top:23.1rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfABQmZKfXvRrCHJFpxDvVpRiaT82Opg { width:12.25rem;height:3.8981125rem;top:11.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReqBvBEupQ1T1QM6BEQghS5S1Xx1xBd6 { width:9.8125rem;height:4.3125rem;top:16rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33aVuH37zVPavAXoHkiMfOFXEKA2JVM { width:9.3125rem;height:2.5996125rem;top:16.25rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak6AebTWBvyT1ery4GmdX3AzSdFJaVVV { width:9.3125rem;height:1.13769375rem;top:18.75rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXnmE6GQ45vVTektIccB5MR89cQU9FZH { display:block; }#VXnmE6GQ45vVTektIccB5MR89cQU9FZH > .row .container { width:20rem;height:143.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKCBd9bGHxZOAUGyHC88e55NIGl42k2e { width:20rem;height:6.8246875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOwHVgDsEtU7BoAmfMRLVy3UscJfDnR4 { width:17.5rem;height:2.0625rem;top:10.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHGe4khSazpGPoARl5JCzpMJEOWSmd5 { width:9.625rem;height:1.29936875rem;top:10.9375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAnoBAybHDeXhxXVv8ubN6l5Z9G7Enx { width:17.5rem;height:25.0625rem;top:12.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8hFWo4RG2Fb6lgh21MOt0FkhOQstO6 { width:9.3125rem;height:2.5996125rem;top:26.8125rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM535CR1fD9RAWgK51gmoAH2ZAK7iTv1 { width:9.3125rem;height:1.13769375rem;top:29.3125rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTZl76T36B9T1vcNrqaiHwQTe6BuGQE { width:10.625rem;height:4.3125rem;top:26.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xOdvqDuogT4KVhBkuLdBhPpkUV24TC { width:11.6875rem;height:5.19748125rem;top:19.4375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQxfAgugqvlBbZVOMDNtBw7TkEgE4RI { width:9.75rem;height:3.3125rem;top:14.612487792969rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZruce58JPEWlnFUaCABFCDeIbdOiU05 { width:13.6875rem;height:3.125rem;top:32.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqKWqxlvmFtEEproxJstUyzIZpTmus2 { display:block; }
 }@media only screen and (max-width: 763px) { #b2fQZZLpKH2DWNQrMFbwZGTtPid0RcMx { width:17.5rem;height:25.0625rem;top:41.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLJmqFFuqVuRx0y2fTzMbNFz8JoUkdt5 { width:13.6875rem;height:3.125rem;top:61.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0L7RrgHB4956lNm9SqwlmTeOP7JvTIl { display:block; }
 }@media only screen and (max-width: 763px) { #o8GAfK5OCPu2OE7NwtN9DR3J81ZNk1Hx { width:9.3125rem;height:2.5996125rem;top:55.75rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IQhv2esEo8vTFqvKyfCiUP8mI4gbTf { width:9.3125rem;height:1.13769375rem;top:58.25rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwDGT4Ms1CULRgqlZWCm5MJyZilqrOLW { width:10.625rem;height:4.3125rem;top:55.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqUhmUw8tDq7tg0sZ3qQyLQL4WaoRsvn { width:11.6875rem;height:5.19748125rem;top:48.375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcc36QsxIG5gMT0ycaaMCHCfCEgE5Kxt { width:14.1875rem;height:5.625rem;top:42.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAJJhqyETCOdOfkhqg9rNdUyCzQkdrJG { width:17.5rem;height:2.0625rem;top:39.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytmXq8W6pid1qVXnW07x6PdFL4xaWe1 { width:9.625rem;height:1.29936875rem;top:39.9375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIK8rgdTtsZfstOlr8OO3N4TbuiAJgdT { width:17.5rem;height:25.0625rem;top:70.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTqk6coCkUkKbIbxqqUWlwgaX07f37tD { width:13.6875rem;height:3.125rem;top:90.312520980838rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsNgSOrXo4CpmbgtAqzeEJ9vSwI1bWO { display:block; }
 }@media only screen and (max-width: 763px) { #pExbsLslT7hFpzU02JRZqmDlziQC8LMa { width:9.3125rem;height:2.5996125rem;top:84.6875rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nheMU828KX5zflXCpCi3MTl0b3vTqzDr { width:9.3125rem;height:1.13769375rem;top:87.1875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIir89NHPOTfgiuUp6yVeA9VNogMfCgp { width:10.625rem;height:4.3125rem;top:84.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0cQGrWGvDzxNbpiKhXTKOKzU46kIUd { width:11.687rem;height:2.59874375rem;top:78.624877929688rem;left:4.1552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4up8elg7R2ELGnwI7S7Q8wVCPSOvXm3 { width:8.75rem;height:2.9370125rem;top:73.186645507812rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49ve1HPGM9nsdIJKsdLQZpCer4y5khL { width:17.5rem;height:2.0625rem;top:68.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsGEq7T3AiOUQzIxAT9rcuSW7AAuSiTA { width:9.625rem;height:1.29936875rem;top:68.875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0LqRJFrU8O3rAZJ5oIrX9SRJ7Ze8at2 { width:17.5rem;height:25.0625rem;top:100.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr0g6F9f4GwwrbrVPgpdtfUvdN5p7spa { width:13.6875rem;height:3.125rem;top:119.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi4BNMvOm1BHcyTgttxlqZTTRTF8BeLx { display:block; }
 }@media only screen and (max-width: 763px) { #CHfvrL0A7RCUVxfcWCD1pXHtgGTUe3xz { width:9.3125rem;height:1.13769375rem;top:116.75rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60zRHl59UAdwBubt3qEs7dDtOll2FBb { width:10.625rem;height:4.3125rem;top:114.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFwgRJsRRbG2mf3X7vmhyy3lA19P17Q { width:9.3125rem;height:2.5996125rem;top:114.25rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3ExJe0SXbPCuhvFWu9fGr4h0oCiawn { width:11.6875rem;height:3.8981125rem;top:107.0625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJ4R3cNDNTyxfine2KCbivtzBcnC6Ps { width:14.1875rem;height:5.625rem;top:100.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCC1ebgWG8MNnAwF33XHUoFBmQnscEEo { width:17.5rem;height:2.0625rem;top:98.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQbBziOV6hTDM5VyH9D9Dy0UQrG92GJ { width:9.625rem;height:1.29936875rem;top:98.4375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWh1rcpo3iRQkR2l69KuEq8UcJPN6Ohx { width:20rem;height:0.0625rem;top:127.48748779297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr { display:flex;width:1.25rem;height:1.25rem;top:133.6875rem;left:1.8125rem; }
#l7xx2ZJ0E95bbDsTTaWnRTXCamcV6gZr > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #DBvJ2VJXkTIS2uJFPa58ngohEKgVEaHI { width:8.5625rem;height:3.125rem;top:129.06240272522rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFwJWSAi7usq8rfuL65dPWFyR28zvLfl { width:6.625rem;height:1.13769375rem;top:133.6875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq { display:flex;width:1.25rem;height:1.25rem;top:136rem;left:1.9375rem; }
#GJq2TnQT3aMatRUsMmeNfELm4AiSZmyq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hcEwrDUUx4z631JpOtNqWX2M5P1P4Emq { width:10.875rem;height:1.13769375rem;top:136.0625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ppe0ss0DbVAULuftqGypGkcNSB2atWmO { display:flex;width:1.375rem;height:1.375rem;top:138.3125rem;left:1.9375rem; }
#ppe0ss0DbVAULuftqGypGkcNSB2atWmO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #dkV54Lu8LTDTZTb1GXBuHarsnIPTXvKM { width:7.3125rem;height:1.13769375rem;top:138.4375rem;left:4rem;font-size:0.875rem;display:block; }
 }