.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,217;--color-primary-1:255,204,129;--color-primary-2:255,153,3;--color-primary-3:128,77,2;--color-primary-4:38,23,0;--color-secondary-0:222,222,227;--color-secondary-1:144,145,162;--color-secondary-2:32,34,69;--color-secondary-3:16,17,35;--color-secondary-4:5,5,10;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:247,240,235;--color-tertiary-3:148,144,141;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { border-width: 0; border-radius: 0; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#FK963U8QgDPMK81duWqAqoZU6gNZE9aH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99913125rem;width:7.999125rem;top:1.125rem;left:0.0625rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/659d3ac2-86d1-49e3-bb49-4952f07ccfe7/Group2609292.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.5rem;height:8.77475rem;font-style:normal;display:block; }
#XhzNrrlOnvFyMT2JHsblPC56RptlbewN { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.771484375rem;left:1.625rem;height:7.19725rem;font-style:italic;display:block; }
#dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { z-index:15003;top:25.1875rem;left:1.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyKLeIvSDAdQMJgVt53kio2qRoRbzRER { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.625rem;left:1.5rem;height:2.2721375rem;display:block; }
#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { background-color: transparent; background-image: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container > .video-iframe-container { display: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container { display: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .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); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { border-width: 0; border-radius: 0; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:12.40625rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:12.51416015625rem;left:11.875rem;height:5.41666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { background-color: transparent; background-image: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container > .video-iframe-container { display: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container { display: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .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); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { border-width: 0; border-radius: 0; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqqAwkb0FkIho74VJJS8gUelVFbCil6V { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.875rem;left:0.75rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { position:absolute;display:block;z-index:15003;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.6875rem;width:3.125rem;top:2.3125rem;left:5rem;overflow:hidden;display:block; }
#FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.9375rem;left:15.5rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:4.625rem;top:2.5rem;left:19.8125rem;overflow:hidden;display:block; }
#N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:10.875rem;left:30.625rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wr9muZC1JU35KzCdI2ixs8Duoqinku7d { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3125rem;left:30.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4rem;top:2.125rem;left:35.125rem;overflow:hidden;display:block; }
#bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:10.875rem;left:45.6875rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QxayNATdGgGbO028JPPer7s75rRiHMZf { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:45.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.125rem;top:2.3125rem;left:51.125rem;overflow:hidden;display:block; }
#hTlFINRxqJ2hZhTqeS1EElC66hAlwANm { z-index:15004;top:21.875rem;left:22.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SbEPGcrp50V6Gzge4JkdTWVlZfBMHCKB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { background-color: transparent; background-image: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container > .video-iframe-container { display: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container { display: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .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); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { border-width: 0; border-radius: 0; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:60rem;position:relative;display:block; }#bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.03125rem;left:12.40625rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ioEHNxk9gcRBF36kdAxQKxMc2529OukZ { box-sizing:content-box;height:6.8125rem;width:30rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:12.625rem;left:16.5625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#TlIOiyq7Vq6NITuc9CxC8QP0NTaTpZiO { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:24.53125rem;height:1.2999125rem;display:block; }
#huN6QDiI2lMboHCFIRXw5ecO96zTyKtJ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.625rem;left:24.53125rem;height:2.599825rem;display:block; }
#I9TTwF8nC4NTysO9F6UFWOwc4m0tt6i9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.375rem;top:14.40625rem;left:18.125rem;overflow:hidden;display:block; }
#c3uenJk97fvS0VcnVbE2cmMx6S6qn7ai { box-sizing:content-box;height:6.8125rem;width:30rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:20.5rem;left:16.5625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#NBfuwyxU7o23Dnxgb2uMogs0BFwmvkyC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.375rem;top:22.28125rem;left:18.125rem;overflow:hidden;display:block; }
#qWLFP1lxTHvOCPXDlWHABVcPR5NFbILD { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.5rem;left:24.5625rem;height:2.599825rem;display:block; }
#wc7iETqG7IBXzuvHFe0czPcOVRxqCCyw { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.625rem;left:24.5625rem;height:1.2999125rem;display:block; }
#lEA8Bd2nEKtH058wJ2u96cQF04poP8cB { box-sizing:content-box;height:6.8125rem;width:30rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:28.3681640625rem;left:16.5625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#sWVbvAxEM8D4p1N8J4s0ckkzPJiXrPHJ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:24.625rem;height:1.2999125rem;display:block; }
#c2BWJ7iT41XNkPXw5nq7bps1ZcI93AaS { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.4375rem;left:24.625rem;height:2.599825rem;display:block; }
#Dh1y76ZRisnDLKKnEuGqbCGC1IDPWTRZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.375rem;top:30.1875rem;left:18.1875rem;overflow:hidden;display:block; }
#EBgx9dntUtezQfZ5XiqAhNsIwK83ch1z { box-sizing:content-box;height:7.875rem;width:30rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:36.25rem;left:16.5625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#fBO570cXhnFcILuwhJFXOb6svWTQarov { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.25rem;left:24.5625rem;height:3.8997375rem;display:block; }
#v43PIqmxo1UUibve9oBf2vvypfk9dSV1 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.375rem;left:24.5625rem;height:1.2999125rem;display:block; }
#zmN4pRVQsDWcFxMf6wWubEgaB4H7Htsw { 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:3.25rem;width:4.375rem;top:38.03125rem;left:18.125rem;overflow:hidden;display:block; }
#waUgi6qods3ASqk9NR9D6KvWf2q77oTM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:49.5625rem;left:13.1875rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qA70hkFvIxfv6OQBWigaOwLmeVF5eFB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:59rem;left:13.34375rem;height:5.41666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyKcDH4K0fhnILq823uN1P2LJFkyMina { z-index:15003;top:67.4375rem;left:23.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tox9TeMiB8qT42cDLHeRsU2u957u7zVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5fzCTlMWTNu7IukyfLEWE9AUZR5Aq6E { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TTXxGBGXefmpNCBL959bl5cA8so3A93y { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lQ74wORIv636XycxnkOlOWNmb3EziGgT { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { background-color: transparent; background-image: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container > .video-iframe-container { display: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row > .video-iframe-container { display: none; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .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); }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { border-width: 0; border-radius: 0; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.1865234375rem;left:0rem;height:6.1870625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35rem;left:0rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rd734PQywUiRTmFKpRHQRp88lyRgHq9O { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:35rem;left:20.5rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:35rem;left:40.78125rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkOXsXTgeG98dlbDDv3HyGXNviN790Lk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-ienabled-radius:0rem;box-shadow: none;height:21.9375rem;width:10.6875rem;top:11.6875rem;left:2.0078125rem;overflow:hidden;display:block; }
#KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:10.625rem;top:11.6875rem;left:22.5rem;overflow:hidden;display:block; }
#bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-ottom: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:22.1875rem;width:10.75rem;top:11.5625rem;left:44.15625rem;overflow:hidden;display:block; }
#lJa5lXmrMTLU3m8rhQBpzN5KnuoWNiRM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.3125rem;width:27.125rem;display:none; }
#XBFgxeGBhyWxrHomnKNQgTfDvIaHu2Tx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.3125rem;width:27.125rem;display:none; }
#r6eR8FMktCxUqQcX0ryLO3yHat6dFbZZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.3125rem;width:27.125rem;display:none; }
#qBdcPWUCOJ2Qmrp7OitztvtbLsOwfrke { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:43.27490234375rem;left:14.03125rem;height:1.909725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { background-color: transparent; background-image: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { border-width: 0; border-radius: 0; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.5625rem;left:0rem;height:4.20030625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { background-color: transparent; background-image: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .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); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { border-width: 0; border-radius: 0; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { background-color: transparent; background-image: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container > .video-iframe-container { display: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row > .video-iframe-container { display: none; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .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); }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { border-width: 0; border-radius: 0; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { color:rgba(var(--color-secondary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5989685058594rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { position:absolute;display:block;z-index:15036;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.875rem;width:1.8125rem;top:4.374755859375rem;left:0rem;overflow:hidden;display:block; }
#XRetZcN8OCoR4NtzyI3C5rNOuAqi94VH { position:absolute;display:block;z-index:15037;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.875rem;width:1.8125rem;top:8.649658203125rem;left:0rem;overflow:hidden;display:block; }
#Fy1JkNPrQhHCkxLM7JFxS6F54Ww60e6g { color:rgba(var(--color-secondary-2),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.7239685058594rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#e9yq5yIzZm6MnNI2txxXzz6RBuTQv6zd { color:rgba(var(--color-secondary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.1484375rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#M71g58l2roqk4qlKa5NkzC23wrEcolq5 { color:rgba(var(--color-secondary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.49870300293rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#noR8v3PGdQ8EaFvqSgxVzbW8qKchOGMP { color:rgba(var(--color-secondary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.610687255859rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#GeMDP1UDZpPGUFaJo9VaGkFG8Js4Cm9q { color:rgba(var(--color-secondary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.796875rem;left:2.5rem;height:1.3rem;font-style:normal;display:block; }
#vniLWmdDTdsC59LP2Ca0a9N1v7TIL75x { color:rgba(var(--color-secondary-2),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.661376953125rem;left:2.5rem;height:2.599825rem;font-style:normal;display:block; }
#y2FylysILI6TQPSIOUOWdmdSWOk2dbKc { color:rgba(var(--color-secondary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.748779296875rem;left:2.7490234375rem;height:2.599825rem;font-style:normal;display:block; }
#uO9F3nJyNyDGHQRV6NaqCQyGkU2g34Vi { color:rgba(var(--color-secondary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.173583984375rem;left:2.7490234375rem;height:1.2999125rem;font-style:normal;display:block; }
#EopbBLdymXH8Emk1Z4iTbGRnriNTcRmh { color:rgba(var(--color-secondary-2),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.2734375rem;left:2.8125rem;height:2.599825rem;font-style:normal;display:block; }
#rLKVT2eRgUWeLATroCbkzRqUWOP2whps { color:rgba(var(--color-secondary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.3359375rem;left:2.7486991882324rem;height:3.8997375rem;font-style:normal;display:block; }
#F7d9d07BA802f5C2Zr3C37SH3EGNLs3S { position:absolute;display:block;z-index:15038;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.875rem;width:1.8125rem;top:13.8603515625rem;left:0rem;overflow:hidden;display:block; }
#su2vqAQTskc23TrOvOZxr71LkwgZFmoD { position:absolute;display:block;z-index:15039;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.875rem;width:1.8125rem;top:19.374267578125rem;left:0rem;overflow:hidden;display:block; }
#qmImPebDGyv4iMPqRbhytdDvsConMTHm { position:absolute;display:block;z-index:15040;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.875rem;width:1.8125rem;top:23.298828125rem;left:0rem;overflow:hidden;display:block; }
#Gra9a2W0bTsnCVRULCRCW8dzDVSZeNuO { position:absolute;display:block;z-index:15041;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.875rem;width:1.8125rem;top:28.610687255859rem;left:0rem;overflow:hidden;display:block; }
#htoB344XfyKoNZMenWIq3NlGaRnT1dJ2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:5.7096405029297rem;left:2.5rem;display:block; }
#ldwr6tAs7mD3bDT8T95vv3N6D45lghS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JLZ13MGnzZ8UTTTRFwUtpGIOdr1ioo2B { color:rgba(var(--color-secondary-2),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.25rem;left:2.5rem;height:1.2999125rem;font-style:normal;display:block; }
#xlDHwup4NNRzpKri3b9QMIfzsLRmDGHI { position:absolute;display:block;z-index:15041;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.875rem;width:1.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nlrxGOa1ogEQZ02Er9NNNW2VON4yw3Zx { color:rgba(var(--color-secondary-2),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.7161483764649rem;height:1.3rem;font-style:normal;display:block; }
#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B { color:rgba(var(--color-secondary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.875rem;left:2.75rem;height:11.3368125rem;font-style:normal;display:block; }#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B li:before{  }
#Wyl5UthOkHpF4rI0GP4BTJeE4ZGxgR7U { color:rgba(var(--color-secondary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.3125rem;left:2.5rem;height:1.2999125rem;font-style:normal;display:block; }
#HF6kWPwb32o9bXBD2s22L63w9GPRXuve { position:absolute;display:block;z-index:15044;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.875rem;width:1.8125rem;top:35.125rem;left:0rem;overflow:hidden;display:block; }
#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { background-color: transparent; background-image: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { border-width: 0; border-radius: 0; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#FH3upmicSRJnqewObbIa8TrTgIUxLmJV { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1184844970703rem;left:0rem;height:6.4995625rem;display:block; }
#epw5buycGLLfIqyZhB0ctbWUlhm5a92C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { background-color: transparent; background-image: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container > .video-iframe-container { display: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container { display: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .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); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { border-width: 0; border-radius: 0; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:33.75rem;height:4.38671875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:19.125rem;top:16.1875rem;left:33.75rem;overflow:hidden;display:block; }
#qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:31.3125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { 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; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { background-color: transparent; background-image: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .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); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { border-width: 0; border-radius: 0; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.75rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#s77qBo3yAus18Xi5T9HKctEmHubd8Isu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #97a7be;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:3.875rem;width:60rem;top:10rem;left:0rem;display:block; }
#K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:44.25rem;height:1.13606875rem;display:block; }
#RthNTn4uMn74ObMoEHMxie0kqt62VEvL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:12.25rem;left:18.8125rem;display:block; }
#A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:12.5625rem;left:35.75rem;display:block; }
#FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:12.625rem;left:48.8125rem;display:block; }
#uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { color:#97a7be;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.86328125rem;left:0rem;height:1.13606875rem;display:block; }
#cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { 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:1.5rem;width:1.5rem;top:6.0625rem;left:51rem;overflow:hidden;display:block; }
#NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { 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.5rem;width:1.5rem;top:6.0625rem;left:52.875rem;overflow:hidden;display:block; }
#SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { 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:1.5rem;width:1.5rem;top:6.0625rem;left:54.75rem;overflow:hidden;display:block; }
#C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { position:absolute;display:block;z-index:15016;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.5rem;width:1.5rem;top:6.0625rem;left:56.625rem;overflow:hidden;display:block; }
#RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { position:absolute;display:block;z-index:15017;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.5rem;width:1.5rem;top:6.0625rem;left:58.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { top:1.125rem;left:0rem;width:7.9375rem;height:1.9830848740349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { top:7.5rem;left:0rem;width:34.4375rem;height:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { top:16.75rem;left:0rem;width:38.1875rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { top:25.1875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block; }
 }@media only screen and (max-width: 763px) { #MyKLeIvSDAdQMJgVt53kio2qRoRbzRER { top:31.625rem;left:0rem;width:18.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { display:block; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { top:2.5625rem;left:0rem;width:36.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { top:12.5rem;left:0rem;width:36.4375rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { display:block; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { width:14.9375rem;height:3.6875rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqqAwkb0FkIho74VJJS8gUelVFbCil6V { width:13.625rem;height:6.75rem;top:10.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { width:3.125rem;height:2.6875rem;top:2.3125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { width:14.0625rem;height:8.4375rem;top:10.9375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { width:15rem;height:3.6875rem;top:6.3125rem;left:8.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { width:4.625rem;height:2.3125rem;top:2.5rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { width:13.75rem;height:5.0625rem;top:10.875rem;left:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9muZC1JU35KzCdI2ixs8Duoqinku7d { width:14.875rem;height:3.6875rem;top:6.3125rem;left:20.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { width:4rem;height:3.0625rem;top:2.125rem;left:27.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { width:13.8125rem;height:5.0625rem;top:10.875rem;left:33.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxayNATdGgGbO028JPPer7s75rRiHMZf { width:14.9375rem;height:3.6875rem;top:6.3125rem;left:32.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { width:3.125rem;height:2.9375rem;top:2.3125rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlFINRxqJ2hZhTqeS1EElC66hAlwANm { top:21.875rem;left:9.8125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbEPGcrp50V6Gzge4JkdTWVlZfBMHCKB { display:block; }
 }@media only screen and (max-width: 763px) { #xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { display:block; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { top:3rem;left:6.28125rem;width:36.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioEHNxk9gcRBF36kdAxQKxMc2529OukZ { top:12.625rem;left:10.4375rem;width:30rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlIOiyq7Vq6NITuc9CxC8QP0NTaTpZiO { top:13.75rem;left:18.40625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huN6QDiI2lMboHCFIRXw5ecO96zTyKtJ { top:15.625rem;left:18.40625rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TTwF8nC4NTysO9F6UFWOwc4m0tt6i9 { top:14.375rem;left:12rem;width:4.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3uenJk97fvS0VcnVbE2cmMx6S6qn7ai { top:20.5rem;left:10.4375rem;width:30rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBfuwyxU7o23Dnxgb2uMogs0BFwmvkyC { top:22.25rem;left:12rem;width:4.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLFP1lxTHvOCPXDlWHABVcPR5NFbILD { top:23.5rem;left:18.4375rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc7iETqG7IBXzuvHFe0czPcOVRxqCCyw { top:21.625rem;left:18.4375rem;width:18.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEA8Bd2nEKtH058wJ2u96cQF04poP8cB { top:28.3125rem;left:10.4375rem;width:30rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWVbvAxEM8D4p1N8J4s0ckkzPJiXrPHJ { top:29.5625rem;left:18.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2BWJ7iT41XNkPXw5nq7bps1ZcI93AaS { top:31.4375rem;left:18.5rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1y76ZRisnDLKKnEuGqbCGC1IDPWTRZ { top:30.1875rem;left:12.0625rem;width:4.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgx9dntUtezQfZ5XiqAhNsIwK83ch1z { top:36.25rem;left:10.4375rem;width:30rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBO570cXhnFcILuwhJFXOb6svWTQarov { top:39.25rem;left:18.4375rem;width:20.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v43PIqmxo1UUibve9oBf2vvypfk9dSV1 { top:37.375rem;left:18.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmN4pRVQsDWcFxMf6wWubEgaB4H7Htsw { top:38rem;left:12rem;width:4.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUgi6qods3ASqk9NR9D6KvWf2q77oTM { top:49.5625rem;left:7.0625rem;width:36.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA70hkFvIxfv6OQBWigaOwLmeVF5eFB2 { top:59rem;left:7.21875rem;width:36.4375rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKcDH4K0fhnILq823uN1P2LJFkyMina { top:67.4375rem;left:17.625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tox9TeMiB8qT42cDLHeRsU2u957u7zVX { display:block; }
 }@media only screen and (max-width: 763px) { #g5fzCTlMWTNu7IukyfLEWE9AUZR5Aq6E { display:none; }
 }@media only screen and (max-width: 763px) { #TTXxGBGXefmpNCBL959bl5cA8so3A93y { display:none; }
 }@media only screen and (max-width: 763px) { #lQ74wORIv636XycxnkOlOWNmb3EziGgT { display:none; }
 }@media only screen and (max-width: 763px) { #oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { display:block; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { top:3.125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { top:35rem;left:0rem;width:13.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd734PQywUiRTmFKpRHQRp88lyRgHq9O { top:35rem;left:14.375rem;width:14.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { top:35rem;left:30.25rem;width:17.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkOXsXTgeG98dlbDDv3HyGXNviN790Lk { top:11.6875rem;left:0rem;width:10.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { top:11.6875rem;left:16.375rem;width:10.625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { top:11.5625rem;left:37rem;width:10.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJa5lXmrMTLU3m8rhQBpzN5KnuoWNiRM { width:27.125rem;height:55.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBFgxeGBhyWxrHomnKNQgTfDvIaHu2Tx { width:27.125rem;height:55.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6eR8FMktCxUqQcX0ryLO3yHat6dFbZZ { width:27.125rem;height:55.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBdcPWUCOJ2Qmrp7OitztvtbLsOwfrke { top:43.25rem;left:7.90625rem;width:27.1875rem;height:1.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { top:4.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { top:4.5625rem;left:0rem;width:28.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { top:4.3125rem;left:0rem;width:1.8125rem;height:1.8760091635501rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRetZcN8OCoR4NtzyI3C5rNOuAqi94VH { top:8.625rem;left:0rem;width:1.8125rem;height:1.8760091635501rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy1JkNPrQhHCkxLM7JFxS6F54Ww60e6g { top:8.6875rem;left:0rem;width:44rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9yq5yIzZm6MnNI2txxXzz6RBuTQv6zd { top:14.125rem;left:0rem;width:33.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71g58l2roqk4qlKa5NkzC23wrEcolq5 { top:19.4375rem;left:0rem;width:25.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noR8v3PGdQ8EaFvqSgxVzbW8qKchOGMP { top:23.5625rem;left:0rem;width:35.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeMDP1UDZpPGUFaJo9VaGkFG8Js4Cm9q { top:28.75rem;left:0rem;width:43.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniLWmdDTdsC59LP2Ca0a9N1v7TIL75x { top:10.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2FylysILI6TQPSIOUOWdmdSWOk2dbKc { top:15.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO9F3nJyNyDGHQRV6NaqCQyGkU2g34Vi { top:21.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EopbBLdymXH8Emk1Z4iTbGRnriNTcRmh { top:25.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKVT2eRgUWeLATroCbkzRqUWOP2whps { top:30.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7d9d07BA802f5C2Zr3C37SH3EGNLs3S { top:13.8125rem;left:0rem;width:1.8125rem;height:1.8760091635501rem;display:block; }
 }@media only screen and (max-width: 763px) { #su2vqAQTskc23TrOvOZxr71LkwgZFmoD { top:19.3125rem;left:0rem;width:1.8125rem;height:1.8760091635501rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmImPebDGyv4iMPqRbhytdDvsConMTHm { top:23.25rem;left:0rem;width:1.8125rem;height:1.8760091635501rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gra9a2W0bTsnCVRULCRCW8dzDVSZeNuO { top:28.5625rem;left:0rem;width:1.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htoB344XfyKoNZMenWIq3NlGaRnT1dJ2 { width:6.8125rem;height:2.3125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldwr6tAs7mD3bDT8T95vv3N6D45lghS8 { display:block; }
 }@media only screen and (max-width: 763px) { #JLZ13MGnzZ8UTTTRFwUtpGIOdr1ioo2B { top:0.25rem;left:0rem;width:27.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlDHwup4NNRzpKri3b9QMIfzsLRmDGHI { top:0rem;left:0rem;width:1.75rem;height:1.8113191923931rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrxGOa1ogEQZ02Er9NNNW2VON4yw3Zx { top:2.3125rem;left:0rem;width:37.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B { top:36.875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1rem;display:block; }#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B li:before{  }
 }@media only screen and (max-width: 763px) { #Wyl5UthOkHpF4rI0GP4BTJeE4ZGxgR7U { top:35.3125rem;left:0rem;width:43.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6kWPwb32o9bXBD2s22L63w9GPRXuve { top:35.125rem;left:0rem;width:1.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { top:1.0625rem;left:0rem;width:46.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epw5buycGLLfIqyZhB0ctbWUlhm5a92C { display:block; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { top:10.0625rem;left:25.5625rem;width:22.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { top:16.1875rem;left:27.625rem;width:19.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { top:0.625rem;left:0rem;width:31.3125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { top:6rem;left:0rem;width:6.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { top:10rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { top:6.25rem;left:38.125rem;width:6.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:2.1875rem;top:12.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.625rem;top:12.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.4375rem;top:12.625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { top:12.8125rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { top:6.0625rem;left:44.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:20rem;height:4.4375rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { width:7.9375rem;height:1.9829125rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed2e5d65-20db-477b-bbdb-b20f52865650/Group2609304.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { width:20rem;height:4.79980625rem;top:1.25rem;left:0.0625rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { width:20rem;height:3.673825rem;top:7.34765625rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { top:30.11767578125rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block; }
 }@media only screen and (max-width: 763px) { #MyKLeIvSDAdQMJgVt53kio2qRoRbzRER { width:20rem;height:0.9746125rem;top:12.0205078125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { display:block; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { width:20rem;height:5.94921875rem;top:10.53662109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { display:block; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { width:20rem;height:3.73730625rem;top:7.63720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqqAwkb0FkIho74VJJS8gUelVFbCil6V { width:20rem;height:5.09911875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { width:7rem;height:6rem;top:0.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { width:20rem;height:5.09911875rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { width:20rem;height:3.73730625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { width:7.875rem;height:3.9375rem;top:17.39111328125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { width:20rem;height:3.3994125rem;top:43.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9muZC1JU35KzCdI2ixs8Duoqinku7d { width:20rem;height:1.86865rem;top:41.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { width:7.9375rem;height:6.0625rem;top:34.625rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { width:20rem;height:3.3994125rem;top:58.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxayNATdGgGbO028JPPer7s75rRiHMZf { width:20rem;height:3.73730625rem;top:54.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { width:6.125rem;height:5.6875rem;top:48.4375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlFINRxqJ2hZhTqeS1EElC66hAlwANm { top:64.125rem;left:0rem;width:20rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbEPGcrp50V6Gzge4JkdTWVlZfBMHCKB { display:block; }
 }@media only screen and (max-width: 763px) { #xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { display:block; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { width:20rem;height:7.7988125rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioEHNxk9gcRBF36kdAxQKxMc2529OukZ { width:20rem;height:8.0625rem;top:13.3125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TlIOiyq7Vq6NITuc9CxC8QP0NTaTpZiO { width:15.5rem;height:1.29980625rem;top:14.4375rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huN6QDiI2lMboHCFIRXw5ecO96zTyKtJ { width:15.4375rem;height:3.8994125rem;top:16.3125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TTwF8nC4NTysO9F6UFWOwc4m0tt6i9 { width:4.375rem;height:3.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3uenJk97fvS0VcnVbE2cmMx6S6qn7ai { width:20rem;height:9.5rem;top:23.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NBfuwyxU7o23Dnxgb2uMogs0BFwmvkyC { width:4.375rem;height:3.25rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWLFP1lxTHvOCPXDlWHABVcPR5NFbILD { width:12.9375rem;height:3.8994125rem;top:26.5rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc7iETqG7IBXzuvHFe0czPcOVRxqCCyw { width:14.875rem;height:1.29980625rem;top:24.625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEA8Bd2nEKtH058wJ2u96cQF04poP8cB { width:20rem;height:8.125rem;top:35.0625rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sWVbvAxEM8D4p1N8J4s0ckkzPJiXrPHJ { width:12.5rem;height:1.29980625rem;top:36.8125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2BWJ7iT41XNkPXw5nq7bps1ZcI93AaS { width:13.625rem;height:3.8994125rem;top:38.0625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh1y76ZRisnDLKKnEuGqbCGC1IDPWTRZ { width:4.375rem;height:3.25rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBgx9dntUtezQfZ5XiqAhNsIwK83ch1z { width:20rem;height:10.1875rem;top:45.25rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fBO570cXhnFcILuwhJFXOb6svWTQarov { width:13.75rem;height:5.19921875rem;top:48.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v43PIqmxo1UUibve9oBf2vvypfk9dSV1 { width:12.5rem;height:1.29980625rem;top:46.5rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmN4pRVQsDWcFxMf6wWubEgaB4H7Htsw { width:4.375rem;height:3.25rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUgi6qods3ASqk9NR9D6KvWf2q77oTM { width:20rem;height:5.19921875rem;top:58.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qA70hkFvIxfv6OQBWigaOwLmeVF5eFB2 { width:20rem;height:5.94921875rem;top:65.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyKcDH4K0fhnILq823uN1P2LJFkyMina { top:73.3125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tox9TeMiB8qT42cDLHeRsU2u957u7zVX { display:block; }
 }@media only screen and (max-width: 763px) { #g5fzCTlMWTNu7IukyfLEWE9AUZR5Aq6E { top:21.5rem;left:10.09375rem;width:0.0625rem;height:1.9375rem;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TTXxGBGXefmpNCBL959bl5cA8so3A93y { top:33.125rem;left:9.96875rem;width:0.0625rem;height:1.9375rem;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lQ74wORIv636XycxnkOlOWNmb3EziGgT { top:43.3125rem;left:9.96875rem;width:0.0625rem;height:1.9375rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d { display:block; }#oNUTwVkvAeMXIxvwwvq8E7TyH4t0BS1d > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI6rbi7eOoEuJpQ9QVkVk4FKRK0PyXiB { width:19.125rem;height:8.39941875rem;top:1.25rem;left:0.4375rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoWLpPpt8pS3GZ5rRr4yEIr2JgaLaIKw { width:14.1875rem;height:2.0625rem;top:31.1103515625rem;left:2.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rd734PQywUiRTmFKpRHQRp88lyRgHq9O { width:13.4375rem;height:3.9375rem;top:57.8603515625rem;left:3.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3BhvaWkGcKDikHdsS01ofFSOMyJE9 { width:20rem;height:3.9375rem;top:83.6728515625rem;left:-0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkOXsXTgeG98dlbDDv3HyGXNviN790Lk { width:10.6875rem;height:21.9375rem;top:11.6875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhnK4JHEGeZHdRUHMZThzVUGXFuZyxw0 { width:10.625rem;height:21.9375rem;top:11.6875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTovLPyXJK8TJXJ54t0C5zXENLTnxTVr { width:10.75rem;height:22.1875rem;top:11.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJa5lXmrMTLU3m8rhQBpzN5KnuoWNiRM { top:37.9853515625rem;left:5.3125rem;width:9.375rem;height:19.1875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XBFgxeGBhyWxrHomnKNQgTfDvIaHu2Tx { top:11.2353515625rem;left:5.28125rem;width:9.4375rem;height:19.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6eR8FMktCxUqQcX0ryLO3yHat6dFbZZ { top:63.9853515625rem;left:5.40625rem;width:9.1875rem;height:19rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qBdcPWUCOJ2Qmrp7OitztvtbLsOwfrke { width:20rem;height:1.9121125rem;top:88.8603515625rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { width:20rem;height:4.7246125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS { display:block; }#TN3wZmJNlzI4s1p23fX30E9DeoLCwvJS > .row .container { width:20rem;height:130rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E39NA84OKUJUzmVEP7qqFnQmmMXOCSUa { width:17.562rem;height:2.5996125rem;top:15.13379375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJKTc31kea4r3TTnzbmJeWZzxPiZeOe7 { width:1.811525rem;height:1.875rem;top:12.00879375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRetZcN8OCoR4NtzyI3C5rNOuAqi94VH { width:1.811525rem;height:1.875rem;top:22.54541875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy1JkNPrQhHCkxLM7JFxS6F54Ww60e6g { width:17.4360625rem;height:3.8994125rem;top:25.67041875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9yq5yIzZm6MnNI2txxXzz6RBuTQv6zd { width:17.4360625rem;height:2.5996125rem;top:40.3935625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M71g58l2roqk4qlKa5NkzC23wrEcolq5 { width:16.749rem;height:2.5996125rem;top:56.4164875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noR8v3PGdQ8EaFvqSgxVzbW8qKchOGMP { width:17.624rem;height:2.5996125rem;top:69.84031875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeMDP1UDZpPGUFaJo9VaGkFG8Js4Cm9q { width:17.4360625rem;height:3.8994125rem;top:83.26415rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vniLWmdDTdsC59LP2Ca0a9N1v7TIL75x { width:20rem;height:5.19921875rem;top:30.81934375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2FylysILI6TQPSIOUOWdmdSWOk2dbKc { width:20rem;height:7.7988125rem;top:44.243175rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO9F3nJyNyDGHQRV6NaqCQyGkU2g34Vi { width:20rem;height:5.19921875rem;top:60.2661rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EopbBLdymXH8Emk1Z4iTbGRnriNTcRmh { width:20rem;height:5.19921875rem;top:73.68993125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLKVT2eRgUWeLATroCbkzRqUWOP2whps { width:20rem;height:9.098625rem;top:88.413075rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7d9d07BA802f5C2Zr3C37SH3EGNLs3S { width:1.811525rem;height:1.875rem;top:37.2685625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su2vqAQTskc23TrOvOZxr71LkwgZFmoD { width:1.811525rem;height:1.875rem;top:53.2914875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmImPebDGyv4iMPqRbhytdDvsConMTHm { width:1.811525rem;height:1.875rem;top:66.71531875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gra9a2W0bTsnCVRULCRCW8dzDVSZeNuO { width:1.811525rem;height:1.875rem;top:80.13915rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htoB344XfyKoNZMenWIq3NlGaRnT1dJ2 { width:6.374rem;height:2.3120125rem;top:18.98340625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldwr6tAs7mD3bDT8T95vv3N6D45lghS8 { display:block; }
 }@media only screen and (max-width: 763px) { #JLZ13MGnzZ8UTTTRFwUtpGIOdr1ioo2B { width:20rem;height:2.5996125rem;top:4.30956875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlDHwup4NNRzpKri3b9QMIfzsLRmDGHI { width:1.749025rem;height:1.81005625rem;top:1.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrxGOa1ogEQZ02Er9NNNW2VON4yw3Zx { width:20rem;height:2.5996125rem;top:8.15918125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B { width:20rem;height:23.0341875rem;top:105.7358125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTi807pDzDnIWcy2Gqte2lP0f2IyTR0B li:before{  }
 }@media only screen and (max-width: 763px) { #Wyl5UthOkHpF4rI0GP4BTJeE4ZGxgR7U { width:20rem;height:2.5996125rem;top:101.8862rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HF6kWPwb32o9bXBD2s22L63w9GPRXuve { width:1.8125rem;height:1.875rem;top:98.7612rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { width:20rem;height:14.29784375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epw5buycGLLfIqyZhB0ctbWUlhm5a92C { display:block; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { width:20rem;height:6.5800625rem;top:24.65525rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { width:19.125rem;height:3.1875rem;top:32.4848125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { width:20rem;height:22.155688622754rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { width:9.75rem;height:2.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { width:20rem;height:0.4375rem;top:24.8056625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { width:12.1875rem;height:1.05615rem;top:4.9375rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:1rem;top:27.0556625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.125rem;top:27.3681625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.125rem;top:29.97460625rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { width:16.5rem;height:1.05615rem;top:27.66894375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { width:2.25rem;height:2.25rem;top:7.2431625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { width:2.25rem;height:2.25rem;top:10.7431625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { width:2.3125rem;height:2.3125rem;top:14.2431625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { width:2.25rem;height:2.25rem;top:17.8056625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { width:2.25rem;height:2.25rem;top:21.3056625rem;left:8.875rem;display:block; }
 }