.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,210,211;--color-primary-1:239,121,124;--color-primary-2:229,32,37;--color-primary-3:227,6,19;--color-primary-4:46,6,7;--color-secondary-0:255,225,217;--color-secondary-1:255,154,128;--color-secondary-2:255,53,0;--color-secondary-3:128,27,0;--color-secondary-4:38,8,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"League Spratan Semibold";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffa200;background-image:url("https://images.assets-landingi.com/uc/1607c4f2-f76b-4f94-847f-16a43c8e39bf/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB > .row .container { position:relative;display:none; }#ScwyxnMwkUf4cFJBUS4AEQabAgV76imF { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ScwyxnMwkUf4cFJBUS4AEQabAgV76imF > .row .container { position:relative;display:none; }#vI55nC1W9klOPTWHtHFOSqDmECS3ERyd { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vI55nC1W9klOPTWHtHFOSqDmECS3ERyd > .row .container { position:relative;display:none; }#tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF > .row .container { position:relative;display:none; }#gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt > .row .container { position:relative;display:block; }#K8kes97iBKhcKPZvuqRc15HP8w0oxOdd { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K8kes97iBKhcKPZvuqRc15HP8w0oxOdd > .row .container { position:relative;display:block; }#UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA > .row .container { position:relative;display:block; }#fHGGaSiy1ycTVGsk4tIX0iidUJiveZem { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #fHGGaSiy1ycTVGsk4tIX0iidUJiveZem > .row .container { position:relative;display:block; }#TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl > .row .container { position:relative;display:block; }#mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP > .row .container { position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { position:relative;display:none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#tWpFNWlm4wt1cgsE9ziWbO71VPxHrQqL { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.9375rem;width:48.5rem;top:17.90625rem;left:26.5rem;display:block; }
#kEyFw5LF9BVZNVt5tP000Wbb1IAZFqif { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:49.875rem;left:23.0625rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#ZHtU1EQclsnlfEB5WJTTv4D6UkTG41Ez { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:49rem;left:49.5rem;height:4.8125rem;text-align:right;text-align-last:right;display:block; }
#eUkJf2kHIDhUW0k27ka4Zbl9xnhdDMPX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:49.875rem;left:60.875rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ { box-sizing:content-box;height:23.375rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.adaptive-delivery-prevent-bg, #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.lazyload, #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.lazyloading { background-image: none; }
#zI2uQcmaMkA7Aalaqe3LBkink80Pymh2 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:22.25rem;top:27rem;left:0rem;overflow:hidden;display:block; }
#IdzuJEPWUIwkrCTzUggT0WOSHAVf9oZw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:49.875rem;left:23.0625rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#aNU3iTdt9Q5FxxaeHErlySxrEFIJB7I8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:49rem;left:49.5rem;height:4.8125rem;text-align:right;text-align-last:right;display:block; }
#DKB3KTCuQP0geHtzfN1rBBGhnctZbBP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:49.875rem;left:60.875rem;height:3.09375rem;text-align:left;text-align-last:left;display:block; }
#Xxred3OpA7BDGOsgpANzWsqVfr089G9m { box-sizing:content-box;height:23.375rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:none; }#Xxred3OpA7BDGOsgpANzWsqVfr089G9m.adaptive-delivery-prevent-bg, #Xxred3OpA7BDGOsgpANzWsqVfr089G9m.lazyload, #Xxred3OpA7BDGOsgpANzWsqVfr089G9m.lazyloading { background-image: none; }
#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.adaptive-delivery-prevent-bg, #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.lazyload, #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.lazyloading { background-image: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { background-color: transparent; background-image: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container > .video-iframe-container { display: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row > .video-iframe-container { display: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .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); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { border-width: 0; border-radius: 0; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO { box-sizing:content-box;height:23.375rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:none; }#kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.adaptive-delivery-prevent-bg, #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.lazyload, #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.lazyloading { background-image: none; }
#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU { position:relative;display:block; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU { background-color: transparent; background-image: none; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row .container > .video-iframe-container { display: none; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row > .video-iframe-container { display: none; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .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); }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU { border-width: 0; border-radius: 0; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .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; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uegq5MEwF6PXvwm3A6fIOXTPPOkgsmoh { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.8125rem;width:63.125rem;top:1.28125rem;left:5.9375rem;display:block; }
#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container { background-color: transparent; background-image: none; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container > .video-iframe-container { display: none; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row > .video-iframe-container { display: none; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .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); }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container { border-width: 0; border-radius: 0; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#WVqqsbOkWH0bLCETlR8t40roUUTuv2FK { position:absolute;display:block;z-index:15007;height:13.25rem;width:23.75rem;top:18.875rem;left:12.8125rem;display:none; }
#XK8r7oJf8Ow78tih971b4TJtJCiRryda { position:absolute;display:block;z-index:15005;height:13.25rem;width:23.75rem;top:18.875rem;left:38.5rem;display:none; }
#yEHXoUwolOqzTDJbHPC61z1VHCSEx30T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.75rem;top:3.375rem;left:12.8125rem;display:block; }
#T1CQ257TlpJB8I4qEqZxoshqIyXCS1VQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.75rem;top:3.375rem;left:38.5rem;display:block; }
#baH8bo4BAlwymwZEC9O0yPN5i4CkrnXD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.625rem;top:18.875rem;left:12.8125rem;display:block; }
#RxWNT6LS0JrDJzrcwQ7EK23EXLd0B4Fp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.75rem;top:18.875rem;left:38.5rem;display:block; }
#i3TMET4UP6NltaAKo0xNT0HDkbAvA013 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.25rem;width:23.625rem;top:34.4375rem;left:25.6875rem;display:block; }
#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd { position:relative;display:block; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd { background-color: transparent; background-image: none; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row .container > .video-iframe-container { display: none; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row > .video-iframe-container { display: none; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .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); }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd { border-width: 0; border-radius: 0; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .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; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#GqZLExlIMsxDaiPgNO46DKlTPSd7lwn8 { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#LSRk8LTBV5zt2T64owEe4uqkSLJ1WgrA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#pte4UGwryEz96RRWareQDuUTSGgfbwh8 { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#b1U8flSiwmDfqLWZh29e24PrKgMgdUzf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:4.57421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fte9kgBq17BQBHd5wrbnDEWKXw5uDf1B { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZGnRt2hdGA1MQz4uEQf3In56Xhm5M7dN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#idqPtxfmunwkXzHpq9rGWPw6biFCvKUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.6875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#fXtpfEHk8paeZG447L0TlCtO7Zaox8bH { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#SZDgIRqftUtsuJJSCUErtllN7gGfB0Tt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuZgdKmydXQcqDLJpwm2BSNEG5iXaeXz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzFeQvR8rPJEFb3sW7MCBg0WTFewu8hA { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.46875rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJhOVJLsFM6GFhnT2rEvaZR10KF0xVh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.03125rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#T20iiURJyH8eTHXHTh9kSptCrM6Z8qh9 { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#re3gcer2LsI05RQRTDKf6qbxTOvzMGdh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.15625rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Lcp7GsWmikOb7Tp1RNdRvAbKVZeImfIG { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#qgHsnpT4P0VLa28OuF5JSxsVmLUxE4Se { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#Zsc2K7VEdN0X2rfwwgOeFNfTLbWsTtRQ { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#Xidh4nyvEEQcr6qGLFTI8n6sBSvnL0pr { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#iX3tTEHMDHq16cBavJ3p1tCFg1P7uJuf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:2.375rem;left:18.0625rem;overflow:hidden;display:block; }
#QZQCQic7eudzunNICTLk9utzMNnLZihq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR { position:relative;display:block; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR { background-color: transparent; background-image: none; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row .container > .video-iframe-container { display: none; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row > .video-iframe-container { display: none; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .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); }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR { border-width: 0; border-radius: 0; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .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; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#BSXHCCBwDPUD5BgBe1BaTzD3rWoVkaTi { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ycWhegTOvcXPe6on9NrqsbwAvZOmEbeH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#fxmsgPV1lqNbJTraLLObEFavm6wJv44I { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#HNF79yy83Pv1zMDIo699iqMJE0X8EdSn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:4.57421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CLX2GanETCSg7EgT5dc3y5eLGhKtEMmb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mTsOIcwt6QWIy7DFRIVt1GsNN8wfTT07 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V6ATvTnBMbg52F8Cnk1LRbyaCOvGqlks { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#NHgKvTWCwNZWk9ERS9VDdmXktHs23dfz { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#OdawvHK71I2Smz6PORo0nxWM9Exx9RW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhfHmTDIB0T53PLpIvhSPFpZrpSkeU0x { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wN4RckMJVc40r1wZ8iTTP99g2VWiKrWg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtTMLmcPHiQgcTQHrRuGnhHlnESbCQz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#kCJsyB8aEckrVeLKbedskXXcvzHZyFd8 { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#R7u2UDKsTss5AJRZfzakl1L4y4zcvTkv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#n3PGUpTGPg3fKTxAL6d0Qh3GaAe7AXlq { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#iRyDXTeXPI2wQQRP8lZ4d5UBVrFF4BTq { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#PeGe0Zi6Byq4NWcNsfNzldFZqwwSSMp0 { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#URbZrzs2ATOqkmwpcskehDpOwPFiCVEz { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#STGvJGkfmfWCzbTZKGbbQ1Xh5RFa9v1T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:2.375rem;left:18.625rem;overflow:hidden;display:block; }
#OJypZGxD5QITsgTkTFyDiAptb4BvKvNh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#m73nTZpywfocrI8J7llRRi9P2HhHlh2P { position:relative;display:block; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P { background-color: transparent; background-image: none; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row .container > .video-iframe-container { display: none; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row > .video-iframe-container { display: none; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .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); }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P { border-width: 0; border-radius: 0; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .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; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#FccLLJ19EZqd5vL7CZJb2SiBKX6nuaTg { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#iyZqRc8cGbDix157SPBuSymf6bfSEwFV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#pOb59Mzy1bgFfAqQxThbISA18NQginzc { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#VqzGowAc5asb0hxReFmctBGu4vRTObBH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.57421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#m6RLkUKvcq3dcOcVSiUEhMlqLbOT6780 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MaOFimr18yloA8DXuvSRENn03hsW1dXa { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OsNzTWVizQkkuIXoXPikCEvwowPDOTwc { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#vCpNwgSk9x2SeJ0VdgySR5NF5IWmc1gr { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#EpfWnM3bLWFFa0oovtMprp2RFfZKr3i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdtNNJk6L6MxbwUimIizrlhpSq5I2FlG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScsH0l6Icb7KTAZ0aOErBFOeqiu0POVG { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0cTfkTMlLt0RRvngIt2zZVKyO1ftT6B { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#SXsPUySSngE2a4UGIFgG7r19w8oHE5Nl { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#bbIMyZlrKZym3CFmprpwpZityhaFQznd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.46875rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X8Pppy5PT9zldwMFepn1sNtrOs39xTue { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#L8yktZPcfvTarHCP7ln0PPrKkHDkN4a3 { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#SmBVmtsFFS18JzRTKJZVNTwTfGC9xLvf { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#ObrswKXvwzwvrC0ODmQniPQcJshfOzM8 { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#NT7u6Ts2oW7iHkc5GQTEX3esQQc1XOlQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:0.75rem;left:18.0625rem;overflow:hidden;display:block; }
#iAaecKTBqubk2CrUQMzJflmvRqpfzDTo { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 { position:relative;display:block; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 { background-color: transparent; background-image: none; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row .container > .video-iframe-container { display: none; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row > .video-iframe-container { display: none; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .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); }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 { border-width: 0; border-radius: 0; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .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; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#n2InlTqENfyNRalnwPlCMy9t7Z5vkTL0 { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ILtVl8LvuuD2kmcD2eBNb5c9dLEIVoeh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:4.9560546875rem;left:3rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#uhuR0AyA91zGCT2XpvAGiPZUFGM99a78 { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#ywMs2pSdA6ZkFqZ4F5MT0oBUUDVqlEDy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#CzXL9yXyKsyWKsNcCt6B7k95J4y5VzkK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:5.90625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#u4EBbuBLP2GOTUvrgzRNBoV7rTSx7woC { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.21875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LxZdNuEE4ikJ6mCbSy2vXSfSA4BUIZ6V { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#gP2ueDCvxPKPsPnzOntc5PPLzH5wpSm4 { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#RwpHa607yT0Umx9zxZh6GxSlckgTLmvP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxJVlfSxw7d3SuV8xPiLCVci3vlx3I2c { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxBUZ3xVCuUtRAqX3BzilFnemmHzr9Em { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACkTQRA4eP2BNwKqP2PxwGKlzVQoXOGg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#HZDy2mqXXqUR9zKkrM0765JVnhSdHp8c { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#uvTUoJSXp7Zqyrg49y7VqHveng2sldVg { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EGmJySdtPIozAUM2TchEaoddhemSNGJI { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#xuvKnZroFTtkJ24ebX0udSdtkv3LikCS { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#OTgxx3C1ZlrZMKETJaLhFe0yGVEldTda { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#EHNsNkAagORbk0lEs8XzhfVfmOPCUK76 { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#FQkEmd3S8SoS5vIkuQPvfvMGvRrrVOrH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0rem;left:16.125rem;overflow:hidden;display:block; }
#fJ8EyxKRXwEn4H95hcpNhLq2uavbP9O5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:10.9375rem;top:4.57421875rem;left:21.3125rem;overflow:hidden;display:block; }
#yirwQJx7VxMKtSD4o1kpomoXS5CnaO2E { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:35.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#cxhJpfrhdW6FFLUfi6EuiwSuitJZegRm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:48.0625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d { position:relative;display:block; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d { background-color: transparent; background-image: none; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row .container > .video-iframe-container { display: none; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row > .video-iframe-container { display: none; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .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); }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d { border-width: 0; border-radius: 0; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .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; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#AEeA2TfLceIKQ1KAeyOJJD1Z8hOmFzGR { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#psHSO0x4nh7vkutt7b6FLrtE5uqUZJAC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:8.0810546875rem;left:3rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#QDtTqG8HwCUEzzm5QltegbgIXep3EQbG { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#JbwcNVR3wf2tiBXSCNaXCkTW7Ee4gFxS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#u4TF4NmtvakyDu22KSbTZQvZvVp2fRmT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TutPAf4tMbZNtVPUuD4JMlOyeESU7Vrq { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sy3KnRWOIt9sBIJQ0CTi53FvWQZeCdUM { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#PLW1CrATyXoG43oPsNDrDwiBZmM8Im46 { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#THyVelqaS3GHRx78IOGyFVWCufwhrzM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTgRGL0xeURKd0ffQFcTfDLTgu3uma8R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zw2VsihEyGG6HQtEpWUFB9eXnJdgSMXs { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STnwDXmUUQ8dX5PAU73Wuxsz0Gq51ygv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#nT3ooWqwEDcTHsNLO8PcbLqG7n1zc8FG { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#CmxCw7g1FZ6aXBU3ihAe2MWDnlXmx99n { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D8HCrZeLfxXr3SLztpnoT2wVqyTazMyk { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#DE8gMvEa2nk8h9S39hLnXoQzcG0reJG2 { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#BkaRybZWSFooVAgC6oVfkRJLGthPOuoN { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#l1WkHQBRFMIAo4WhmQT2xO5DtSunfQ6y { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#eqh4RVwrVngd03Q8kuJKv52FmDUw4hG0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:0.1875rem;left:17rem;overflow:hidden;display:block; }
#icJzT2PaWndzxAlTnSobKp7y9D968GOu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#NvNd2WJtD5J6Hkt2kzVSeitc5rM4GiVm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf { position:relative;display:block; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf { background-color: transparent; background-image: none; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row .container > .video-iframe-container { display: none; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row > .video-iframe-container { display: none; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .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); }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf { border-width: 0; border-radius: 0; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .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; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#dhptF68h2f6Ngklia3clKdl9syyAAdSv { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#ZqbkpvOLrgTCEtAtrZcwT7T6pOTeOE7b { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:8.0810546875rem;left:3rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#Jn3PlLkTJeeEWNt2By8449AumvZplGWu { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#GbW8yPMTvDQihmBJsTeFTWrqiJBzmU5I { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#BZqTWz81MmfmXqlEstiWOLMlZovcDNWU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RqLi9SnKXQ9wwUt8W8feTFfasgANCtI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#inWsWp4sTKNOITVO4W1hT7nEe5eKoBkQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#tpK3zBXiD1NLp4x4ZXOODiT0I0A34uCq { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#JduUfZUPSat7TIwTQsVxEv8w5mV9VbSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhJg7Rvk1iWKKlMJNtDe81qybT9ttw9d { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfPK7wnfbezF7ILk55iUgrWXsTidU0cf { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tPCAZ8ATghgksFA7ViS0LsoRAqGDKeU1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#qxsUGc0RccglMtMbJvb006ByM0HCIe44 { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#IAUUDVNgiLIcGFwkzWvuxBywPRZa5xPR { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cpyoB8GmXsdwg7tueo6PRgskwWTLpkXr { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#exLbHddShduff4MJDr8dp9DLwFHpy0Js { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#Asp6piRqTChAGwwSOslf2hWrUOnLfMb0 { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#qRh6yFnhObJFBOmSAP8e1fWb2GBUsmpX { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#lxZhPGLUTXrKA3g1ILXDmfJVkAWdDxXx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:0.78125rem;left:18.75rem;overflow:hidden;display:block; }
#tAMacRAdULF9y31GdnZ7vq29idwiWD4n { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#KR2gGpedJ1hUbJP87wiWuSFEIqfqhsIB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU { position:relative;display:block; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU { background-color: transparent; background-image: none; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row .container > .video-iframe-container { display: none; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row > .video-iframe-container { display: none; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .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); }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU { border-width: 0; border-radius: 0; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .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; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#yfQxkuGXeM4zPTyMAuTnxnbItiTsMg08 { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqoxREcDvQ5Un2klAvaPykGr03K3OWdp { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#XC4v0FJQCVpvesU4GKixPG8vTXT8loOo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#lhv9n2SzlP4fRcohfbFdRQviQkJUerPu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#B1XmogQQuBB1fKvuhzcJ8Q50Oh6TNMSa { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0K0D4VCLmy3EwBQHiAz9wek3dggzEu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#sMQqx4qHJiQ5Tc9uVl7aBm1fruqGfoCg { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#KaCmmMXS3NstklKbqUT73aMtSG0GaJdC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgTvKHEvraUXPhdg05ihIdJ0U4UT9pT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NMW6B6BuGnKdJvMxbAIiWza7p4Eh7K4f { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gT4HqET98nQrr5P3MLzD7BaVAdqklZ72 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#bGgM1fqXCVMZadZcmey2q1ZTWi88kVSN { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LlUKhumeV779ImhVweDpLF4SnW2N9SJb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OcZZsNg9reba6PvgPeSHJI03QNNmw47X { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#XBdJGQF2rRlOQ2rePc0odUntgBz9Rpb2 { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#mfO4TyKV9lplBgKfGJIy0OaKiFxlVG9b { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#TTThw6zC4BHqoOalcfP32uLbsL9mlOKT { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#Nnbx7Q8I3eCicvxwlbCOtB48pxp8Gy3n { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.3125rem;top:0.5rem;left:18.0625rem;overflow:hidden;display:block; }
#Gq9il5Q2Wq4hEbJJH9wLIJ2EI2b9iCI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#lrm5uR2krz31SFhCDsEIpeCDWQTDENv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.5rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I { position:relative;display:block; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I { background-color: transparent; background-image: none; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row .container > .video-iframe-container { display: none; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row > .video-iframe-container { display: none; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .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); }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I { border-width: 0; border-radius: 0; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .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; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#aG8PV4r080iVr6HmeoZ5X6FebZSrLyvS { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#VGE69Oh4IsLDyM8i9HvFdmouIV6KVGCA { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#ihTAtg4VODN4cRQuKmlh50xwUIG79yPS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#e9w7w7C5h65PwATGJACHt1tGKtBDUIOW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mtMsmvNHbhn2s4rBa3SUh7VFllzJIenU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.5rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iPHLF2FpkXaydTRtFLWy7aBSnTwlWvUF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.5rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#dsptyi7zaXlMk9tyuu15pe5fhp2SRDW3 { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#gs6LRHVA5Oqteeqg3RqucbGrncTUZM6T { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#u9slWlOE7loZPzchBESTVT6k9eS3z8ix { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#i3XBxDlD341Xxx7ZJEMsiJTT7qzaZDTD { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:40.4375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nT4vdiWgE2M8aDXeTeRpZMyVlqwvRR1K { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:40.125rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#iHvKkyeJeAc3E3DVp0yNf8HEOzhUB6dq { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LqTDmo3hkd9CLaEW2PllxTTg3cvoSubH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.24609375rem;left:35.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TyHqMym4mJdzMugHgt6iAdSxQ2JzWbNl { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#z10DCfzJVbNNO1v2ftFSRoeXmp6TKe0A { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#SrdzCmAVhAknlrcnhyncq04E8d8WTPgM { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#X9rtlX84hHTAiJLq7a837MUPQTJ6tGqu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:15.9375rem;top:2.28125rem;left:16.3125rem;overflow:hidden;display:block; }
#KZNczEfS5bEPLiNi7ctmuPnS7ZTZQxIV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#SbL1xTc5QsvG2B7lNTTd4Q4ALmSRrBgt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#skOELIOTVu5z0TqSvm94ono7M4wJyHAo { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.9375rem;display:block; }
#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB { position:relative;display:block; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB { background-color: transparent; background-image: none; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row .container > .video-iframe-container { display: none; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row > .video-iframe-container { display: none; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .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); }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB { border-width: 0; border-radius: 0; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .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; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#Nr7IbKg4kW0pOtQTNf3DgRVkoaioHmQT { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#Kwcpm8d9NfpU2E9AGCRc3UuGUxNmJDXD { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#Tx9SZ7yFqwnJ0PZTxqfbV7DOswaz4GXa { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#cauJ6NBAIalgAZNLv00iiSBxSxR84JQU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WUmkIvxQFBtHtJUTHO8Os49V2itxnqMv { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XDDAKZS6HtJA50yaCTaNVIC8JH9bWDJO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.625rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#eV41Cbrbprpv3eADnaQs5AmGfAoTExnU { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#sBNT8xTvEeg60667IsTKFiBIPCkJNuSd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#EyIWqmTH7MGteavBDZA1if93DiCsCt4x { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#OcUbsr0g6Os7mDhVh9GJAVWi6sOHR1z7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#otxOkk6IXlPxMzIxReoz2ZdDpdbQssDs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ko3sTlingivTaIaF7oKqhftzE9GawAwf { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LN9b0JQWI1aWTAStaHg0bw7vxBSbULQv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.15625rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mUwomVyLIG0a9nOuCbBttazRpmD7kMxq { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#g9XmZEtZhuUFMJHIgwRrOCtxgExrrRQU { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#viFctBnzuZCOaXALIGvrmQ6KdKugG5UI { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#PoRdre9vvG5iHq3nwV87M0MSAQIdVCUF { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#ypk3Tdoe5ihXL3zzfpEJrsNLq4NUxDs5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.75rem;top:0.625rem;left:18.0625rem;overflow:hidden;display:block; }
#yXx2a7ypQZN4A7Lhd8L71kPaS8LoSRlt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#ySCURosqHGTtfc9PtPGlxgKvx9IqvlhL { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq { position:relative;display:block; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq { background-color: transparent; background-image: none; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row .container > .video-iframe-container { display: none; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row > .video-iframe-container { display: none; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .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); }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq { border-width: 0; border-radius: 0; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .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; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#d1wTGaeZGiBU7eyR8WzZSHkNMefQJl2h { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#bAqu7mBTJPWefTApVIKsiEovXChQBnDB { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#fy1G0p6Ovb9Qr0I3PeFgetpUPX43GdBa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#r1XmTz5KJNKDqh56msD38PEkRkAVloTy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OLE7wRsbf5lHG8CLC1BkWqV3pRaoWOkT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MdGpOdiE6FIDuB8uzNHo5USiHXr6rrhT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#xBwuuhfThddDkLhJkeUPObFy0exkfT2p { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#WR2wPJ94NH5TXVQM5KoG5B9ML48HqiFm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#aUJbw9lOiclVzZZIE7wZkkmACTgfix1L { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#L3pzJqmDA0fHFO648TKt6BFPEGofqs3r { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZCxILPrSP8r60PEZxUBui5zbffcUMzv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#BlTrMF5lQW0OUmzys0n6eVz18DhpDNEu { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#HfTdnW38iW8fFpCH2EGzqIGnsZRpJpCO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UuGsWOvTAVfipEokTJsCiBiUK3HbPHoH { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#MivxaEe5HVtX1JLyFDTESBJWdMZIDWqr { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#nC25IhBpkqKSzpLLHDyWLHv83XTNm5Au { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#qmnG9ELniZmNBR9gaUDOnTPWdybtocHH { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#ytiLpF6VDZasGMqNK0T3ZX6w04WxKQTB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.71875rem;left:17.25rem;overflow:hidden;display:block; }
#mGah4oMHEOIHUBCR0yu6Opdy2K7kLo1X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#FMAq3DmJHpqRWL3x5nKkmOzP62on775c { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:3.32421875rem;left:23.375rem;overflow:hidden;display:block; }
#HHJe5TRtkmNqoxhBCkT1xZz0TSMXZJ31 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp { position:relative;display:block; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp { background-color: transparent; background-image: none; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row .container > .video-iframe-container { display: none; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row > .video-iframe-container { display: none; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .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); }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp { border-width: 0; border-radius: 0; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .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; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#Phb8FTDspN3PHbZ01uOotygGHV1MRpGF { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#bU9gBJl7iQ5XIRTAgsepWhVWU8J99SHQ { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#abklLmnupVZKWPTHZgv1JNvyqPv6JsEE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#Sl7GlSiIbmhOGGJm6HIXrfH2oDW14dpG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F7xzvZcheWQR5CFhewKRF0Myksk49k6L { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyX0hIfopcDotzezrUfhIzxelSkMGGqL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.5625rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#Wr8rS2E3AGKsgsntd1WW2wOXHzUfg7yb { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#OLd5Bv93oCpaBpoe9e4bS75ivHxDDg1t { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#tAG9Zr3iboygBh4Ot8eixkZ4gITTIbs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#F5wT4HevaRmSbDnBOSvAgzTE1bMT281E { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RIQAV93ZaSuSPWNMx6CU6Clt79JM8mb3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#s9sklaNNdpmNAl4X8BSMSdAIK0zO3zmp { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LVh9dEeuUg5Cbe7wKuqS2NOWnfTkPQgD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TeVMD7Hqyky6KIz779VCkyzqUG39WmaS { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#KORgHunTbp2uwAIiEgCWmboOlxRK4ykg { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#VJGRU1QkDVeSzhWUNkqQ74vq5LGBXmUp { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#egUMacQuO3s4aLQKHZ6on63WpbmGW8WM { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#lTu5qVDntaKE3ATOylrpnELPqFT2rwoS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#VURcZcJURzyvAI6URD5thtbcHKhnFeRs { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.9375rem;top:1.03125rem;left:19.8125rem;overflow:hidden;display:block; }
#RQgupwJ4y5aa2SMlGryxHpo0cuAfaeiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi { position:relative;display:block; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi { background-color: transparent; background-image: none; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row .container > .video-iframe-container { display: none; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row > .video-iframe-container { display: none; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .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); }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi { border-width: 0; border-radius: 0; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .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; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#dQC52Eq6lg7hHPXGV6TeK8QTcMqkAN1a { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#tG81fbvOOk2sVQ8slytLC6OPu5ZAiToZ { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#e98iP4pSaktD1I1zeHF6K1akm7TDAx99 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:3rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#n8EPBwsPisRZHQwWmMhXcg7IBK9sfT2v { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N67GOhWF2NHC6i7CEmt1bK53TKWNXsPb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RBE8TFXFpTxHV0vqM06qN7mGFq31MR4i { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#GVLVIDHx1HGP9TTEtlo999Na8npTrgsU { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#t36e7W460XVZS4wTbKR6hmma7OhnwJNE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#hEtUPV7hXhCO6GAqO9FEqi7FS1SK4LEX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#PRaEqwmse7ZWNTPewWe8Q9NkmbtoN6ly { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r5PTyyAwErMrsR2Zse7W9lVDAGg0lePm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#yVQyp8e0ezF5w6f6TUUgFmpbgfhsek0u { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#nSAXtXrHu7ICsB2wyfT8fzaaTin8hAPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.28125rem;left:32.5rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sqt8p9C89K34EbUMuJduxEIU830tPouq { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#inBLsx46Gli5CZJexkRTmJNgmciapupx { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#rUtiTpgNyI5n2i7Lx9hBdPWdE43qVJQc { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#Iyc0gVbMskQJ6FFJIaiPMt5K66wel5Es { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#VpIJ8VIR95vaoc9tObyBBpIk0pOPTGyv { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#zuAeJ477XSnG13eXovwhcrL7VmZ7Xl6h { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.9375rem;top:1.03125rem;left:19.8125rem;overflow:hidden;display:block; }
#ybKK9AvCoOGtrdh7xwRvbtBPAGBst38f { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#g71gtFR68l29ZDcQbTZVG3DmwrnKwsHH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds { position:relative;display:block; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds { background-color: transparent; background-image: none; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row .container > .video-iframe-container { display: none; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row > .video-iframe-container { display: none; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .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); }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds { border-width: 0; border-radius: 0; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .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; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#Us1msX5M3vNTUo9sL3Aw9XeeWhXHfU2s { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#QBP4zrwCK8FJ5pyf8EWl3IPnkZ2T6e9T { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#KJnMk5bML1F0zQPT80HbgtIGAsE6cezM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#WWUPtz9HJC0IgNKmiPkavlIUNLExuAzU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kwPDHD466LhccXbN9trJwazfdAmlWHKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sgldGNiymahkRKpxBwSqwvEIJRNtJJoI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#NOPJBMQceiww6cH7C2HgwGa9KCnktqvk { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#eHV84FerBfUVLmRLLK9PyZXtKfGQ86Qf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#qM98Ln5ph0OTteiJ7JENiHf9t6hzR2ew { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#gVqt1H9wDze4FMZB4Qu09Tt8gPhIas7k { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIznzmKGMFWFJFzTNP82Tm9vb4RPywI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#VIOwloDu1obUw4kllTQCkO0a6DxAsKCA { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#CT0cTzS1tgtoNal65TcU1GC7QLZSGZSG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a6INdT5l0g9Xi1otDQMiMMzaT4ICSM5P { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#OiEOOlull4wrZcsvo8aN4TcUi76Ecmt5 { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#f7UwRTRh73dtXFXCpbKUL1p80Tl6gBLH { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#iQ6fHuEisZD3evrlp2KVVhFZuD5g4pTq { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#MNS2mXiFMpr72MGxP50MmzUSTwl9qZdC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#RNFotmc4SQF0JKyHFEy9eL8LInmTkiVo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:5.9375rem;top:0.53125rem;left:19.8125rem;overflow:hidden;display:block; }
#PWKvmD9ktQkLG4iQnTIJ1ovAsTrn1nQO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:6.59375rem;left:3rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#an9Hupir0pMcy0DEkuWecnSXmorci2Ig { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:5.875rem;top:1.5625rem;left:24.3125rem;overflow:hidden;display:block; }
#zXua9bg4yhUcIda5571TSDAnq2weIUW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p { position:relative;display:block; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p { background-color: transparent; background-image: none; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row .container > .video-iframe-container { display: none; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row > .video-iframe-container { display: none; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .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); }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p { border-width: 0; border-radius: 0; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .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; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#ZBpofHTc1eZZfCadNRFabz2gx6vE0UCk { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#xQcevNuTHbemAOFW7celSOLga9HTSZdy { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#bCuwvtiXv0s2am8fhri1TrTP8dWyFP0r { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#dfqxlGPrF2Csa1abp6KPVrGnP3f8tkGb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rrF9n2lckv3HesT64zF6IvDTnwzFbPls { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UkLRSx8CC6bGpw3rFTadoA2huOpTLHTO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#mXaVTWyJ5O6O1f3u5VHTaBSp0eTx6n6W { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#T7MdtXwTEOBzQEhuBtMlG9TdAAT3xAVs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#a98WpHB1VWQMkTl43siKAODmr7J4pzys { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#A6X7kWGfIUIHLWR2Z8h6rnTMrAzJucvO { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qn3UdPAwzmG3WeSJKaiZk7CpkmgDErgl { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#idWUBtBJ4Tx7Pd7MDZ8yzk933k05a76m { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#sNOAOdGI9Rf6yD9VlOo6r0zVvdXeNl3u { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.15625rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aVrZi7BDEx0hvVmhsWycwgM0MUaISIVW { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#Hml27p0eIwxk0Lvo2wbErJmUTmn7aQB3 { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#QFnfDvu3tyLUPL2tDsfPVTslASiq88ox { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#pqSd2PAqBrgtrBiJl1UVkXARllrKMJz7 { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#cJO6LRKfCo8eIsi05FZb8dJw5LqBWXFR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#vL78EmGZU8Sy2qlA1B8O5xVEknG7lguB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:1.875rem;left:20.25rem;overflow:hidden;display:block; }
#eAS6EToZ4KhCo6QyBrMKnXKC4QRGyqJP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw { position:relative;display:block; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw { background-color: transparent; background-image: none; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row .container > .video-iframe-container { display: none; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row > .video-iframe-container { display: none; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .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); }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw { border-width: 0; border-radius: 0; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .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; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;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; }#kikpNFpeCJ4iWSL4ETa9i2Da6A0oi2od { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:4.34375rem;left:63.0625rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#lfSs80H0xdu4sZEF61igGwbfzBHk5emP { box-sizing:content-box;height:13.9375rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.09375rem;left:0.4375rem;display:block; }
#OJ2qO0d7pWslknH4nnIUP1d3IbTibih3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:3rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#r2H5aDJLGZkhShIw0kTarvO7lTxoEhGe { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:6.15625rem;left:47.0625rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OfUrF9r1E9PuD0sukTpTM9LtJnwMmziE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6.46875rem;left:52.6875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uAT4eWcVVpHTJp8qn0e82vWPL3rcADw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:9.15625rem;left:52.875rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#IGOB1JPeSgMH6hJquQh9pZAyel1EGxGF { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15019;background-color:#ffed00;background-image:none;top:2.59375rem;left:46rem;display:block; }
#bfwUxbrcb8hTPzaU1JdTx3HlywCO7IOU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:3.09375rem;left:48.4375rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#kPUBCgO9b0UVpwtVOKMG9wXTNcatNJUB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:3.09375rem;left:35.5rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#AzRK1FkVJbUPX8SFRq6nuuEErovr1X0l { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:6.65625rem;left:39.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nxTds6tUnnkCnETzqmyvX3qWfQrcrmab { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:9.21875rem;left:39.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;display:block; }
#OU6OOw2W56UN8BRSrZmgw5muTuTiRC6R { color:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:8.59375rem;left:64.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#I7Bki1VLdIEHyzI4aWZvOah9NUURDTDb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:6.34375rem;left:34.375rem;height:5.2246125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yNGugOPgnosaNthgWF0Bt9w9tg89eJpZ { box-sizing:content-box;height:3.3125rem;width:12.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:2.59375rem;left:33.875rem;display:block; }
#CQFXJ5Ti222imQoQdNVDtsy4ibuA9fKZ { box-sizing:content-box;height:13.9375rem;width:19.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.09375rem;left:26.5625rem;display:block; }
#BbQfl2iN5M72bmT0m9qgQT2vNEuZQnWL { box-sizing:content-box;height:13.9375rem;width:27.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.03125rem;left:45.9375rem;display:block; }
#pbnaPtOd2AZQ6RWBV0TcEG8xLTx7To0h { box-sizing:content-box;height:13.9375rem;width:7.6875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.09)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.09), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:61.625rem;display:block; }
#wclz1heG7EAbAyptqqu7TTnVbhq8xqTN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:36.9375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#vFJvP7TEXuUHkRnG0i5nuFrE5tzWtqgQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.9375rem;top:1.03125rem;left:19.375rem;overflow:hidden;display:block; }
#gLfqUUAJkIroLhfA45i3W6S1OVcfQcTK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:7.84375rem;left:3rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#vd6eNw56OAfO2RF1yNStyMoRv5Eh5vRu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:11.380859375rem;left:49.625rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F { position:relative;display:block; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F { background-color: transparent; background-image: none; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row .container > .video-iframe-container { display: none; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row > .video-iframe-container { display: none; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .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); }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F { border-width: 0; border-radius: 0; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .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; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;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; }#JbMbWDJmZ5DAQi7lfzOFzn64R1HVgUln { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:2.650390625rem;left:8.15625rem;height:1.51171875rem;text-align:center;text-align-last:center;display:block; }
#nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF > .row .container { position:relative;display:block; }#JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ > .row .container { position:relative;display:none; }#wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt > .row .container { position:relative;display:none; }#T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR > .row .container { position:relative;display:none; }#wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH > .row .container { position:relative;display:none; }#c5gSwEByqBToO4FaaiExlaEaWVClGAIE { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c5gSwEByqBToO4FaaiExlaEaWVClGAIE > .row .container { position:relative;display:none; }#aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 > .row .container { position:relative;display:none; }#QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q > .row .container { position:relative;display:none; }#IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ScwyxnMwkUf4cFJBUS4AEQabAgV76imF { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ScwyxnMwkUf4cFJBUS4AEQabAgV76imF > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #vI55nC1W9klOPTWHtHFOSqDmECS3ERyd { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vI55nC1W9klOPTWHtHFOSqDmECS3ERyd > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8kes97iBKhcKPZvuqRc15HP8w0oxOdd { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K8kes97iBKhcKPZvuqRc15HP8w0oxOdd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHGGaSiy1ycTVGsk4tIX0iidUJiveZem { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #fHGGaSiy1ycTVGsk4tIX0iidUJiveZem > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWpFNWlm4wt1cgsE9ziWbO71VPxHrQqL { top:17.875rem;left:0rem;width:47.75rem;height:26.520940721649rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyFw5LF9BVZNVt5tP000Wbb1IAZFqif { top:49.875rem;left:9.4375rem;width:25.25rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHtU1EQclsnlfEB5WJTTv4D6UkTG41Ez { top:49rem;left:35.875rem;width:9.25rem;height:4.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkJf2kHIDhUW0k27ka4Zbl9xnhdDMPX { top:49.875rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ { top:0rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI2uQcmaMkA7Aalaqe3LBkink80Pymh2 { top:27rem;left:0rem;width:22.25rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdzuJEPWUIwkrCTzUggT0WOSHAVf9oZw { top:49.875rem;left:9.4375rem;width:25.25rem;height:3.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNU3iTdt9Q5FxxaeHErlySxrEFIJB7I8 { top:49rem;left:35.875rem;width:9.25rem;height:4.8125rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKB3KTCuQP0geHtzfN1rBBGhnctZbBP8 { top:49.875rem;left:33.625rem;width:14.125rem;height:3.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xxred3OpA7BDGOsgpANzWsqVfr089G9m { top:0rem;left:0rem;width:47.75rem;height:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F { display:block; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO { top:0rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU { display:block; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uegq5MEwF6PXvwm3A6fIOXTPPOkgsmoh { top:1.25rem;left:0rem;width:47.75rem;height:26.333415841584rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX { display:block; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVqqsbOkWH0bLCETlR8t40roUUTuv2FK { top:18.875rem;left:0rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8r7oJf8Ow78tih971b4TJtJCiRryda { top:18.875rem;left:24rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEHXoUwolOqzTDJbHPC61z1VHCSEx30T { top:3.375rem;left:0rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQ257TlpJB8I4qEqZxoshqIyXCS1VQ { top:3.375rem;left:24rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baH8bo4BAlwymwZEC9O0yPN5i4CkrnXD { top:18.875rem;left:0rem;width:23.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxWNT6LS0JrDJzrcwQ7EK23EXLd0B4Fp { top:18.875rem;left:20.8125rem;width:23.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TMET4UP6NltaAKo0xNT0HDkbAvA013 { top:34.4375rem;left:12.0625rem;width:23.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd { display:block; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqZLExlIMsxDaiPgNO46DKlTPSd7lwn8 { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSRk8LTBV5zt2T64owEe4uqkSLJ1WgrA { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pte4UGwryEz96RRWareQDuUTSGgfbwh8 { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1U8flSiwmDfqLWZh29e24PrKgMgdUzf { top:4.5625rem;left:0rem;width:14.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fte9kgBq17BQBHd5wrbnDEWKXw5uDf1B { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnRt2hdGA1MQz4uEQf3In56Xhm5M7dN { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqPtxfmunwkXzHpq9rGWPw6biFCvKUQ { top:9.125rem;left:39.0625rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXtpfEHk8paeZG447L0TlCtO7Zaox8bH { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDgIRqftUtsuJJSCUErtllN7gGfB0Tt { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZgdKmydXQcqDLJpwm2BSNEG5iXaeXz { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFeQvR8rPJEFb3sW7MCBg0WTFewu8hA { top:6.4375rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhOVJLsFM6GFhnT2rEvaZR10KF0xVh8 { top:9rem;left:26.3125rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20iiURJyH8eTHXHTh9kSptCrM6Z8qh9 { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re3gcer2LsI05RQRTDKf6qbxTOvzMGdh { top:6.125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcp7GsWmikOb7Tp1RNdRvAbKVZeImfIG { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHsnpT4P0VLa28OuF5JSxsVmLUxE4Se { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsc2K7VEdN0X2rfwwgOeFNfTLbWsTtRQ { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xidh4nyvEEQcr6qGLFTI8n6sBSvnL0pr { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3tTEHMDHq16cBavJ3p1tCFg1P7uJuf { top:2.375rem;left:4.4375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZQCQic7eudzunNICTLk9utzMNnLZihq { top:11.375rem;left:23.375rem;width:5.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR { display:block; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSXHCCBwDPUD5BgBe1BaTzD3rWoVkaTi { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycWhegTOvcXPe6on9NrqsbwAvZOmEbeH { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmsgPV1lqNbJTraLLObEFavm6wJv44I { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNF79yy83Pv1zMDIo699iqMJE0X8EdSn { top:4.5625rem;left:0rem;width:14.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLX2GanETCSg7EgT5dc3y5eLGhKtEMmb { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTsOIcwt6QWIy7DFRIVt1GsNN8wfTT07 { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ATvTnBMbg52F8Cnk1LRbyaCOvGqlks { top:9.125rem;left:39.25rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHgKvTWCwNZWk9ERS9VDdmXktHs23dfz { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawvHK71I2Smz6PORo0nxWM9Exx9RW8 { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhfHmTDIB0T53PLpIvhSPFpZrpSkeU0x { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4RckMJVc40r1wZ8iTTP99g2VWiKrWg { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTMLmcPHiQgcTQHrRuGnhHlnESbCQz3 { top:9.1875rem;left:26.3125rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJsyB8aEckrVeLKbedskXXcvzHZyFd8 { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7u2UDKsTss5AJRZfzakl1L4y4zcvTkv { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3PGUpTGPg3fKTxAL6d0Qh3GaAe7AXlq { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRyDXTeXPI2wQQRP8lZ4d5UBVrFF4BTq { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeGe0Zi6Byq4NWcNsfNzldFZqwwSSMp0 { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbZrzs2ATOqkmwpcskehDpOwPFiCVEz { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STGvJGkfmfWCzbTZKGbbQ1Xh5RFa9v1T { top:2.375rem;left:5rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJypZGxD5QITsgTkTFyDiAptb4BvKvNh { top:11.375rem;left:23.375rem;width:6.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m73nTZpywfocrI8J7llRRi9P2HhHlh2P { display:block; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FccLLJ19EZqd5vL7CZJb2SiBKX6nuaTg { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyZqRc8cGbDix157SPBuSymf6bfSEwFV { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOb59Mzy1bgFfAqQxThbISA18NQginzc { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqzGowAc5asb0hxReFmctBGu4vRTObBH { top:4.5625rem;left:0rem;width:14.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6RLkUKvcq3dcOcVSiUEhMlqLbOT6780 { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOFimr18yloA8DXuvSRENn03hsW1dXa { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsNzTWVizQkkuIXoXPikCEvwowPDOTwc { top:9.125rem;left:39.25rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCpNwgSk9x2SeJ0VdgySR5NF5IWmc1gr { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpfWnM3bLWFFa0oovtMprp2RFfZKr3i8 { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtNNJk6L6MxbwUimIizrlhpSq5I2FlG { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScsH0l6Icb7KTAZ0aOErBFOeqiu0POVG { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0cTfkTMlLt0RRvngIt2zZVKyO1ftT6B { top:9.1875rem;left:26.3125rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXsPUySSngE2a4UGIFgG7r19w8oHE5Nl { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbIMyZlrKZym3CFmprpwpZityhaFQznd { top:6.4375rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Pppy5PT9zldwMFepn1sNtrOs39xTue { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yktZPcfvTarHCP7ln0PPrKkHDkN4a3 { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBVmtsFFS18JzRTKJZVNTwTfGC9xLvf { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrswKXvwzwvrC0ODmQniPQcJshfOzM8 { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT7u6Ts2oW7iHkc5GQTEX3esQQc1XOlQ { top:0.75rem;left:4.4375rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAaecKTBqubk2CrUQMzJflmvRqpfzDTo { top:11.375rem;left:23.375rem;width:7.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 { display:block; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2InlTqENfyNRalnwPlCMy9t7Z5vkTL0 { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtVl8LvuuD2kmcD2eBNb5c9dLEIVoeh { top:4.9375rem;left:0rem;width:15.0625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuR0AyA91zGCT2XpvAGiPZUFGM99a78 { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMs2pSdA6ZkFqZ4F5MT0oBUUDVqlEDy { top:3.3125rem;left:0rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzXL9yXyKsyWKsNcCt6B7k95J4y5VzkK { top:5.875rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EBbuBLP2GOTUvrgzRNBoV7rTSx7woC { top:6.1875rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxZdNuEE4ikJ6mCbSy2vXSfSA4BUIZ6V { top:9.125rem;left:39.25rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP2ueDCvxPKPsPnzOntc5PPLzH5wpSm4 { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpHa607yT0Umx9zxZh6GxSlckgTLmvP { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJVlfSxw7d3SuV8xPiLCVci3vlx3I2c { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxBUZ3xVCuUtRAqX3BzilFnemmHzr9Em { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkTQRA4eP2BNwKqP2PxwGKlzVQoXOGg { top:9.1875rem;left:26.3125rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZDy2mqXXqUR9zKkrM0765JVnhSdHp8c { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTUoJSXp7Zqyrg49y7VqHveng2sldVg { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmJySdtPIozAUM2TchEaoddhemSNGJI { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuvKnZroFTtkJ24ebX0udSdtkv3LikCS { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgxx3C1ZlrZMKETJaLhFe0yGVEldTda { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNsNkAagORbk0lEs8XzhfVfmOPCUK76 { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQkEmd3S8SoS5vIkuQPvfvMGvRrrVOrH { top:0rem;left:2.5rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ8EyxKRXwEn4H95hcpNhLq2uavbP9O5 { top:4.5625rem;left:7.6875rem;width:10.9375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yirwQJx7VxMKtSD4o1kpomoXS5CnaO2E { top:11.375rem;left:21.875rem;width:9.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxhJpfrhdW6FFLUfi6EuiwSuitJZegRm { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d { display:block; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEeA2TfLceIKQ1KAeyOJJD1Z8hOmFzGR { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHSO0x4nh7vkutt7b6FLrtE5uqUZJAC { top:8.0625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDtTqG8HwCUEzzm5QltegbgIXep3EQbG { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwcNVR3wf2tiBXSCNaXCkTW7Ee4gFxS { top:3.3125rem;left:0rem;width:11.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4TF4NmtvakyDu22KSbTZQvZvVp2fRmT { top:6.125rem;left:33.4375rem;width:4.875rem;height:10.4375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TutPAf4tMbZNtVPUuD4JMlOyeESU7Vrq { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3KnRWOIt9sBIJQ0CTi53FvWQZeCdUM { top:9.125rem;left:39.25rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLW1CrATyXoG43oPsNDrDwiBZmM8Im46 { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyVelqaS3GHRx78IOGyFVWCufwhrzM7 { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgRGL0xeURKd0ffQFcTfDLTgu3uma8R { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw2VsihEyGG6HQtEpWUFB9eXnJdgSMXs { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STnwDXmUUQ8dX5PAU73Wuxsz0Gq51ygv { top:9.1875rem;left:26.3125rem;width:2.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3ooWqwEDcTHsNLO8PcbLqG7n1zc8FG { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxCw7g1FZ6aXBU3ihAe2MWDnlXmx99n { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8HCrZeLfxXr3SLztpnoT2wVqyTazMyk { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8gMvEa2nk8h9S39hLnXoQzcG0reJG2 { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaRybZWSFooVAgC6oVfkRJLGthPOuoN { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WkHQBRFMIAo4WhmQT2xO5DtSunfQ6y { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqh4RVwrVngd03Q8kuJKv52FmDUw4hG0 { top:0.1875rem;left:3.375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJzT2PaWndzxAlTnSobKp7y9D968GOu { top:11.375rem;left:23.375rem;width:6.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvNd2WJtD5J6Hkt2kzVSeitc5rM4GiVm { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf { display:block; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhptF68h2f6Ngklia3clKdl9syyAAdSv { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbkpvOLrgTCEtAtrZcwT7T6pOTeOE7b { top:8.0625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3PlLkTJeeEWNt2By8449AumvZplGWu { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbW8yPMTvDQihmBJsTeFTWrqiJBzmU5I { top:3.3125rem;left:0rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZqTWz81MmfmXqlEstiWOLMlZovcDNWU { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqLi9SnKXQ9wwUt8W8feTFfasgANCtI1 { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inWsWp4sTKNOITVO4W1hT7nEe5eKoBkQ { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpK3zBXiD1NLp4x4ZXOODiT0I0A34uCq { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JduUfZUPSat7TIwTQsVxEv8w5mV9VbSZ { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJg7Rvk1iWKKlMJNtDe81qybT9ttw9d { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPK7wnfbezF7ILk55iUgrWXsTidU0cf { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCAZ8ATghgksFA7ViS0LsoRAqGDKeU1 { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsUGc0RccglMtMbJvb006ByM0HCIe44 { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUUDVNgiLIcGFwkzWvuxBywPRZa5xPR { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpyoB8GmXsdwg7tueo6PRgskwWTLpkXr { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLbHddShduff4MJDr8dp9DLwFHpy0Js { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asp6piRqTChAGwwSOslf2hWrUOnLfMb0 { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRh6yFnhObJFBOmSAP8e1fWb2GBUsmpX { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxZhPGLUTXrKA3g1ILXDmfJVkAWdDxXx { top:0.75rem;left:5.125rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAMacRAdULF9y31GdnZ7vq29idwiWD4n { top:11.375rem;left:23.3125rem;width:8.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR2gGpedJ1hUbJP87wiWuSFEIqfqhsIB { top:11.375rem;left:32.6875rem;width:4.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N94odb5KxtSDFcDboImdDo3SVQ3XL4gU { display:block; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfQxkuGXeM4zPTyMAuTnxnbItiTsMg08 { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqoxREcDvQ5Un2klAvaPykGr03K3OWdp { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC4v0FJQCVpvesU4GKixPG8vTXT8loOo { top:3.3125rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhv9n2SzlP4fRcohfbFdRQviQkJUerPu { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XmogQQuBB1fKvuhzcJ8Q50Oh6TNMSa { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0K0D4VCLmy3EwBQHiAz9wek3dggzEu6 { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMQqx4qHJiQ5Tc9uVl7aBm1fruqGfoCg { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaCmmMXS3NstklKbqUT73aMtSG0GaJdC { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgTvKHEvraUXPhdg05ihIdJ0U4UT9pT9 { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMW6B6BuGnKdJvMxbAIiWza7p4Eh7K4f { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4HqET98nQrr5P3MLzD7BaVAdqklZ72 { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgM1fqXCVMZadZcmey2q1ZTWi88kVSN { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKhumeV779ImhVweDpLF4SnW2N9SJb { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcZZsNg9reba6PvgPeSHJI03QNNmw47X { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBdJGQF2rRlOQ2rePc0odUntgBz9Rpb2 { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfO4TyKV9lplBgKfGJIy0OaKiFxlVG9b { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTThw6zC4BHqoOalcfP32uLbsL9mlOKT { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnbx7Q8I3eCicvxwlbCOtB48pxp8Gy3n { top:0.5rem;left:4.4375rem;width:12.3125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq9il5Q2Wq4hEbJJH9wLIJ2EI2b9iCI9 { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrm5uR2krz31SFhCDsEIpeCDWQTDENv9 { top:11.5rem;left:23.375rem;width:9.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I { display:block; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG8PV4r080iVr6HmeoZ5X6FebZSrLyvS { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGE69Oh4IsLDyM8i9HvFdmouIV6KVGCA { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihTAtg4VODN4cRQuKmlh50xwUIG79yPS { top:3.3125rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9w7w7C5h65PwATGJACHt1tGKtBDUIOW { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtMsmvNHbhn2s4rBa3SUh7VFllzJIenU { top:6.4375rem;left:38.875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPHLF2FpkXaydTRtFLWy7aBSnTwlWvUF { top:9.125rem;left:38.875rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsptyi7zaXlMk9tyuu15pe5fhp2SRDW3 { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6LRHVA5Oqteeqg3RqucbGrncTUZM6T { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9slWlOE7loZPzchBESTVT6k9eS3z8ix { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XBxDlD341Xxx7ZJEMsiJTT7qzaZDTD { top:6.625rem;left:26.8125rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4vdiWgE2M8aDXeTeRpZMyVlqwvRR1K { top:9.1875rem;left:26.5rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHvKkyeJeAc3E3DVp0yNf8HEOzhUB6dq { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTDmo3hkd9CLaEW2PllxTTg3cvoSubH { top:6.1875rem;left:21.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyHqMym4mJdzMugHgt6iAdSxQ2JzWbNl { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z10DCfzJVbNNO1v2ftFSRoeXmp6TKe0A { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdzCmAVhAknlrcnhyncq04E8d8WTPgM { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rtlX84hHTAiJLq7a837MUPQTJ6tGqu { top:2.25rem;left:2.6875rem;width:15.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZNczEfS5bEPLiNi7ctmuPnS7ZTZQxIV { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbL1xTc5QsvG2B7lNTTd4Q4ALmSRrBgt { top:11.375rem;left:23.375rem;width:7.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skOELIOTVu5z0TqSvm94ono7M4wJyHAo { top:2.5625rem;left:20.3125rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB { display:block; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr7IbKg4kW0pOtQTNf3DgRVkoaioHmQT { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwcpm8d9NfpU2E9AGCRc3UuGUxNmJDXD { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9SZ7yFqwnJ0PZTxqfbV7DOswaz4GXa { top:3.3125rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cauJ6NBAIalgAZNLv00iiSBxSxR84JQU { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUmkIvxQFBtHtJUTHO8Os49V2itxnqMv { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDDAKZS6HtJA50yaCTaNVIC8JH9bWDJO { top:9.125rem;left:39rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV41Cbrbprpv3eADnaQs5AmGfAoTExnU { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNT8xTvEeg60667IsTKFiBIPCkJNuSd { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyIWqmTH7MGteavBDZA1if93DiCsCt4x { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcUbsr0g6Os7mDhVh9GJAVWi6sOHR1z7 { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otxOkk6IXlPxMzIxReoz2ZdDpdbQssDs { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3sTlingivTaIaF7oKqhftzE9GawAwf { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9b0JQWI1aWTAStaHg0bw7vxBSbULQv { top:6.125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUwomVyLIG0a9nOuCbBttazRpmD7kMxq { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XmZEtZhuUFMJHIgwRrOCtxgExrrRQU { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viFctBnzuZCOaXALIGvrmQ6KdKugG5UI { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoRdre9vvG5iHq3nwV87M0MSAQIdVCUF { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypk3Tdoe5ihXL3zzfpEJrsNLq4NUxDs5 { top:0.625rem;left:4.4375rem;width:12.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXx2a7ypQZN4A7Lhd8L71kPaS8LoSRlt { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySCURosqHGTtfc9PtPGlxgKvx9IqvlhL { top:11.375rem;left:23.3125rem;width:5.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq { display:block; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1wTGaeZGiBU7eyR8WzZSHkNMefQJl2h { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqu7mBTJPWefTApVIKsiEovXChQBnDB { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1G0p6Ovb9Qr0I3PeFgetpUPX43GdBa { top:3.3125rem;left:0rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1XmTz5KJNKDqh56msD38PEkRkAVloTy { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLE7wRsbf5lHG8CLC1BkWqV3pRaoWOkT { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdGpOdiE6FIDuB8uzNHo5USiHXr6rrhT { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwuuhfThddDkLhJkeUPObFy0exkfT2p { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR2wPJ94NH5TXVQM5KoG5B9ML48HqiFm { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUJbw9lOiclVzZZIE7wZkkmACTgfix1L { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pzJqmDA0fHFO648TKt6BFPEGofqs3r { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxILPrSP8r60PEZxUBui5zbffcUMzv8 { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTrMF5lQW0OUmzys0n6eVz18DhpDNEu { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfTdnW38iW8fFpCH2EGzqIGnsZRpJpCO { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuGsWOvTAVfipEokTJsCiBiUK3HbPHoH { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MivxaEe5HVtX1JLyFDTESBJWdMZIDWqr { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC25IhBpkqKSzpLLHDyWLHv83XTNm5Au { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmnG9ELniZmNBR9gaUDOnTPWdybtocHH { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytiLpF6VDZasGMqNK0T3ZX6w04WxKQTB { top:1.6875rem;left:3.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGah4oMHEOIHUBCR0yu6Opdy2K7kLo1X { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMAq3DmJHpqRWL3x5nKkmOzP62on775c { top:3.3125rem;left:9.75rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHJe5TRtkmNqoxhBCkT1xZz0TSMXZJ31 { top:11.375rem;left:23.375rem;width:5.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp { display:block; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Phb8FTDspN3PHbZ01uOotygGHV1MRpGF { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU9gBJl7iQ5XIRTAgsepWhVWU8J99SHQ { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abklLmnupVZKWPTHZgv1JNvyqPv6JsEE { top:3.3125rem;left:0rem;width:17.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl7GlSiIbmhOGGJm6HIXrfH2oDW14dpG { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7xzvZcheWQR5CFhewKRF0Myksk49k6L { top:6.4375rem;left:38.75rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyX0hIfopcDotzezrUfhIzxelSkMGGqL { top:9.125rem;left:38.9375rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8rS2E3AGKsgsntd1WW2wOXHzUfg7yb { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLd5Bv93oCpaBpoe9e4bS75ivHxDDg1t { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAG9Zr3iboygBh4Ot8eixkZ4gITTIbs7 { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5wT4HevaRmSbDnBOSvAgzTE1bMT281E { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQAV93ZaSuSPWNMx6CU6Clt79JM8mb3 { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9sklaNNdpmNAl4X8BSMSdAIK0zO3zmp { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVh9dEeuUg5Cbe7wKuqS2NOWnfTkPQgD { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVMD7Hqyky6KIz779VCkyzqUG39WmaS { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KORgHunTbp2uwAIiEgCWmboOlxRK4ykg { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJGRU1QkDVeSzhWUNkqQ74vq5LGBXmUp { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egUMacQuO3s4aLQKHZ6on63WpbmGW8WM { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTu5qVDntaKE3ATOylrpnELPqFT2rwoS { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VURcZcJURzyvAI6URD5thtbcHKhnFeRs { top:1rem;left:6.1875rem;width:11.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQgupwJ4y5aa2SMlGryxHpo0cuAfaeiZ { top:11.375rem;left:23.3125rem;width:6.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi { display:block; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQC52Eq6lg7hHPXGV6TeK8QTcMqkAN1a { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG81fbvOOk2sVQ8slytLC6OPu5ZAiToZ { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98iP4pSaktD1I1zeHF6K1akm7TDAx99 { top:2.0625rem;left:0rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8EPBwsPisRZHQwWmMhXcg7IBK9sfT2v { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #N67GOhWF2NHC6i7CEmt1bK53TKWNXsPb { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBE8TFXFpTxHV0vqM06qN7mGFq31MR4i { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVLVIDHx1HGP9TTEtlo999Na8npTrgsU { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t36e7W460XVZS4wTbKR6hmma7OhnwJNE { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEtUPV7hXhCO6GAqO9FEqi7FS1SK4LEX { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRaEqwmse7ZWNTPewWe8Q9NkmbtoN6ly { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5PTyyAwErMrsR2Zse7W9lVDAGg0lePm { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVQyp8e0ezF5w6f6TUUgFmpbgfhsek0u { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAXtXrHu7ICsB2wyfT8fzaaTin8hAPJ { top:6.25rem;left:18.875rem;width:6.75rem;height:5.25rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqt8p9C89K34EbUMuJduxEIU830tPouq { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBLsx46Gli5CZJexkRTmJNgmciapupx { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtiTpgNyI5n2i7Lx9hBdPWdE43qVJQc { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyc0gVbMskQJ6FFJIaiPMt5K66wel5Es { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpIJ8VIR95vaoc9tObyBBpIk0pOPTGyv { top:11.375rem;left:23.3125rem;width:7.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuAeJ477XSnG13eXovwhcrL7VmZ7Xl6h { top:1rem;left:6.1875rem;width:11.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKK9AvCoOGtrdh7xwRvbtBPAGBst38f { top:4.4375rem;left:0rem;width:17.875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71gtFR68l29ZDcQbTZVG3DmwrnKwsHH { top:11.375rem;left:32.6875rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iooZHEUZIC5CUIV6GsTa2wXfzs52zMds { display:block; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us1msX5M3vNTUo9sL3Aw9XeeWhXHfU2s { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBP4zrwCK8FJ5pyf8EWl3IPnkZ2T6e9T { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJnMk5bML1F0zQPT80HbgtIGAsE6cezM { top:3.3125rem;left:0rem;width:17.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUPtz9HJC0IgNKmiPkavlIUNLExuAzU { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwPDHD466LhccXbN9trJwazfdAmlWHKJ { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgldGNiymahkRKpxBwSqwvEIJRNtJJoI { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOPJBMQceiww6cH7C2HgwGa9KCnktqvk { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHV84FerBfUVLmRLLK9PyZXtKfGQ86Qf { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM98Ln5ph0OTteiJ7JENiHf9t6hzR2ew { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVqt1H9wDze4FMZB4Qu09Tt8gPhIas7k { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIznzmKGMFWFJFzTNP82Tm9vb4RPywI3 { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIOwloDu1obUw4kllTQCkO0a6DxAsKCA { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0cTzS1tgtoNal65TcU1GC7QLZSGZSG { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6INdT5l0g9Xi1otDQMiMMzaT4ICSM5P { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiEOOlull4wrZcsvo8aN4TcUi76Ecmt5 { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UwRTRh73dtXFXCpbKUL1p80Tl6gBLH { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6fHuEisZD3evrlp2KVVhFZuD5g4pTq { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNS2mXiFMpr72MGxP50MmzUSTwl9qZdC { top:11.375rem;left:23.3125rem;width:6.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNFotmc4SQF0JKyHFEy9eL8LInmTkiVo { top:0.5rem;left:6.1875rem;width:5.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWKvmD9ktQkLG4iQnTIJ1ovAsTrn1nQO { top:6.5625rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an9Hupir0pMcy0DEkuWecnSXmorci2Ig { top:1.5625rem;left:10.6875rem;width:5.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXua9bg4yhUcIda5571TSDAnq2weIUW7 { top:11.375rem;left:32.6875rem;width:9.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p { display:block; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBpofHTc1eZZfCadNRFabz2gx6vE0UCk { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQcevNuTHbemAOFW7celSOLga9HTSZdy { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCuwvtiXv0s2am8fhri1TrTP8dWyFP0r { top:3.3125rem;left:0rem;width:15.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfqxlGPrF2Csa1abp6KPVrGnP3f8tkGb { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF9n2lckv3HesT64zF6IvDTnwzFbPls { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkLRSx8CC6bGpw3rFTadoA2huOpTLHTO { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaVTWyJ5O6O1f3u5VHTaBSp0eTx6n6W { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MdtXwTEOBzQEhuBtMlG9TdAAT3xAVs { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98WpHB1VWQMkTl43siKAODmr7J4pzys { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6X7kWGfIUIHLWR2Z8h6rnTMrAzJucvO { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn3UdPAwzmG3WeSJKaiZk7CpkmgDErgl { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWUBtBJ4Tx7Pd7MDZ8yzk933k05a76m { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOAOdGI9Rf6yD9VlOo6r0zVvdXeNl3u { top:6.125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrZi7BDEx0hvVmhsWycwgM0MUaISIVW { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hml27p0eIwxk0Lvo2wbErJmUTmn7aQB3 { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnfDvu3tyLUPL2tDsfPVTslASiq88ox { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSd2PAqBrgtrBiJl1UVkXARllrKMJz7 { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJO6LRKfCo8eIsi05FZb8dJw5LqBWXFR { top:11.375rem;left:32.6875rem;width:8.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL78EmGZU8Sy2qlA1B8O5xVEknG7lguB { top:1.875rem;left:6.625rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS6EToZ4KhCo6QyBrMKnXKC4QRGyqJP { top:11.375rem;left:23.3125rem;width:6.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueO4ICwza9quxmXdd3UVNCNzxpR77uPw { display:block; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kikpNFpeCJ4iWSL4ETa9i2Da6A0oi2od { top:4.3125rem;left:38.5rem;width:9.25rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSs80H0xdu4sZEF61igGwbfzBHk5emP { top:0.0625rem;left:0rem;width:26.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2qO0d7pWslknH4nnIUP1d3IbTibih3 { top:3.3125rem;left:0rem;width:13.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2H5aDJLGZkhShIw0kTarvO7lTxoEhGe { top:6.125rem;left:33.4375rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUrF9r1E9PuD0sukTpTM9LtJnwMmziE { top:6.4375rem;left:39.0625rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAT4eWcVVpHTJp8qn0e82vWPL3rcADw8 { top:9.125rem;left:39.25rem;width:4.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOB1JPeSgMH6hJquQh9pZAyel1EGxGF { top:2.5625rem;left:32.375rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfwUxbrcb8hTPzaU1JdTx3HlywCO7IOU { top:3.0625rem;left:34.8125rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPUBCgO9b0UVpwtVOKMG9wXTNcatNJUB { top:3.0625rem;left:21.875rem;width:8.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzRK1FkVJbUPX8SFRq6nuuEErovr1X0l { top:6.625rem;left:26.1875rem;width:3.8125rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxTds6tUnnkCnETzqmyvX3qWfQrcrmab { top:9.1875rem;left:26.3125rem;width:4.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU6OOw2W56UN8BRSrZmgw5muTuTiRC6R { top:8.5625rem;left:41.0625rem;width:6.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Bki1VLdIEHyzI4aWZvOah9NUURDTDb { top:6.3125rem;left:20.75rem;width:4.875rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNGugOPgnosaNthgWF0Bt9w9tg89eJpZ { top:2.5625rem;left:20.25rem;width:12.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFXJ5Ti222imQoQdNVDtsy4ibuA9fKZ { top:0.0625rem;left:12.9375rem;width:19.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbQfl2iN5M72bmT0m9qgQT2vNEuZQnWL { top:0rem;left:20rem;width:27.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbnaPtOd2AZQ6RWBV0TcEG8xLTx7To0h { top:0rem;left:40.0625rem;width:7.6875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wclz1heG7EAbAyptqqu7TTnVbhq8xqTN { top:11.375rem;left:23.3125rem;width:7.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFJvP7TEXuUHkRnG0i5nuFrE5tzWtqgQ { top:1rem;left:5.75rem;width:11.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLfqUUAJkIroLhfA45i3W6S1OVcfQcTK { top:7.8125rem;left:0rem;width:15.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd6eNw56OAfO2RF1yNStyMoRv5Eh5vRu { top:11.375rem;left:32.6875rem;width:8.4375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F { display:block; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbMbWDJmZ5DAQi7lfzOFzn64R1HVgUln { top:2.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #c5gSwEByqBToO4FaaiExlaEaWVClGAIE { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c5gSwEByqBToO4FaaiExlaEaWVClGAIE > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffa200;background-image:url("https://images.assets-landingi.com/uc/aec760ef-a067-4ef5-88a2-c3ea53ca3c89/bg3.svg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #dFNOwUH6SzD2Tno3G9KMqyZZebGaquvB > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScwyxnMwkUf4cFJBUS4AEQabAgV76imF { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #ScwyxnMwkUf4cFJBUS4AEQabAgV76imF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #vI55nC1W9klOPTWHtHFOSqDmECS3ERyd { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #vI55nC1W9klOPTWHtHFOSqDmECS3ERyd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #tcxFNkSpSKDTs0SxkWeqOD56adHmfPKF > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #gZimy3KlawHK0Z5mACFmCJ0ItzLSVnTt > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8kes97iBKhcKPZvuqRc15HP8w0oxOdd { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #K8kes97iBKhcKPZvuqRc15HP8w0oxOdd > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #UqcyZuwM4eKTTBQURwGUfA9J4srwDyrA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHGGaSiy1ycTVGsk4tIX0iidUJiveZem { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #fHGGaSiy1ycTVGsk4tIX0iidUJiveZem > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #TlptSzb3NeHPFXn5OnzUlbhNPSALEnIl > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #mhnHnzFsDbeT0G8ewOoJd0FeqACK3MtP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tWpFNWlm4wt1cgsE9ziWbO71VPxHrQqL { height:11.2168125rem;width:20rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyFw5LF9BVZNVt5tP000Wbb1IAZFqif { width:14.9375rem;height:0;top:69.875rem;left:2.5625rem;font-size:1.5rem;z-index:15067;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZHtU1EQclsnlfEB5WJTTv4D6UkTG41Ez { width:9.25rem;height:0;top:71.5rem;left:5.375rem;font-size:3.25rem;z-index:15067;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eUkJf2kHIDhUW0k27ka4Zbl9xnhdDMPX { width:6.6875rem;height:0;top:75.0625rem;left:6.6875rem;font-size:1.625rem;z-index:15067;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ { width:17.9375rem;height:6.0625rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.adaptive-delivery-prevent-bg, #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.lazyload, #h73rX6bLnO4zu78sLJZIfpAwM31NBgbZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zI2uQcmaMkA7Aalaqe3LBkink80Pymh2 { width:7.4375rem;height:8.9375rem;top:48.75rem;left:3.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdzuJEPWUIwkrCTzUggT0WOSHAVf9oZw { width:14.9375rem;height:0;top:20.4130859375rem;left:2.53125rem;font-size:1.5rem;z-index:15068;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aNU3iTdt9Q5FxxaeHErlySxrEFIJB7I8 { width:9.25rem;height:0;top:22rem;left:5.375rem;font-size:3.25rem;z-index:15068;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DKB3KTCuQP0geHtzfN1rBBGhnctZbBP8 { width:6.6875rem;height:0;top:25.63671875rem;left:6.125rem;font-size:1.625rem;z-index:15068;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xxred3OpA7BDGOsgpANzWsqVfr089G9m { width:19.9375rem;height:11.3125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c31b6e7-b19e-414a-9fef-cec35e62a9b2/hero1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14996;display:block; }#Xxred3OpA7BDGOsgpANzWsqVfr089G9m.adaptive-delivery-prevent-bg, #Xxred3OpA7BDGOsgpANzWsqVfr089G9m.lazyload, #Xxred3OpA7BDGOsgpANzWsqVfr089G9m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c31b6e7-b19e-414a-9fef-cec35e62a9b2/hero1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.adaptive-delivery-prevent-bg, #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.lazyload, #T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F.lazyloading { background-image: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { background-color: transparent; background-image: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container > .video-iframe-container { display: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row > .video-iframe-container { display: none; }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .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); }#T3ZZDKQxB7ipekGa0iDgcmfogRrnSd6F > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO { width:17.9375rem;height:6.0625rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f60de94-6ab1-4eb0-a800-9d5762caa0c0/2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.adaptive-delivery-prevent-bg, #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.lazyload, #kuT7f0xGB8fHpxGAMkqhbQ2xJJLnoiLO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU { display:block; }#WWlxbN0ThtVTQC0X3pHALkSqrOagKXbU > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uegq5MEwF6PXvwm3A6fIOXTPPOkgsmoh { height:11.2168125rem;width:20rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX { display:block; }#vFJOoTmxpD3rP66CqW6hdHFTK9aRM6DX > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVqqsbOkWH0bLCETlR8t40roUUTuv2FK { width:20rem;height:11.1875rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XK8r7oJf8Ow78tih971b4TJtJCiRryda { width:20rem;height:11.1875rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEHXoUwolOqzTDJbHPC61z1VHCSEx30T { height:11.157894736842rem;width:20rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQ257TlpJB8I4qEqZxoshqIyXCS1VQ { height:11.157894736842rem;width:20rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baH8bo4BAlwymwZEC9O0yPN5i4CkrnXD { height:11.216931216931rem;width:20rem;top:26.9697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxWNT6LS0JrDJzrcwQ7EK23EXLd0B4Fp { height:11.157894736842rem;width:20rem;top:39.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TMET4UP6NltaAKo0xNT0HDkbAvA013 { height:11.216931216931rem;width:20rem;top:51.7812734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd { display:block; }#fUSJ0K75bdXfcqn9KcQXFC9pFoK0otvd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqZLExlIMsxDaiPgNO46DKlTPSd7lwn8 { width:5.3125rem;height:2.19921875rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #LSRk8LTBV5zt2T64owEe4uqkSLJ1WgrA { width:5.0625rem;height:1.3125rem;top:30.39892578125rem;left:12.125rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pte4UGwryEz96RRWareQDuUTSGgfbwh8 { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #b1U8flSiwmDfqLWZh29e24PrKgMgdUzf { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Fte9kgBq17BQBHd5wrbnDEWKXw5uDf1B { width:4.875rem;height:4.3999rem;top:26rem;left:9.0625rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ZGnRt2hdGA1MQz4uEQf3In56Xhm5M7dN { width:3.8125rem;height:2.40625rem;top:26.625rem;left:14.5625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #idqPtxfmunwkXzHpq9rGWPw6biFCvKUQ { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:14.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #fXtpfEHk8paeZG447L0TlCtO7Zaox8bH { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDgIRqftUtsuJJSCUErtllN7gGfB0Tt { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JuZgdKmydXQcqDLJpwm2BSNEG5iXaeXz { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WzFeQvR8rPJEFb3sW7MCBg0WTFewu8hA { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #tJhOVJLsFM6GFhnT2rEvaZR10KF0xVh8 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #T20iiURJyH8eTHXHTh9kSptCrM6Z8qh9 { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #re3gcer2LsI05RQRTDKf6qbxTOvzMGdh { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Lcp7GsWmikOb7Tp1RNdRvAbKVZeImfIG { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHsnpT4P0VLa28OuF5JSxsVmLUxE4Se { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsc2K7VEdN0X2rfwwgOeFNfTLbWsTtRQ { width:10rem;height:9.9375rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xidh4nyvEEQcr6qGLFTI8n6sBSvnL0pr { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iX3tTEHMDHq16cBavJ3p1tCFg1P7uJuf { width:12.6875rem;height:12.6875rem;top:8rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QZQCQic7eudzunNICTLk9utzMNnLZihq { width:5.75rem;height:1.3125rem;top:30.39892578125rem;left:3.375rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR { display:block; }#AlbuUxFzfUJSg0aTTzqhBDCnpMXRLIkR > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSXHCCBwDPUD5BgBe1BaTzD3rWoVkaTi { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #ycWhegTOvcXPe6on9NrqsbwAvZOmEbeH { width:5.9375rem;height:1.3125rem;top:30.39892578125rem;left:12.125rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fxmsgPV1lqNbJTraLLObEFavm6wJv44I { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #HNF79yy83Pv1zMDIo699iqMJE0X8EdSn { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #CLX2GanETCSg7EgT5dc3y5eLGhKtEMmb { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #mTsOIcwt6QWIy7DFRIVt1GsNN8wfTT07 { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #V6ATvTnBMbg52F8Cnk1LRbyaCOvGqlks { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #NHgKvTWCwNZWk9ERS9VDdmXktHs23dfz { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdawvHK71I2Smz6PORo0nxWM9Exx9RW8 { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dhfHmTDIB0T53PLpIvhSPFpZrpSkeU0x { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wN4RckMJVc40r1wZ8iTTP99g2VWiKrWg { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #VtTMLmcPHiQgcTQHrRuGnhHlnESbCQz3 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #kCJsyB8aEckrVeLKbedskXXcvzHZyFd8 { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #R7u2UDKsTss5AJRZfzakl1L4y4zcvTkv { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #n3PGUpTGPg3fKTxAL6d0Qh3GaAe7AXlq { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRyDXTeXPI2wQQRP8lZ4d5UBVrFF4BTq { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeGe0Zi6Byq4NWcNsfNzldFZqwwSSMp0 { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbZrzs2ATOqkmwpcskehDpOwPFiCVEz { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #STGvJGkfmfWCzbTZKGbbQ1Xh5RFa9v1T { width:11.1875rem;height:11.1875rem;top:8rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OJypZGxD5QITsgTkTFyDiAptb4BvKvNh { width:6.375rem;height:1.3125rem;top:30.39892578125rem;left:3.375rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #m73nTZpywfocrI8J7llRRi9P2HhHlh2P { display:block; }#m73nTZpywfocrI8J7llRRi9P2HhHlh2P > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FccLLJ19EZqd5vL7CZJb2SiBKX6nuaTg { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #iyZqRc8cGbDix157SPBuSymf6bfSEwFV { width:4.875rem;height:1.3125rem;top:30.52392578125rem;left:12.125rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pOb59Mzy1bgFfAqQxThbISA18NQginzc { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VqzGowAc5asb0hxReFmctBGu4vRTObBH { width:14.75rem;height:3.25rem;top:2.1875rem;left:1.25rem;font-size:1.25rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #m6RLkUKvcq3dcOcVSiUEhMlqLbOT6780 { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #MaOFimr18yloA8DXuvSRENn03hsW1dXa { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #OsNzTWVizQkkuIXoXPikCEvwowPDOTwc { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #vCpNwgSk9x2SeJ0VdgySR5NF5IWmc1gr { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpfWnM3bLWFFa0oovtMprp2RFfZKr3i8 { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdtNNJk6L6MxbwUimIizrlhpSq5I2FlG { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ScsH0l6Icb7KTAZ0aOErBFOeqiu0POVG { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #l0cTfkTMlLt0RRvngIt2zZVKyO1ftT6B { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #SXsPUySSngE2a4UGIFgG7r19w8oHE5Nl { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #bbIMyZlrKZym3CFmprpwpZityhaFQznd { width:4.875rem;height:4.3994125rem;top:26.3125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #X8Pppy5PT9zldwMFepn1sNtrOs39xTue { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yktZPcfvTarHCP7ln0PPrKkHDkN4a3 { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBVmtsFFS18JzRTKJZVNTwTfGC9xLvf { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrswKXvwzwvrC0ODmQniPQcJshfOzM8 { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NT7u6Ts2oW7iHkc5GQTEX3esQQc1XOlQ { width:12.375rem;height:12.375rem;top:8rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iAaecKTBqubk2CrUQMzJflmvRqpfzDTo { width:5.125rem;height:1.3125rem;top:30.39892578125rem;left:3.375rem;font-size:0.875rem;z-index:15067;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 { display:block; }#bb9N8T0MpTn3Kp0baE2xPU8fIKV9UHA3 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2InlTqENfyNRalnwPlCMy9t7Z5vkTL0 { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #ILtVl8LvuuD2kmcD2eBNb5c9dLEIVoeh { width:15.0625rem;height:2.625rem;top:3.9375rem;left:1.28125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #uhuR0AyA91zGCT2XpvAGiPZUFGM99a78 { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ywMs2pSdA6ZkFqZ4F5MT0oBUUDVqlEDy { width:14.75rem;height:1.4619125rem;top:2.1875rem;left:1.28125rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #CzXL9yXyKsyWKsNcCt6B7k95J4y5VzkK { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #u4EBbuBLP2GOTUvrgzRNBoV7rTSx7woC { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LxZdNuEE4ikJ6mCbSy2vXSfSA4BUIZ6V { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #gP2ueDCvxPKPsPnzOntc5PPLzH5wpSm4 { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpHa607yT0Umx9zxZh6GxSlckgTLmvP { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxJVlfSxw7d3SuV8xPiLCVci3vlx3I2c { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxBUZ3xVCuUtRAqX3BzilFnemmHzr9Em { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ACkTQRA4eP2BNwKqP2PxwGKlzVQoXOGg { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #HZDy2mqXXqUR9zKkrM0765JVnhSdHp8c { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #uvTUoJSXp7Zqyrg49y7VqHveng2sldVg { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #EGmJySdtPIozAUM2TchEaoddhemSNGJI { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuvKnZroFTtkJ24ebX0udSdtkv3LikCS { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTgxx3C1ZlrZMKETJaLhFe0yGVEldTda { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNsNkAagORbk0lEs8XzhfVfmOPCUK76 { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FQkEmd3S8SoS5vIkuQPvfvMGvRrrVOrH { width:11.1875rem;height:11.1875rem;top:8rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fJ8EyxKRXwEn4H95hcpNhLq2uavbP9O5 { width:10.9375rem;height:8.0625rem;top:12.5625rem;left:5.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yirwQJx7VxMKtSD4o1kpomoXS5CnaO2E { width:9.125rem;height:1.3125rem;top:30.3984375rem;left:0.46875rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #cxhJpfrhdW6FFLUfi6EuiwSuitJZegRm { width:8.4375rem;height:1.3125rem;top:30.3984375rem;left:10.875rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d { display:block; }#wTsiyapwOqB2gHcqX0TFO3BfroPk3o5d > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEeA2TfLceIKQ1KAeyOJJD1Z8hOmFzGR { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #psHSO0x4nh7vkutt7b6FLrtE5uqUZJAC { width:15.0625rem;height:1.3125rem;top:5.375rem;left:1.28125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #QDtTqG8HwCUEzzm5QltegbgIXep3EQbG { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JbwcNVR3wf2tiBXSCNaXCkTW7Ee4gFxS { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.28125rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #u4TF4NmtvakyDu22KSbTZQvZvVp2fRmT { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TutPAf4tMbZNtVPUuD4JMlOyeESU7Vrq { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3KnRWOIt9sBIJQ0CTi53FvWQZeCdUM { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #PLW1CrATyXoG43oPsNDrDwiBZmM8Im46 { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyVelqaS3GHRx78IOGyFVWCufwhrzM7 { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTgRGL0xeURKd0ffQFcTfDLTgu3uma8R { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zw2VsihEyGG6HQtEpWUFB9eXnJdgSMXs { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #STnwDXmUUQ8dX5PAU73Wuxsz0Gq51ygv { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #nT3ooWqwEDcTHsNLO8PcbLqG7n1zc8FG { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #CmxCw7g1FZ6aXBU3ihAe2MWDnlXmx99n { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #D8HCrZeLfxXr3SLztpnoT2wVqyTazMyk { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8gMvEa2nk8h9S39hLnXoQzcG0reJG2 { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaRybZWSFooVAgC6oVfkRJLGthPOuoN { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WkHQBRFMIAo4WhmQT2xO5DtSunfQ6y { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eqh4RVwrVngd03Q8kuJKv52FmDUw4hG0 { width:12.5625rem;height:12.5625rem;top:8rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #icJzT2PaWndzxAlTnSobKp7y9D968GOu { width:5.875rem;height:1.3125rem;top:30.3984375rem;left:2.8125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #NvNd2WJtD5J6Hkt2kzVSeitc5rM4GiVm { width:4.6875rem;height:1.3125rem;top:30.3984375rem;left:12.15625rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf { display:block; }#plvLQ7ZVW3Rzcq3KOLDQBsuOAfkQnDEf > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhptF68h2f6Ngklia3clKdl9syyAAdSv { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbkpvOLrgTCEtAtrZcwT7T6pOTeOE7b { width:15.0625rem;height:1.3125rem;top:5.375rem;left:1.25rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3PlLkTJeeEWNt2By8449AumvZplGWu { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GbW8yPMTvDQihmBJsTeFTWrqiJBzmU5I { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #BZqTWz81MmfmXqlEstiWOLMlZovcDNWU { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #RqLi9SnKXQ9wwUt8W8feTFfasgANCtI1 { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #inWsWp4sTKNOITVO4W1hT7nEe5eKoBkQ { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #tpK3zBXiD1NLp4x4ZXOODiT0I0A34uCq { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JduUfZUPSat7TIwTQsVxEv8w5mV9VbSZ { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EhJg7Rvk1iWKKlMJNtDe81qybT9ttw9d { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SfPK7wnfbezF7ILk55iUgrWXsTidU0cf { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #tPCAZ8ATghgksFA7ViS0LsoRAqGDKeU1 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qxsUGc0RccglMtMbJvb006ByM0HCIe44 { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #IAUUDVNgiLIcGFwkzWvuxBywPRZa5xPR { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #cpyoB8GmXsdwg7tueo6PRgskwWTLpkXr { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLbHddShduff4MJDr8dp9DLwFHpy0Js { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asp6piRqTChAGwwSOslf2hWrUOnLfMb0 { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRh6yFnhObJFBOmSAP8e1fWb2GBUsmpX { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lxZhPGLUTXrKA3g1ILXDmfJVkAWdDxXx { width:12.375rem;height:12.375rem;top:8rem;left:2.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAMacRAdULF9y31GdnZ7vq29idwiWD4n { width:5.3125rem;height:1.3125rem;top:30.3984375rem;left:2.96875rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #KR2gGpedJ1hUbJP87wiWuSFEIqfqhsIB { width:4.4375rem;height:1.3125rem;top:30.3984375rem;left:12.78125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #N94odb5KxtSDFcDboImdDo3SVQ3XL4gU { display:block; }#N94odb5KxtSDFcDboImdDo3SVQ3XL4gU > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfQxkuGXeM4zPTyMAuTnxnbItiTsMg08 { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #xqoxREcDvQ5Un2klAvaPykGr03K3OWdp { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XC4v0FJQCVpvesU4GKixPG8vTXT8loOo { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #lhv9n2SzlP4fRcohfbFdRQviQkJUerPu { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #B1XmogQQuBB1fKvuhzcJ8Q50Oh6TNMSa { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #T0K0D4VCLmy3EwBQHiAz9wek3dggzEu6 { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #sMQqx4qHJiQ5Tc9uVl7aBm1fruqGfoCg { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaCmmMXS3NstklKbqUT73aMtSG0GaJdC { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgTvKHEvraUXPhdg05ihIdJ0U4UT9pT9 { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMW6B6BuGnKdJvMxbAIiWza7p4Eh7K4f { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #gT4HqET98nQrr5P3MLzD7BaVAdqklZ72 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #bGgM1fqXCVMZadZcmey2q1ZTWi88kVSN { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKhumeV779ImhVweDpLF4SnW2N9SJb { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #OcZZsNg9reba6PvgPeSHJI03QNNmw47X { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBdJGQF2rRlOQ2rePc0odUntgBz9Rpb2 { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfO4TyKV9lplBgKfGJIy0OaKiFxlVG9b { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTThw6zC4BHqoOalcfP32uLbsL9mlOKT { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nnbx7Q8I3eCicvxwlbCOtB48pxp8Gy3n { width:12.3125rem;height:12.25rem;top:7rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gq9il5Q2Wq4hEbJJH9wLIJ2EI2b9iCI9 { width:6.0625rem;height:1.3125rem;top:30.3984375rem;left:11.25rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #lrm5uR2krz31SFhCDsEIpeCDWQTDENv9 { width:6.9375rem;height:1.3125rem;top:30.3984375rem;left:1.25rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I { display:block; }#hNPSIPLVXKkTAnqbVrmCZ5U5g3rhal2I > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG8PV4r080iVr6HmeoZ5X6FebZSrLyvS { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #VGE69Oh4IsLDyM8i9HvFdmouIV6KVGCA { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ihTAtg4VODN4cRQuKmlh50xwUIG79yPS { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #e9w7w7C5h65PwATGJACHt1tGKtBDUIOW { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #mtMsmvNHbhn2s4rBa3SUh7VFllzJIenU { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #iPHLF2FpkXaydTRtFLWy7aBSnTwlWvUF { width:3.375rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #dsptyi7zaXlMk9tyuu15pe5fhp2SRDW3 { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs6LRHVA5Oqteeqg3RqucbGrncTUZM6T { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9slWlOE7loZPzchBESTVT6k9eS3z8ix { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3XBxDlD341Xxx7ZJEMsiJTT7qzaZDTD { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #nT4vdiWgE2M8aDXeTeRpZMyVlqwvRR1K { width:3.875rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #iHvKkyeJeAc3E3DVp0yNf8HEOzhUB6dq { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LqTDmo3hkd9CLaEW2PllxTTg3cvoSubH { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TyHqMym4mJdzMugHgt6iAdSxQ2JzWbNl { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z10DCfzJVbNNO1v2ftFSRoeXmp6TKe0A { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdzCmAVhAknlrcnhyncq04E8d8WTPgM { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X9rtlX84hHTAiJLq7a837MUPQTJ6tGqu { width:14rem;height:9.75rem;top:10.19921875rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KZNczEfS5bEPLiNi7ctmuPnS7ZTZQxIV { width:6.0625rem;height:1.3125rem;top:30.39892578125rem;left:13.9375rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #SbL1xTc5QsvG2B7lNTTd4Q4ALmSRrBgt { width:7.3125rem;height:1.3125rem;top:30.39892578125rem;left:4rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #skOELIOTVu5z0TqSvm94ono7M4wJyHAo { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB { display:block; }#InO6GXC1npq3DVV6gIwlTro92ZrJ5AgB > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nr7IbKg4kW0pOtQTNf3DgRVkoaioHmQT { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #Kwcpm8d9NfpU2E9AGCRc3UuGUxNmJDXD { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9SZ7yFqwnJ0PZTxqfbV7DOswaz4GXa { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #cauJ6NBAIalgAZNLv00iiSBxSxR84JQU { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #WUmkIvxQFBtHtJUTHO8Os49V2itxnqMv { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #XDDAKZS6HtJA50yaCTaNVIC8JH9bWDJO { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #eV41Cbrbprpv3eADnaQs5AmGfAoTExnU { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNT8xTvEeg60667IsTKFiBIPCkJNuSd { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyIWqmTH7MGteavBDZA1if93DiCsCt4x { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OcUbsr0g6Os7mDhVh9GJAVWi6sOHR1z7 { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #otxOkk6IXlPxMzIxReoz2ZdDpdbQssDs { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3sTlingivTaIaF7oKqhftzE9GawAwf { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LN9b0JQWI1aWTAStaHg0bw7vxBSbULQv { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #mUwomVyLIG0a9nOuCbBttazRpmD7kMxq { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XmZEtZhuUFMJHIgwRrOCtxgExrrRQU { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viFctBnzuZCOaXALIGvrmQ6KdKugG5UI { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoRdre9vvG5iHq3nwV87M0MSAQIdVCUF { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ypk3Tdoe5ihXL3zzfpEJrsNLq4NUxDs5 { width:12.75rem;height:12.6875rem;top:8rem;left:3.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yXx2a7ypQZN4A7Lhd8L71kPaS8LoSRlt { width:5.6875rem;height:1.3125rem;top:30.3984375rem;left:13.75rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ySCURosqHGTtfc9PtPGlxgKvx9IqvlhL { width:6.75rem;height:1.3125rem;top:30.3984375rem;left:2.5625rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq { display:block; }#K4JRvoNIPZuNhwDoRtTQgKSVsHWbAkwq > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1wTGaeZGiBU7eyR8WzZSHkNMefQJl2h { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #bAqu7mBTJPWefTApVIKsiEovXChQBnDB { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fy1G0p6Ovb9Qr0I3PeFgetpUPX43GdBa { width:12.3125rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #r1XmTz5KJNKDqh56msD38PEkRkAVloTy { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #OLE7wRsbf5lHG8CLC1BkWqV3pRaoWOkT { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #MdGpOdiE6FIDuB8uzNHo5USiHXr6rrhT { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #xBwuuhfThddDkLhJkeUPObFy0exkfT2p { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR2wPJ94NH5TXVQM5KoG5B9ML48HqiFm { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUJbw9lOiclVzZZIE7wZkkmACTgfix1L { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L3pzJqmDA0fHFO648TKt6BFPEGofqs3r { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxILPrSP8r60PEZxUBui5zbffcUMzv8 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #BlTrMF5lQW0OUmzys0n6eVz18DhpDNEu { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #HfTdnW38iW8fFpCH2EGzqIGnsZRpJpCO { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #UuGsWOvTAVfipEokTJsCiBiUK3HbPHoH { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MivxaEe5HVtX1JLyFDTESBJWdMZIDWqr { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC25IhBpkqKSzpLLHDyWLHv83XTNm5Au { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmnG9ELniZmNBR9gaUDOnTPWdybtocHH { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ytiLpF6VDZasGMqNK0T3ZX6w04WxKQTB { width:9rem;height:9rem;top:8.8125rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mGah4oMHEOIHUBCR0yu6Opdy2K7kLo1X { width:5.75rem;height:1.3125rem;top:30.3984375rem;left:12.5rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #FMAq3DmJHpqRWL3x5nKkmOzP62on775c { width:9rem;height:9rem;top:11.4248046875rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HHJe5TRtkmNqoxhBCkT1xZz0TSMXZJ31 { width:8.125rem;height:1.3125rem;top:30.3984375rem;left:1.9375rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp { display:block; }#JZJyGoy9NdhesD4bcJuamBKyOTbhvSFp > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Phb8FTDspN3PHbZ01uOotygGHV1MRpGF { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #bU9gBJl7iQ5XIRTAgsepWhVWU8J99SHQ { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #abklLmnupVZKWPTHZgv1JNvyqPv6JsEE { width:14.75rem;height:4.38574375rem;top:2.1875rem;left:1.875rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Sl7GlSiIbmhOGGJm6HIXrfH2oDW14dpG { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #F7xzvZcheWQR5CFhewKRF0Myksk49k6L { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #xyX0hIfopcDotzezrUfhIzxelSkMGGqL { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8rS2E3AGKsgsntd1WW2wOXHzUfg7yb { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLd5Bv93oCpaBpoe9e4bS75ivHxDDg1t { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAG9Zr3iboygBh4Ot8eixkZ4gITTIbs7 { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F5wT4HevaRmSbDnBOSvAgzTE1bMT281E { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #RIQAV93ZaSuSPWNMx6CU6Clt79JM8mb3 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #s9sklaNNdpmNAl4X8BSMSdAIK0zO3zmp { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LVh9dEeuUg5Cbe7wKuqS2NOWnfTkPQgD { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TeVMD7Hqyky6KIz779VCkyzqUG39WmaS { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KORgHunTbp2uwAIiEgCWmboOlxRK4ykg { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJGRU1QkDVeSzhWUNkqQ74vq5LGBXmUp { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #egUMacQuO3s4aLQKHZ6on63WpbmGW8WM { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lTu5qVDntaKE3ATOylrpnELPqFT2rwoS { width:5.3125rem;height:1.3125rem;top:30.39892578125rem;left:14.6875rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #VURcZcJURzyvAI6URD5thtbcHKhnFeRs { width:11.9375rem;height:11.875rem;top:8rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RQgupwJ4y5aa2SMlGryxHpo0cuAfaeiZ { width:7rem;height:1.3125rem;top:30.39892578125rem;left:4.3125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi { display:block; }#y4NNLwdZOxDbFIuLpN0B0qydN5R644Wi > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQC52Eq6lg7hHPXGV6TeK8QTcMqkAN1a { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #tG81fbvOOk2sVQ8slytLC6OPu5ZAiToZ { width:20rem;height:25.3125rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e98iP4pSaktD1I1zeHF6K1akm7TDAx99 { width:14.75rem;height:1.4619125rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #n8EPBwsPisRZHQwWmMhXcg7IBK9sfT2v { width:4.875rem;height:4.3999rem;top:28.9375rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #N67GOhWF2NHC6i7CEmt1bK53TKWNXsPb { width:3.8125rem;height:2.40625rem;top:29.5625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #RBE8TFXFpTxHV0vqM06qN7mGFq31MR4i { width:2.8125rem;height:1.0996125rem;top:31.875rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #GVLVIDHx1HGP9TTEtlo999Na8npTrgsU { width:10rem;height:3.3125rem;top:25.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #t36e7W460XVZS4wTbKR6hmma7OhnwJNE { width:8.75rem;height:1.923825rem;top:25.8125rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEtUPV7hXhCO6GAqO9FEqi7FS1SK4LEX { width:8.75rem;height:1.923825rem;top:25.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRaEqwmse7ZWNTPewWe8Q9NkmbtoN6ly { width:3.8125rem;height:2.40625rem;top:29.5625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #r5PTyyAwErMrsR2Zse7W9lVDAGg0lePm { width:2.8125rem;height:1.0996125rem;top:31.8125rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #yVQyp8e0ezF5w6f6TUUgFmpbgfhsek0u { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #nSAXtXrHu7ICsB2wyfT8fzaaTin8hAPJ { width:4.875rem;height:4.3999rem;top:29.0625rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #sqt8p9C89K34EbUMuJduxEIU830tPouq { width:10.0625rem;height:3.3125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBLsx46Gli5CZJexkRTmJNgmciapupx { width:10rem;height:10rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtiTpgNyI5n2i7Lx9hBdPWdE43qVJQc { width:10rem;height:10rem;top:25.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyc0gVbMskQJ6FFJIaiPMt5K66wel5Es { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VpIJ8VIR95vaoc9tObyBBpIk0pOPTGyv { width:5rem;height:1.3125rem;top:33.3369140625rem;left:3.84375rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #zuAeJ477XSnG13eXovwhcrL7VmZ7Xl6h { width:11.125rem;height:11.0625rem;top:6.0625rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ybKK9AvCoOGtrdh7xwRvbtBPAGBst38f { width:18rem;height:5.27831875rem;top:18.9150390625rem;left:1.25rem;font-size:0.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #g71gtFR68l29ZDcQbTZVG3DmwrnKwsHH { width:5.625rem;height:1.3125rem;top:33.3369140625rem;left:13.78125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #iooZHEUZIC5CUIV6GsTa2wXfzs52zMds { display:block; }#iooZHEUZIC5CUIV6GsTa2wXfzs52zMds > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us1msX5M3vNTUo9sL3Aw9XeeWhXHfU2s { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #QBP4zrwCK8FJ5pyf8EWl3IPnkZ2T6e9T { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KJnMk5bML1F0zQPT80HbgtIGAsE6cezM { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.25rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #WWUPtz9HJC0IgNKmiPkavlIUNLExuAzU { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #kwPDHD466LhccXbN9trJwazfdAmlWHKJ { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #sgldGNiymahkRKpxBwSqwvEIJRNtJJoI { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #NOPJBMQceiww6cH7C2HgwGa9KCnktqvk { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHV84FerBfUVLmRLLK9PyZXtKfGQ86Qf { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qM98Ln5ph0OTteiJ7JENiHf9t6hzR2ew { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gVqt1H9wDze4FMZB4Qu09Tt8gPhIas7k { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #TIznzmKGMFWFJFzTNP82Tm9vb4RPywI3 { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #VIOwloDu1obUw4kllTQCkO0a6DxAsKCA { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #CT0cTzS1tgtoNal65TcU1GC7QLZSGZSG { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #a6INdT5l0g9Xi1otDQMiMMzaT4ICSM5P { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiEOOlull4wrZcsvo8aN4TcUi76Ecmt5 { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UwRTRh73dtXFXCpbKUL1p80Tl6gBLH { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6fHuEisZD3evrlp2KVVhFZuD5g4pTq { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MNS2mXiFMpr72MGxP50MmzUSTwl9qZdC { width:4.9375rem;height:1.3125rem;top:30.3984375rem;left:4.25rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #RNFotmc4SQF0JKyHFEy9eL8LInmTkiVo { width:5.9375rem;height:11.875rem;top:9.193359375rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PWKvmD9ktQkLG4iQnTIJ1ovAsTrn1nQO { width:15.0625rem;height:1.3125rem;top:6.0859375rem;left:1.25rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #an9Hupir0pMcy0DEkuWecnSXmorci2Ig { width:5.875rem;height:11.875rem;top:7.375rem;left:9.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zXua9bg4yhUcIda5571TSDAnq2weIUW7 { width:4.5rem;height:1.3125rem;top:30.39892578125rem;left:13.9375rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p { display:block; }#VeTsGGWE128OB0r9JTUpMFXWuo0wnX8p > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBpofHTc1eZZfCadNRFabz2gx6vE0UCk { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #xQcevNuTHbemAOFW7celSOLga9HTSZdy { width:20rem;height:22.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bCuwvtiXv0s2am8fhri1TrTP8dWyFP0r { width:14.75rem;height:2.923825rem;top:2.1875rem;left:1.28125rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #dfqxlGPrF2Csa1abp6KPVrGnP3f8tkGb { width:4.875rem;height:4.3999rem;top:26rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #rrF9n2lckv3HesT64zF6IvDTnwzFbPls { width:3.8125rem;height:2.40625rem;top:26.625rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #UkLRSx8CC6bGpw3rFTadoA2huOpTLHTO { width:2.8125rem;height:1.0996125rem;top:28.9375rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #mXaVTWyJ5O6O1f3u5VHTaBSp0eTx6n6W { width:10rem;height:3.3125rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MdtXwTEOBzQEhuBtMlG9TdAAT3xAVs { width:8.75rem;height:1.923825rem;top:22.875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a98WpHB1VWQMkTl43siKAODmr7J4pzys { width:8.75rem;height:1.923825rem;top:22.875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6X7kWGfIUIHLWR2Z8h6rnTMrAzJucvO { width:3.8125rem;height:2.40625rem;top:26.625rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qn3UdPAwzmG3WeSJKaiZk7CpkmgDErgl { width:2.8125rem;height:1.0996125rem;top:28.875rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #idWUBtBJ4Tx7Pd7MDZ8yzk933k05a76m { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #sNOAOdGI9Rf6yD9VlOo6r0zVvdXeNl3u { width:4.875rem;height:4.3999rem;top:26.125rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #aVrZi7BDEx0hvVmhsWycwgM0MUaISIVW { width:10.0625rem;height:3.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hml27p0eIwxk0Lvo2wbErJmUTmn7aQB3 { width:10rem;height:10rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnfDvu3tyLUPL2tDsfPVTslASiq88ox { width:10rem;height:10rem;top:22.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSd2PAqBrgtrBiJl1UVkXARllrKMJz7 { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cJO6LRKfCo8eIsi05FZb8dJw5LqBWXFR { width:5.3125rem;height:1.3125rem;top:30.3984375rem;left:12.9375rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #vL78EmGZU8Sy2qlA1B8O5xVEknG7lguB { width:11.9375rem;height:11.9375rem;top:7.8125rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eAS6EToZ4KhCo6QyBrMKnXKC4QRGyqJP { width:4.25rem;height:1.3125rem;top:30.3984375rem;left:3rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ueO4ICwza9quxmXdd3UVNCNzxpR77uPw { display:block; }#ueO4ICwza9quxmXdd3UVNCNzxpR77uPw > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kikpNFpeCJ4iWSL4ETa9i2Da6A0oi2od { width:5.3125rem;height:2.19970625rem;top:8rem;left:13.9375rem;font-size:2rem;z-index:15067;color:#e52025;display:block; }
 }@media only screen and (max-width: 763px) { #lfSs80H0xdu4sZEF61igGwbfzBHk5emP { width:20rem;height:22.8125rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2qO0d7pWslknH4nnIUP1d3IbTibih3 { width:14.75rem;height:4.38574375rem;top:1.5625rem;left:1.28125rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #r2H5aDJLGZkhShIw0kTarvO7lTxoEhGe { width:4.875rem;height:4.3994125rem;top:26.625rem;left:10.125rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #OfUrF9r1E9PuD0sukTpTM9LtJnwMmziE { width:3.8125rem;height:2.40625rem;top:26.9375rem;left:15.625rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #uAT4eWcVVpHTJp8qn0e82vWPL3rcADw8 { width:2.8125rem;height:1.0996125rem;top:29.5625rem;left:15.375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #IGOB1JPeSgMH6hJquQh9pZAyel1EGxGF { width:10rem;height:3.3125rem;top:22.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfwUxbrcb8hTPzaU1JdTx3HlywCO7IOU { width:8.75rem;height:1.923825rem;top:23.5rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kPUBCgO9b0UVpwtVOKMG9wXTNcatNJUB { width:8.75rem;height:1.923825rem;top:23.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AzRK1FkVJbUPX8SFRq6nuuEErovr1X0l { width:3.8125rem;height:2.40625rem;top:27.25rem;left:5.4375rem;font-size:2.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #nxTds6tUnnkCnETzqmyvX3qWfQrcrmab { width:2.8125rem;height:1.0996125rem;top:29.5rem;left:5.3125rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #OU6OOw2W56UN8BRSrZmgw5muTuTiRC6R { width:5.0625rem;height:1.23730625rem;top:10.1875rem;left:14.9375rem;font-size:1.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #I7Bki1VLdIEHyzI4aWZvOah9NUURDTDb { width:4.875rem;height:4.3999rem;top:26.75rem;left:0rem;font-size:4rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #yNGugOPgnosaNthgWF0Bt9w9tg89eJpZ { width:10.0625rem;height:3.3125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFXJ5Ti222imQoQdNVDtsy4ibuA9fKZ { width:10rem;height:10rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbQfl2iN5M72bmT0m9qgQT2vNEuZQnWL { width:10rem;height:10rem;top:22.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbnaPtOd2AZQ6RWBV0TcEG8xLTx7To0h { width:7.125rem;height:7.4375rem;top:6.0625rem;left:12.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wclz1heG7EAbAyptqqu7TTnVbhq8xqTN { width:6.8125rem;height:1.3125rem;top:31.0234375rem;left:1.28125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #vFJvP7TEXuUHkRnG0i5nuFrE5tzWtqgQ { width:11.75rem;height:11.6875rem;top:9.57421875rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gLfqUUAJkIroLhfA45i3W6S1OVcfQcTK { width:15.0625rem;height:1.3125rem;top:6.75rem;left:1.125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #vd6eNw56OAfO2RF1yNStyMoRv5Eh5vRu { width:6.9375rem;height:1.3125rem;top:31.0234375rem;left:11.3125rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F { display:block; }#peExZ58nGJtwXdbGrnoW4AMoy8TkKN2F > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbMbWDJmZ5DAQi7lfzOFzn64R1HVgUln { width:20rem;height:4.72265625rem;top:1rem;left:0rem;font-size:1.125rem;z-index:15067;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #nlpBAbwZeu9I7M2PfTJU2wdWDrHk9pLF > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #JLyHU559yxJu4UKX3OSmaiuZGtIZMWpQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wTvwmPouv6z5MN0W5t57FNVEPq5s5mdt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #T2sTVwqZ1DU8oypV4sRwa0Hbmhg0AGwR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wqbDgpK0RuAHvvAzKOnkRGAJtqAFEJaH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5gSwEByqBToO4FaaiExlaEaWVClGAIE { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #c5gSwEByqBToO4FaaiExlaEaWVClGAIE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #aW6Mt2KRUPLywk1fDTixSHPFxxXdbut0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #QkrpfHBFTkkCAgoC8SheJidWstZqKg4Q > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #IwSaUnX3OpFo6Ttue9OsANolSfqw7Jh9 > .row .container { position:relative;display:block; } }