.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:207,236,252;--color-primary-1:131,185,241;--color-primary-2:14,162,241;--color-primary-3:8,97,145;--color-primary-4:3,32,48;--color-secondary-0:252,224,231;--color-secondary-1:247,152,177;--color-secondary-2:238,49,98;--color-secondary-3:119,25,49;--color-secondary-4:36,7,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:52,52,52;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00f8d87e-4537-4e53-a6d5-6c7627612aa3/ADto1920x1080px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:60rem;height:27.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#eRcVh6mA4RSwtTwnCT873EDh5k7TdoUe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:37.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lTHAV8svDIsAIFlk0SxxiuPPPMBt3NmZ { 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:8.6875rem;width:37.25rem;top:18.749998092651rem;left:3.25rem;overflow:hidden;display:block; }
#CpC8T4TSX5envJs7bFGB0Dl6Bzyuc4Fd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3730625rem;width:24.8105625rem;top:3.875rem;left:33.6884765625rem;overflow:hidden;display:block; }
#s0WBg3JSuHCnc3mOMcI0Zzy7DxPdE0Sb { display:block;width:36.25rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.551952362061rem;left:21.686325073243rem;height:6.825rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J { position:relative;display:block; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J { background-color: transparent; background-image: none; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .row .container > .video-iframe-container { display: none; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .row > .video-iframe-container { display: none; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .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); }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J { border-width: 0; border-radius: 0; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .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; }#O2zPBDr8Fe7UHBR9XoNlnyFJc378HU0J > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lVLxMII46rEBGl2PecRdw1lRtrhve3VJ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#o6HHdQbzPJZ7axlBC9ZgSry9FrkXTrLA { background-color:#170409;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.309374809265rem;left:11.06015586853rem;display:block; }
#zizZh6GCapPgoN9vVOwE8vzIlS3t5Ma7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9MQdNxIV85Ihlq1Fm3P23WzVROK6c3H { background-color:#ff1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.5625rem;left:1.75rem;display:block; }
#CRMJB0OlcbqQPFTKVUsQnJlhFz4B6v0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZI36OR9uwJThVALoMrK074451RW1EnU { background-color:#ea7a17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5625rem;left:21.25rem;display:block; }
#XKuTXIB6TMfG7TT06eZBzhraRqlRgpy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOlFu28cPGAOMZkgst6wlUUOrW0gGfkh { background-color:#19548f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.5625rem;left:41.125rem;display:block; }
#rNu3XVzZloGSa4sFhtB6GhePE2N8dTcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQgx13eI1QpPPu9TXLS5XOxthf06bmEo { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.309374809265rem;left:30.622262954712rem;display:block; }
#ARXtJ0khThCmbaHXalELu8om1UnXU1nd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMMco15nckTiGuODh7GQy50oWr64JrTG { position:relative;display:block; }#iMMco15nckTiGuODh7GQy50oWr64JrTG { background-color: transparent; background-image: none; }#iMMco15nckTiGuODh7GQy50oWr64JrTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .row .container > .video-iframe-container { display: none; }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .row > .video-iframe-container { display: none; }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .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); }#iMMco15nckTiGuODh7GQy50oWr64JrTG { border-width: 0; border-radius: 0; }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .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; }#iMMco15nckTiGuODh7GQy50oWr64JrTG > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c53OdAkMSccDLzDoPCa35722ATboqdTS { display:block;width:60rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#KBoIgxLZ7vFfPbltB5dGzC9pTGc4RPOM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.8113279342651rem;left:21.248435974121rem;display:block; }
#TfpGmrIvwebHNKoDQ1cEM9CKF4UrJVXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgUih42GZR16mwXvLPEZTl0kFEpmzsrU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.5625rem;left:1.75rem;display:block; }
#CGQlCIk59fVtQE0F7c5Iud3tRTbV3ZG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RRnbaxyuZuAFi2nQ2nTt8yclL1FveEBc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5625rem;left:21.25rem;display:block; }
#e7r7V9NKrznkxefxn6BcGeoApUxgX0ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmTOhhrmrJudkPbUe2ID6aFlOPtQibqW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.5625rem;left:41.125rem;display:block; }
#yR0igiJeX1tXqc6Q0KQOi7ioaCS7PGc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS { position:relative;display:block; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS { background-color: transparent; background-image: none; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .row .container > .video-iframe-container { display: none; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .row > .video-iframe-container { display: none; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .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); }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS { border-width: 0; border-radius: 0; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .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; }#S6AbGprkxX30JmDhgThbPyd5h9elZ0WS > .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:35.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KZ1UHcwNobVW4cdGkkKb8VqKwhgbNCAs { display:block;width:58.5625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5621185302734rem;left:1.375rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#cliaf9b4NsTfGnWVal3AqVhp6kmogIbE { display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.58984375rem;left:9.9375rem;height:26rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);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; }
#kXBGzDvRRBiMh6pSCBX65ENgBTd6fNkS { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:0rem;display:block; }
#MsRVTRxHAQvVFC58yCD86OK9bdOBvbEk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:0rem;display:block; }
#uLqSA0rFdHebyrTHZAAvafds600V7LwN { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:0rem;display:block; }
#nu8IqCsF2lIXW7MFUwugk7F6NAo4mkzx { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:0rem;display:block; }
#T8XOcUlRINzKCfzWRuEPTX91WJ6ax8u2 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5625rem;left:0rem;display:block; }
#QnfAdK7wiGoEwFccBgGs4u90lNbhTLN0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:12.984374582768rem;left:0.45000076293945rem;display:block; }
#waHPvSmLlUh3DqKGZv2EHAne9L1GWlab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFh2P27ldlaoOOyEdEu2BeqnPT95zAKA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.108201563358rem;left:0.45000076293945rem;display:block; }
#J1znb3QlVf5e0lNVcxQkef5NHypxxNqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk { position:relative;display:block; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk { background-color: transparent; background-image: none; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .row .container > .video-iframe-container { display: none; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .row > .video-iframe-container { display: none; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .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); }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk { border-width: 0; border-radius: 0; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .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; }#DgCWBQoPHHMLD9ciWkeTWD01N31L4KFk > .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:60.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N1TtlzWH6aGAVPeNbboq3n72FKcGqnDm { display:block;width:58.4375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1.5rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#ak0Ec7TTCaWkgkFiBg2qhMCtif2JSus5 { display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4871063232422rem;left:9.9375rem;height:53.3rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);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; }
#xwcBTG1AcJXZrrQfBKGRuexluiR1zPEk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:0rem;display:block; }
#alJdrOiLsDKVuDXmWqz19twhPwbzRDvL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.791015625rem;left:0rem;display:block; }
#M5nmgtCCZP26NNtx2nqTWfkcFvBfphSr { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:0rem;display:block; }
#qDXOaFA5zaE9lhT5v8KumUR0rsNI2Vvx { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:0rem;display:block; }
#MVqbwkUGwI2AkW99AiONemP0HgE6ZqJo { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.258983850479rem;left:0rem;display:block; }
#qS8WhVIwzKf2Bne9eKyJ9Gc3S4dncVpv { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:0rem;display:block; }
#w57vGevVtM5gFX9laTXoBoy0bDTQPlEu { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:0rem;display:block; }
#Zmf2hxIsWrmIElUwSz2XE229RrEgwFw2 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.197265625rem;left:0rem;display:block; }
#r77Wt0lXyJ2CcD4iuFuc91xncBWV3XSF { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.124606847763rem;left:0rem;display:block; }
#u4OzBEPAnnoQMGv0839OBZBaG2QO0a0S { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.248435735703rem;left:0rem;display:block; }
#P8A2RrleQiks4Et3iTgmb3EXU0woVJ43 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.3125rem;left:0rem;display:block; }
#sSsOHSF9gLReFbr6FdnpO5sSmLkUALf4 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.437104225159rem;left:0rem;display:block; }
#kMkQSf6blQ4uT0NEgecGHDwhAep4nnG7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:4.4847660064697rem;left:0.44882822036743rem;display:block; }
#HKCdNTnVyHuucXgCORLh3IS88sKHw808 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6dx09UkivmQ4PZ9GTULAc3DobdCWhvc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:7.74960899353rem;left:0.44882822036743rem;display:block; }
#Sk4DAS7i2eKzqPgUHaxATEU5pzifTf07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTL6bOxP18hETVkX4nTKRDJ6QFNKOXMO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:13.359373092651rem;left:0.44882822036743rem;display:block; }
#Si6bT8mBTEV0Pf6f0mTidpGDii8mW7XM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Elg7E8CvCN9tSSE7e1oFsa0yi3NiHtMM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:17.31093788147rem;left:0.44882822036743rem;display:block; }
#NAC9tzkWFwsqCABvCEMzbX5S7ANoRTv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NG5UAxsJ9kUOdMHuDE1rKcTTaPkmOgT0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:20.790233850479rem;left:0.44882822036743rem;display:block; }
#FNhIohQpdNnsaqgl0p2DeGUNBwNz1zAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8OJa7LmKpWnCzqiB9WDkWBD43yag8xP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.686718225479rem;left:0.44882822036743rem;display:block; }
#mULqE4I32X2oASUTv2OVrciLpXkaAVfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aw7TxfGMyHc95a1dqE1Wp1p9GSodPJQb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:29.34374833107rem;left:0.44882822036743rem;display:block; }
#q5hBEwLm18aSr03WPuwHITvnQeuo7wnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sm9SMH3C7IT3HIctSQEv3lr2FzvMTM5C { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.25rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:40.574997425079rem;left:0.44882822036743rem;display:block; }
#yLooKWBVGCuDkw4TWelxcJy2oHTZ3syW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHkmlhUrJsIVUw8hcpdXeQeiEE0yrTUD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:49.886714696884rem;left:0.45000076293945rem;display:block; }
#mLoeRHvdVwJAPVW1RDFOa8yGEewVnp2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySA788W7eooiNK0TlvR4S0fZsnUeawXG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:45.011714696884rem;left:0.45000076293945rem;display:block; }
#Hc79XiIkrHqrTwiNvSEu4LAddlJvWiAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7htAPG2GxZof9fDgJeuibDrBuQJvGrI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:40.574996709824rem;left:9.1875rem;display:block; }
#gxlJS4wpGZqHlDrK8oE4pEwRxieDOdr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBDDF31bdC7zJoULm8VSVuNg1uTclMNL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:55.011323928833rem;left:0.45000076293945rem;display:block; }
#ntMOa5XTAlD7VVNAkNwBn08zaweT6nUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli { position:relative;display:block; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli { background-color: transparent; background-image: none; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .row .container > .video-iframe-container { display: none; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .row > .video-iframe-container { display: none; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .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); }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli { border-width: 0; border-radius: 0; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .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; }#lkcdOKa7OIQSbD7qbLrIAImurkOJHSli > .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:72.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xusQSPJw9Gh82eeiET4FVbRQ8luEWV8p { display:block;width:58.25rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1.6875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#TwbCDpiMJpsUCrkMETKDKlH9VCDdIpdq { display:block;width:47.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6042957305908rem;left:10.13437461853rem;height:66.3rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);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; }
#qayEsHWAW6v6JnDK7HEn20EHd16ovlkB { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.069906234741rem;left:0rem;display:block; }
#pafEcHtAAixouuLp3oJbvbhtgPKuEHpg { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.008590698243rem;left:0rem;display:block; }
#cZIi5CJqTt5weKf7N9LV2EPOpXl5QXz1 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.384765625rem;left:0rem;display:block; }
#be26Ettez8ZfroN86JUlH71Xo7B71Lfl { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.697265625rem;left:0rem;display:block; }
#LTuHtCNMy3LDGqLyMUfUzrrIfouBvqZt { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.258592128754rem;left:0rem;display:block; }
#imtkcyqTExIT8aGT6TNREZkB9LJToscM { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.133981227875rem;left:0rem;display:block; }
#ap5w2FCVD4cVbO51zasMwTwkQGWaesdB { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.446483135223rem;left:0rem;display:block; }
#UHbXEKz7Di9Or3TZE1TlgXzelNIsX6Zm { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.353122472762rem;left:0rem;display:block; }
#pnTR7tKxXZwUUXOOKmBOnolw9xEHtDTU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:4.5339851379394rem;left:0.57304668426514rem;display:block; }
#QUUH2Sb5hXIwMfKVDFdmJ1Tmc5uoNiug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpSeZMd1JwRaTIsBRW3Rd3eHd2MpO7cF { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.63320350647rem;left:0rem;display:block; }
#lxXbyFXvh33LM0fsXeMhn1vzqSvOSvxu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:21.471078872681rem;left:0.5rem;display:block; }
#P1cookpF2EooUaa5w0p8xX8DDSkC42Jk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9K0rKy5tzTxERrD0xadJbUl5f0D0AS1 { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.19492149353rem;left:0rem;display:block; }
#VTGUqpAH7TTAuyX8tUioJveE5C7LisaX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:26.8453104496rem;left:0.76054668426512rem;display:block; }
#MSNMXcQ8lTAs14GUpQusskdMq9ek16Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wydg6Twf5qnG4h0FrBoTMCLcFvcg1Sn4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.719138145447rem;left:0.76054668426512rem;display:block; }
#L52VDLWuya5M2mQ0TnZbZu1VptRZti6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ntc6lCMSlG3ehcidlTe8kubIw3BxW1TU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35.655465602875rem;left:0.76054668426512rem;display:block; }
#CovJWbCJx7uFeLJgPx4NfkR0TmNgKwD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpuKivGOKuykxKSbMd29BWATXRVxMSWN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:39.946872711182rem;left:0.76054668426512rem;display:block; }
#yl9HuiV9QqxIvzfqCurcNVqc9kqAQL49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OAGWw4JUudHS55ld66p2VmrpuOE8fBLo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:43.321872711182rem;left:0.76054668426512rem;display:block; }
#gKZk3zRWCbhc7FrRtpauIJDqG3m0TTfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2ZAdQio8eiGuyUzAOUiC3DiczvbA7JG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:51.008199691772rem;left:0.76054668426512rem;display:block; }
#F7VtyFAcrRqp1xcdL5GvvwTqPmvxPR5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hV9pfdDHdrA3n7kEUWoGsESTZPTKPPtr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:47.070699691772rem;left:0.64570331573488rem;display:block; }
#U3fNReKEiUyG7VlD64dy6nCR2aoiCy1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#At9TyPVlaguykknQpLUwhbxgpuVwtTxT { position:relative;display:block; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT { background-color: transparent; background-image: none; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .row .container > .video-iframe-container { display: none; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .row > .video-iframe-container { display: none; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .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); }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT { border-width: 0; border-radius: 0; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .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; }#At9TyPVlaguykknQpLUwhbxgpuVwtTxT > .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:48.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zemf3llUUhV7ThmPgZRQhWDTAk4Z2KCm { display:block;width:58.25rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1.6875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#xHyN6oiqHAeao18n37KgxF09dB2yOWZc { display:block;width:47.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4871101379394rem;left:10.686327934265rem;height:42.9rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);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; }
#zbP1LWCIIZQ8AvB8No1KruCe4Tkwg67b { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:0rem;display:block; }
#IZFOr9uL9zZlwlcff3ItmltaFiu5TdUl { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.70546913147rem;left:0rem;display:block; }
#KDxsdGhRvSBfPXmtcACAa1mpzf2TOXiX { box-sizing:content-box;height:0.062109375rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.49960899353rem;left:0rem;display:block; }
#uN9SmNTJISwqfsVSv7I4rSQxgBXxUa95 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.009765625rem;left:0rem;display:block; }
#WZu3gxIGOZRrcD8gsX55CouSyRuJeRy0 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.697265625rem;left:0rem;display:block; }
#WXJHJqhNzuCz4l7eM8FAxMGmvdJoyJON { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.884765625rem;left:0rem;display:block; }
#XIhAxb9Z07mUuGBcsaBV4vNEqUnIGmUz { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.697265625rem;left:0rem;display:block; }
#P1c7VKLxtAd5ruH4SGNp1Tp01PSyULFI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:4.4871101379394rem;left:0.57187509536743rem;display:block; }
#QF6MOpWA6G4iSMGQlm5HB4knzq5wr34P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2Su2GMzUszIE0NRuuMtDnz2JB25NFRJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:8.548828125rem;left:0.57187509536743rem;display:block; }
#OzqTd8i1lhevffbu1ZX860ICOKwRLBef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNC3owC3KSI26cOPZMX6tKfzoWZZ1EJq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:13.610156059265rem;left:0.57187509536743rem;display:block; }
#GteDJQF1h347ht1WLVFx9v22CqTSf7c0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBm7XLSMkRSvcnP29CQOww8KBDciQBKd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:18.359765052796rem;left:0.57187509536743rem;display:block; }
#s5s9ZXp9NEkE5t8eTaQf8SPNxxXKpc8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDVfnDmzISbraCF9a58Ps3ePAEKt5eez { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:30.319920063019rem;left:0.57187509536743rem;display:block; }
#cr2PBULMr4n9gcId6Kd4fP4yyTSNNmzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEtte4UqfyqNtTWlSMgx7k4s7cF5K4az { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:34.569138526916rem;left:0.57187509536743rem;display:block; }
#g8QMXDuhT0x9flfseeK5zoA8HbKVra0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { background-color: transparent; background-image: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { border-width: 0; border-radius: 0; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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:2.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK { display:block; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK { background-color: transparent; background-image: none; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row .container > .video-iframe-container { display: none; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row > .video-iframe-container { display: none; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .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); }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK { border-width: 0; border-radius: 0; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQcKTt7EBKgGxrORdA7sLW8eIEBCFUGK > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;width:60rem;height:37.75rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);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;position:relative;display:block; }#N5iUc6Lxx9eyi7qtAeSe2sl86TP7978i { display:block;width:23.6875rem;position:absolute;font-family:exo;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.7802734375rem;left:36.3125rem;height:3.49375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#AOJTZ8S5FFRS1C05xS76TCMAPo8ZEBdS { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.28125rem;left:0rem;height:14rem;color:rgba(var(--color-secondary-4),1);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;text-align:left;text-align-last:left;display:block; }
#ikkwUHAXEVZzflBiMEXrlixUJcF2pZBw { background-color:#fb9131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fb9131 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.125rem;left:21.25rem;display:block; }
#tMVycd9qy2fGnPbv6uLqKUIwa7ySc0mi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDIDntaokxITdkvHomKS54R3lzHKkdmO { 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:14.5rem;width:16.125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#TPqesvksgddzkOQbStIaJAz2T8vstkDk { position:relative;display:block; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk { background-color: transparent; background-image: none; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .row .container > .video-iframe-container { display: none; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .row > .video-iframe-container { display: none; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .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); }#TPqesvksgddzkOQbStIaJAz2T8vstkDk { border-width: 0; border-radius: 0; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .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; }#TPqesvksgddzkOQbStIaJAz2T8vstkDk > .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:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MWuGxhn0aAgUTJTLf104BWSKPUMN392R { position:absolute;display:block;z-index:15000;height:21.875rem;width:38.75rem;top:4rem;left:10.625rem;display:block; }
#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row .container { background-color: transparent; background-image: none; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row .container > .video-iframe-container { display: none; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row > .video-iframe-container { display: none; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .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); }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row .container { border-width: 0; border-radius: 0; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMsBG5mKHE8scnP4OCfgTxb1QFeUfvmQ > .row .container { width:60rem;height:41.8125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#rgEBlelKNGG6nV6fHZVdzT0KzuyVLJZe { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:15.87109375rem;left:0rem;height:13.2rem;color:rgba(var(--color-secondary-4),1);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;text-align:left;text-align-last:left;display:block; }
#Z1ATI6TPEhHDIh354TZMGXOb1iuEn0hX { display:block;width:25.125rem;position:absolute;font-family:exo;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6865234375rem;left:34.875rem;height:3.49375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#VwUsFhoNs9yFnHvIUe0oDSFfH5BDrh2Z { background-color:#0868c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0868c1 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.6875rem;left:21.25rem;display:block; }
#TvATpwOFtSkWTs46cp8QV89s25tmfvMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvhtxfZ2ND6V4MbNLKHSKiWhvc9HuSTC { 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:14rem;width:16.375rem;top:1.6828155517578rem;left:0.5625rem;overflow:hidden;display:block; }
#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv { position:relative;display:block; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv { background-color: transparent; background-image: none; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .row .container > .video-iframe-container { display: none; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .row > .video-iframe-container { display: none; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .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); }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv { border-width: 0; border-radius: 0; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .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; }#nCZMOgJ9JcnHwFPmRkTDSQbfHF1GrxSv > .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:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZeLsaSdb25FtRBxkiaQsPhxH3o7PFXKF { position:absolute;display:block;z-index:15000;height:21.875rem;width:38.75rem;top:4.0625rem;left:10.625rem;display:block; }
#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row .container { background-color: transparent; background-image: none; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row .container > .video-iframe-container { display: none; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row > .video-iframe-container { display: none; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .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); }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row .container { border-width: 0; border-radius: 0; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehs2EVSBN5AkDGolodbmIODUOAKOqt5M > .row .container { width:60rem;height:47.75rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#XdN9tXar8AkcEwizVvd0XZT9SfMpDsX2 { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0rem;height:19.8rem;color:rgba(var(--color-secondary-4),1);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;text-align:left;text-align-last:left;display:block; }
#exnNMDwxLhuJbEoHKTIAgT80rGGECLra { display:block;width:26.9375rem;position:absolute;font-family:exo;font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6240234375rem;left:33.0625rem;height:3.49375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#uUegccmT5103mTcswptTShW2Q5SyxE54 { background-color:#9e050d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #9e050d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40rem;left:21.25rem;display:block; }
#gwXAqsBrAxnwTJA4rAgBnaIpUmSQLNOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMkn4TLUfqSaGgeimhPD1pLb0IlbV4WD { 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:13.5625rem;width:16.25rem;top:4.3125rem;left:0.625rem;overflow:hidden;display:block; }
#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 { position:relative;display:block; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 { background-color: transparent; background-image: none; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .row .container > .video-iframe-container { display: none; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .row > .video-iframe-container { display: none; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .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); }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 { border-width: 0; border-radius: 0; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .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; }#egfISUynGaFaCa8kHOE0Q7tebbM49ln1 > .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:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e8b7AybeeWgZnp7FlKMAFSz9uCVc48sL { position:absolute;display:block;z-index:15000;height:21.875rem;width:38.75rem;top:4.0625rem;left:10.625rem;display:block; }
#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r { position:relative;display:block; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r { background-color: transparent; background-image: none; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .row .container > .video-iframe-container { display: none; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .row > .video-iframe-container { display: none; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .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); }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r { border-width: 0; border-radius: 0; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .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; }#RkeC8xmoOG41mpXNnXmRsy3uSloXr19r > .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:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZEwTdtut5TSTbQl3XBfG1IRqWlRoe2l { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1745405197144rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { background-color: transparent; background-image: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container > .video-iframe-container { display: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container { display: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .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); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { border-width: 0; border-radius: 0; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#Q7OrnBulTXqzG2XW4vTZ0RkMyg46780w { border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15005;top:7.875rem;left:0.8125rem;display:block; }
#Ay8NfOZICttdvz0OEIocTkiFK5IAWUPS { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#kuGXiE0WtCcx6Mmuo719M0KEXx99TpH2 { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.3125rem;left:2.125rem;height:1.5rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#AL5FwHA0IODpsklwsoq5MowzTXmTPgq4 { color:#001623;display:block;width:16.3743125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:19.125rem;left:4rem;height:3.175rem;text-align:left;text-align-last:left;display:block; }
#fOh2yi6kFrAzZdaTLrhMyzF1qyALkRDC { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:312.5rem;border-top-right-radius:312.5rem;border-bottom-left-radius:312.5rem;border-bottom-right-radius:312.5rem;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fd359cd-b282-4509-8430-219224094ef0/21e7cf9d7abf49c6b1eeb8e2d2d17d56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:9.125rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;display:block; }#fOh2yi6kFrAzZdaTLrhMyzF1qyALkRDC.adaptive-delivery-prevent-bg, #fOh2yi6kFrAzZdaTLrhMyzF1qyALkRDC.lazyload, #fOh2yi6kFrAzZdaTLrhMyzF1qyALkRDC.lazyloading { background-image: none; }
#pCoN9BD9zi83t4wV6seT6f9SHt7MhQW2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:19.125rem;left:1.5rem; }
#PvCNpTKT3ykuhdz5cZvHVmx5ZZpyf8cp { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c71d283-3832-4c4a-b63c-f2edbedae291/Projektbeznazwy20250116T103938759.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.8125rem;left:41rem;border-top:0.1875rem solid #2192f9;border-left:0.1875rem solid #2192f9;border-right:0.1875rem solid #2192f9;border-bottom:0.1875rem solid #2192f9;box-shadow: 0rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),1) ;display:block; }#PvCNpTKT3ykuhdz5cZvHVmx5ZZpyf8cp.adaptive-delivery-prevent-bg, #PvCNpTKT3ykuhdz5cZvHVmx5ZZpyf8cp.lazyload, #PvCNpTKT3ykuhdz5cZvHVmx5ZZpyf8cp.lazyloading { background-image: none; }
#Mzrk3zso6oOraNSnT9HI0wy6aZNT7JLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3110375rem;width:1.3110375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:21.0478515625rem;left:1.5rem; }
#mIrlwMoyK9sgBWW9yrqDWAS06rq5Hlkc { border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:26.25rem;position:absolute;display:block;z-index:15005;top:7.875rem;left:32.6875rem;display:block; }
#z730MTnTECrSI60esHSvOxfLQmiLT7oD { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:33.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#o13kI1nNR59Ct2Asfx2FV560200ScxxC { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.3125rem;left:34rem;height:1.5rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#uhxRWVrEDeeqFa6rbBVleu2nZA9gERhN { color:#001623;display:block;width:23.374rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:19.125rem;left:35.875rem;height:3.175rem;text-align:left;text-align-last:left;display:block; }
#aqRBvFwcmMSTuRKPwnt4PUNTUKU9cbz1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:19.125rem;left:34rem; }
#kMMkAv3OQ9VGuTkzVr2hcPMaRd39vNxr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3110375rem;width:1.3110375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.0478515625rem;left:34rem; }
