.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:247,242,228;--color-secondary-1:228,212,166;--color-secondary-2:201,168,76;--color-secondary-3:101,84,38;--color-secondary-4:30,25,11;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Bebas Neue";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container { background-color: transparent; background-image: none; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container > .video-iframe-container { display: none; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row > .video-iframe-container { display: none; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .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); }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container { border-width: 0; border-radius: 0; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Ld8hzyWG0MXP502sWb4zcyPTbvBt1TGv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cguRKird2hhWbKNGW89q5PIetTqyQwlE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.874875rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:3.6875rem;left:43.625rem;display:none; }
#scMhwEssTIJbb0B8ED3vZAv4bBOEBtcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfsLuxJ2iOpEAn7xgmDlGxxquJvRbT8m { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.4375rem;left:60rem;display:block; }
#qeFnBZ43rNgB4tfZsPOaD93MBWA3pAEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFs9FDR7zgDZ9IDDlyVgFN5Eqo8DhToD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.3125rem;left:61.4375rem; }
#BN7fTWTiVydsB8IwZPGTmpZTBKa6ZUan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3f5f20b3-b038-425f-a255-66d67f48c0a7/herofenceWipTbhustuxpi1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;overflow:visible;position:relative;display:block; }#araNn071PTwC3pR1TfKfvUR5Ul5aMzl3 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.837768554688rem;left:0rem;height:;display:block; }
#z4K9uyBDLu63xRtdTZJ1K1LX7t2r8G62 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3109375rem;width:11.3733125rem;top:15.030517578125rem;left:43.499755859375rem;overflow:hidden;display:block; }
#WyLNfNh8rSvFKDzvDsDnZ5oQ6eKF8sZQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874125rem;width:9.0625rem;top:15.748291015625rem;left:35.311889648438rem;overflow:hidden;display:block; }
#GE7JG2Iu3v89TfveyoPX0vwUQgkLl9c1 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.435625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.34027838707rem;left:0rem;height:8.1244375rem;text-align:left;text-align-last:left;display:block; }
#JMx06ZZ958tz64157wx81D9I4xikKPWy { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68725625rem;width:5.68725625rem;top:1.875rem;left:2.0625rem;overflow:hidden;display:block; }
#TxvatLNvKebSs1KbP3dpyy3uGs6K6ubF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4rem;left:0.5625rem; }
#QONOOXDm51NPUZvTdK1BkCtCbLRuHCRe { box-sizing:content-box;height:2.1875rem;width:8rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0.375rem 0.4375rem 0.5625rem rgba(0,0,0,0) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#HzmhXoTB40s4ReQEduTAyviuA5NuWDwM { background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.9375rem;left:0rem;display:block; }
#hGd0uy2883vKQoQ0ZczEsOyVGfZOBxZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlmuT6e3fLnhsFN9Xnk07PaiEayQz5dI { background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.9375rem;left:16.25rem;display:block; }
#KAopf0VJCLcTkRyaitF9Rld5hDuHE1dO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v95LkrOXC2P2QoIpkaB0VNu5auU5cbDy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6870125rem;width:1.6870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.812622070312rem;left:17.647705078125rem; }
#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 { position:relative;display:block; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 { background-color: transparent; background-image: none; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container > .video-iframe-container { display: none; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row > .video-iframe-container { display: none; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .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); }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 { border-width: 0; border-radius: 0; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtptWHtKupO30evdIML7s2zz2snpHZHU { color:rgba(var(--color-primary-2),1);display:block;width:12.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:6.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#FoSxqVT31QLib7DaF49eR9T19gCTHqhl { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:8.4375rem;display:block; }
#Snsu7vqxcNZARiLsBUteo0KRdahZ6OMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.375rem;left:11.125rem; }
#v2pegICr8dRnzhx6U78wc3Du2sD8y8Qv { color:rgba(var(--color-primary-2),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:31.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#QRuPnU4w8VCRHdFSaHqdGDg4Ub1rT6Dk { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index: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;top:3.375rem;left:33.4375rem;display:block; }
#FLTPvldtPPZrhNkITwabf4NGsi2BRaHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.0625rem;left:36.125rem; }
#PM48Ug2F6sJSK7Bmiqr2erF2INKnNFxR { color:rgba(var(--color-primary-2),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:56.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#P2geEl3T5HCfK88z4ydr4goPqV6vkJZe { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:58.3125rem;display:block; }
#QqRRaE3SO72s5SZCVSeztor9RoSimwFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99926875rem;width:2.99926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6rem;left:61rem; }
#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { background-color: transparent; background-image: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container > .video-iframe-container { display: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row > .video-iframe-container { display: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .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); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { border-width: 0; border-radius: 0; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#L5ywq2UVysGdpXwaW4WVUpq8kKXWnLRh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7996826171875rem;left:19.34326171875rem;height:7.1496875rem;text-align:center;text-align-last:center;display:block; }
#IDkTv9ERn72e3mdBwQLhKcAp0ONmGevO { color:rgba(var(--color-tertiary-2),1);display:block;width:38.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.073974609375rem;left:18.343505859375rem;height:4.874675rem;text-align:center;text-align-last:center;display:block; }
#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container { background-color: transparent; background-image: none; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container > .video-iframe-container { display: none; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row > .video-iframe-container { display: none; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .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); }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container { border-width: 0; border-radius: 0; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#e5ET8cb2hWdCxxAbDGmiH1h5Ebea1mqT { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:16.5625rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#RTyToZqPlQTWIK6vbA32cLDSUFrgPEJw { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.499625rem;width:16.499625rem;top:0rem;left:19.561157226562rem;overflow:hidden;display:block; }
#QToxZi4IgFghgquOAtLpldhNIXMbD0b9 { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.687rem;width:16.687rem;top:0rem;left:38.2177734375rem;overflow:hidden;display:block; }
#up5MMAAOAiMZx8hs0aVWBTT63KspNEgQ { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.749875rem;width:16.749875rem;top:0rem;left:56.93603515625rem;overflow:hidden;display:block; }
#RfkuAvTQ8EvICkWUFxVLReGW43hVRVRK { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.636352539062rem;left:2.96875rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#VzicSyW3OBHGJ3fKyF7Nif0eceDZaSyD { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;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:21.75rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#p1CONopdMtooycUMQZrM5QJTVnWLGhMi { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.5rem;height:6.4971875rem;text-align:center;text-align-last:center;display:block; }
#dePOkiJdNxRIiBm61ONz6NJVKgCpE7a4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;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:21.636352539062rem;left:58.59375rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#cvb00IOrhRT50FFO8XfWOBP1sTtu26cV { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.624877929688rem;left:0rem;height:1.86903125rem;text-align:center;text-align-last:center;display:block; }
#gDZch1fn9CWTDTphLRyIAlk0TVhF5Wu7 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.624877929688rem;left:18.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WPx9UEBH3VB8nftJb5xs3WvFMR1wNLTM { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.624877929688rem;left:36.875rem;height:;text-align:center;text-align-last:center;display:block; }
#KTUXhVWhkkFhVK1sJ1i9p8F7EeTmtwhN { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.624877929688rem;left:55rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Psm1MGiUrrkNgSp1QigvAx2GWH0HwA3l { background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.874875rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.126342773438rem;left:1.93603515625rem;display:block; }
#xVwyN6UFdqsunTUz7AbJUZqZROSbi12f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyudoRSUn9FygbVPZT1LDgCT8WQpboN8 { background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.87425rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.126342773438rem;left:21.343383789062rem;display:block; }
#gcenDwvHRA5RnQ18m0emKLTkud2Q40PP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crcH7DcftRXtlpK5LDRSaiKKZm6Nc1Qf { background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8736875rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.126342773438rem;left:39.437866210938rem;display:block; }
#lXPSTBWFTEByVhq561nXf0ypToQWglgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJQrKSAr48T5DJivi0JTqsK6qhIwbUwG { background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8736875rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:30.126342773438rem;left:58.187866210938rem;display:block; }
#yLKURSwha9UGK0Sas8c2kBZTRbZSEDVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBKqCCe467A6PHFiRy5TegmzFi86hgma { 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; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { background-color: transparent; background-image: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container > .video-iframe-container { display: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row > .video-iframe-container { display: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .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); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { border-width: 0; border-radius: 0; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#XgOhdKgNVdJCgUV9tcxCuVMUFKbvbU2d { color:rgba(var(--color-primary-2),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7509765625rem;left:15.46875rem;height:4.22471875rem;display:block; }
#XtzQauCOyXLTCs7846vDTQgmkF9DJ0IG { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:8.9375rem;left:33.75rem;overflow:hidden;display:block; }
#HiFbOfMwdVfOosCVetmXK8Py23CCt6OB { color:rgba(var(--color-primary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.379150390625rem;left:17.8125rem;height:4.874675rem;text-align:center;text-align-last:center;display:block; }
#GdmF5uvoFkArQ2zgK6lMaE9p5WMPcP5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.375rem;left:32.8125rem; }
#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H { position:relative;display:block; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H { background-color: transparent; background-image: none; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container > .video-iframe-container { display: none; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row > .video-iframe-container { display: none; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .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); }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H { border-width: 0; border-radius: 0; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ubPF7E9mNA4quO5oTwVxBZgA2IrdBHE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.5625rem;height:12.999125rem;display:block; }
#eiT2FPH5IicwyMlERktnTFpvo2pFpezG { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:22.5625rem;top:6.24755859375rem;left:1.1236572265625rem;overflow:hidden;display:block; }
#cMhLduDs5aQh7UMSD9394umESqghtnrQ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8109375rem;width:6.8109375rem;top:0.6243896484375rem;left:0.5621337890625rem;overflow:hidden;display:block; }
#mmISzvC3VILI1pKZTExT0LREkUeApK7L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.2177734375rem;left:21.287231445312rem; }
#mItonSpM6VuBoSGEhxpN9dfcTCqTPfqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:39.124755859375rem;left:0rem;height:1.29936875rem;display:block; }
#RXd5NmLDuS9IwwQdZuiBISsiMy1R0OFT { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8109375rem;width:6.8109375rem;top:0.625rem;left:26.1875rem;overflow:hidden;display:block; }
#qeH6Wh3BQtJhmZ7bpIDxIzpLIkd3GkGw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.1875rem;left:47.625rem; }
#MMJJMqaTvTTymwfzgPbzB6yVAVW9p8bn { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.99975rem;width:22.999875rem;top:6.1875rem;left:26.1875rem;overflow:hidden;display:block; }
#rJWITlV96rO16aL3NqiB9MTG7eiXrBQ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.125rem;left:25.8125rem;height:12.999125rem;display:block; }
#yNmdRga3sxrJ1Xc7ldMhzFg4QhHWAT6N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:39.125rem;left:25.8125rem;height:2.5987375rem;display:block; }
#LbAM9ImJOvNmmQg8gxzb0mT6Q5e3pvPK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.124755859375rem;left:50.687255859375rem;height:2.5987375rem;display:block; }
#KBqsoD6dgkcTqVHwsVheWKI59z9BEqFh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.124755859375rem;left:50.687255859375rem;height:8.1244375rem;display:block; }
#xB4KUzSakrwykvBTA6LqcNRP0HSSVxIG { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:24.125rem;top:6.339111328125rem;left:50.436401367188rem;overflow:hidden;display:block; }
#fOLXIuyFM8emmpmlOTksTNDU1mxmUg3g { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8109375rem;width:6.8109375rem;top:0.6243896484375rem;left:50.687255859375rem;overflow:hidden;display:block; }
#dJ5CoZqpX7kaTDEaRw2lmxiymDnxe4Rv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.2171630859375rem;left:72.412719726562rem; }
#hFw8LbklJwsJDaaoTwNx292MXU2OffrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3fecac86-1f0f-4bca-b820-e58ab1b155c4/IMG_9933.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR.adaptive-delivery-prevent-bg, #hFw8LbklJwsJDaaoTwNx292MXU2OffrR.lazyload, #hFw8LbklJwsJDaaoTwNx292MXU2OffrR.lazyloading { background-image: none; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container { background-color: transparent; background-image: none; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container > .video-iframe-container { display: none; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row > .video-iframe-container { display: none; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .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); }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container { border-width: 0; border-radius: 0; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#nTFccNkwSpwq2fBXR4rZPs4gkTac14dC { box-sizing:content-box;height:48.75rem;width:31.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.625rem 0.4375rem rgba(var(--color-primary-0),0.43) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5618896484375rem;left:40.7177734375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sZICt4PMXZzK6NMzFQSNy2tspokQDeZl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1256103515625rem;left:46.25rem;height:3.412475rem;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-form-header { font-size:0.875rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:27.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),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);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:27.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26rem;overflow:hidden;font-style:normal;float:none; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-container:first-of-type{padding-top:0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-container:last-of-type{padding-bottom:0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.8504791259762rem;left:41.406250953674rem;font-size:0.875rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.1875rem;display:block;vertical-align:top; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S {display:block;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.8504791259762rem;left:41.406250953674rem;font-size:0.875rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #oTszCOoDufEu8fA8TbuelwdbraTX6qFa { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hViva3bUItmqoJHxVPpiLlvHEfEz6GNu { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #UEcC2Cx0vPIrRwd0nA564y0rcLOgV1D0 { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zqRQ9efbhBcE4bKKZXfqGEBiCyIfZcv3 { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Qy0K4Iih8JnPknFQ14TCxXcC1TDv7cif { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #pMMAcEUADKUAMMpgs8knT30edFaheZXe { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GryX4M6U2P39SoHGoGB7NfeTlXmyO3zm { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #COy9klREnEOZfPv02eALIuu2Vk0XZxrx { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #N5NaBtOMIzIkpUTVxcpkHm8ITt1McVgx { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #cM7ZZQh0w5nHOSCMUFGVGc7kkWr16UDN { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zlzeU9VXX6xNR2Gtk7vS67IIzPz7n9kK { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GcRVHDfSUBqUE3LzevTBAqAwwck3O3pK { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #ch8Kq5DaGggE1OuOfCpvroi61EafNi6r { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #SIvy77hQhrlkI3bRGz7F7blaF8SSRCCl { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Pet1P2tAZnKrMWVmTRf376yhttZCDQeg { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #VzbCa7qp93ZfU2uaod42iQqeFotDKDc8 { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #MORiJWeIRTUgg3443VxARwe9OhxMbdnK { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #K84dJ048IQdpx5bZsSfUygP3RDIuOCiV { position:relative; }
#e5BW8xgtsFw2TT1xC4cUU2We48XveC0z { position:relative;display:block; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hs1KTvxle9ekbSrC9rmBlAEBNvsrNsmb { position:relative; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #qBtTo1d8L6DufvgTTss0GKJseDFLbGCp { position:relative; }
#S9wqk8a9IRDA6Xm4SCWT8nhu8Qqp2BJS { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9984375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:32.375rem;left:13.625rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fvTQQ8KAbUqgiTCWns72nbJ9tVos8GKF { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:30.25rem;left:13.625rem;height:2.27485rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cqlNcFoTV8fm3GaTvChR3G6eBFVKUtpF { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:20.875rem;left:14.25rem;height:1.3997375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSBqLfgT70eo7d9TTydiDhaO2iEKkL0i { color:rgba(var(--color-tertiary-2),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.5rem;left:14.25rem;height:2.35656875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVf2qHzMTlhtr6H625ROTORWmehtUkUo { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:14.3125rem;height:1.62489375rem;font-style:normal;display:block; }
#brQ8DceCwoWhUVr9ZLPQLEQTiyJpNrgS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.125rem;left:14.3125rem;height:2.27485rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GSn25804aG65L8PRQIGhVJ9hGnZUrC6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:30rem;left:9.875rem; }
#yHO7FqUIItKuxdCwy7pq4DcvQTPnyqoE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.349853515625rem;left:9.81201171875rem; }
#qCF0V8XUCEQXhcPZpyhqJVAw8l07m8Vk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.4375rem;left:9.8125rem; }
#dWgwclxFaHQNoEJfaP19h0XcpgprKp8m { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.87475rem;width:9.0625rem;top:15.8125rem;left:30.4375rem;overflow:hidden;display:none; }
#lN8T5NnU2QzZEgLpZWgJsabWBq1HOZbX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.536865234375rem;left:46.25rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container { background-color: transparent; background-image: none; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container > .video-iframe-container { display: none; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row > .video-iframe-container { display: none; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .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); }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container { border-width: 0; border-radius: 0; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#QCJUxDaGclT1mQNyAMrDbL7RhE5qUbf1 { color:rgba(var(--color-primary-2),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.406982421875rem;left:16.96044921875rem;height:3.493925rem;display:block; }
#umKEUdrgkD9txfFG8G2XP34yk1rMr3qy { color:rgba(var(--color-tertiary-4),1);display:block;width:33.248875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5872802734375rem;left:20.875244140625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container { background-color: transparent; background-image: none; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container > .video-iframe-container { display: none; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row > .video-iframe-container { display: none; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .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); }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container { border-width: 0; border-radius: 0; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#Ep87JtFxuglz37Rv69ioJrsTMIXvMbTh { color:rgba(var(--color-tertiary-4),1);display:block;width:51.998875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3348388671875rem;left:11.499633789062rem;height:16.089425rem;text-align:center;text-align-last:center;display:block; }
#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 { position:relative;display:block; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 { background-color: transparent; background-image: none; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container > .video-iframe-container { display: none; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row > .video-iframe-container { display: none; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .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); }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 { border-width: 0; border-radius: 0; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AXWWCPEJDxWaMbBqTw22AzoucDiqnxSR { color:rgba(var(--color-primary-2),1);display:block;width:12.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:6.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#rBNWlmG4C9W9f5ZpQ3cPIGztiaT3cp4z { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:8.4375rem;display:block; }
#Awa36WJ8XQCnnkHT781mO548Ik4TWP4y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.375rem;left:11.125rem; }
#ba45pdF0Q3w5sW4yxXQ4NKzQr26lo0yX { color:rgba(var(--color-primary-2),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:31.375rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#XPimfWXh8AE3axycy92CQzCBm5ebMt5F { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index: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;top:3.375rem;left:33.4375rem;display:block; }
#H2WX6tHRiycHXkQ4suNRoVqA4WUvaq5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.662841796875rem;left:36.25rem; }
#SQAwp7kZKnrC0TTIXQmfgEtVJ0UGqhgu { color:rgba(var(--color-primary-2),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:56.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#puO8stIyxVATrrM27OmJwUtLArW5AvIl { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:58.3125rem;display:block; }
#zPv4WrqGMwpWMfpK7S2llGSxtZAAf1p7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99926875rem;width:2.99926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6rem;left:61rem; }
#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container { background-color: transparent; background-image: none; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container > .video-iframe-container { display: none; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row > .video-iframe-container { display: none; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .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); }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container { border-width: 0; border-radius: 0; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#zm9SGszZDWgnwbvvUbBnfGDTOoo40kxs { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.48046875rem;left:15rem;height:;display:block; }
#l6dZitrK9HLltfbPn0UmihIz4xi0VC51 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;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:7.330322265625rem;left:19.335327148438rem;height:1.2994375rem;display:block; }
#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container { background-color: transparent; background-image: none; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container > .video-iframe-container { display: none; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row > .video-iframe-container { display: none; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .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); }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container { border-width: 0; border-radius: 0; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#OJ5LnsTHzhckpn1q3XvcpKmQZSxwzLEe { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BS5NhO1E0ziCVSB7UvKJIyayqA5H0Qh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4364013671875rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdBqQCkvo2vhrUqw5SSp0fkWK0HXO8iW { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pzm8dZ8ydxDh9oVkEIChAQCimKZ6NTvD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:24.53125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awX7a56fB2V0KfEFKf1ADNNFOQdDoMcm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:43.125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IsiCyIRsCIayGGtmPozSevTXfORPtTLM { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#z6N6TlPIBTcXPtv0CZ6GHOsI3kQTo1rn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:62.3125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKC1bDdcx9IqQ5Kdm3RZh0ZTLMkIGqMf { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fNu5ftx9d0PvcbvlakLM551UxAa3Z6Jl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:24.53125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wzum2WEFdcid3BCVOp6pqPz93fnTTC7F { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4364013671875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v0EGCrxpVXQWBO0JS7XwO1T0LFxe555V { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#qfia4kuplRn8SSMPLlw3A4v9CsAKOt9N { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#GTG8WwZQ81UsNTX8PFPE8GNirIPxoS9I { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#dB7GgvlFBc6oLeFm3TJrpi3RJzsRD2tF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:43.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eg9Mhse61uNrBv2BEf9cUfmctcn5qsLK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:62.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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:none; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container { border-width: 0; border-radius: 0; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#V7TcaBTuzXfB8uTrl2lEGX78nrtVssrc { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dUQn81I00f5rJLkylGg1xh9HdkbTkxxM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4364013671875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBZPE2e7FFDDx1fbeFW76K1RHcMavnJx { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#GrkRFscN9TezU9as26TxkNInIG3mNpki { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:24.53125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPSGrpglFrk1lVaW0sDl6wpbPSJqX8Fu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:43.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8raCihe7rR5Id6dBZTbXFcmTS6G5G8k { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#W0EPOHtGO0H2qBPymKoxL3F0u9heo0Sp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:62.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByK91qKlvvh6BpBFmcpEtD3Qso29Tmfc { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MQ8TgprQECmf0nEBnbdhu24lBgI9aooR { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#LNog1UG2tNrChqAiqlsd3QedmdQOU8XG { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#i55W5hcQwpG3798uQTF5nC15y63ApHXw { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#ZRKb3toukBkgTTV57bT6Z5oTGnEZbi0T { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.0625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HktiRPWMbtvywrdIBcEbEakEqMozt1Oo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eX0DGOC5MzP6qBP7E16LvsKZo2WB0V6u { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:43.5625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#biV0xO9ayHsEUhhoK33BpB0eaUdcbrTz { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:62.312622070312rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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:none; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container { border-width: 0; border-radius: 0; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#e5SB9upq4unTVT7He0wEPLhpJI0lkRQ3 { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#t8eaZAhilQnIibRcMM53mq5413V5K6DS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4364013671875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyPSS9u9lrSndciFg1WLcNWCBWgltMO1 { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#E3E6bzomCENBl2fX4rLkAQesp1AT6l0n { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:24.53125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADuAF0NZplXaeLQrL8SIgWxO2hChgCAV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:43.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwTNouBhqihm6A0D9kAS8hnk1Is68v2B { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kOrTRMgk31T9T2NoBKSuv4ySa65VSw8E { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:62.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kW1X2BvxR1MrHDNJIP4B68CH3zVZv0mB { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#w3EkkD0TXV5BwvN0LtZIQH1kXCVSv3y2 { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#sJklOe6gAIqAidKPXFISizrThfSJmKVB { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#nbA6qamLHXlK9sJB9d4NZvT0FBXh75lq { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#zblHE8SEoKwseTxJuZ6TpqxWmzKq8dLU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.0625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ymt3pTdAB5aZ6ooPaZcNRzTa8MoWN0MW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AaG1PtGTxbNTqXkXJF63o2ELCW0QVJ2a { color:rgba(var(--color-tertiary-4),1);display:block;width:7.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:42.998657226562rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Mng6qww3mnQiS9riXqOL6Ta4nWgVknMT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:61.15478515625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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:none; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container { border-width: 0; border-radius: 0; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:none; }#BLd8K3O3sz22hI7026oHEVJK097mxuxH { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#C759pTMHT8wAPzvLc43BkU0OTTCnRMSG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4364013671875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9VMoIUMbBrHkKFPF70AZCwr1BufEXTp { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Haf2zJlGIzDxHxSkwQiiIzJ69kyRXrq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:24.53125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdN86HclF13ixnmAnuWTSuw1QqvDDKT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:43.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#duXsaJnOqtZswJ2kWJlXDrEetbyFFT4J { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#drEpilIzhTMPsceSH74gXCHp5qF4WLn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:62.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6r9i9hh7gCda2kMx6eavwEuHAKSi7lL { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KnFsX92fsXZVTLxy8r5T9syM6T9ZMlhi { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#qsBecNRFfDpX9s9kg0w0mSWPL2VsJwhb { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#eRE2MTNvT70ykIFnBfHDnXVFdqLtzkJt { box-sizing:content-box;height:2.875rem;width:11.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.7808837890625rem;left:3.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#Hk41zNf7ZrasrLJSDDiqFVTkapqV80GD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4986572265625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MqS4y3k7V7R8kErWWRkFLT6Lt6p2uQkk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ORKW6wi9qlbPpkNEgXa1VISpyUsBUlzP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:43.5625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Mm8aTm5Q8rG0gzUTE6nLVwRBKpEKyT09 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.3125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container { background-color: transparent; background-image: none; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container > .video-iframe-container { display: none; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row > .video-iframe-container { display: none; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .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); }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container { border-width: 0; border-radius: 0; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#HRzzyHQLqi5zOk0Bh38JDkI7ymw4Dk2G { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#b3fBTghmCINif6DcVcfa6NMQL7ZJoqXk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.0625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpP3wfVxpwdDIir9XrdnXTgvMC0s02fv { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uJbeJbuc4XmIF9mQlJTCcS8ZDTV6kPPi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.8125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLw8mUqmhJWbSP8OCHL2I3aWNfwBdXVg { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#SuSE85OSTS5m9ZgNUXpuhWUVp1gr5TDb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:42.998657226562rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RM8OFruiTUEMWeusQNB3WktcnQxZcQSQ { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#sN3drM2Oka75tTxUoZfygb2pzKMgKS08 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:61.15478515625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEwECf5Py9ioH6765QLbNpFClwzCtIwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container { background-color: transparent; background-image: none; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container > .video-iframe-container { display: none; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row > .video-iframe-container { display: none; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .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); }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container { border-width: 0; border-radius: 0; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#k2gr2TxSae6e98E9kIeVuVR8xDuE69AK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.0625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeFXu7gq7DXTV9CQ8PPwxAbOimm6UpHB { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dXLNfmun6KhLtZJmZHc8I8Szm3R5G4Pu { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ss4NBIwlgotI7nIJnqQeFLN4vdD8dyWl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.8125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dk6rnLO2D0s4IGTNFTGS7bC7AZB4ybNr { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EkVfNiZRC7TzX4NtfE5wvCTKlf1rDgl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:43.5625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8Th7BtoDvaTP523z6H6D2ZuXzLvfDKF { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HzFBrTLHQVANRFZQb6RX3TrQxIL3zovP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:62.312622070312rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPuxsEOg0BSQX7UbAr8Ql5A8fxkMpMvq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.0625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container { background-color: transparent; background-image: none; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container > .video-iframe-container { display: none; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row > .video-iframe-container { display: none; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .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); }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container { border-width: 0; border-radius: 0; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ZV562VIyTwkQASMTyEKlPsWXy0PDBfDf { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:3.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Rl720PKbS1Jga0xphF7FrJV63IPR6c2t { color:rgba(var(--color-tertiary-4),1);display:block;width:7.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:5.4986572265625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCWLuxT8gKBUvnnIbslmf0kRMHefpZuR { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:22.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#rc4Ksr0R4l22bHgu5IiUpx83r7sAdwx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24.8125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0eupQ5PV8Mkn1FbScBdZT9WtOXGvrod { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:40.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#AIzxPpiJqDbRfICfVdxIbk4da2zpGkgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:43.5625rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7t4cppTSrQLTqu72C23eqHJenIgwm0T { box-sizing:content-box;height:2.87475625rem;width:11.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:59.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dfr7C6GohAbSQ5TPovssE8KxVIkLLvqw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.3125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu { 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; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container { background-color: transparent; background-image: none; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container > .video-iframe-container { display: none; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row > .video-iframe-container { display: none; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .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); }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container { border-width: 0; border-radius: 0; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#lzKzTNhEvvPidT0ZqTznneGIcxDQbuwp { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.449462890625rem;left:15rem;height:;display:block; }
#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth { 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; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container { background-color: transparent; background-image: none; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container > .video-iframe-container { display: none; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row > .video-iframe-container { display: none; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .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); }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container { border-width: 0; border-radius: 0; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#PH0x8Hnz47WmfZ8wgHkJPisX3mX5B3TG { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index: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;top:2.5634765625rem;left:8.4375rem;display:block; }
#ZXsiqZxnTcwzKMsl3mzynknGz9ihTv3n { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5634765625rem;left:33.4375rem;display:block; }
#z766Xtz1840UBOO3TdsQDxo5sToiIKi7 { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5634765625rem;left:58.4375rem;display:block; }
#r3OGkDGns85s4Q7AEFIEm3M8ITu6G3rl { box-sizing:content-box;height:0.3125rem;width:11.62475rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1258544921875rem;left:19.210205078125rem;display:block; }
#x93TbfWxDiQgr7FoNEByK6haC8vx8GkL { box-sizing:content-box;height:0.3125rem;width:11.624125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4383544921875rem;left:44.335327148438rem;display:block; }
#lX2Reu65DAbVtNd1nMdVmlCqBWHpyeXf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.0634765625rem;left:10.9375rem; }
#F0BLlohCbs81fuVXRgS55keMtoCMddnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.0634765625rem;left:35.9375rem; }
#NTfUZNe2vTK1BUUKpZlQnzxehOw0B111 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.0634765625rem;left:60.9375rem; }
#tvyVd7C4vvmGDydwpHWdCfLsas0yOXuX { color:rgba(var(--color-primary-2),1);display:block;width:17.062375rem;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:15.640258789062rem;left:3.968505859375rem;height:7.796625rem;text-align:center;text-align-last:center;display:block; }
#Kb5tRMHlZR8noz6HzSufvwPkM13HeIgt { color:rgba(var(--color-primary-2),1);display:block;width:17.06175rem;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:15.6396484375rem;left:28.968505859375rem;height:9.0960625rem;text-align:center;text-align-last:center;display:block; }
#ZQm1dLoVJSsvaNebhoyUpcDXlr65IMCS { color:rgba(var(--color-primary-2),1);display:block;width:17.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.258544921875rem;left:53.969116210938rem;height:7.796625rem;text-align:center;text-align-last:center;display:block; }
#T6msLQ0oPB9TayNm0wOpZ9sG2T3ZM5iP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.515258789062rem;left:7.406005859375rem;height:2.03125rem;display:block; }
#pOwC08M2wTQrCXtHcXnOgAPq9poJTXui { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.515258789062rem;left:30.833740234375rem;height:2.03125rem;display:block; }
#PriW49EM0irirmw1OIM3OdTCN6X66TNX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.596435546875rem;left:54.520874023438rem;height:1.86903125rem;display:block; }
#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container { background-color: transparent; background-image: none; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container > .video-iframe-container { display: none; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row > .video-iframe-container { display: none; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .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); }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container { border-width: 0; border-radius: 0; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#n6Zyb2AiLh024qs9MaVVMkGn4Kd3QaTy { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.999rem;width:8.999rem;top:2.3309326171875rem;left:0rem;overflow:hidden;display:block; }
#VD9m6NZJNiRzSo65l5gfwAR1odxrv44W { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3302001953125rem;left:21.62326335907rem;height:3.0875625rem;text-align:center;text-align-last:center;display:block; }
#pBD9DFZMkJ5VKUCLJzcc5FHwe9zggf8C { color:rgba(var(--color-tertiary-2),1);display:block;width:11.1859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.330322265625rem;left:59.436645507812rem;height:3.0875625rem;text-align:center;text-align-last:center;display:block; }
#kDvODs1TzxtnLCzBbINSGaHth2MTkHkm { color:rgba(var(--color-tertiary-2),1);display:block;width:14.498875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1798095703125rem;left:26.124267578125rem;height:1.2994375rem;display:block; }
#lLOmfKtuienG1yJsnTTsxUZHBSTUqSRn { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.31787109375rem;left:26.124267578125rem;height:1.2994375rem;display:block; }
#LQNWoZLU8DeV9MTFidd1SzcKPZusEE3J { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;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:11.329345703125rem;left:26.124267578125rem;height:1.2994375rem;display:block; }
#JoJQtqSUwlnZydDZGEqIH9Wntqie88Hx { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;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:13.705444335938rem;left:26.162719726562rem;height:1.29936875rem;display:block; }
#GEPsfAJnJDi986m4TNm9WT3bdsECvOP1 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;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:6.21337890625rem;left:59.436645507812rem;height:1.2994375rem;display:block; }
#ZDDeTPKgk3aqUKT7wBlONfMvdz7Dbq41 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;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:8.31787109375rem;left:59.436645507812rem;height:1.2994375rem;display:block; }
#Rm8nEk7GsNnlizDEA5hL3Hm8Alv1NTig { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.748291015625rem;left:59.436645507812rem;height:1.2994375rem;display:block; }
#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container { background-color: transparent; background-image: none; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container > .video-iframe-container { display: none; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row > .video-iframe-container { display: none; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .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); }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container { border-width: 0; border-radius: 0; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#w4oR1SAVbHeScVmf3VdbsywqoDi10FpI { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9995rem;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:0.8807373046875rem;left:23.999633789062rem;height:1.2994375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW { display:block; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld8hzyWG0MXP502sWb4zcyPTbvBt1TGv { top:0rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cguRKird2hhWbKNGW89q5PIetTqyQwlE { width:14.8125rem;height:3.4375rem;top:3.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #scMhwEssTIJbb0B8ED3vZAv4bBOEBtcF { display:block; }
 }@media only screen and (max-width: 763px) { #gfsLuxJ2iOpEAn7xgmDlGxxquJvRbT8m { width:15rem;height:3.4375rem;top:1.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFnBZ43rNgB4tfZsPOaD93MBWA3pAEw { display:block; }
 }@media only screen and (max-width: 763px) { #QFs9FDR7zgDZ9IDDlyVgFN5Eqo8DhToD { top:2.3125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN7fTWTiVydsB8IwZPGTmpZTBKa6ZUan { display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #araNn071PTwC3pR1TfKfvUR5Ul5aMzl3 { top:11.8125rem;left:0rem;width:34.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4K9uyBDLu63xRtdTZJ1K1LX7t2r8G62 { top:15rem;left:29.874755859375rem;width:11.3125rem;height:9.2611524099729rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLNfNh8rSvFKDzvDsDnZ5oQ6eKF8sZQ { top:15.6875rem;left:21.686889648438rem;width:9.0625rem;height:7.874125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE7JG2Iu3v89TfveyoPX0vwUQgkLl9c1 { top:24.3125rem;left:0rem;width:30.375rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMx06ZZ958tz64157wx81D9I4xikKPWy { top:1.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvatLNvKebSs1KbP3dpyy3uGs6K6ubF { top:4rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QONOOXDm51NPUZvTdK1BkCtCbLRuHCRe { top:3.6875rem;left:0rem;width:7.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzmhXoTB40s4ReQEduTAyviuA5NuWDwM { width:14.8125rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGd0uy2883vKQoQ0ZczEsOyVGfZOBxZI { display:block; }
 }@media only screen and (max-width: 763px) { #LlmuT6e3fLnhsFN9Xnk07PaiEayQz5dI { width:15rem;height:3.4375rem;top:33.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAopf0VJCLcTkRyaitF9Rld5hDuHE1dO { display:block; }
 }@media only screen and (max-width: 763px) { #v95LkrOXC2P2QoIpkaB0VNu5auU5cbDy { top:34.8125rem;left:4.022705078125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 { display:block; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtptWHtKupO30evdIML7s2zz2snpHZHU { top:12rem;left:1.8125rem;width:12.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSxqVT31QLib7DaF49eR9T19gCTHqhl { top:2.6875rem;left:3.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snsu7vqxcNZARiLsBUteo0KRdahZ6OMz { top:5.375rem;left:6.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2pegICr8dRnzhx6U78wc3Du2sD8y8Qv { top:12.625rem;left:17.6875rem;width:12.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuPnU4w8VCRHdFSaHqdGDg4Ub1rT6Dk { top:3.375rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTPvldtPPZrhNkITwabf4NGsi2BRaHg { top:6.0625rem;left:22.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM48Ug2F6sJSK7Bmiqr2erF2INKnNFxR { top:12.6875rem;left:33.5625rem;width:12.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2geEl3T5HCfK88z4ydr4goPqV6vkJZe { top:3.4375rem;left:35.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRRaE3SO72s5SZCVSeztor9RoSimwFW { top:6rem;left:38.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic7qBTixTm7gGxVbn1MXt9T0iKt5REML { display:block; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5ywq2UVysGdpXwaW4WVUpq8kKXWnLRh { top:2.75rem;left:5.71826171875rem;width:36.25rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDkTv9ERn72e3mdBwQLhKcAp0ONmGevO { top:12.0625rem;left:4.718505859375rem;width:38.25rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ { display:block; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ET8cb2hWdCxxAbDGmiH1h5Ebea1mqT { top:0rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTyToZqPlQTWIK6vbA32cLDSUFrgPEJw { top:0rem;left:6.75rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToxZi4IgFghgquOAtLpldhNIXMbD0b9 { top:0rem;left:18.5rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5MMAAOAiMZx8hs0aVWBTT63KspNEgQ { top:0rem;left:30.375rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfkuAvTQ8EvICkWUFxVLReGW43hVRVRK { top:21.625rem;left:0rem;width:14.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzicSyW3OBHGJ3fKyF7Nif0eceDZaSyD { top:21.5625rem;left:9.8125rem;width:14.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1CONopdMtooycUMQZrM5QJTVnWLGhMi { top:21.25rem;left:21.75rem;width:14.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePOkiJdNxRIiBm61ONz6NJVKgCpE7a4 { top:21.625rem;left:33.6875rem;width:14.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvb00IOrhRT50FFO8XfWOBP1sTtu26cV { top:18.5625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZch1fn9CWTDTphLRyIAlk0TVhF5Wu7 { top:18.5625rem;left:3.875rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPx9UEBH3VB8nftJb5xs3WvFMR1wNLTM { top:18.5625rem;left:3.875rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUXhVWhkkFhVK1sJ1i9p8F7EeTmtwhN { top:18.5625rem;left:15.8125rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psm1MGiUrrkNgSp1QigvAx2GWH0HwA3l { width:14.8125rem;height:3.4375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwyN6UFdqsunTUz7AbJUZqZROSbi12f { display:block; }
 }@media only screen and (max-width: 763px) { #zyudoRSUn9FygbVPZT1LDgCT8WQpboN8 { width:14.8125rem;height:3.4375rem;top:30.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcenDwvHRA5RnQ18m0emKLTkud2Q40PP { display:block; }
 }@media only screen and (max-width: 763px) { #crcH7DcftRXtlpK5LDRSaiKKZm6Nc1Qf { width:14.8125rem;height:3.4375rem;top:30.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPSTBWFTEByVhq561nXf0ypToQWglgo { display:block; }
 }@media only screen and (max-width: 763px) { #wJQrKSAr48T5DJivi0JTqsK6qhIwbUwG { width:14.8125rem;height:3.4375rem;top:30.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKURSwha9UGK0Sas8c2kBZTRbZSEDVc { display:block; }
 }@media only screen and (max-width: 763px) { #fBKqCCe467A6PHFiRy5TegmzFi86hgma { display:block; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgOhdKgNVdJCgUV9tcxCuVMUFKbvbU2d { top:4.75rem;left:1.84375rem;width:45rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzQauCOyXLTCs7846vDTQgmkF9DJ0IG { top:8.9375rem;left:20.125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFbOfMwdVfOosCVetmXK8Py23CCt6OB { top:17.375rem;left:4.1875rem;width:39.375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdmF5uvoFkArQ2zgK6lMaE9p5WMPcP5N { top:12.375rem;left:19.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H { display:block; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubPF7E9mNA4quO5oTwVxBZgA2IrdBHE6 { top:23.1875rem;left:0rem;width:22.25rem;height:12.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiT2FPH5IicwyMlERktnTFpvo2pFpezG { top:6.1875rem;left:0rem;width:22.5625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhLduDs5aQh7UMSD9394umESqghtnrQ { top:0.5625rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmISzvC3VILI1pKZTExT0LREkUeApK7L { top:3.1875rem;left:14.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mItonSpM6VuBoSGEhxpN9dfcTCqTPfqJ { top:39.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXd5NmLDuS9IwwQdZuiBISsiMy1R0OFT { top:0.625rem;left:15.875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeH6Wh3BQtJhmZ7bpIDxIzpLIkd3GkGw { top:3.1875rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMJJMqaTvTTymwfzgPbzB6yVAVW9p8bn { top:6.1875rem;left:8.8125rem;width:22.9375rem;height:15.95616942672rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWITlV96rO16aL3NqiB9MTG7eiXrBQ0 { top:24.125rem;left:9.5rem;width:22.25rem;height:12.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNmdRga3sxrJ1Xc7ldMhzFg4QhHWAT6N { top:39.125rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAM9ImJOvNmmQg8gxzb0mT6Q5e3pvPK { top:39.0625rem;left:31.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBqsoD6dgkcTqVHwsVheWKI59z9BEqFh { top:24.0625rem;left:25.375rem;width:22.25rem;height:8.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB4KUzSakrwykvBTA6LqcNRP0HSSVxIG { top:6.3125rem;left:23.5rem;width:24.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOLXIuyFM8emmpmlOTksTNDU1mxmUg3g { top:0.5625rem;left:31.75rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ5CoZqpX7kaTDEaRw2lmxiymDnxe4Rv { top:3.1875rem;left:46.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFw8LbklJwsJDaaoTwNx292MXU2OffrR { display:block; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFccNkwSpwq2fBXR4rZPs4gkTac14dC { top:1.5rem;left:16.6875rem;width:31.0625rem;height:48.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZICt4PMXZzK6NMzFQSNy2tspokQDeZl { top:3.125rem;left:25.8125rem;width:20rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-regular-label { width:27.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-textarea { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-button { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-checkbox-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S  { width:27.1875rem;height:auto;top:10.875rem;left:18.0625rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .radio-container { width:27.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S {display:block;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S { width:27.1875rem;height:auto;top:10.875rem;left:18.0625rem; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #oTszCOoDufEu8fA8TbuelwdbraTX6qFa {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hViva3bUItmqoJHxVPpiLlvHEfEz6GNu {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #UEcC2Cx0vPIrRwd0nA564y0rcLOgV1D0 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zqRQ9efbhBcE4bKKZXfqGEBiCyIfZcv3 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Qy0K4Iih8JnPknFQ14TCxXcC1TDv7cif {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #pMMAcEUADKUAMMpgs8knT30edFaheZXe {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GryX4M6U2P39SoHGoGB7NfeTlXmyO3zm {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #COy9klREnEOZfPv02eALIuu2Vk0XZxrx {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #N5NaBtOMIzIkpUTVxcpkHm8ITt1McVgx {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #cM7ZZQh0w5nHOSCMUFGVGc7kkWr16UDN {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zlzeU9VXX6xNR2Gtk7vS67IIzPz7n9kK {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GcRVHDfSUBqUE3LzevTBAqAwwck3O3pK {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #ch8Kq5DaGggE1OuOfCpvroi61EafNi6r {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #SIvy77hQhrlkI3bRGz7F7blaF8SSRCCl {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Pet1P2tAZnKrMWVmTRf376yhttZCDQeg {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #VzbCa7qp93ZfU2uaod42iQqeFotDKDc8 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #MORiJWeIRTUgg3443VxARwe9OhxMbdnK {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #K84dJ048IQdpx5bZsSfUygP3RDIuOCiV {  }
 }@media only screen and (max-width: 763px) { #e5BW8xgtsFw2TT1xC4cUU2We48XveC0z { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hs1KTvxle9ekbSrC9rmBlAEBNvsrNsmb {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #qBtTo1d8L6DufvgTTss0GKJseDFLbGCp {  }
 }@media only screen and (max-width: 763px) { #S9wqk8a9IRDA6Xm4SCWT8nhu8Qqp2BJS { width:13.9375rem;height:1.375rem;top:32.375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTQQ8KAbUqgiTCWns72nbJ9tVos8GKF { width:7.625rem;height:2.25rem;top:30.25rem;left:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlNcFoTV8fm3GaTvChR3G6eBFVKUtpF { width:13.4375rem;height:1.375rem;top:20.875rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSBqLfgT70eo7d9TTydiDhaO2iEKkL0i { width:5.9375rem;height:2.3125rem;top:18.5rem;left:7.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVf2qHzMTlhtr6H625ROTORWmehtUkUo { top:9.0625rem;left:7.4996337890625rem;width:12.8125rem;height:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brQ8DceCwoWhUVr9ZLPQLEQTiyJpNrgS { width:8.3125rem;height:2.25rem;top:7.125rem;left:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSn25804aG65L8PRQIGhVJ9hGnZUrC6W { top:30rem;left:3.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHO7FqUIItKuxdCwy7pq4DcvQTPnyqoE { top:7.3125rem;left:2.99951171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCF0V8XUCEQXhcPZpyhqJVAw8l07m8Vk { top:18.4375rem;left:3rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWgwclxFaHQNoEJfaP19h0XcpgprKp8m { top:15.8125rem;left:16.8125rem;width:9.0625rem;height:7.87475rem;display:none; }
 }@media only screen and (max-width: 763px) { #lN8T5NnU2QzZEgLpZWgJsabWBq1HOZbX { top:6.5rem;left:25.8125rem;width:18.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GPPvve7GVDdwKwwXa325hkzvfcFHmb { display:block; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCJUxDaGclT1mQNyAMrDbL7RhE5qUbf1 { top:3.375rem;left:2.75rem;width:45rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umKEUdrgkD9txfFG8G2XP34yk1rMr3qy { top:7.5625rem;left:7.250244140625rem;width:33.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKr6B43B4tV7QVTxVblEVZsa3ebGJgw { display:block; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep87JtFxuglz37Rv69ioJrsTMIXvMbTh { top:1.3125rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 { display:block; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXWWCPEJDxWaMbBqTw22AzoucDiqnxSR { top:11.9375rem;left:1.81201171875rem;width:12.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBNWlmG4C9W9f5ZpQ3cPIGztiaT3cp4z { top:2.6875rem;left:3.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awa36WJ8XQCnnkHT781mO548Ik4TWP4y { top:5.375rem;left:6.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba45pdF0Q3w5sW4yxXQ4NKzQr26lo0yX { top:12.5625rem;left:17.68701171875rem;width:12.25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPimfWXh8AE3axycy92CQzCBm5ebMt5F { top:3.375rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2WX6tHRiycHXkQ4suNRoVqA4WUvaq5F { top:5.625rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQAwp7kZKnrC0TTIXQmfgEtVJ0UGqhgu { top:12.625rem;left:33.56201171875rem;width:12.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puO8stIyxVATrrM27OmJwUtLArW5AvIl { top:3.4375rem;left:35.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPv4WrqGMwpWMfpK7S2llGSxtZAAf1p7 { top:6rem;left:38.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ { display:block; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9SGszZDWgnwbvvUbBnfGDTOoo40kxs { top:2.4375rem;left:1.375rem;width:45rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6dZitrK9HLltfbPn0UmihIz4xi0VC51 { top:7.3125rem;left:5.7103271484375rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx { display:block; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ5LnsTHzhckpn1q3XvcpKmQZSxwzLEe { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS5NhO1E0ziCVSB7UvKJIyayqA5H0Qh3 { top:2.4375rem;left:2.0301513671875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdBqQCkvo2vhrUqw5SSp0fkWK0HXO8iW { top:1.8125rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzm8dZ8ydxDh9oVkEIChAQCimKZ6NTvD { top:2.4375rem;left:14.3125rem;width:7.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awX7a56fB2V0KfEFKf1ADNNFOQdDoMcm { top:2.4375rem;left:26.09375rem;width:7.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsiCyIRsCIayGGtmPozSevTXfORPtTLM { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6N6TlPIBTcXPtv0CZ6GHOsI3kQTo1rn { top:2.375rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKC1bDdcx9IqQ5Kdm3RZh0ZTLMkIGqMf { top:1.8125rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNu5ftx9d0PvcbvlakLM551UxAa3Z6Jl { top:2.4375rem;left:14.3125rem;width:7.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzum2WEFdcid3BCVOp6pqPz93fnTTC7F { top:2.4375rem;left:2.0301513671875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0EGCrxpVXQWBO0JS7XwO1T0LFxe555V { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfia4kuplRn8SSMPLlw3A4v9CsAKOt9N { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTG8WwZQ81UsNTX8PFPE8GNirIPxoS9I { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dB7GgvlFBc6oLeFm3TJrpi3RJzsRD2tF { top:2.4375rem;left:26.09375rem;width:7.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg9Mhse61uNrBv2BEf9cUfmctcn5qsLK { top:2.375rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0k7dBTPStBRGfhTGVZybkHpyyrJPopv { display:none; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7TcaBTuzXfB8uTrl2lEGX78nrtVssrc { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQn81I00f5rJLkylGg1xh9HdkbTkxxM { top:2.4375rem;left:2.0301513671875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBZPE2e7FFDDx1fbeFW76K1RHcMavnJx { top:1.8125rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrkRFscN9TezU9as26TxkNInIG3mNpki { top:2.4375rem;left:14.3125rem;width:7.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPSGrpglFrk1lVaW0sDl6wpbPSJqX8Fu { top:2.4375rem;left:26.09375rem;width:7.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8raCihe7rR5Id6dBZTbXFcmTS6G5G8k { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0EPOHtGO0H2qBPymKoxL3F0u9heo0Sp { top:2.375rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByK91qKlvvh6BpBFmcpEtD3Qso29Tmfc { top:1.8125rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ8TgprQECmf0nEBnbdhu24lBgI9aooR { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNog1UG2tNrChqAiqlsd3QedmdQOU8XG { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i55W5hcQwpG3798uQTF5nC15y63ApHXw { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRKb3toukBkgTTV57bT6Z5oTGnEZbi0T { top:2.5rem;left:2.65625rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HktiRPWMbtvywrdIBcEbEakEqMozt1Oo { top:2.5rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eX0DGOC5MzP6qBP7E16LvsKZo2WB0V6u { top:2.5rem;left:26.53076171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #biV0xO9ayHsEUhhoK33BpB0eaUdcbrTz { top:2.4375rem;left:38.468872070312rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz { display:none; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e5SB9upq4unTVT7He0wEPLhpJI0lkRQ3 { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8eaZAhilQnIibRcMM53mq5413V5K6DS { top:2.4375rem;left:2.0301513671875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPSS9u9lrSndciFg1WLcNWCBWgltMO1 { top:1.8125rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3E6bzomCENBl2fX4rLkAQesp1AT6l0n { top:2.4375rem;left:14.3125rem;width:7.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADuAF0NZplXaeLQrL8SIgWxO2hChgCAV { top:2.4375rem;left:26.09375rem;width:7.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwTNouBhqihm6A0D9kAS8hnk1Is68v2B { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOrTRMgk31T9T2NoBKSuv4ySa65VSw8E { top:2.375rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1X2BvxR1MrHDNJIP4B68CH3zVZv0mB { top:1.8125rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3EkkD0TXV5BwvN0LtZIQH1kXCVSv3y2 { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJklOe6gAIqAidKPXFISizrThfSJmKVB { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbA6qamLHXlK9sJB9d4NZvT0FBXh75lq { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zblHE8SEoKwseTxJuZ6TpqxWmzKq8dLU { top:2.5rem;left:2.65576171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymt3pTdAB5aZ6ooPaZcNRzTa8MoWN0MW { top:2.5rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaG1PtGTxbNTqXkXJF63o2ELCW0QVJ2a { top:2.4375rem;left:25.967407226562rem;width:7.6875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mng6qww3mnQiS9riXqOL6Ta4nWgVknMT { top:2.4375rem;left:37.31103515625rem;width:8.875rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d { display:none; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BLd8K3O3sz22hI7026oHEVJK097mxuxH { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C759pTMHT8wAPzvLc43BkU0OTTCnRMSG { top:2.4375rem;left:2.0301513671875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9VMoIUMbBrHkKFPF70AZCwr1BufEXTp { top:1.8125rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haf2zJlGIzDxHxSkwQiiIzJ69kyRXrq6 { top:2.4375rem;left:14.3125rem;width:7.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdN86HclF13ixnmAnuWTSuw1QqvDDKT6 { top:2.4375rem;left:26.09375rem;width:7.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duXsaJnOqtZswJ2kWJlXDrEetbyFFT4J { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEpilIzhTMPsceSH74gXCHp5qF4WLn4 { top:2.375rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6r9i9hh7gCda2kMx6eavwEuHAKSi7lL { top:1.8125rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnFsX92fsXZVTLxy8r5T9syM6T9ZMlhi { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsBecNRFfDpX9s9kg0w0mSWPL2VsJwhb { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRE2MTNvT70ykIFnBfHDnXVFdqLtzkJt { top:1.75rem;left:0rem;width:11.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk41zNf7ZrasrLJSDDiqFVTkapqV80GD { top:2.4375rem;left:2.0924072265625rem;width:7.6875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqS4y3k7V7R8kErWWRkFLT6Lt6p2uQkk { top:2.375rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORKW6wi9qlbPpkNEgXa1VISpyUsBUlzP { top:2.375rem;left:26.53076171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mm8aTm5Q8rG0gzUTE6nLVwRBKpEKyT09 { top:2.5rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 { display:block; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRzzyHQLqi5zOk0Bh38JDkI7ymw4Dk2G { top:1.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fBTghmCINif6DcVcfa6NMQL7ZJoqXk { top:2.5rem;left:2.65576171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpP3wfVxpwdDIir9XrdnXTgvMC0s02fv { top:1.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJbeJbuc4XmIF9mQlJTCcS8ZDTV6kPPi { top:2.5rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLw8mUqmhJWbSP8OCHL2I3aWNfwBdXVg { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuSE85OSTS5m9ZgNUXpuhWUVp1gr5TDb { top:2.4375rem;left:25.967407226562rem;width:7.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM8OFruiTUEMWeusQNB3WktcnQxZcQSQ { top:1.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN3drM2Oka75tTxUoZfygb2pzKMgKS08 { top:2.4375rem;left:37.31103515625rem;width:8.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEwECf5Py9ioH6765QLbNpFClwzCtIwI { display:block; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2gr2TxSae6e98E9kIeVuVR8xDuE69AK { top:2.5rem;left:2.65625rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFXu7gq7DXTV9CQ8PPwxAbOimm6UpHB { top:1.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXLNfmun6KhLtZJmZHc8I8Szm3R5G4Pu { top:1.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss4NBIwlgotI7nIJnqQeFLN4vdD8dyWl { top:2.5rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6rnLO2D0s4IGTNFTGS7bC7AZB4ybNr { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVfNiZRC7TzX4NtfE5wvCTKlf1rDgl9 { top:2.5rem;left:26.53076171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Th7BtoDvaTP523z6H6D2ZuXzLvfDKF { top:1.8125rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFBrTLHQVANRFZQb6RX3TrQxIL3zovP { top:2.4375rem;left:38.468872070312rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPuxsEOg0BSQX7UbAr8Ql5A8fxkMpMvq { top:2.5rem;left:2.65576171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 { display:block; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV562VIyTwkQASMTyEKlPsWXy0PDBfDf { top:1.875rem;left:0.03125rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl720PKbS1Jga0xphF7FrJV63IPR6c2t { top:2.4375rem;left:2.0924072265625rem;width:7.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCWLuxT8gKBUvnnIbslmf0kRMHefpZuR { top:1.875rem;left:11.96875rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc4Ksr0R4l22bHgu5IiUpx83r7sAdwx5 { top:2.375rem;left:14.59326171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0eupQ5PV8Mkn1FbScBdZT9WtOXGvrod { top:1.875rem;left:23.90625rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIzxPpiJqDbRfICfVdxIbk4da2zpGkgZ { top:2.375rem;left:26.53076171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7t4cppTSrQLTqu72C23eqHJenIgwm0T { top:1.875rem;left:35.84375rem;width:11.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfr7C6GohAbSQ5TPovssE8KxVIkLLvqw { top:2.5rem;left:38.46826171875rem;width:6.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu { display:block; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKzTNhEvvPidT0ZqTznneGIcxDQbuwp { top:4.4375rem;left:1.375rem;width:45rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJyTtZ2moXQqp7SLSL0Jncifuk08eWth { display:block; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH0x8Hnz47WmfZ8wgHkJPisX3mX5B3TG { top:2.5625rem;left:3.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsiqZxnTcwzKMsl3mzynknGz9ihTv3n { top:2.5625rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z766Xtz1840UBOO3TdsQDxo5sToiIKi7 { top:2.5625rem;left:35.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OGkDGns85s4Q7AEFIEm3M8ITu6G3rl { top:7.125rem;left:4.25rem;width:11.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93TbfWxDiQgr7FoNEByK6haC8vx8GkL { top:7.4375rem;left:20.1875rem;width:11.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2Reu65DAbVtNd1nMdVmlCqBWHpyeXf { top:5.0625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0BLlohCbs81fuVXRgS55keMtoCMddnO { top:5.0625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfUZNe2vTK1BUUKpZlQnzxehOw0B111 { top:5.0625rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvyVd7C4vvmGDydwpHWdCfLsas0yOXuX { top:15.625rem;left:0rem;width:17rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5tRMHlZR8noz6HzSufvwPkM13HeIgt { top:15.625rem;left:14.75rem;width:17rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQm1dLoVJSsvaNebhoyUpcDXlr65IMCS { top:16.25rem;left:30.625rem;width:17rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6msLQ0oPB9TayNm0wOpZ9sG2T3ZM5iP { top:12.5rem;left:2.843505859375rem;width:10.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwC08M2wTQrCXtHcXnOgAPq9poJTXui { top:12.5rem;left:15.6875rem;width:16.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PriW49EM0irirmw1OIM3OdTCN6X66TNX { top:12.5625rem;left:28.5625rem;width:19.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH { display:block; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6Zyb2AiLh024qs9MaVVMkGn4Kd3QaTy { top:2.3125rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD9m6NZJNiRzSo65l5gfwAR1odxrv44W { top:2.3125rem;left:7.99826335907rem;width:28.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBD9DFZMkJ5VKUCLJzcc5FHwe9zggf8C { top:2.3125rem;left:36.625rem;width:11.125rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDvODs1TzxtnLCzBbINSGaHth2MTkHkm { top:6.125rem;left:12.499267578125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLOmfKtuienG1yJsnTTsxUZHBSTUqSRn { top:8.3125rem;left:12.499267578125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQNWoZLU8DeV9MTFidd1SzcKPZusEE3J { top:11.3125rem;left:12.499267578125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJQtqSUwlnZydDZGEqIH9Wntqie88Hx { top:13.6875rem;left:12.537719726562rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEPsfAJnJDi986m4TNm9WT3bdsECvOP1 { top:6.1875rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDDeTPKgk3aqUKT7wBlONfMvdz7Dbq41 { top:8.3125rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8nEk7GsNnlizDEA5hL3Hm8Alv1NTig { top:10.6875rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJCPbAdBc3269F5Lg29pRz3KLrhzHed { display:block; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4oR1SAVbHeScVmf3VdbsywqoDi10FpI { top:0.875rem;left:10.374633789062rem;width:26.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW { display:block; }#hMSFEP6m4TUuP8C0Np9Fvpp5DKdhADgW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld8hzyWG0MXP502sWb4zcyPTbvBt1TGv { width:4.249875rem;height:4.249875rem;top:0rem;left:7.8741455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cguRKird2hhWbKNGW89q5PIetTqyQwlE { width:11.1875rem;height:2.5rem;top:6.561279296875rem;left:3.968505859375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scMhwEssTIJbb0B8ED3vZAv4bBOEBtcF { display:block; }
 }@media only screen and (max-width: 763px) { #gfsLuxJ2iOpEAn7xgmDlGxxquJvRbT8m { width:11.5625rem;height:2.5rem;top:4.25rem;left:4.25rem;font-size:1.125rem;background-color:#ffd60a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qeFnBZ43rNgB4tfZsPOaD93MBWA3pAEw { display:block; }
 }@media only screen and (max-width: 763px) { #QFs9FDR7zgDZ9IDDlyVgFN5Eqo8DhToD { display:flex;width:1.0620125rem;height:1.0620125rem;top:10.00732421875rem;left:2.093505859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN7fTWTiVydsB8IwZPGTmpZTBKa6ZUan { display:flex;top:4.8125rem;left:4.8125rem;width:1.31225625rem;height:1.31225625rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2804695b-5c1c-44c6-9329-90abaaf8dd52/herofenceWipTbhustuxpi3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #araNn071PTwC3pR1TfKfvUR5Ul5aMzl3 { width:20rem;height:10.236rem;top:14.562377929688rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #z4K9uyBDLu63xRtdTZJ1K1LX7t2r8G62 { width:9.1873125rem;height:7.4370625rem;top:40.686307907104rem;left:5.4058160781861rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WyLNfNh8rSvFKDzvDsDnZ5oQ6eKF8sZQ { width:7.749625rem;height:6.749875rem;top:34.181518554688rem;left:1.47705078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GE7JG2Iu3v89TfveyoPX0vwUQgkLl9c1 { width:20rem;height:12.24775rem;top:26.52099609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JMx06ZZ958tz64157wx81D9I4xikKPWy { width:5.625rem;height:5.625rem;top:8.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvatLNvKebSs1KbP3dpyy3uGs6K6ubF { display:flex;width:1.5625rem;height:1.5625rem;top:10.25rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #QONOOXDm51NPUZvTdK1BkCtCbLRuHCRe { width:7.936375rem;height:2.1875rem;top:9.9375rem;left:6.0625rem;box-shadow: 0.375rem 0.4375rem 0.5625rem rgba(0,0,0,0) ;display:block; }
 }@media only screen and (max-width: 763px) { #HzmhXoTB40s4ReQEduTAyviuA5NuWDwM { width:14.812rem;height:3.4375rem;top:49.875rem;left:2.5625rem;background-color:#00a8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hGd0uy2883vKQoQ0ZczEsOyVGfZOBxZI { display:block; }
 }@media only screen and (max-width: 763px) { #LlmuT6e3fLnhsFN9Xnk07PaiEayQz5dI { width:15rem;height:3.4375rem;top:54.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAopf0VJCLcTkRyaitF9Rld5hDuHE1dO { display:block; }
 }@media only screen and (max-width: 763px) { #v95LkrOXC2P2QoIpkaB0VNu5auU5cbDy { display:flex;width:1.62475625rem;height:1.62475625rem;top:55.1875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 { display:block; }#kTTJR9yrvdF8My4iiy1JVtXxd7XhDXT8 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtptWHtKupO30evdIML7s2zz2snpHZHU { width:12.24975rem;height:4.0625rem;top:13.75rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSxqVT31QLib7DaF49eR9T19gCTHqhl { width:8.125rem;height:8.125rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snsu7vqxcNZARiLsBUteo0KRdahZ6OMz { display:flex;width:3.5625rem;height:3.5625rem;top:6.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #v2pegICr8dRnzhx6U78wc3Du2sD8y8Qv { width:12.24975rem;height:4.0625rem;top:30.4375rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRuPnU4w8VCRHdFSaHqdGDg4Ub1rT6Dk { width:8.125rem;height:8.125rem;top:21.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTPvldtPPZrhNkITwabf4NGsi2BRaHg { display:flex;width:3.4375rem;height:3.4375rem;top:23.40576171875rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #PM48Ug2F6sJSK7Bmiqr2erF2INKnNFxR { width:12.24975rem;height:4.0625rem;top:47.625rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2geEl3T5HCfK88z4ydr4goPqV6vkJZe { width:8.125rem;height:8.125rem;top:38.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRRaE3SO72s5SZCVSeztor9RoSimwFW { display:flex;width:3.8745125rem;height:3.8745125rem;top:40.374755859375rem;left:8.062744140625rem; }
 }@media only screen and (max-width: 763px) { #ic7qBTixTm7gGxVbn1MXt9T0iKt5REML { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { background-color: transparent; background-image: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container > .video-iframe-container { display: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row > .video-iframe-container { display: none; }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .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); }#ic7qBTixTm7gGxVbn1MXt9T0iKt5REML > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5ywq2UVysGdpXwaW4WVUpq8kKXWnLRh { width:20rem;height:9.0169375rem;top:2.5238037109375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDkTv9ERn72e3mdBwQLhKcAp0ONmGevO { width:20rem;height:5.19775625rem;top:13.410034179688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ { display:block; }#bRssXfNi0rBQFSf6HX0olqHvGFAxvsCJ > .row .container { width:20rem;height:164.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5ET8cb2hWdCxxAbDGmiH1h5Ebea1mqT { width:19.375rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTyToZqPlQTWIK6vbA32cLDSUFrgPEJw { width:19.312125rem;height:19.312125rem;top:40.061645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToxZi4IgFghgquOAtLpldhNIXMbD0b9 { width:19.375rem;height:19.375rem;top:80.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5MMAAOAiMZx8hs0aVWBTT63KspNEgQ { width:19.25rem;height:19.25rem;top:121.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfkuAvTQ8EvICkWUFxVLReGW43hVRVRK { width:19.6875rem;height:5.19775625rem;top:24.329223632812rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzicSyW3OBHGJ3fKyF7Nif0eceDZaSyD { width:19.812rem;height:3.8983125rem;top:65.187377929688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1CONopdMtooycUMQZrM5QJTVnWLGhMi { width:19.874875rem;height:3.8983125rem;top:106.37451171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePOkiJdNxRIiBm61ONz6NJVKgCpE7a4 { width:19.812rem;height:3.8983125rem;top:147.75rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvb00IOrhRT50FFO8XfWOBP1sTtu26cV { width:20rem;height:2.1120875rem;top:20.99853515625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZch1fn9CWTDTphLRyIAlk0TVhF5Wu7 { width:20rem;height:2.43713125rem;top:61.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPx9UEBH3VB8nftJb5xs3WvFMR1wNLTM { width:20rem;height:2.43713125rem;top:103.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUXhVWhkkFhVK1sJ1i9p8F7EeTmtwhN { width:20rem;height:2.43713125rem;top:144.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psm1MGiUrrkNgSp1QigvAx2GWH0HwA3l { width:14.8108125rem;height:3.4375rem;top:32.56103515625rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwyN6UFdqsunTUz7AbJUZqZROSbi12f { display:block; }
 }@media only screen and (max-width: 763px) { #zyudoRSUn9FygbVPZT1LDgCT8WQpboN8 { width:14.8108125rem;height:3.4375rem;top:71.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcenDwvHRA5RnQ18m0emKLTkud2Q40PP { display:block; }
 }@media only screen and (max-width: 763px) { #crcH7DcftRXtlpK5LDRSaiKKZm6Nc1Qf { width:14.8108125rem;height:3.4375rem;top:113.06213378906rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPSTBWFTEByVhq561nXf0ypToQWglgo { display:block; }
 }@media only screen and (max-width: 763px) { #wJQrKSAr48T5DJivi0JTqsK6qhIwbUwG { width:14.8108125rem;height:3.4375rem;top:153.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLKURSwha9UGK0Sas8c2kBZTRbZSEDVc { display:block; }
 }@media only screen and (max-width: 763px) { #fBKqCCe467A6PHFiRy5TegmzFi86hgma { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { background-color: transparent; background-image: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container > .video-iframe-container { display: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row > .video-iframe-container { display: none; }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .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); }#fBKqCCe467A6PHFiRy5TegmzFi86hgma > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgOhdKgNVdJCgUV9tcxCuVMUFKbvbU2d { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtzQauCOyXLTCs7846vDTQgmkF9DJ0IG { width:7.6245rem;height:7.6245rem;top:4.9365234375rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFbOfMwdVfOosCVetmXK8Py23CCt6OB { width:20rem;height:5.52300625rem;top:10.499267578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdmF5uvoFkArQ2zgK6lMaE9p5WMPcP5N { display:flex;width:1.5625rem;height:1.5625rem;top:7.9669189453125rem;left:4.6630859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H { display:block; }#l5WEqtcFqxlFMX3MUpDNcqGvCHlA413H > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubPF7E9mNA4quO5oTwVxBZgA2IrdBHE6 { width:20rem;height:12.3480625rem;top:24.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiT2FPH5IicwyMlERktnTFpvo2pFpezG { width:19.875rem;height:13.9375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhLduDs5aQh7UMSD9394umESqghtnrQ { width:6.749875rem;height:6.749875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmISzvC3VILI1pKZTExT0LREkUeApK7L { display:flex;width:1.5625rem;height:1.5625rem;top:4.125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #mItonSpM6VuBoSGEhxpN9dfcTCqTPfqJ { width:12.5rem;height:1.29936875rem;top:38.110890388489rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXd5NmLDuS9IwwQdZuiBISsiMy1R0OFT { width:6.75rem;height:6.75rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeH6Wh3BQtJhmZ7bpIDxIzpLIkd3GkGw { display:flex;width:1.5625rem;height:1.5625rem;top:41.9375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #MMJJMqaTvTTymwfzgPbzB6yVAVW9p8bn { width:20rem;height:13.937375rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWITlV96rO16aL3NqiB9MTG7eiXrBQ0 { width:20rem;height:12.348625rem;top:61.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNmdRga3sxrJ1Xc7ldMhzFg4QhHWAT6N { width:12.5rem;height:2.5987375rem;top:75.125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAM9ImJOvNmmQg8gxzb0mT6Q5e3pvPK { width:12.5rem;height:2.5987375rem;top:112.68676757812rem;left:6.7486572265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBqsoD6dgkcTqVHwsVheWKI59z9BEqFh { width:20rem;height:9.2615rem;top:100.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xB4KUzSakrwykvBTA6LqcNRP0HSSVxIG { width:20rem;height:13.00518134715rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOLXIuyFM8emmpmlOTksTNDU1mxmUg3g { width:6.75rem;height:6.75rem;top:78.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ5CoZqpX7kaTDEaRw2lmxiymDnxe4Rv { display:flex;width:1.5625rem;height:1.5625rem;top:81.5rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #hFw8LbklJwsJDaaoTwNx292MXU2OffrR { display:block; }#hFw8LbklJwsJDaaoTwNx292MXU2OffrR > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTFccNkwSpwq2fBXR4rZPs4gkTac14dC { width:20rem;height:48.625rem;top:28.499877929688rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sZICt4PMXZzK6NMzFQSNy2tspokQDeZl { width:20rem;height:2.59928125rem;top:30.061645507812rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-text {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-select {padding-top: 0; padding-bottom: 0;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S  { width:17.5rem;height:auto;top:34.749755859375rem;left:0rem; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S {display:block;}#kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S { width:17.5rem;height:auto;top:34.749755859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #oTszCOoDufEu8fA8TbuelwdbraTX6qFa {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hViva3bUItmqoJHxVPpiLlvHEfEz6GNu { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #UEcC2Cx0vPIrRwd0nA564y0rcLOgV1D0 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zqRQ9efbhBcE4bKKZXfqGEBiCyIfZcv3 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Qy0K4Iih8JnPknFQ14TCxXcC1TDv7cif { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #pMMAcEUADKUAMMpgs8knT30edFaheZXe {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GryX4M6U2P39SoHGoGB7NfeTlXmyO3zm {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #COy9klREnEOZfPv02eALIuu2Vk0XZxrx { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #N5NaBtOMIzIkpUTVxcpkHm8ITt1McVgx {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #cM7ZZQh0w5nHOSCMUFGVGc7kkWr16UDN {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #zlzeU9VXX6xNR2Gtk7vS67IIzPz7n9kK { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #GcRVHDfSUBqUE3LzevTBAqAwwck3O3pK {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #ch8Kq5DaGggE1OuOfCpvroi61EafNi6r {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #SIvy77hQhrlkI3bRGz7F7blaF8SSRCCl {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #Pet1P2tAZnKrMWVmTRf376yhttZCDQeg {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #VzbCa7qp93ZfU2uaod42iQqeFotDKDc8 {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #MORiJWeIRTUgg3443VxARwe9OhxMbdnK { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #K84dJ048IQdpx5bZsSfUygP3RDIuOCiV {  }
 }@media only screen and (max-width: 763px) { #e5BW8xgtsFw2TT1xC4cUU2We48XveC0z { display:block; }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #hs1KTvxle9ekbSrC9rmBlAEBNvsrNsmb {  }
 }@media only screen and (max-width: 763px) { #kHnducmFvN2wrFoNyTLdcrIkGPWnFq9S #qBtTo1d8L6DufvgTTss0GKJseDFLbGCp {  }
 }@media only screen and (max-width: 763px) { #S9wqk8a9IRDA6Xm4SCWT8nhu8Qqp2BJS { width:13.93675rem;height:1.749875rem;top:22.249755859375rem;left:3.031005859375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fvTQQ8KAbUqgiTCWns72nbJ9tVos8GKF { width:7.625rem;height:auto;top:30.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #cqlNcFoTV8fm3GaTvChR3G6eBFVKUtpF { width:13.4375rem;height:1.31239375rem;top:14.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vSBqLfgT70eo7d9TTydiDhaO2iEKkL0i { width:5.9375rem;height:auto;top:18.5rem;left:7rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #iVf2qHzMTlhtr6H625ROTORWmehtUkUo { width:12.8125rem;height:2.19360625rem;top:5.3118896484375rem;left:3.59375rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brQ8DceCwoWhUVr9ZLPQLEQTiyJpNrgS { width:8.3125rem;height:auto;top:7.125rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #GSn25804aG65L8PRQIGhVJ9hGnZUrC6W { display:flex;width:3.75rem;height:3.75rem;top:18.538818359375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #yHO7FqUIItKuxdCwy7pq4DcvQTPnyqoE { display:flex;width:3.5rem;height:3.5rem;top:1.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #qCF0V8XUCEQXhcPZpyhqJVAw8l07m8Vk { display:flex;width:3.3125rem;height:3.3125rem;top:10.5625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #dWgwclxFaHQNoEJfaP19h0XcpgprKp8m { width:6.311875rem;height:5.4367375rem;top:70.736223220825rem;left:6.84353351593rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lN8T5NnU2QzZEgLpZWgJsabWBq1HOZbX { width:18.75rem;height:2.27430625rem;top:32.661743164062rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GPPvve7GVDdwKwwXa325hkzvfcFHmb { display:block; }#U7GPPvve7GVDdwKwwXa325hkzvfcFHmb > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCJUxDaGclT1mQNyAMrDbL7RhE5qUbf1 { width:20rem;height:5.525175rem;top:2.0184326171875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umKEUdrgkD9txfFG8G2XP34yk1rMr3qy { width:20rem;height:5.85069375rem;top:8.6676025390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKr6B43B4tV7QVTxVblEVZsa3ebGJgw { display:block; }#guKr6B43B4tV7QVTxVblEVZsa3ebGJgw > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep87JtFxuglz37Rv69ioJrsTMIXvMbTh { width:20rem;height:39.49223125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 { display:block; }#T50X6oFVSMMNJqXZ8rQo5uaSaqn423g6 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXWWCPEJDxWaMbBqTw22AzoucDiqnxSR { width:12.24975rem;height:4.0625rem;top:13.75rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBNWlmG4C9W9f5ZpQ3cPIGztiaT3cp4z { width:8.125rem;height:8.125rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awa36WJ8XQCnnkHT781mO548Ik4TWP4y { display:flex;width:3.5625rem;height:3.5625rem;top:6.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ba45pdF0Q3w5sW4yxXQ4NKzQr26lo0yX { width:12.24975rem;height:6.09375rem;top:30.4375rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPimfWXh8AE3axycy92CQzCBm5ebMt5F { width:8.125rem;height:8.125rem;top:21.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2WX6tHRiycHXkQ4suNRoVqA4WUvaq5F { display:flex;width:3.4375rem;height:3.4375rem;top:23.40576171875rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #SQAwp7kZKnrC0TTIXQmfgEtVJ0UGqhgu { width:12.24975rem;height:4.0625rem;top:47.625rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puO8stIyxVATrrM27OmJwUtLArW5AvIl { width:8.125rem;height:8.125rem;top:38.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPv4WrqGMwpWMfpK7S2llGSxtZAAf1p7 { display:flex;width:3.8745125rem;height:3.8745125rem;top:40.374755859375rem;left:8.062744140625rem; }
 }@media only screen and (max-width: 763px) { #Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ { display:block; }#Vtts7x3ZODyQ62EWWiPgzxLyTWlrZJhZ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9SGszZDWgnwbvvUbBnfGDTOoo40kxs { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6dZitrK9HLltfbPn0UmihIz4xi0VC51 { width:20rem;height:2.598875rem;top:7.6995875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx { display:block; }#LfEnIdvLozoTBFRv3w6n6yK3GgQ0KZHx > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ5LnsTHzhckpn1q3XvcpKmQZSxwzLEe { width:8.999625rem;height:2.87475625rem;top:1.312255859375rem;left:0.391845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS5NhO1E0ziCVSB7UvKJIyayqA5H0Qh3 { width:6.6235625rem;height:0;top:1.937255859375rem;left:12.249755859375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdBqQCkvo2vhrUqw5SSp0fkWK0HXO8iW { width:11.875rem;height:2.8125rem;top:5.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzm8dZ8ydxDh9oVkEIChAQCimKZ6NTvD { width:6.5625rem;height:0;top:6.375rem;left:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #awX7a56fB2V0KfEFKf1ADNNFOQdDoMcm { width:7.1875rem;height:0;top:10.031127929688rem;left:6.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsiCyIRsCIayGGtmPozSevTXfORPtTLM { width:11.875rem;height:2.8125rem;top:9.43725625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6N6TlPIBTcXPtv0CZ6GHOsI3kQTo1rn { width:6.5625rem;height:0;top:14.12475625rem;left:6.68701171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKC1bDdcx9IqQ5Kdm3RZh0ZTLMkIGqMf { width:11.875rem;height:2.8125rem;top:13.49975625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNu5ftx9d0PvcbvlakLM551UxAa3Z6Jl { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:1.6094970703125rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wzum2WEFdcid3BCVOp6pqPz93fnTTC7F { width:6.6235625rem;height:1.62489375rem;top:1.937255859375rem;left:12.249755859375rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #v0EGCrxpVXQWBO0JS7XwO1T0LFxe555V { width:8.999rem;height:2.87475625rem;top:1.312255859375rem;left:11.0009765625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qfia4kuplRn8SSMPLlw3A4v9CsAKOt9N { width:8.999rem;height:2.87475625rem;top:6.024169921875rem;left:0.3912353515625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GTG8WwZQ81UsNTX8PFPE8GNirIPxoS9I { width:8.9984375rem;height:2.87475625rem;top:6.0625rem;left:11.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dB7GgvlFBc6oLeFm3TJrpi3RJzsRD2tF { width:7.1875rem;height:1.62489375rem;top:6.649169921875rem;left:1.2969970703125rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eg9Mhse61uNrBv2BEf9cUfmctcn5qsLK { width:6.5625rem;height:1.62489375rem;top:6.6875rem;left:12.3125rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #V0k7dBTPStBRGfhTGVZybkHpyyrJPopv { background-color:#000000;background-image:none;display:block; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container { background-color: transparent; background-image: none; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container > .video-iframe-container { display: none; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row > .video-iframe-container { display: none; }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .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); }#V0k7dBTPStBRGfhTGVZybkHpyyrJPopv > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7TcaBTuzXfB8uTrl2lEGX78nrtVssrc { width:8.999625rem;height:2.87475625rem;top:1.312255859375rem;left:0.391845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQn81I00f5rJLkylGg1xh9HdkbTkxxM { width:6.6235625rem;height:0;top:1.937255859375rem;left:12.249755859375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBZPE2e7FFDDx1fbeFW76K1RHcMavnJx { width:11.875rem;height:2.8125rem;top:5.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrkRFscN9TezU9as26TxkNInIG3mNpki { width:6.5625rem;height:0;top:6.375rem;left:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPSGrpglFrk1lVaW0sDl6wpbPSJqX8Fu { width:7.1875rem;height:0;top:10.031127929688rem;left:6.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8raCihe7rR5Id6dBZTbXFcmTS6G5G8k { width:11.875rem;height:2.8125rem;top:9.43725625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0EPOHtGO0H2qBPymKoxL3F0u9heo0Sp { width:6.5625rem;height:0;top:14.12475625rem;left:6.68701171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByK91qKlvvh6BpBFmcpEtD3Qso29Tmfc { width:11.875rem;height:2.8125rem;top:13.49975625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ8TgprQECmf0nEBnbdhu24lBgI9aooR { width:8.999rem;height:2.87475625rem;top:1.312255859375rem;left:11.0009765625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LNog1UG2tNrChqAiqlsd3QedmdQOU8XG { width:8.999rem;height:2.87475625rem;top:6.024169921875rem;left:0.3912353515625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #i55W5hcQwpG3798uQTF5nC15y63ApHXw { width:8.9984375rem;height:2.87475625rem;top:6.0625rem;left:11.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ZRKb3toukBkgTTV57bT6Z5oTGnEZbi0T { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:1.6094970703125rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HktiRPWMbtvywrdIBcEbEakEqMozt1Oo { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:12.218627929688rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eX0DGOC5MzP6qBP7E16LvsKZo2WB0V6u { width:6.5625rem;height:1.62489375rem;top:6.649169921875rem;left:1.6094970703125rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #biV0xO9ayHsEUhhoK33BpB0eaUdcbrTz { width:6.5625rem;height:1.62489375rem;top:6.649169921875rem;left:12.279663085938rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz { background-color:#000000;background-image:none;display:block; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container { background-color: transparent; background-image: none; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container > .video-iframe-container { display: none; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row > .video-iframe-container { display: none; }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .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); }#xZeb5qMTAOeOsmZvb0NCzasTgRJmqIXz > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5SB9upq4unTVT7He0wEPLhpJI0lkRQ3 { width:8.999625rem;height:2.87475625rem;top:1.312255859375rem;left:0.391845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8eaZAhilQnIibRcMM53mq5413V5K6DS { width:6.6235625rem;height:0;top:1.937255859375rem;left:12.249755859375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyPSS9u9lrSndciFg1WLcNWCBWgltMO1 { width:11.875rem;height:2.8125rem;top:5.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3E6bzomCENBl2fX4rLkAQesp1AT6l0n { width:6.5625rem;height:0;top:6.375rem;left:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADuAF0NZplXaeLQrL8SIgWxO2hChgCAV { width:7.1875rem;height:0;top:10.031127929688rem;left:6.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwTNouBhqihm6A0D9kAS8hnk1Is68v2B { width:11.875rem;height:2.8125rem;top:9.43725625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOrTRMgk31T9T2NoBKSuv4ySa65VSw8E { width:6.5625rem;height:0;top:14.12475625rem;left:6.68701171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kW1X2BvxR1MrHDNJIP4B68CH3zVZv0mB { width:11.875rem;height:2.8125rem;top:13.49975625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3EkkD0TXV5BwvN0LtZIQH1kXCVSv3y2 { width:8.999rem;height:2.87475625rem;top:1.312255859375rem;left:11.0009765625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sJklOe6gAIqAidKPXFISizrThfSJmKVB { width:8.999rem;height:2.87475625rem;top:6.024169921875rem;left:0.3912353515625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nbA6qamLHXlK9sJB9d4NZvT0FBXh75lq { width:8.9984375rem;height:2.87475625rem;top:6.0625rem;left:11.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zblHE8SEoKwseTxJuZ6TpqxWmzKq8dLU { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:1.6094970703125rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ymt3pTdAB5aZ6ooPaZcNRzTa8MoWN0MW { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:12.218627929688rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #AaG1PtGTxbNTqXkXJF63o2ELCW0QVJ2a { width:9.0625rem;height:1.62489375rem;top:6.649169921875rem;left:0.3594970703125rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Mng6qww3mnQiS9riXqOL6Ta4nWgVknMT { width:9.24925rem;height:1.54358125rem;top:6.649169921875rem;left:10.750732421875rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d { background-color:#000000;background-image:none;display:block; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container { background-color: transparent; background-image: none; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container > .video-iframe-container { display: none; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row > .video-iframe-container { display: none; }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .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); }#nz5hsatvprzPaxMg2y6PMqIpMK5Kct9d > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLd8K3O3sz22hI7026oHEVJK097mxuxH { width:8.999625rem;height:2.87475625rem;top:1.312255859375rem;left:0.391845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C759pTMHT8wAPzvLc43BkU0OTTCnRMSG { width:6.6235625rem;height:0;top:1.937255859375rem;left:12.249755859375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9VMoIUMbBrHkKFPF70AZCwr1BufEXTp { width:11.875rem;height:2.8125rem;top:5.75rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Haf2zJlGIzDxHxSkwQiiIzJ69kyRXrq6 { width:6.5625rem;height:0;top:6.375rem;left:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdN86HclF13ixnmAnuWTSuw1QqvDDKT6 { width:7.1875rem;height:0;top:10.031127929688rem;left:6.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #duXsaJnOqtZswJ2kWJlXDrEetbyFFT4J { width:11.875rem;height:2.8125rem;top:9.43725625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #drEpilIzhTMPsceSH74gXCHp5qF4WLn4 { width:6.5625rem;height:0;top:14.12475625rem;left:6.68701171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6r9i9hh7gCda2kMx6eavwEuHAKSi7lL { width:11.875rem;height:2.8125rem;top:13.49975625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnFsX92fsXZVTLxy8r5T9syM6T9ZMlhi { width:8.999rem;height:2.87475625rem;top:1.312255859375rem;left:11.0009765625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qsBecNRFfDpX9s9kg0w0mSWPL2VsJwhb { width:8.999rem;height:2.87475625rem;top:6.024169921875rem;left:0.3912353515625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eRE2MTNvT70ykIFnBfHDnXVFdqLtzkJt { width:8.9984375rem;height:2.87475625rem;top:6.0625rem;left:11.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Hk41zNf7ZrasrLJSDDiqFVTkapqV80GD { width:6.5625rem;height:1.62489375rem;top:1.937255859375rem;left:0.921630859375rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MqS4y3k7V7R8kErWWRkFLT6Lt6p2uQkk { width:6.5625rem;height:1.62489375rem;top:1.812744140625rem;left:12.218627929688rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ORKW6wi9qlbPpkNEgXa1VISpyUsBUlzP { width:6.5625rem;height:1.62489375rem;top:6.649169921875rem;left:1.6094970703125rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Mm8aTm5Q8rG0gzUTE6nLVwRBKpEKyT09 { width:6.5625rem;height:1.62489375rem;top:6.649169921875rem;left:12.218627929688rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 { display:none; }#yKyGRA2dLL7SgrE5zx78snMg4f03T5x5 > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRzzyHQLqi5zOk0Bh38JDkI7ymw4Dk2G { width:11.875rem;height:2.8125rem;top:1.375rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3fBTghmCINif6DcVcfa6NMQL7ZJoqXk { width:6.5625rem;height:0;top:2rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpP3wfVxpwdDIir9XrdnXTgvMC0s02fv { width:11.875rem;height:2.8125rem;top:5.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJbeJbuc4XmIF9mQlJTCcS8ZDTV6kPPi { width:6.5625rem;height:0;top:6.3125rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLw8mUqmhJWbSP8OCHL2I3aWNfwBdXVg { width:11.875rem;height:2.8125rem;top:10.1875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuSE85OSTS5m9ZgNUXpuhWUVp1gr5TDb { width:9.0625rem;height:0;top:10.8125rem;left:5.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RM8OFruiTUEMWeusQNB3WktcnQxZcQSQ { width:11.875rem;height:2.8125rem;top:14.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sN3drM2Oka75tTxUoZfygb2pzKMgKS08 { width:9.249875rem;height:0;top:15.3125rem;left:5.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEwECf5Py9ioH6765QLbNpFClwzCtIwI { display:none; }#uEwECf5Py9ioH6765QLbNpFClwzCtIwI > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2gr2TxSae6e98E9kIeVuVR8xDuE69AK { width:6.5625rem;height:0;top:11.3125rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeFXu7gq7DXTV9CQ8PPwxAbOimm6UpHB { width:11.875rem;height:2.8125rem;top:10.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXLNfmun6KhLtZJmZHc8I8Szm3R5G4Pu { width:11.875rem;height:2.8125rem;top:14.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss4NBIwlgotI7nIJnqQeFLN4vdD8dyWl { width:6.5625rem;height:0;top:15.375rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6rnLO2D0s4IGTNFTGS7bC7AZB4ybNr { width:11.875rem;height:2.8125rem;top:18.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkVfNiZRC7TzX4NtfE5wvCTKlf1rDgl9 { width:6.5625rem;height:0;top:19.4375rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8Th7BtoDvaTP523z6H6D2ZuXzLvfDKF { width:11.875rem;height:2.8125rem;top:22.875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzFBrTLHQVANRFZQb6RX3TrQxIL3zovP { width:6.5625rem;height:0;top:23.5rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPuxsEOg0BSQX7UbAr8Ql5A8fxkMpMvq { width:6.5625rem;height:1.62475625rem;top:14.937133789062rem;left:5.8740234375rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 { display:none; }#AsyGkIeBxcHCZZeErC6nt6eTwc4c8D40 > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZV562VIyTwkQASMTyEKlPsWXy0PDBfDf { width:11.875rem;height:2.8125rem;top:1.25rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rl720PKbS1Jga0xphF7FrJV63IPR6c2t { width:6.5625rem;height:0;top:1.84326171875rem;left:6.1236572265625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCWLuxT8gKBUvnnIbslmf0kRMHefpZuR { width:11.875rem;height:2.8125rem;top:5.3125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc4Ksr0R4l22bHgu5IiUpx83r7sAdwx5 { width:6.5625rem;height:1.62475625rem;top:5.8746337890625rem;left:6.68701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0eupQ5PV8Mkn1FbScBdZT9WtOXGvrod { width:11.875rem;height:2.8125rem;top:9.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIzxPpiJqDbRfICfVdxIbk4da2zpGkgZ { width:6.5625rem;height:1.62475625rem;top:9.9371337890625rem;left:6.68701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7t4cppTSrQLTqu72C23eqHJenIgwm0T { width:11.875rem;height:2.8125rem;top:13.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfr7C6GohAbSQ5TPovssE8KxVIkLLvqw { width:6.5625rem;height:1.62475625rem;top:14.0625rem;left:6.68701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu { display:block; }#z4ftDTWaJ3XH0Pc4qaiDOOJ9xPsRJvKu > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKzTNhEvvPidT0ZqTznneGIcxDQbuwp { width:20rem;height:5.68725625rem;top:2.1875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJyTtZ2moXQqp7SLSL0Jncifuk08eWth { display:block; }#qJyTtZ2moXQqp7SLSL0Jncifuk08eWth > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH0x8Hnz47WmfZ8wgHkJPisX3mX5B3TG { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsiqZxnTcwzKMsl3mzynknGz9ihTv3n { width:8.125rem;height:8.125rem;top:26.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z766Xtz1840UBOO3TdsQDxo5sToiIKi7 { width:8.125rem;height:8.125rem;top:52.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3OGkDGns85s4Q7AEFIEm3M8ITu6G3rl { width:11.5625rem;height:0.3125rem;top:12.625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x93TbfWxDiQgr7FoNEByK6haC8vx8GkL { width:11.5625rem;height:0.3125rem;top:39rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lX2Reu65DAbVtNd1nMdVmlCqBWHpyeXf { display:flex;width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #F0BLlohCbs81fuVXRgS55keMtoCMddnO { display:flex;width:3.125rem;height:3.125rem;top:28.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NTfUZNe2vTK1BUUKpZlQnzxehOw0B111 { display:flex;width:3.125rem;height:3.125rem;top:55.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tvyVd7C4vvmGDydwpHWdCfLsas0yOXuX { width:19.812rem;height:6.4971875rem;top:13.673706054688rem;left:0.18798828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5tRMHlZR8noz6HzSufvwPkM13HeIgt { width:19.74975rem;height:6.4971875rem;top:38.56201171875rem;left:0.1251220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQm1dLoVJSsvaNebhoyUpcDXlr65IMCS { width:19.8125rem;height:7.796625rem;top:65.2490234375rem;left:0.125244140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6msLQ0oPB9TayNm0wOpZ9sG2T3ZM5iP { width:10.123875rem;height:2.03125rem;top:10.731201171875rem;left:4.937744140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOwC08M2wTQrCXtHcXnOgAPq9poJTXui { width:16.061375rem;height:2.03125rem;top:35.762329101562rem;left:1.968994140625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PriW49EM0irirmw1OIM3OdTCN6X66TNX { width:19.0625rem;height:1.86903125rem;top:62.356567382812rem;left:0.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH { display:block; }#RnrhmgHIxcq7X5ouIDlU6MPQuVXmopzH > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6Zyb2AiLh024qs9MaVVMkGn4Kd3QaTy { width:9.812rem;height:9.812rem;top:1.312255859375rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD9m6NZJNiRzSo65l5gfwAR1odxrv44W { width:11.4995625rem;height:1.7871125rem;top:13.872612714768rem;left:3.430447101593rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBD9DFZMkJ5VKUCLJzcc5FHwe9zggf8C { width:11.1236875rem;height:1.7871125rem;top:28.56201171875rem;left:0.8740234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDvODs1TzxtnLCzBbINSGaHth2MTkHkm { width:14.436625rem;height:1.2994375rem;top:16.624755859375rem;left:3.4307861328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLOmfKtuienG1yJsnTTsxUZHBSTUqSRn { width:14.436625rem;height:1.2994375rem;top:18.687133789062rem;left:3.4320068359375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQNWoZLU8DeV9MTFidd1SzcKPZusEE3J { width:14.436625rem;height:1.2994375rem;top:20.874633789062rem;left:3.4332275390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJQtqSUwlnZydDZGEqIH9Wntqie88Hx { width:14.436625rem;height:1.29936875rem;top:23.125rem;left:3.4344482421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEPsfAJnJDi986m4TNm9WT3bdsECvOP1 { width:14.436625rem;height:1.2994375rem;top:36.37451171875rem;left:3.4356689453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDDeTPKgk3aqUKT7wBlONfMvdz7Dbq41 { width:14.436625rem;height:1.2994375rem;top:31.124267578125rem;left:3.4368896484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8nEk7GsNnlizDEA5hL3Hm8Alv1NTig { width:14.436625rem;height:1.2994375rem;top:33.687133789062rem;left:3.4356689453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJCPbAdBc3269F5Lg29pRz3KLrhzHed { display:block; }#pAJCPbAdBc3269F5Lg29pRz3KLrhzHed > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4oR1SAVbHeScVmf3VdbsywqoDi10FpI { width:20rem;height:2.598875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }