.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:228,240,225;--color-primary-1:166,205,154;--color-primary-2:77,155,53;--color-primary-3:39,78,27;--color-primary-4:12,23,8;--color-secondary-0:236,224,240;--color-secondary-1:192,152,206;--color-secondary-2:129,49,156;--color-secondary-3:65,25,78;--color-secondary-4:19,7,23;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:99,99,99;--color-tertiary-3:50,50,50;--color-tertiary-4:10,10,10;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6edda;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container { background-color: transparent; background-image: none; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container > .video-iframe-container { display: none; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row > .video-iframe-container { display: none; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .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); }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container { border-width: 0; border-radius: 0; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#GbN25K2bzKZ38lFsrTOZowXABTLFpc60 { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.15625rem;left:0rem;height:4.5rem;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; }
#cNar0aPR3PpTNabnCc7bkM7JokacDJU5 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0rem;height:7.96875rem;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;display:block; }
#Dn2XsPJM3DdhINkRQzhdVZsNWSLTr6DF { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.1875rem;left:0rem;display:block; }
#afW06Vl5f15sye9aarb5T6osWUEgpSOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thqQs5F5KlOBTnme6xIiPkBsn9vXGfsc { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:15.505859375rem;left:0rem;height:5.5rem;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; }
#ZmXWOVAi69ORNXXOf3Iv6XcAlrKvuQiK { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.337890625rem;left:22.9375rem;height:1.13671875rem;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;display:block; }
#sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr { box-sizing:content-box;height:43.75rem;width:64.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5e7ac419-c8ee-482c-aa58-3aea9cc26fb2/download49.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:33.0625rem;display:block; }#sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr.adaptive-delivery-prevent-bg, #sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr.lazyload, #sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr.lazyloading { background-image: none; }
#EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz { box-sizing:content-box;height:2.875rem;width:7.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a5243a62-010f-4591-a0cd-26738cf7a830/1786d883fbuni_109d03s000000000000028.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }#EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz.adaptive-delivery-prevent-bg, #EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz.lazyload, #EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz.lazyloading { background-image: none; }
#RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:13.375rem;top:0rem;left:9.8125rem;overflow:hidden;display:block; }
#ip1lO830ahT5XSzb6c4pkuwbAFaUlvdn { box-sizing:content-box;height:43.75rem;width:12.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edda', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edda', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:33.0625rem;display:block; }
#lANo4pIiSRDynpdpJ0ltk9wffBXdSbit { box-sizing:content-box;height:43.75rem;width:7.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f6edda, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edda', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6edda', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f6edda, rgba(0,0,0,0));background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:33.0625rem;display:block; }
#k0DcRegverfCTM878ay1gBi484BJCort { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container { background-color: transparent; background-image: none; }#k0DcRegverfCTM878ay1gBi484BJCort::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container > .video-iframe-container { display: none; }#k0DcRegverfCTM878ay1gBi484BJCort > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0DcRegverfCTM878ay1gBi484BJCort > .row > .video-iframe-container { display: none; }#k0DcRegverfCTM878ay1gBi484BJCort > .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); }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container { border-width: 0; border-radius: 0; }#k0DcRegverfCTM878ay1gBi484BJCort > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#lIGKB7OSoTsSSTblanUWkhMV5uL4EWfw { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0625rem;left:41.4375rem;height:2.548825rem;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;display:block; }
#LuQhKn1z8DlJpIcUlsrwhK0m42F5Bwr3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.0625rem;left:37.875rem; }
#okK5aKpbcqh4NkZyPnTCbiwLoUvXsdLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.0625rem;left:50.625rem; }
#a99qNKW0742nKV8rVgJ1ihDnf4N0huhD { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0625rem;left:54.1875rem;height:2.548825rem;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;display:block; }
#rCNlD7vQSe1ZhnlVo71Vfu8ZwkJciKsD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2rem;left:67.3125rem;height:2.548825rem;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;display:block; }
#vpsqcx1a0ufh2SxuDcFTA6oCgLTpltPf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.5625rem;left:63.375rem; }
#z8Q2ZN42G2AhDC1mNtVsOdiMCrtlAcZ3 { color:#f6edda;display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.203125rem;left:0rem;height:2.40625rem;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; }
#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6edda;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; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container { background-color: transparent; background-image: none; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container > .video-iframe-container { display: none; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row > .video-iframe-container { display: none; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .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); }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container { border-width: 0; border-radius: 0; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#LPalKBRqJz39uu6WUTGNy2MzT40p3APR { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:34.5rem;height:7.7988125rem;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;font-style:normal;display:block; }
#NW3U7CFrgtMRJrfhUMrOiicQKUcIcJZ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.625rem;left:34.5rem;height:14.34375rem;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;display:block; }
#diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ { box-sizing:content-box;height:27.375rem;width:28.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c807fb66-3295-4979-89a6-9238049f739c/869b3fab6a3293.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:0rem;display:block; }#diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ.adaptive-delivery-prevent-bg, #diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ.lazyload, #diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ.lazyloading { background-image: none; }
#vgFmooz8QP80PEa3m3M7hf0zFQFEQAuB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:26.375rem;top:11.4375rem;left:1rem;overflow:hidden;display:block; }
#XUNQlbgIGwQ26mrVS0RAutCtIHJAr9NZ { color:rgba(var(--color-tertiary-2),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:38rem;left:34.5rem;height:1.03125rem;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:italic;display:block; }
#Pxfq1g1Nx2Eqe2txdrCKwZ8IxCBzvvyP { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.4375rem;left:34.5rem;display:block; }
#vC7qJTmvCNxKhcElN61HuqTsnCbgDifb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container { background-color: transparent; background-image: none; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container > .video-iframe-container { display: none; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row > .video-iframe-container { display: none; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .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); }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container { border-width: 0; border-radius: 0; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#rShFMtnmnzt6vmANF5s5A9v8gxGmK1cf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.76171875rem;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; }
#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container { background-color: transparent; background-image: none; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container > .video-iframe-container { display: none; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row > .video-iframe-container { display: none; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .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); }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container { border-width: 0; border-radius: 0; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#OZQzz8t17Af3K7qmkqcHoGU0LSzXRDhS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.76171875rem;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;display:block; }
#JNgmiVcQ8MpcVAb4TdEsCWH4KGkbI40T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:0rem; }
#RrszIoNa6QiHSQXXGKX53tN8FC16sBxz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.625rem;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; }
#DcB2wxIdBfCGLm00wZmQD4AN5rt6RAQ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:25rem;height:2.76171875rem;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;display:block; }
#budKROPN237C4DGUf5acVg3iTVup2JWN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:25rem;height:1.625rem;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; }
#odL5nH3UWBUBC0Ug9agnZHaKTAL0JyRF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:25rem; }
#GWcQSsvTFPup43cR4tNUSV8TZ0D5UMKq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:50rem;height:2.76171875rem;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;display:block; }
#LyZgIOmCBZXo0U3ISBrs8Drs5y4hyzuZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:50rem;height:1.625rem;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; }
#SRx5mGaCVQWqGmarBuN7SJeK2NnqUUwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:50rem; }
#LStqRcqNySc282cqsdP7wDCP7bMQ1InF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container { background-color: transparent; background-image: none; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container > .video-iframe-container { display: none; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row > .video-iframe-container { display: none; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .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); }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container { border-width: 0; border-radius: 0; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#qxqCV8Gm78IxCBumrI049b7bR9URX8pt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.76171875rem;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;display:block; }
#xIrkEDi4vAvWzQeQvJaKbQiWMpVIg1W4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:0rem; }
#Z9VnoEL28iXT9vvQi7c8H4CVlZ1pdLDT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.625rem;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; }
#VB8tXwyeDQbU3Vv66gTpI7LlstbtHcMB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:25rem;height:2.76171875rem;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;display:block; }
#bzX1aPfeBgoVuTE9TW9W9qUX50Q0tEza { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:25rem;height:1.625rem;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; }
#bEyvJU7OzNQDLbzTCuL8gtsrqkRPWTSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:25rem; }
#C132JNiZvQ6g5ad9Ugf9zxCqicg7qLVL { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.75rem;left:50rem;display:block; }
#knHJXqrk5QMHZqabqTlxSGGzrfBCFZs4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6edda;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; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { background-color: transparent; background-image: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container > .video-iframe-container { display: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row > .video-iframe-container { display: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .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); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { border-width: 0; border-radius: 0; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#NeLPaic8PTdvvul8nUMn2tiltHx5crXb { color:rgba(var(--color-secondary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.32421875rem;left:0rem;height:3.8994125rem;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;display:block; }
#ukP5vCPigEzrJ2sfvu0ERTvPFw6aFIDp { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:5.3613375rem;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;display:block; }
#nX8kSyoR1bGSUvUtIqa2cu9NqXuQdEtl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0rem;height:4.142575rem;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;display:block; }
#TRWSVQB7DSr0PfUTbLLM0iJuoOB0oQi2 { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:16.625rem;height:2.76171875rem;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;display:block; }
#XbCqtrzCkOLx8oGiyP3y8RNaonpf4xWZ { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:16.625rem;height:5.3613375rem;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;display:block; }
#kcgdBTGuDeZL72xXoQKhfHaxs5H56rQB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:45.875rem;height:5.5234375rem;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;display:block; }
#tiut3EhPCJfPgB3zV1o9xvy9K4fiTOdQ { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:45.875rem;height:5.3613375rem;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;display:block; }
#Z3mNxzGlnAyRseSsqR2xfEbIJhO4HPT2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:30.5rem;height:5.3613375rem;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;display:block; }
#Fn6UnnM9KBcHwBKWMBVNtclpJbIGgGfH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:30.5rem;height:4.142575rem;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;display:block; }
#zWmWKyrOnTiKRu5aKPNcIHMpgme2tCo4 { color:rgba(var(--color-secondary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:62.8125rem;height:5.3613375rem;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;display:block; }
#DTzb4M7QaWFaU7sEuoB8r1qqGO4O0HcI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.3125rem;left:62.8125rem;height:4.142575rem;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;display:block; }
#iTK5CAxGTzIn8PyLNDZITkFH5ZHeNgiF { box-sizing:content-box;height:0.125rem;width:64.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8359375rem;left:0rem;display:block; }
#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz { position:relative;display:block; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz { background-color: transparent; background-image: none; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container > .video-iframe-container { display: none; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row > .video-iframe-container { display: none; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .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); }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz { border-width: 0; border-radius: 0; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#ozOq4WRqhyBooJC5J3dhps1SJSRp6e0K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.306640625rem;left:4.9375rem;height:2.76171875rem;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;text-align:center;text-align-last:center;display:block; }
#QM1pIi6S5wyeATJsXbiRLdTTPTskSh8d { color:rgba(var(--color-tertiary-0),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:3.1875rem;height:3.8994125rem;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;text-align:center;text-align-last:center;display:block; }
#FRDXDNhJFBcVAR9mhgRUHWeNtF3CPk8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.556640625rem;left:9.59375rem; }
#NUMvytvgTkJILxC1bZNF2dNbrlhKDbHp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.375rem;left:29.9375rem;height:5.5234375rem;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;text-align:center;text-align-last:center;display:block; }
#KgIbWmXfBGSBaeiEqSu1zsfKdrxePVyM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.337890625rem;left:35.375rem; }
#btEJwdVH6Ubr3IDQe3Qlq99R4AyzNHnQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:54.9375rem;height:8.285125rem;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;text-align:center;text-align-last:center;display:block; }
#uZ3d9O2D3THe6qAD0TadOefcKAoTpq1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.5625rem;left:60.375rem; }
#NStHqKN73sUWLZOhFRIRN9b67f5hOEMV { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.375rem;left:47.6875rem;display:block; }
#C8L5Tuo5F0ig2cOS2KWksGVLpBC9qI5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtmTZ1UbkORHCX8fHyWFHTRGoVE0AHU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.375rem;left:7.5rem;height:1.3808625rem;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;text-align:right;text-align-last:right;display:block; }
#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D { position:relative;display:block; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D { background-color: transparent; background-image: none; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row .container > .video-iframe-container { display: none; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row > .video-iframe-container { display: none; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .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); }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D { border-width: 0; border-radius: 0; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .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; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6edda;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; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container { background-color: transparent; background-image: none; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container > .video-iframe-container { display: none; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row > .video-iframe-container { display: none; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .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); }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container { border-width: 0; border-radius: 0; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#FaEffQeiesS93aBGr9XtE9O2IFdaVw49 { color:rgba(var(--color-secondary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.9375rem;height:7.7988125rem;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;font-style:normal;display:block; }
#evfqipnSbBBbTg7O28U1WQpipF1rJikl { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.875rem;left:43.125rem;height:22.3125rem;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;display:block; }
#xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z { box-sizing:content-box;height:34.125rem;width:37.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/98793af3-fe7c-4f87-860b-b2d74169ee39/download50.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z.adaptive-delivery-prevent-bg, #xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z.lazyload, #xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z.lazyloading { background-image: none; }
#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { background-color: transparent; background-image: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container > .video-iframe-container { display: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container { display: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .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); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { border-width: 0; border-radius: 0; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#BzBmRQhoaTew5P5xhTPTmpKK60Fbtqu3 { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:2.76171875rem;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; }
#FFxcNO8Gs9vQVu53qzEJyZkMilE78liA { color:rgba(var(--color-tertiary-3),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0rem;height:14.34375rem;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;display:block; }
#onCAlhImqTFZPgHiW6U1Vss4euxQTtLg { box-sizing:content-box;height:26.5625rem;width:29.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.48);background-image:url("https://images.assets-landingi.com/uc/82687d9c-e380-4883-ac3e-0fa405180bd4/download20260805T101827852.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.359375rem;left:42.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#onCAlhImqTFZPgHiW6U1Vss4euxQTtLg.adaptive-delivery-prevent-bg, #onCAlhImqTFZPgHiW6U1Vss4euxQTtLg.lazyload, #onCAlhImqTFZPgHiW6U1Vss4euxQTtLg.lazyloading { background-image: none; }
#IbB5sDNEfts9erbymZs2dVoWCbyWNyr3 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:23.875rem;top:4.375rem;left:55.875rem;overflow:hidden;display:block; }
#O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.45;top:9.8125rem;left:35.375rem; }
#O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt { position:relative;display:block; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt { background-color: transparent; background-image: none; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container > .video-iframe-container { display: none; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row > .video-iframe-container { display: none; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .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); }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt { border-width: 0; border-radius: 0; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#MI608nmGMOb0XBpwgRe4AVHgQIgdcSZk { 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:16.75rem;width:25.75rem;top:-3.25rem;left:3.125rem;overflow:hidden;display:block; }
#kQQ6wH3nIE57d6pftDSOMnCc6l9wVIOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:30rem;height:2.76171875rem;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; }
#xgJXTUpOKlk4bV9zi8NrUMnoHMpWdba3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.125rem;left:30rem;height:3.1875rem;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;display:block; }
#AKXHngaeHK7gKEOGVR32ondo8wvr2szX { position:relative;display:block; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX { background-color: transparent; background-image: none; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row .container > .video-iframe-container { display: none; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row > .video-iframe-container { display: none; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .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); }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX { border-width: 0; border-radius: 0; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .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; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container { background-color: transparent; background-image: none; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container > .video-iframe-container { display: none; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row > .video-iframe-container { display: none; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .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); }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container { border-width: 0; border-radius: 0; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#kSU7UtKycB8wVIQ1B307CUsTu6A1VXKu { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:;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:center;text-align-last:center;display:block; }
#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6edda;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; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container { background-color: transparent; background-image: none; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container > .video-iframe-container { display: none; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row > .video-iframe-container { display: none; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .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); }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container { border-width: 0; border-radius: 0; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#PPWfs12FZZeJKpxmtNUTMuZ1CCv0hIQ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:60.25rem; }
#cvTO1Ov2cAInHCcNNnQbUtbFWLQxgZWQ { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.75rem;height:3.25rem;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:center;text-align-last:center;display:block; }
#H6M600rWTge3CLrQr7CUygSEwTeQoGKB { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:30.625rem;height:3.25rem;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:center;text-align-last:center;display:block; }
#sNtM4lRWIVgfAqRxU7oWtTvKS2THabMA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:10.25rem; }
#sOcs1zwShoiAPkNNLIuUITL6EUvXZmu3 { color:rgba(var(--color-primary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:54.25rem;height:4.875rem;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:center;text-align-last:center;display:block; }
#k7rdweF63JffSfOOdg3WDGcss6riHQ4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:35.375rem; }
#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container { background-color: transparent; background-image: none; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container > .video-iframe-container { display: none; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row > .video-iframe-container { display: none; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .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); }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container { border-width: 0; border-radius: 0; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#KqBT6VpcyZ48V2dydTEQycfGo8UBroJW { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.3125rem;left:0rem;height:4.5rem;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; }
#qnG7eRqOyP3unE1o70MzCgFpEeiN8bOu { background-color:#f15d32;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.75rem;left:53.5rem;display:block; }
#cFoHh7GkQAUfemT7x8Tc96VPR8V9G3pP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iprh46710cEb4Sz3L20XrLud1EnV8bTg { color:#f6edda;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.625rem;left:0rem;height:5.5rem;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; }
#mNN1ShWZsqEokRAI6sTJSUA57l9vNgvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:53.25rem;height:1.625rem;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:center;text-align-last:center;display:block; }
#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { background-color: transparent; background-image: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container > .video-iframe-container { display: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container { display: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .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); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { border-width: 0; border-radius: 0; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;overflow:visible;position:relative;display:block; }#XTNTvW3JroRQdyPOdTHIBDTJIGgR368v { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14997;line-height:1.4;letter-spacing:0;top:12.9375rem;left:26.875rem;height:6.9970625rem;font-style:normal;display:block; }
#NJU3mapPkhBfzF7XRKPKsrLyoKnT6rTE { color:#ffffff;display:block;width:18.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14998;line-height:1.8;letter-spacing:0;top:6.75rem;left:54.75rem;height:5.39941875rem;font-style:normal;display:block; }
#qSb4zGWkeosdC3yNAJ47viWaFM4Stp4v { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.9;letter-spacing:0;top:15.6875rem;left:54.75rem;height:3.775rem;font-style:normal;display:block; }
#XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8125rem;left:41.1875rem; }
#XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.75rem;left:30.625rem; }
#fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#AWizURukduZlxrVxaSysxqTC5WmFI74H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.75rem;left:34.1875rem; }
#AWizURukduZlxrVxaSysxqTC5WmFI74H > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:26.875rem; }
#bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:37.75rem; }
#MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#eflTzyOg0FlRV8hGcTeKOeI9bu9KgDtx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.82421875rem;left:53rem; }
#dy9IIk8Rnu7FJ31aBreKo5vCR9KOvs3R { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:7.625rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#MSVa50I2yiclr4WJEMWrzBaiLM100hV5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.875rem;top:5.09375rem;left:9.5rem;overflow:hidden;display:block; }
#gX1uZpLRvb8vFVMz2uP6GadGiR4pTUrs { position:absolute;display:block;z-index:15014;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:1.75rem;width:7.625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#Z198fczgP6viZsg55O1sUrNCaPNNu7bf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:13.3125rem;top:10.8125rem;left:8.6041666666669rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH { display:block; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbN25K2bzKZ38lFsrTOZowXABTLFpc60 { width:36.3125rem;height:4.5rem;top:11.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNar0aPR3PpTNabnCc7bkM7JokacDJU5 { width:35.0625rem;height:7.9375rem;top:23.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn2XsPJM3DdhINkRQzhdVZsNWSLTr6DF { width:21.5rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afW06Vl5f15sye9aarb5T6osWUEgpSOh { display:block; }
 }@media only screen and (max-width: 763px) { #thqQs5F5KlOBTnme6xIiPkBsn9vXGfsc { width:36.3125rem;height:5.5rem;top:15.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmXWOVAi69ORNXXOf3Iv6XcAlrKvuQiK { width:15.25rem;height:1.125rem;top:35.3125rem;left:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr { width:47.75rem;height:43.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz { width:7.9375rem;height:2.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { width:13.375rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1lO830ahT5XSzb6c4pkuwbAFaUlvdn { width:12.0625rem;height:43.75rem;top:0rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANo4pIiSRDynpdpJ0ltk9wffBXdSbit { width:7.0625rem;height:43.75rem;top:0rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DcRegverfCTM878ay1gBi484BJCort { display:block; }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIGKB7OSoTsSSTblanUWkhMV5uL4EWfw { width:8.0625rem;height:2.5rem;top:2.0625rem;left:23.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuQhKn1z8DlJpIcUlsrwhK0m42F5Bwr3 { width:2.75rem;height:2.75rem;top:2.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okK5aKpbcqh4NkZyPnTCbiwLoUvXsdLT { width:2.75rem;height:2.75rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a99qNKW0742nKV8rVgJ1ihDnf4N0huhD { width:5.8125rem;height:2.5rem;top:2.0625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNlD7vQSe1ZhnlVo71Vfu8ZwkJciKsD { width:7.6875rem;height:2.5rem;top:2rem;left:39.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsqcx1a0ufh2SxuDcFTA6oCgLTpltPf { width:3.1875rem;height:3.1875rem;top:1.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Q2ZN42G2AhDC1mNtVsOdiMCrtlAcZ3 { width:34.1875rem;height:;top:2.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ { display:block; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPalKBRqJz39uu6WUTGNy2MzT40p3APR { width:40.5rem;height:7.75rem;top:4.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW3U7CFrgtMRJrfhUMrOiicQKUcIcJZ5 { width:35.125rem;height:14.3125rem;top:13.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ { width:28.3125rem;height:27.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgFmooz8QP80PEa3m3M7hf0zFQFEQAuB { width:26.375rem;height:26.375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNQlbgIGwQ26mrVS0RAutCtIHJAr9NZ { width:35.125rem;height:1rem;top:38rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxfq1g1Nx2Eqe2txdrCKwZ8IxCBzvvyP { width:14.8125rem;height:3.4375rem;top:30.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7qJTmvCNxKhcElN61HuqTsnCbgDifb { display:block; }
 }@media only screen and (max-width: 763px) { #GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T { display:block; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rShFMtnmnzt6vmANF5s5A9v8gxGmK1cf { width:47.75rem;height:;top:6rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWL158LSw7EgTLb7QA0Z41Hlfecghzs { display:block; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZQzz8t17Af3K7qmkqcHoGU0LSzXRDhS { width:18.75rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNgmiVcQ8MpcVAb4TdEsCWH4KGkbI40T { width:4.5rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrszIoNa6QiHSQXXGKX53tN8FC16sBxz { width:15.5rem;height:1.625rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcB2wxIdBfCGLm00wZmQD4AN5rt6RAQ2 { width:18.75rem;height:2.75rem;top:7.5625rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #budKROPN237C4DGUf5acVg3iTVup2JWN { width:22.6875rem;height:1.625rem;top:5.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odL5nH3UWBUBC0Ug9agnZHaKTAL0JyRF { width:4.5rem;height:4.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWcQSsvTFPup43cR4tNUSV8TZ0D5UMKq { width:18.75rem;height:2.75rem;top:7.5625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyZgIOmCBZXo0U3ISBrs8Drs5y4hyzuZ { width:22.6875rem;height:1.625rem;top:5.625rem;left:24.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRx5mGaCVQWqGmarBuN7SJeK2NnqUUwv { width:4.25rem;height:4.25rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LStqRcqNySc282cqsdP7wDCP7bMQ1InF { display:block; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxqCV8Gm78IxCBumrI049b7bR9URX8pt { width:18.75rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrkEDi4vAvWzQeQvJaKbQiWMpVIg1W4 { width:4.5rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9VnoEL28iXT9vvQi7c8H4CVlZ1pdLDT { width:19.625rem;height:1.625rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB8tXwyeDQbU3Vv66gTpI7LlstbtHcMB { width:18.75rem;height:2.75rem;top:7.5625rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX1aPfeBgoVuTE9TW9W9qUX50Q0tEza { width:22.6875rem;height:1.625rem;top:5.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEyvJU7OzNQDLbzTCuL8gtsrqkRPWTSc { width:4.5rem;height:4.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C132JNiZvQ6g5ad9Ugf9zxCqicg7qLVL { width:19.8125rem;height:3.4375rem;top:7.75rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knHJXqrk5QMHZqabqTlxSGGzrfBCFZs4 { display:block; }
 }@media only screen and (max-width: 763px) { #WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx { display:block; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeLPaic8PTdvvul8nUMn2tiltHx5crXb { width:47.75rem;height:;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukP5vCPigEzrJ2sfvu0ERTvPFw6aFIDp { width:13.3125rem;height:5.375rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX8kSyoR1bGSUvUtIqa2cu9NqXuQdEtl { width:12.5rem;height:4.125rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWSVQB7DSr0PfUTbLLM0iJuoOB0oQi2 { width:10rem;height:2.75rem;top:20.3125rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqtrzCkOLx8oGiyP3y8RNaonpf4xWZ { width:11.25rem;height:5.3125rem;top:14.9375rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcgdBTGuDeZL72xXoQKhfHaxs5H56rQB { width:12.1875rem;height:5.5rem;top:20.3125rem;left:25.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiut3EhPCJfPgB3zV1o9xvy9K4fiTOdQ { width:14rem;height:5.3125rem;top:14.9375rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3mNxzGlnAyRseSsqR2xfEbIJhO4HPT2 { width:13.3125rem;height:5.3125rem;top:14.9375rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn6UnnM9KBcHwBKWMBVNtclpJbIGgGfH { width:12.5rem;height:4.125rem;top:20.3125rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWmWKyrOnTiKRu5aKPNcIHMpgme2tCo4 { width:11.9375rem;height:5.375rem;top:14.9375rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTzb4M7QaWFaU7sEuoB8r1qqGO4O0HcI { width:12.1875rem;height:4.125rem;top:20.3125rem;left:35.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTK5CAxGTzIn8PyLNDZITkFH5ZHeNgiF { width:47.75rem;height:0.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz { display:block; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozOq4WRqhyBooJC5J3dhps1SJSRp6e0K { width:15.125rem;height:2.75rem;top:16.25rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM1pIi6S5wyeATJsXbiRLdTTPTskSh8d { width:47.75rem;height:;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRDXDNhJFBcVAR9mhgRUHWeNtF3CPk8C { width:5.8125rem;height:5.8125rem;top:10.5rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUMvytvgTkJILxC1bZNF2dNbrlhKDbHp { width:15.125rem;height:5.5rem;top:16.375rem;left:16.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgIbWmXfBGSBaeiEqSu1zsfKdrxePVyM { width:4.25rem;height:4.25rem;top:11.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btEJwdVH6Ubr3IDQe3Qlq99R4AyzNHnQ { width:15.125rem;height:8.3125rem;top:15.625rem;left:32.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3d9O2D3THe6qAD0TadOefcKAoTpq1W { width:4.25rem;height:4.25rem;top:10.5625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStHqKN73sUWLZOhFRIRN9b67f5hOEMV { width:19.8125rem;height:3.4375rem;top:30.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8L5Tuo5F0ig2cOS2KWksGVLpBC9qI5c { display:block; }
 }@media only screen and (max-width: 763px) { #UtmTZ1UbkORHCX8fHyWFHTRGoVE0AHU5 { width:38.6875rem;height:1.375rem;top:31.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D { display:block; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV { display:block; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaEffQeiesS93aBGr9XtE9O2IFdaVw49 { width:30.6875rem;height:7.8125rem;top:3.75rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfqipnSbBBbTg7O28U1WQpipF1rJikl { width:29rem;height:22.3125rem;top:12.875rem;left:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z { width:37.125rem;height:34.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1FBA1QTNOGW5ymS6SNReZSHV17NOLre { display:block; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzBmRQhoaTew5P5xhTPTmpKK60Fbtqu3 { width:33.25rem;height:;top:9.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFxcNO8Gs9vQVu53qzEJyZkMilE78liA { width:37rem;height:14.3125rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCAlhImqTFZPgHiW6U1Vss4euxQTtLg { width:29.375rem;height:26.5625rem;top:5.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbB5sDNEfts9erbymZs2dVoWCbyWNyr3 { width:23.875rem;height:23.875rem;top:4.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 { width:2.1875rem;height:2.1875rem;top:9.8125rem;left:21.6875rem;display:block; }
#O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt { display:block; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MI608nmGMOb0XBpwgRe4AVHgQIgdcSZk { width:25.75rem;height:16.75rem;top:-3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQ6wH3nIE57d6pftDSOMnCc6l9wVIOQ { width:37.4375rem;height:2.75rem;top:3.1875rem;left:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJXTUpOKlk4bV9zi8NrUMnoHMpWdba3 { width:37.4375rem;height:3.1875rem;top:7.125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXHngaeHK7gKEOGVR32ondo8wvr2szX { display:block; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o { display:block; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSU7UtKycB8wVIQ1B307CUsTu6A1VXKu { width:47.75rem;height:;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 { display:block; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPWfs12FZZeJKpxmtNUTMuZ1CCv0hIQ8 { width:4.5rem;height:4.5rem;top:0rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvTO1Ov2cAInHCcNNnQbUtbFWLQxgZWQ { width:15.5rem;height:3.25rem;top:5.625rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6M600rWTge3CLrQr7CUygSEwTeQoGKB { width:13.75rem;height:3.25rem;top:5.625rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtM4lRWIVgfAqRxU7oWtTvKS2THabMA { width:4.5rem;height:4.5rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcs1zwShoiAPkNNLIuUITL6EUvXZmu3 { width:16.5rem;height:4.875rem;top:5.625rem;left:31.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rdweF63JffSfOOdg3WDGcss6riHQ4q { width:4.25rem;height:4.25rem;top:0rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN { display:block; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqBT6VpcyZ48V2dydTEQycfGo8UBroJW { width:36.3125rem;height:4.5rem;top:6.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnG7eRqOyP3unE1o70MzCgFpEeiN8bOu { width:21.5rem;height:3.4375rem;top:12.75rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFoHh7GkQAUfemT7x8Tc96VPR8V9G3pP { display:block; }
 }@media only screen and (max-width: 763px) { #iprh46710cEb4Sz3L20XrLud1EnV8bTg { width:36.3125rem;height:5.5rem;top:10.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN1ShWZsqEokRAI6sTJSUA57l9vNgvQ { width:21.75rem;height:1.625rem;top:9.8125rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx { display:block; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTNTvW3JroRQdyPOdTHIBDTJIGgR368v { width:16.25rem;height:6.9375rem;top:12.9375rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJU3mapPkhBfzF7XRKPKsrLyoKnT6rTE { width:18.3125rem;height:5.375rem;top:6.75rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSb4zGWkeosdC3yNAJ47viWaFM4Stp4v { width:20.25rem;height:3.75rem;top:15.6875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ { width:2.375rem;height:2.375rem;top:6.8125rem;left:27.5625rem;display:block; }
#XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l { width:2.1875rem;height:2.1875rem;top:6.75rem;left:17rem;display:block; }
#fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AWizURukduZlxrVxaSysxqTC5WmFI74H { width:2.25rem;height:2.25rem;top:6.75rem;left:20.5625rem;display:block; }
#AWizURukduZlxrVxaSysxqTC5WmFI74H > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 { width:2.125rem;height:2.125rem;top:6.8125rem;left:13.25rem;display:block; }
#bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe { width:2.25rem;height:2.25rem;top:6.8125rem;left:24.125rem;display:block; }
#MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #eflTzyOg0FlRV8hGcTeKOeI9bu9KgDtx { width:1.25rem;height:1.25rem;top:8.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9IIk8Rnu7FJ31aBreKo5vCR9KOvs3R { width:7.625rem;height:2.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVa50I2yiclr4WJEMWrzBaiLM100hV5 { width:11.875rem;height:6.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1uZpLRvb8vFVMz2uP6GadGiR4pTUrs { width:7.625rem;height:1.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z198fczgP6viZsg55O1sUrNCaPNNu7bf { width:13.3125rem;height:6.875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f6edda;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH { display:block; }#Mwh3FdMIiF4N8PqUvBJpo0PNh1E6lKXH > .row .container { width:20rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbN25K2bzKZ38lFsrTOZowXABTLFpc60 { width:20rem;height:2.0244125rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNar0aPR3PpTNabnCc7bkM7JokacDJU5 { width:17.6875rem;height:11.25rem;top:15.16015625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Dn2XsPJM3DdhINkRQzhdVZsNWSLTr6DF { width:11.5625rem;height:3.4375rem;top:22.56640625rem;left:0rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #afW06Vl5f15sye9aarb5T6osWUEgpSOh { display:block; }
 }@media only screen and (max-width: 763px) { #thqQs5F5KlOBTnme6xIiPkBsn9vXGfsc { width:20rem;height:6.597625rem;top:27.66015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmXWOVAi69ORNXXOf3Iv6XcAlrKvuQiK { width:15.25rem;height:1.2246125rem;top:35.50684375rem;left:2.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sVXgI6bP3FUNmXcfqwrrQ50fTnF6sudr { width:20rem;height:43.75rem;top:37.98145625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM09IxJVCTxyQMbNBscXo6hJTkJiXTwz { width:7.5625rem;height:2.5625rem;top:1.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxCgUtEKVf6dHE8fO2yCwM26bOyHTDbV { width:10.625rem;height:5.25rem;top:0rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1lO830ahT5XSzb6c4pkuwbAFaUlvdn { width:12.0625rem;height:43.75rem;top:37.98145625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANo4pIiSRDynpdpJ0ltk9wffBXdSbit { width:7.0625rem;height:43.75rem;top:37.98145625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0DcRegverfCTM878ay1gBi484BJCort { display:block; }#k0DcRegverfCTM878ay1gBi484BJCort > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIGKB7OSoTsSSTblanUWkhMV5uL4EWfw { width:8.0625rem;height:2.548825rem;top:24.7109375rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuQhKn1z8DlJpIcUlsrwhK0m42F5Bwr3 { display:flex;width:2.75rem;height:2.75rem;top:20.7109375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #okK5aKpbcqh4NkZyPnTCbiwLoUvXsdLT { display:flex;width:2.75rem;height:2.75rem;top:28.5087875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #a99qNKW0742nKV8rVgJ1ihDnf4N0huhD { width:5.8125rem;height:2.548825rem;top:32.5087875rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNlD7vQSe1ZhnlVo71Vfu8ZwkJciKsD { width:14rem;height:1.2744125rem;top:12.3125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsqcx1a0ufh2SxuDcFTA6oCgLTpltPf { display:flex;width:1.75rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #z8Q2ZN42G2AhDC1mNtVsOdiMCrtlAcZ3 { width:20rem;height:4.3984375rem;top:15.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ { display:block; }#L0UxQ5LhOkVca0QabumHV4nTzi5r6SRZ > .row .container { width:20rem;height:100.09375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPalKBRqJz39uu6WUTGNy2MzT40p3APR { width:20rem;height:3.57421875rem;top:5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NW3U7CFrgtMRJrfhUMrOiicQKUcIcJZ5 { width:20rem;height:16.875rem;top:73.96875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #diWbXzkzRZUX9yTLtqV0SO14ikP0oFXJ { width:12.5rem;height:12.0625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgFmooz8QP80PEa3m3M7hf0zFQFEQAuB { width:12.5rem;height:12.5rem;top:60.21875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNQlbgIGwQ26mrVS0RAutCtIHJAr9NZ { width:20rem;height:2.0625rem;top:92.09375rem;left:0rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pxfq1g1Nx2Eqe2txdrCKwZ8IxCBzvvyP { width:14.8125rem;height:3.4375rem;top:95.40625rem;left:2.5625rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vC7qJTmvCNxKhcElN61HuqTsnCbgDifb { display:block; }
 }@media only screen and (max-width: 763px) { #GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T { display:block; }#GpkqsE8LobgaIbhMJxbU6Ae6SWS0fL3T > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rShFMtnmnzt6vmANF5s5A9v8gxGmK1cf { width:20rem;height:5.361325rem;top:5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWWL158LSw7EgTLb7QA0Z41Hlfecghzs { display:block; }#VWWL158LSw7EgTLb7QA0Z41Hlfecghzs > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZQzz8t17Af3K7qmkqcHoGU0LSzXRDhS { width:15.4375rem;height:4.78125rem;top:1.625rem;left:4.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JNgmiVcQ8MpcVAb4TdEsCWH4KGkbI40T { display:flex;width:3.875rem;height:3.875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RrszIoNa6QiHSQXXGKX53tN8FC16sBxz { width:15.5rem;height:1.625rem;top:0rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcB2wxIdBfCGLm00wZmQD4AN5rt6RAQ2 { width:15.4375rem;height:4.78125rem;top:11.8125rem;left:4.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #budKROPN237C4DGUf5acVg3iTVup2JWN { width:15.5rem;height:3.25rem;top:10.1875rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odL5nH3UWBUBC0Ug9agnZHaKTAL0JyRF { display:flex;width:3.875rem;height:3.875rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GWcQSsvTFPup43cR4tNUSV8TZ0D5UMKq { width:15.4375rem;height:4.78125rem;top:11.8125rem;left:4.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LyZgIOmCBZXo0U3ISBrs8Drs5y4hyzuZ { width:15.5rem;height:1.625rem;top:10.1875rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRx5mGaCVQWqGmarBuN7SJeK2NnqUUwv { display:flex;width:3.875rem;height:3.875rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LStqRcqNySc282cqsdP7wDCP7bMQ1InF { display:block; }#LStqRcqNySc282cqsdP7wDCP7bMQ1InF > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxqCV8Gm78IxCBumrI049b7bR9URX8pt { width:15.4375rem;height:3.1875rem;top:1.625rem;left:4.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xIrkEDi4vAvWzQeQvJaKbQiWMpVIg1W4 { display:flex;width:3.875rem;height:3.875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z9VnoEL28iXT9vvQi7c8H4CVlZ1pdLDT { width:15.5rem;height:3.25rem;top:0rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VB8tXwyeDQbU3Vv66gTpI7LlstbtHcMB { width:15.4375rem;height:4.78125rem;top:11.8125rem;left:4.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bzX1aPfeBgoVuTE9TW9W9qUX50Q0tEza { width:15.5rem;height:1.625rem;top:10.1875rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bEyvJU7OzNQDLbzTCuL8gtsrqkRPWTSc { display:flex;width:3.875rem;height:3.875rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C132JNiZvQ6g5ad9Ugf9zxCqicg7qLVL { width:19.8125rem;height:3.4375rem;top:17.8125rem;left:0.0625rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #knHJXqrk5QMHZqabqTlxSGGzrfBCFZs4 { display:block; }
 }@media only screen and (max-width: 763px) { #WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx { background-color:transparent;background-image:none;display:block; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { background-color: transparent; background-image: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container > .video-iframe-container { display: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row > .video-iframe-container { display: none; }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .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); }#WgQRMGDmZA6pTMrC3RPqINwH1ZHlCrFx > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeLPaic8PTdvvul8nUMn2tiltHx5crXb { width:19.9375rem;height:3.57421875rem;top:5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukP5vCPigEzrJ2sfvu0ERTvPFw6aFIDp { width:18.625rem;height:5.625rem;top:12.8125rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nX8kSyoR1bGSUvUtIqa2cu9NqXuQdEtl { width:18.625rem;height:3.1875rem;top:18.4375rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TRWSVQB7DSr0PfUTbLLM0iJuoOB0oQi2 { width:18.625rem;height:3.1875rem;top:29.6875rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqtrzCkOLx8oGiyP3y8RNaonpf4xWZ { width:18.625rem;height:5.625rem;top:24.0625rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kcgdBTGuDeZL72xXoQKhfHaxs5H56rQB { width:18.625rem;height:4.78125rem;top:52.75rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tiut3EhPCJfPgB3zV1o9xvy9K4fiTOdQ { width:18.625rem;height:5.625rem;top:47.125rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z3mNxzGlnAyRseSsqR2xfEbIJhO4HPT2 { width:18.625rem;height:5.625rem;top:35.875rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fn6UnnM9KBcHwBKWMBVNtclpJbIGgGfH { width:18.625rem;height:4.78125rem;top:41.5rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zWmWKyrOnTiKRu5aKPNcIHMpgme2tCo4 { width:18.625rem;height:5.625rem;top:47.125rem;left:1.375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DTzb4M7QaWFaU7sEuoB8r1qqGO4O0HcI { width:18.625rem;height:3.1875rem;top:52.75rem;left:1.375rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iTK5CAxGTzIn8PyLNDZITkFH5ZHeNgiF { width:20rem;height:0.125rem;top:58.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz { display:block; }#HH7mH6xaF0tRQQveukL5cE3TPcbzlNNz > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozOq4WRqhyBooJC5J3dhps1SJSRp6e0K { width:18.0625rem;height:1.7871125rem;top:31.923828125rem;left:0.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM1pIi6S5wyeATJsXbiRLdTTPTskSh8d { width:20rem;height:3.57421875rem;top:17.7246125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRDXDNhJFBcVAR9mhgRUHWeNtF3CPk8C { display:flex;width:4.75rem;height:4.75rem;top:27.236328125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #NUMvytvgTkJILxC1bZNF2dNbrlhKDbHp { width:18.0625rem;height:1.7871125rem;top:31.923828125rem;left:0.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgIbWmXfBGSBaeiEqSu1zsfKdrxePVyM { display:flex;width:4.75rem;height:4.75rem;top:27.236328125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #btEJwdVH6Ubr3IDQe3Qlq99R4AyzNHnQ { width:18.0625rem;height:1.7871125rem;top:31.923828125rem;left:0.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3d9O2D3THe6qAD0TadOefcKAoTpq1W { display:flex;width:4.75rem;height:4.75rem;top:27.236328125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #NStHqKN73sUWLZOhFRIRN9b67f5hOEMV { width:19.8125rem;height:3.4375rem;top:37.554690625rem;left:0.0625rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #C8L5Tuo5F0ig2cOS2KWksGVLpBC9qI5c { display:block; }
 }@media only screen and (max-width: 763px) { #UtmTZ1UbkORHCX8fHyWFHTRGoVE0AHU5 { width:20rem;height:0;top:34.923828125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D { display:block; }#TDQRh7UUcMZsXDZNA0Ek0bUFRSJUDo3D > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV { display:block; }#Hep9TNTU1ABh4GSWAOlCTeXFBBxypFRV > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaEffQeiesS93aBGr9XtE9O2IFdaVw49 { width:20rem;height:3.57421875rem;top:5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evfqipnSbBBbTg7O28U1WQpipF1rJikl { width:20rem;height:16.875rem;top:73.96875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xlUpJMk4LhDl86CW4im5mEL7CWnt9C5z { width:12.5rem;height:12.0625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1FBA1QTNOGW5ymS6SNReZSHV17NOLre { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { background-color: transparent; background-image: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container > .video-iframe-container { display: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container { display: none; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .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); }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { border-width: 0; border-radius: 0; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1FBA1QTNOGW5ymS6SNReZSHV17NOLre > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzBmRQhoaTew5P5xhTPTmpKK60Fbtqu3 { width:17.375rem;height:1.7871125rem;top:21.9375rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFxcNO8Gs9vQVu53qzEJyZkMilE78liA { width:20rem;height:22.5rem;top:24.1875rem;left:0.0625rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #onCAlhImqTFZPgHiW6U1Vss4euxQTtLg { width:20rem;height:16.875rem;top:3.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbB5sDNEfts9erbymZs2dVoWCbyWNyr3 { width:8.6875rem;height:8.6875rem;top:0.1875rem;left:-2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 { display:flex;width:2.1875rem;height:2.1875rem;top:48.625rem;left:0rem; }
#O141LfdccRp6ZgBmKOAKkZW2xBskSpD7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt { display:block; }#hHiVC0xFBXA0Aw1PlAltB2NB3hQcAiVt > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MI608nmGMOb0XBpwgRe4AVHgQIgdcSZk { width:17.25rem;height:11.0625rem;top:0.8125rem;left:-0.6199322762574rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQ6wH3nIE57d6pftDSOMnCc6l9wVIOQ { width:11.75rem;height:3.57421875rem;top:12.1962890625rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJXTUpOKlk4bV9zi8NrUMnoHMpWdba3 { width:14.625rem;height:7.03125rem;top:16.0712890625rem;left:1.875rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AKXHngaeHK7gKEOGVR32ondo8wvr2szX { display:block; }#AKXHngaeHK7gKEOGVR32ondo8wvr2szX > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o { display:block; }#s3I1PL18oUzGcV8rF1HO0RDw8D4ITn7o > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSU7UtKycB8wVIQ1B307CUsTu6A1VXKu { width:20rem;height:5.361325rem;top:5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 { display:block; }#zIkolcPMerbCyUp4ReFb2VO0zQHEGTf3 > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPWfs12FZZeJKpxmtNUTMuZ1CCv0hIQ8 { display:flex;width:3.875rem;height:3.875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cvTO1Ov2cAInHCcNNnQbUtbFWLQxgZWQ { width:15.5rem;height:1.625rem;top:0rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H6M600rWTge3CLrQr7CUygSEwTeQoGKB { width:15.5rem;height:3.25rem;top:10.1875rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNtM4lRWIVgfAqRxU7oWtTvKS2THabMA { display:flex;width:3.875rem;height:3.875rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sOcs1zwShoiAPkNNLIuUITL6EUvXZmu3 { width:15.5rem;height:1.625rem;top:10.1875rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7rdweF63JffSfOOdg3WDGcss6riHQ4q { display:flex;width:3.875rem;height:3.875rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN { display:block; }#W3sATcGxyQDpMoTugI1nT6c1SHCGkWdN > .row .container { width:20rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqBT6VpcyZ48V2dydTEQycfGo8UBroJW { width:20rem;height:2.0244125rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnG7eRqOyP3unE1o70MzCgFpEeiN8bOu { width:11.5625rem;height:3.4375rem;top:22.56640625rem;left:0rem;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cFoHh7GkQAUfemT7x8Tc96VPR8V9G3pP { display:block; }
 }@media only screen and (max-width: 763px) { #iprh46710cEb4Sz3L20XrLud1EnV8bTg { width:20rem;height:6.597625rem;top:27.66015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN1ShWZsqEokRAI6sTJSUA57l9vNgvQ { width:20rem;height:0;top:35.47265625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx { background-color:#4f893c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { background-color: transparent; background-image: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container > .video-iframe-container { display: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container { display: none; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .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); }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { border-width: 0; border-radius: 0; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNmKpw9WvMxE8hTcJqvkV9Ra742LcRLx > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTNTvW3JroRQdyPOdTHIBDTJIGgR368v { width:14.3125rem;height:6.09375rem;top:8.1748046875rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NJU3mapPkhBfzF7XRKPKsrLyoKnT6rTE { width:18.312375rem;height:4.5rem;top:17.3359375rem;left:0.966796875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qSb4zGWkeosdC3yNAJ47viWaFM4Stp4v { width:19.9980625rem;height:3.38671875rem;top:24.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:15.25rem;font-size:1.5rem; }
#XnG0p2RDtNLzhOzByq4SSr3UzabhqarZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:5.8125rem; }
#fzXlB3g26IHdLzap6x2WDwU6ZaQHhR2l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AWizURukduZlxrVxaSysxqTC5WmFI74H { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:8.875rem;font-size:1.5rem; }
#AWizURukduZlxrVxaSysxqTC5WmFI74H > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 { display:flex;width:2.125rem;height:2.125rem;top:3.4375rem;left:2.625rem; }
#bW6S0OREEOqQ2fVMlbUTqoWialPvuMl9 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe { display:flex;width:2.25rem;height:2.25rem;top:3.375rem;left:12.125rem;font-size:1.5rem; }
#MHv7LGBAXKXkZkso7xbTxMPAakLdOBoe > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #eflTzyOg0FlRV8hGcTeKOeI9bu9KgDtx { display:flex;width:1.0625rem;height:1.0625rem;top:19.0234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #dy9IIk8Rnu7FJ31aBreKo5vCR9KOvs3R { width:7.625rem;height:2.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVa50I2yiclr4WJEMWrzBaiLM100hV5 { width:12.0625rem;height:6.5625rem;top:30.5rem;left:8.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1uZpLRvb8vFVMz2uP6GadGiR4pTUrs { width:7.625rem;height:1.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z198fczgP6viZsg55O1sUrNCaPNNu7bf { width:10.6875rem;height:5.5625rem;top:37.0625rem;left:8.875rem;display:block; }
 }