.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container { background-color: transparent; background-image: none; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container > .video-iframe-container { display: none; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row > .video-iframe-container { display: none; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .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); }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container { border-width: 0; border-radius: 0; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.625rem;left:70.9375rem; }
#vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:68.125rem; }
#vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#mhSEPQTf1yODvDmhNFTtebnKOPSFWLen { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.15625rem;left:55.5625rem;display:block; }
#xLEsETGgSNNrkOOympMVaUbRbKeyBndk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJlqETFraetFWScnODhhtTlmqo1n5hSE { position:relative;display:block; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE { background-color: transparent; background-image: none; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row .container > .video-iframe-container { display: none; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row > .video-iframe-container { display: none; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .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); }#TJlqETFraetFWScnODhhtTlmqo1n5hSE { border-width: 0; border-radius: 0; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .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; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;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; }#gqPlsZX98EoungQLf56g2sSxiTwdXqsR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#zWnw4tbdWn95XKE1GpqHgssEbHcrUnBn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:36rem;display:none; }
#VdQUNV7CkKhHoBEt7zeLyMTH1yLQQ4nV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfsqCTfHyOhc9hH2SC1ZCpo0Ofrf15Cf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:42.125rem;display:none; }
#hxgQU9TWPTsJFwDkIy3x4ez4dQ4T8Dz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0gwOrUVAJdJ7tBzFS0h7Oi1HbhetU8K { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.5625rem;left:55.09375rem;display:block; }
#a2fgkXyIhZIrwk6uAhQSgurmVqu6MfBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzLPL0AE7uwt1e3uZRPeco0NGUbLFUUi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:4.0625rem;display:block; }
#xeHCQ0Xi6Kcx6EMOPaCatIXqztBHKn6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csG1UlW1ImDHpLIbTPAzs408ENkfuN7b { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:66.59375rem;display:block; }
#cF2oqnI8cpnkZCko0QVHhoim8tHXSlTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCVyxTmBOv8BwzV1z8p9sMWMPTkL6UNR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:41.5rem;display:block; }
#PcJP0vDVWQ2JUqs8u6rlfuvimAL2fo61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AA9xLncL5JnQbqoTaoETTkLl6WvMdcPt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:17.6875rem;display:block; }
#GVfDx7efpfC5apIGzs0pf0pdCZzV86DZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwakxQTROq4iAd3qTAqwVPslPuGNIOMv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.6875rem;left:31.59375rem;display:block; }
#ZVVB33SvXmqh6r38dIULBfhNzLDugw4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { background-color: transparent; background-image: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container > .video-iframe-container { display: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container { display: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .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); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { border-width: 0; border-radius: 0; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#AToX5TkcubBQ7eT7yhqS8v9vZQnzXFc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:0.875rem;left:0rem;height:10.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b93fe485-51e0-4803-af7b-a13b2c0884d8/CHR3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.adaptive-delivery-prevent-bg, #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.lazyload, #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.lazyloading { background-image: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { background-color: transparent; background-image: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container > .video-iframe-container { display: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container { display: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .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); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { border-width: 0; border-radius: 0; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#ay4666cZtcRwfMpsSBr1JvP74UCTTHz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.9);top:0.90625rem;left:0.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wHEeDzHIiKdBxeQmJK7OuwKIwPKodLOM { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.9);top:6.34375rem;left:0.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-form-header {  }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#e1e8e8;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),0.53);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3001f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6rem;margin-bottom:0.25rem;margin-left:6rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:7rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:18rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container:first-of-type{padding-top:0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container:last-of-type{padding-bottom:0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.4375rem;top:4.9624938964844rem;z-index:15016;position:absolute; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t {display:block;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.4375rem;top:4.9624938964844rem;z-index:15016;position:absolute; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #i9A1XIdHT6BXx4SVzEGyv76wqd2rw8Sy { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #r8g9GCtpnUXBCVrmMTiEClVO4nHqTDEe { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xdOykND9CLFRd4uFN2WFAAT3cd0TkJK8 { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #BiDTqzFuBxTkTEunAkSQPlrNJuS3ZRIt { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aKaCctK35JdrlGdn8BpOq8WALOv5RAMO { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ENMSuncTs3uMNGnlcghkpm2xn2kQS2x5 { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #A5STXOnNB5o22ZUBz86AoJz5TFXy3idC { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #wz2O5AE2esGenxf8mVvTFvzbpLWGSI2c { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #CrUt2ws2z7JPUS0xD3t3v0mz9cHRoFN1 { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #uPqMNAfRWVtoONTRtCy1NWbXFPpvQcXI { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #z2dD8wbGyLUxLRauTINhGW5s5tEHX7eG { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aAGldyTd4QT418JzxN2dAOqTL2n7glNW { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HkbHtwy2lCdzL2U6kRm8scWIc1lkf6zp { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HPZxP25nA025rJAsftv6VEpgK55XVgTo { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #soIsq7o6vKvUe9HXHmh2Th9PLvZUDqwq { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #nTXLreNUdhVLvqOxucTU6vtBvnlAP6Xt { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ehtZvXIaByCRHGihMxodAo4nqgE1W02s { position:relative;display:none; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xcSsldU65asDN0TlU7BuRXfMVc087PdX { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ecLPk8UFWfaxfLvKTXcNoTIc0Xopk7Kd { position:relative;display:block;z-index:15000; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #SmLrpOx6maq2OwODwTiT0g4h7xoEXKzf { position:relative;display:block;z-index:15000; }
#BuLBBlahVohWlbACK659sJ3TcyKRPxuJ { position:relative;display:block;z-index:100000;display:block; }
#FdwcR0d6Pc20g2CnOVw9TOTUHZ6iCmPD { position:relative;display:block;z-index:100000;display:block; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ZM6zFXhOaVdac4lhmn6T8wTgZceyLc2r { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #hGQgPnT1XHeKsyx95zP7HF1EcUs3F2g9 { position:relative;z-index:2; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #GlQcZQuJTWB8QXPH8z0uvXBv7IAg4W2K { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #vnMDkKkHkRwSfUVZkOko3WD2zaQs6oDd { position:relative; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #DghFQt4UzNCViUvtqm4wl3lTNBogRA91 { position:relative; }
#nFS8set9mdDTZUnuZmO5RW47GEzdJuNT { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.6750001907349rem;left:57.21875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSiOu4hwJAk6goMfKyTTxZo0592Vz3S5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.03125rem;left:59.90625rem;display:block; }
#yuSn9Do4yr9xgDT8fGVRHas1aLX5IMPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clReg8IRpzxT2iUzWNt4fu6pVkCSo6yX { position:absolute;display:block;z-index:15011;background-color:rgba(40,40,48,0.59);background-image:none;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:45.375rem;width:21.5rem;top:0rem;left:53.432292938233rem;display:block; }
#tRidHbS2VCV9KRKMZXQOfVnv44P9FndX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:39.631248474121rem;left:0rem;display:none; }
#XRr6qkc33pDma5FNfsLXObt0g2bvJ2Af { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFVuLTTZdOJOrgb2EMVr2PPvk0FVN27H { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:39.631248474121rem;left:0rem;display:none; }
#EOkbhgL2ZCev2ETOiwdC1coBOVARU7dr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODzrSCCJuhOCgIuSOlBNlAtqS5TurW50 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NdkEBsvmVhxwVek6o5TDOJ5inSrcvcxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot { position:relative;display:block; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot { background-color: transparent; background-image: none; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row .container > .video-iframe-container { display: none; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row > .video-iframe-container { display: none; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .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); }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot { border-width: 0; border-radius: 0; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .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; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;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; }#wiv3DpNJlR8xigpcHCHbeVUkfsbr9PZE { color:rgba(var(--color-tertiary-4),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:1.65625rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR { position:relative;display:block; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR { background-color: transparent; background-image: none; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row .container > .video-iframe-container { display: none; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row > .video-iframe-container { display: none; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .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); }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR { border-width: 0; border-radius: 0; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .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; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iZWyDrAi3JMlHmOXgds614kzhoJA1a7G { background-color:#e3001f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.03125rem;left:53.125rem;display:block; }
#dG7yXlpz94c0Jb9qb5RHdI0qhM4Z5SmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pu1z40FFT0HdgUKSywamEoDfTq1G1dCX { background-color:#e3001f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.03125rem;left:3.125rem;display:block; }
#aUsUI8eUtpBOfIFKXaUOJm87MstGkOl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTg1RodTuI7ywcJcB5T2XkpolTST2OJV { background-color:#e3001f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.03125rem;left:28.125rem;display:block; }
#oPNOobdWlM6JB6AcHbcotmaDKJp00vRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container { background-color: transparent; background-image: none; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container > .video-iframe-container { display: none; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row > .video-iframe-container { display: none; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .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); }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container { border-width: 0; border-radius: 0; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#uM4HR25eU37X2v8IyoQUJAlTr2fEQ8iI { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.0250015258789rem;left:20.125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM { position:relative;display:block; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM { background-color: transparent; background-image: none; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row .container > .video-iframe-container { display: none; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row > .video-iframe-container { display: none; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .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); }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM { border-width: 0; border-radius: 0; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .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; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#O4iDJhi6olu7N1Hzix4i6a6kW0B2CynJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gvZxPpf5NDgQuzDwUiNHDHosa0qVPWrE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.456250190735rem;left:41.75rem;height:10.4rem;text-align:justify;text-align-last:initial;display:block; }
#rrAq2mMsEEhTpKPJhPtQv2LJAOkTJBo9 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container { background-color: transparent; background-image: none; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container > .video-iframe-container { display: none; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row > .video-iframe-container { display: none; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .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); }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container { border-width: 0; border-radius: 0; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#NzhbgNKi6T7yvxSfN6H2ySzJQ6AIUJoR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.80624961853rem;left:3.4375rem;height:11.7rem;text-align:justify;text-align-last:initial;display:block; }
#GX9ovgg5UxyJAzkOim80Qh4zOup8HAWS { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#MZBF9w8mxDgGniGCmNQzkZfagII4Xeld { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:6.1875rem;left:0.9375rem;display:none; }
#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI { position:relative;display:block; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI { background-color: transparent; background-image: none; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row .container > .video-iframe-container { display: none; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row > .video-iframe-container { display: none; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .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); }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI { border-width: 0; border-radius: 0; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .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; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#sQsP1uE6A54tPEAWpv1rhlsqMWn97ptJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oTMTNT0b3K0qO0sOOTrkF1OiO8hNBQu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9500007629394rem;left:41.75rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#HtCHTCtGnDFTtEszJw9iHfRBqTZ42Xub { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container { background-color: transparent; background-image: none; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container > .video-iframe-container { display: none; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row > .video-iframe-container { display: none; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .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); }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container { border-width: 0; border-radius: 0; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#QrlVq55TqIiiuo40WCxawQwwyZOnSanG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.15625rem;left:3.5rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
#uHKTwENbQ3oi6nJgay5VNe5SZB437dHR { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#rlFwuVllg9G580l7TKqxxsMvyFaWgJhG { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:5.1875rem;left:1rem;display:none; }
#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM { position:relative;display:block; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM { background-color: transparent; background-image: none; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row .container > .video-iframe-container { display: none; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row > .video-iframe-container { display: none; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .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); }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM { border-width: 0; border-radius: 0; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .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; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#n1J5UQURHDqHbQn9ENIweMSQbgHsIIFr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#I4UR6R2nNU6klKFGbdD3Pt8lbWlMl6Q8 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.106250762939rem;left:41.75rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#GyPmkSZBb0usWMgk0qnzF6B5oIAyNRsf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container { background-color: transparent; background-image: none; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container > .video-iframe-container { display: none; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row > .video-iframe-container { display: none; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .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); }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container { border-width: 0; border-radius: 0; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#LANkdPETxuC7ZmRQgLqbE3cQ7xZCT3nG { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.1875rem;display:block; }
#Ee3IWTkPXqJ0EnUwfhBzaVTOFZo6G3UJ { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.125rem;display:block; }
#Q2cVxK9cMQ12qOXq7AwLnqToTQGgRTTw { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.125rem;display:block; }
#SKBUCLiTAy9ckbz4D1xdbmawwdm4VuKm { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.125rem;display:block; }
#azOLEd03VKETHu7rZTO2Ut86R4LAP7ye { position:absolute;display:block;z-index:15006;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:39.125rem;display:block; }
#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw { position:relative;display:block; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw { background-color: transparent; background-image: none; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row .container > .video-iframe-container { display: none; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row > .video-iframe-container { display: none; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .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); }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw { border-width: 0; border-radius: 0; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .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; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#FTVzT2kDQcaJPNxe0OacoeQqXUXOcAtO { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.125rem;left:6.25rem;display:block; }
#oF0OgGTRacJESXqwB4A2oGi80iJIrzeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKxhocoWpHO9R5M994SB2ozkcZn7J3MF { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.125rem;left:43.75rem;display:block; }
#CUl4QXA2iNWt4hFn0ocV24G9a0q7xpdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container { background-color: transparent; background-image: none; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container > .video-iframe-container { display: none; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row > .video-iframe-container { display: none; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .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); }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container { border-width: 0; border-radius: 0; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#xeJCSyoTh0Iqi8wfr97FIMVOIlncRtDH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.5rem;width:36.5625rem;top:0rem;left:15.5625rem;overflow:hidden;display:block; }
#g8XQld1gFup3L9p6V2W4iFCocCeVVWvB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:20.5rem;top:18.125rem;left:54.536956521739rem;overflow:hidden;display:block; }
#bE0KQEz5qXLcdatDFPxQwqBqbwbmZKbm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:17.5625rem;top:20.5625rem;left:15.5625rem;overflow:hidden;display:block; }
#iGKzVWHlaFPCVybXeLVTVb52AVCqtAUT { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13rem;top:11.78125rem;left:0rem;overflow:hidden;display:block; }
#drJhTV2fI2lT95Pg2nTiFTUgx4CuWhOQ { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cUtmFVk82fQtgNuLuDFhcW9WA2Zd2fVu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:20.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
#sOxTfNc04STKze16EGbW1ptSC6lZlLzZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:17.5625rem;top:20.5625rem;left:34.5625rem;overflow:hidden;display:block; }
#EyqrrSswc4zWpMK9adtZhFcTIWLIQJnG { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.6875rem;width:13rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container { background-color: transparent; background-image: none; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container > .video-iframe-container { display: none; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row > .video-iframe-container { display: none; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .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); }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container { border-width: 0; border-radius: 0; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#fo1o5e9O4xtlMWJlelXrhabBO42mWBzl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.0249996185302rem;left:23.96875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container { background-color: transparent; background-image: none; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container > .video-iframe-container { display: none; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row > .video-iframe-container { display: none; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .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); }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container { border-width: 0; border-radius: 0; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#VqwFmJ9Ak89cZE0bFelhsrkFMgmIee9S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#esFhnaKdEdOrdTLrU46d0tPLAGQ2MJvu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.75rem;height:10.4rem;text-align:justify;text-align-last:initial;display:block; }
#p2bVindMMrIBpziKLABBl8TSf1oIdJp6 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container { background-color: transparent; background-image: none; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container > .video-iframe-container { display: none; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row > .video-iframe-container { display: none; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .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); }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container { border-width: 0; border-radius: 0; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#bF4UU2OqbN8l5kNyiwIbQsU1JwKeQfTV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.4375rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#qN9QGr1Bl9T5iNcRk2wa2Uy9WTyNx8n7 { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#enH8RIJXegV3ziM2uZrBJglteIb3EovR { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:5.1875rem;left:1rem;display:none; }
#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container { background-color: transparent; background-image: none; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container > .video-iframe-container { display: none; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row > .video-iframe-container { display: none; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .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); }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container { border-width: 0; border-radius: 0; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#dlhxlXwoBVMQRG8ZXTDDXXCeSM4UTwmm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29.125rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NJbG8t0LWfoQ9uMHiTTSEC15NmZVheZT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:41.875rem;height:11.7rem;text-align:justify;text-align-last:initial;display:block; }
#XPHUT4l7rPa7xTfLXd6OkP7OgfDocTqG { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.125rem;top:6.25rem;left:34.375rem;display:none; }
#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container { background-color: transparent; background-image: none; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container > .video-iframe-container { display: none; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row > .video-iframe-container { display: none; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .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); }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container { border-width: 0; border-radius: 0; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#TbsdDbTyvp8inrcI5VVrLBOXBQx69lZo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29.125rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#o23z6eMPWUuvRTd2Ne2kl8WcKyWhigpp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.875rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#ooiQQ3ngRgaxOXX9oUZUlHy6oybqn9E2 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.3125rem;top:6.3125rem;left:1.375rem;display:none; }
#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container { background-color: transparent; background-image: none; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container > .video-iframe-container { display: none; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row > .video-iframe-container { display: none; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .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); }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container { border-width: 0; border-radius: 0; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#f4P3Z4tMWru55bBBgZ4IVndZSGAMRmpW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#v1LCWrNmOUTEksCGZvs4wDAoWOEtE21R { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:42.25rem;height:11.7rem;text-align:justify;text-align-last:initial;display:block; }
#X86coupNvG215f2ebsCvHapT1hH8KznK { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.25rem;top:5.25rem;left:34.25rem;display:none; }
#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container { background-color: transparent; background-image: none; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container > .video-iframe-container { display: none; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row > .video-iframe-container { display: none; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .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); }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container { border-width: 0; border-radius: 0; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#IHITHsKXdTxmxPpXlMcIbdVv6uPaZxcO { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.1875rem;display:block; }
#PGMa7KlMSZ73ETVutEzI0015WuhgZiew { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.125rem;display:block; }
#rsFB3cFwSB2C4IkF8wzorWlzMLDbw1gi { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.125rem;display:block; }
#SiN8cyEzbnTIEMrw3nN5q3cQdzx8Sw81 { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.125rem;display:block; }
#xiS96eHcWhtd6qdGqcx5AogV14736lPX { position:absolute;display:block;z-index:15006;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:39.125rem;display:block; }
#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container { background-color: transparent; background-image: none; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container > .video-iframe-container { display: none; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row > .video-iframe-container { display: none; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .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); }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container { border-width: 0; border-radius: 0; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#yrWq2MUefeWw5Ug01ccl6NFQxGhS73S4 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.125rem;left:6.25rem;display:block; }
#lLL9hNFm8GsTx59RbPIOpzc3vqVB6JEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlZT6cTnAKOHWHAfQsmGiv2NytAEkQ06 { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.125rem;left:43.75rem;display:block; }
#ACuSQaylVtOO8CrZNBH3GZEvA9Hbl5bb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container { background-color: transparent; background-image: none; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container > .video-iframe-container { display: none; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row > .video-iframe-container { display: none; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .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); }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container { border-width: 0; border-radius: 0; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#WXwy0KSX81II3OAmiReZavKuenkFXP4e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.5rem;width:36.625rem;top:0rem;left:15.5625rem;overflow:hidden;display:block; }
#KgSWVAAsiF0kQ7GuSm4ciWUxOqkLl3B8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:20.3125rem;top:18.125rem;left:54.536956521739rem;overflow:hidden;display:block; }
#L7xeqnXiQ7yDJkuAOVgtm66KphVqzyS0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:17.5625rem;top:20.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#Jxb9g7LCEpBnTHrk1tvfsf6Zo48giX0U { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13.125rem;top:11.59375rem;left:0rem;overflow:hidden;display:block; }
#OASN2VgEgtSmRVwlLMgvQzwwRMdXpWMn { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.8125rem;width:13.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BWvlc0xzluwxeTX4mT5549a68MNge8Lf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.375rem;width:20.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
#JT7kNy2RUTnO7k65NQm4ttQ7KUXdHvJ3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:17.5625rem;top:20.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#VHdGH7XKRCwvRLTDG6MgFst3lTandLNw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.875rem;width:13.1875rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container { background-color: transparent; background-image: none; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container > .video-iframe-container { display: none; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row > .video-iframe-container { display: none; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .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); }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container { border-width: 0; border-radius: 0; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#KOIfEZ0Ug3qzcmiZiw6V19F7IVhw8OdA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.0250015258789rem;left:20.125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM { position:relative;display:block; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM { background-color: transparent; background-image: none; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row .container > .video-iframe-container { display: none; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row > .video-iframe-container { display: none; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .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); }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM { border-width: 0; border-radius: 0; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .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; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#bDcTwhxCMaw8kgby8IgIuBOJGIS3wUZ0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rglLvG0Sn58u1u2Ral640G1Kxek4qD9X { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.75rem;height:10.4rem;text-align:justify;text-align-last:initial;display:block; }
#iqzDuzW0C4LoWVJ8xEOQ7KE2FkXVoXFy { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container { background-color: transparent; background-image: none; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container > .video-iframe-container { display: none; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row > .video-iframe-container { display: none; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .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); }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container { border-width: 0; border-radius: 0; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#wTx7DZOWpvOlbdnzgDfvfd66TX4ftwkS { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.4375rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#RdAlfldvQlHeBbI4SxTtnPXGKDck7JUH { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#G8wvTVKFBvrePukwU6xARxkdAZwRCDTT { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:5.1875rem;left:1rem;display:none; }
#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ { position:relative;display:block; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ { background-color: transparent; background-image: none; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row .container > .video-iframe-container { display: none; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row > .video-iframe-container { display: none; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .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); }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ { border-width: 0; border-radius: 0; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .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; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#Pv1yL3c05Uzb9VG47B5dKOEAFWGwpR4Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W5naHbRTepmOVDrXtVT6qzGn31NVAIMM { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75625038147rem;left:41.8125rem;height:7.8rem;text-align:justify;text-align-last:initial;display:block; }
#aScARE3BwpTAhkW2JZCnlTNbkAQ1L6Rd { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container { background-color: transparent; background-image: none; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container > .video-iframe-container { display: none; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row > .video-iframe-container { display: none; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .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); }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container { border-width: 0; border-radius: 0; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#eLTHsatax8F9H7QHknXMcAlpyzEiazsc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.4375rem;height:10.4rem;text-align:justify;text-align-last:initial;display:block; }
#o30sCmv5lTH9P89tIXvboORZo2WX8DbG { position:absolute;display:block;z-index:15002;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#Wbypf3l7Pd5ik08bUcCiFRgWXRpDHZJx { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:5.1875rem;left:1rem;display:none; }
#LwHywMC69RsJTopqwWaIkwhlkrlMy860 { position:relative;display:block; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 { background-color: transparent; background-image: none; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row .container > .video-iframe-container { display: none; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row > .video-iframe-container { display: none; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .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); }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 { border-width: 0; border-radius: 0; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .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; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#oISeVS7NkPCtSiefOTcJFKAvRFyNNWnl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A6e6G31I9GozVc1GCFifw4O5iPR3uD8d { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.106250762939rem;left:41.8125rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#MGZEKCxtJtXuyz69pSBVTP2sTe1RMNdg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:none; }
#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container { background-color: transparent; background-image: none; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container > .video-iframe-container { display: none; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row > .video-iframe-container { display: none; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .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); }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container { border-width: 0; border-radius: 0; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#XPbc8EtMuTzmdTsJrpN7km2FP4Fpxe9n { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.1875rem;display:block; }
#SSNqiF9kgIMsU8JPZTwyqJ85QVmud4II { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.125rem;display:block; }
#NTN5IHl2IWXHRXKoVrGOyxCZZGAPrkym { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.125rem;display:block; }
#Jgnan8KKTNIhPA4IpiEHQFxQUQpPJTIs { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.125rem;display:block; }
#G3yx9FMG0i9Fd3SMB04uPerTCfdREozX { position:absolute;display:block;z-index:15006;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:39.125rem;display:block; }
#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container { background-color: transparent; background-image: none; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container > .video-iframe-container { display: none; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row > .video-iframe-container { display: none; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .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); }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container { border-width: 0; border-radius: 0; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#i8p1xoTNR8GwZFcMImzV0CUsea3WCEKo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.5rem;width:36.625rem;top:0rem;left:15.5625rem;overflow:hidden;display:block; }
#IUtKLlMFcQRCcnzR0iUH6lyJRkPUlrzC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:20.5rem;top:18.125rem;left:54.536956521739rem;overflow:hidden;display:block; }
#ccM1iGLSOLr23fV2NGpQgE72vRSVfl5O { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:17.5625rem;top:20.4375rem;left:15.5625rem;overflow:hidden;display:block; }
#EbpumTEGiuixwFz8cVWnM1BNG8VUWsWc { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13.125rem;top:11.59375rem;left:0rem;overflow:hidden;display:block; }
#T7RDRTsGqxSXhNOfis2kTx3MkbiaQq6o { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TibOeKIn3LxxWi7KcOIyLr0ydHTAOz2l { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:20.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
#dotpfSvTfH8XBTiz1sD0Ewt5TF2TwxSc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:17.5625rem;top:20.4375rem;left:34.5625rem;overflow:hidden;display:block; }
#uf6Kk4nhvouhe0GNdrWnyMwlX4qZJaCv { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13.125rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk { position:relative;display:block; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk { background-color: transparent; background-image: none; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row .container > .video-iframe-container { display: none; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row > .video-iframe-container { display: none; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .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); }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk { border-width: 0; border-radius: 0; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .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; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zFNk3bEHnypdKKab59F8u8QqsX5z3qrT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.6187496185302rem;left:0rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5dcb751-f64b-45cd-88d4-5427553c0852/CSUV0001a_25_LargeLandscape.crop_2412x1800_0,0.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.adaptive-delivery-prevent-bg, #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.lazyload, #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.lazyloading { background-image: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { background-color: transparent; background-image: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container > .video-iframe-container { display: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row > .video-iframe-container { display: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .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); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { border-width: 0; border-radius: 0; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#VgnWDV9hsB7ndQoGrs7wpiAuhrekUmU9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.081249237061rem;left:57.21875rem;display:block; }
#UWUbcbl6B99cRzGC4AXL7sMeq1WFSeDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlWxDqI5f7Ll8aiP7azVt1hBqLmLA2o5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.375rem;left:1.4375rem;height:3.0875rem;display:block; }
#a3gOxGpyXNlXeWUKtKwBW1x8cvZNPMvI { position:absolute;display:block;z-index:15008;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:23.375rem;top:3rem;left:0rem;display:block; }
#Jend0NTvpxBOQdy4scfwaP1GzdfcZNnw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.4375rem;left:1.4375rem;display:block; }
#hJ6rHGX1kwL6csI1pigT89789bAbDtgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTOZPy5rr3GcihsOAHcNvNZE7Z3KtbA2 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:8.6875rem;left:1.4375rem;display:block; }
#tvZy34T0x0DRt9DUmeyKdrnDATv8T4at { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:8.8125rem;left:1.5625rem;display:block; }
#pM3V1Q5217HQt1zE643PT4T5Jgq77pAC { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:11.1875rem;left:1.4375rem;display:block; }
#UK3BeuoJ0durJ2rxHAuDDstMWBxNqLIu { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:11.3125rem;left:1.5625rem;display:block; }
#xxEKJGlABkrO0yQQ2oAmoKdP6QFAT5vp { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.4375rem;left:0rem;display:block; }
#K4z0o9UohRwCC97Uw55CXxxCcxFphbMq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:11.75rem;left:4.625rem;display:block; }
#QuIpS8mRoTOlhteAxTocIUHtMJB0fy8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAko9nyg7LhtJRowK2xvEGkomQ42gRNE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:9.1875rem;left:4.25rem;display:block; }
#XCySO7UAo38MSrUGVmZsPlDrTmadyqHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZAR7T9UOHcgmMEKB7vgEparw4ckmEWd { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#w3qu70fTxkEV5BoN8ez5Ph1g5bEIFyNv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.75rem;left:56.28125rem;display:block; }
#fccktW7yDF3QuNM0vQLlQsDdlATBPVtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOeobd5IFHgqzhah1uo1QG2kOPG0GfwE { position:absolute;display:block;z-index:15016;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:23.375rem;top:3rem;left:24.8125rem;display:block; }
#oZsUs14kW3Z93W37n4EGVL3ZVy4AdTdr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:4.375rem;left:26.28125rem;height:3.0875rem;display:block; }
#T5WMQmmN2oiJvpg0z6HXAm3n4n8Bm6kG { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:8.9375rem;left:26.625rem;display:block; }
#fVvdJziDp4HTb0TXAXfo0hSMEJxuE7xF { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.0625rem;left:26.75rem;display:block; }
#uw7cDPK2BGTmPmiln3ettUCBLydAz54v { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:1.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:9.4375rem;left:29.4375rem;display:block; }
#TNK42rBIVJnkSGBDVkl7p1s7AiNEPex4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTTmRcvcTGJxVPKplN9Jw8klZL5DCKoF { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:11.4375rem;left:26.625rem;display:block; }
#gZaUmvObxoGJnJRrKImw7J7gXsVsk231 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:11.5625rem;left:26.75rem;display:block; }
#mcqOkqwl2AOSxxVvK4Td4DJQ4oM8vQ0w { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:11.9375rem;left:29.8125rem;display:block; }
#C3sOgeUtBAo2fikUvJ3JE02SZ1hbf3xe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLLTGKXHXaGAeH1l6S1Dpaus4hJZyhq6 { position:absolute;display:block;z-index:15037;height:14.9375rem;width:23.375rem;top:19.4375rem;left:24.8125rem;display:block; }
#OXLLXOquGigtFTG6r6cTaiF3npPetTXw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.4375rem;left:26.625rem;display:block; }
#IzPx4bm9wJ0NWswaQ7bLcnV8Z94sVFk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJue4cMIFT4GTVowH7pFU5LwHexc16XT { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-form-header {  }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2;overflow:hidden; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),0.53);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3001f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.4375rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container:first-of-type{padding-top:0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container:last-of-type{padding-bottom:0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.6875rem;top:3.0625rem;z-index:15017;position:absolute; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:2.4;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 {display:block;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.6875rem;top:3.0625rem;z-index:15017;position:absolute; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #fZdGI5STqrMrGqD4G9TyePmNq20WFMeR { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #wW7XiOfuv1zlpoBRDObxzPZ6I3CepJCN { position:relative;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #rsdTlpaPoxqSIPArshLgEOqTPizPoVXB { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #hfW8TpMzzpfEEGe3B3fefdUuRsBCb1Pb { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #SVKtPPQcWFPh90D26blCTB0AThgACcTy { position:relative;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #icwcER6JFGL5DePaIxrCDTe9rbSUfFZn { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #T074p4EcMt2C1DcznZfVu0tKgTLGdLfR { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CTw0CTMmyDaUJA7P6VzfTpVZsl08VR27 { position:relative;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #gsbEzIdXXRJDim7yixUPBiGzgP6kFM1G { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #q8z6VcO9yuz8VUnQecDzJM4TZUxRvkzh { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #HN0f7UzkESyK6XKX6Te7oPnI5FWVgEfk { position:relative;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #nGWf5GnL4eiQVfTctTlNan9IhL24Comb { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CSgyb891ffXlxCIuhoBze24zsv76nN0f { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #yKJa7uMQIv7dL7ChMmTyUxM80WZs3JKP { position:relative;display:none; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #x6n7AR4ThGMQr6g2QZ7nHTwvemkInG69 { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #tG6IyzoOwqWhsJBCu6CmTBmmGHmHlKx3 { position:relative;display:block;z-index:15000; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #c9PLubPSR3aBpNZlPCfDCcbT8mlvs6iu { position:relative;display:block;z-index:15000; }
#WTIUvNzLDPTLgVPaMzBdKA9fi71pP4fq { position:relative;display:block;z-index:100000;display:block; }
#SU67NPIFFVpIG3bAWZwodOi1vRW7TbbX { position:relative;display:block;z-index:100000;display:block; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #mfIg3PicUso3OOk41TXEMOTmthHGUEcX { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #qcJpRLh0rwOSnCJ0WzqZEVms7CV90o6B { position:relative;z-index:2; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #TRUMCKEcAiQ0GXyC5zcGWvz1LruIPB3m { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #g60ZGpgyuXaeiHLPK5Teb7duW4EplcdZ { position:relative; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #OQfOXLTJZLkTqL2rkMciP5cVtBEmOd66 { position:relative; }
#aTz0ZBS7BoLvyn6MPTKMogsL9VmIhEQT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),0.52);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:20.3125rem;top:0rem;left:52.46875rem;display:block; }
#KiL4EKkDpaeMzA0ZqZu0w73gkmo2iKzz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:1.5187492370606rem;left:54.9375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS { position:relative;display:block; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS { background-color: transparent; background-image: none; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row .container > .video-iframe-container { display: none; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row > .video-iframe-container { display: none; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .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); }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS { border-width: 0; border-radius: 0; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .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; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#gfO6NWzHnA0S6r6wW5wis3ZBxn9riQtB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:56rem;display:block; }
#JWK311ugOwA9DymKlhR5wyWJsDZsd1Uq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Izs5cwqDFNQ0fmvZE12auNtQzzf53Fdg { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8125rem;left:64.625rem;display:block; }
#y8OFfERHUSPMELcMDWLVgN16LsGFBMkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FuuM7LNlv07oXmg7xRnbS0mfopQTFRtf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL { position:relative;display:block; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL { background-color: transparent; background-image: none; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row .container > .video-iframe-container { display: none; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row > .video-iframe-container { display: none; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .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); }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL { border-width: 0; border-radius: 0; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .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; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P48yGAV1kD4Rwpv1GxzSxG75FK4E7sUS { color:rgba(var(--color-tertiary-4),1);display:block;width:67.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.625rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz { display:block; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #mhSEPQTf1yODvDmhNFTtebnKOPSFWLen { width:11.375rem;height:2.5rem;top:0.125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLEsETGgSNNrkOOympMVaUbRbKeyBndk { display:block; }
 }@media only screen and (max-width: 763px) { #TJlqETFraetFWScnODhhtTlmqo1n5hSE { display:block; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqPlsZX98EoungQLf56g2sSxiTwdXqsR { top:0.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWnw4tbdWn95XKE1GpqHgssEbHcrUnBn { width:7.25rem;height:2.8125rem;top:0.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdQUNV7CkKhHoBEt7zeLyMTH1yLQQ4nV { display:block; }
 }@media only screen and (max-width: 763px) { #kfsqCTfHyOhc9hH2SC1ZCpo0Ofrf15Cf { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxgQU9TWPTsJFwDkIy3x4ez4dQ4T8Dz8 { display:block; }
 }@media only screen and (max-width: 763px) { #e0gwOrUVAJdJ7tBzFS0h7Oi1HbhetU8K { width:11.6875rem;height:3.0625rem;top:0.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fgkXyIhZIrwk6uAhQSgurmVqu6MfBC { display:block; }
 }@media only screen and (max-width: 763px) { #JzLPL0AE7uwt1e3uZRPeco0NGUbLFUUi { width:12rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeHCQ0Xi6Kcx6EMOPaCatIXqztBHKn6m { display:block; }
 }@media only screen and (max-width: 763px) { #csG1UlW1ImDHpLIbTPAzs408ENkfuN7b { width:7.25rem;height:2.8125rem;top:0.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF2oqnI8cpnkZCko0QVHhoim8tHXSlTD { display:block; }
 }@media only screen and (max-width: 763px) { #dCVyxTmBOv8BwzV1z8p9sMWMPTkL6UNR { width:12.5rem;height:2.8125rem;top:0.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJP0vDVWQ2JUqs8u6rlfuvimAL2fo61 { display:block; }
 }@media only screen and (max-width: 763px) { #AA9xLncL5JnQbqoTaoETTkLl6WvMdcPt { width:12rem;height:2.8125rem;top:0.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVfDx7efpfC5apIGzs0pf0pdCZzV86DZ { display:block; }
 }@media only screen and (max-width: 763px) { #CwakxQTROq4iAd3qTAqwVPslPuGNIOMv { width:7.75rem;height:2.8125rem;top:0.6875rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVB33SvXmqh6r38dIULBfhNzLDugw4I { display:block; }
 }@media only screen and (max-width: 763px) { #Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa { display:block; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AToX5TkcubBQ7eT7yhqS8v9vZQnzXFc2 { top:0.875rem;left:0rem;width:47.75rem;height:10.875rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT { display:block; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay4666cZtcRwfMpsSBr1JvP74UCTTHz9 { top:0.875rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEeDzHIiKdBxeQmJK7OuwKIwPKodLOM { top:6.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t {display:block;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #i9A1XIdHT6BXx4SVzEGyv76wqd2rw8Sy {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #r8g9GCtpnUXBCVrmMTiEClVO4nHqTDEe { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xdOykND9CLFRd4uFN2WFAAT3cd0TkJK8 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #BiDTqzFuBxTkTEunAkSQPlrNJuS3ZRIt {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aKaCctK35JdrlGdn8BpOq8WALOv5RAMO { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ENMSuncTs3uMNGnlcghkpm2xn2kQS2x5 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #A5STXOnNB5o22ZUBz86AoJz5TFXy3idC {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #wz2O5AE2esGenxf8mVvTFvzbpLWGSI2c { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #CrUt2ws2z7JPUS0xD3t3v0mz9cHRoFN1 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #uPqMNAfRWVtoONTRtCy1NWbXFPpvQcXI {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #z2dD8wbGyLUxLRauTINhGW5s5tEHX7eG { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aAGldyTd4QT418JzxN2dAOqTL2n7glNW {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HkbHtwy2lCdzL2U6kRm8scWIc1lkf6zp {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HPZxP25nA025rJAsftv6VEpgK55XVgTo { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #soIsq7o6vKvUe9HXHmh2Th9PLvZUDqwq {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #nTXLreNUdhVLvqOxucTU6vtBvnlAP6Xt {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ehtZvXIaByCRHGihMxodAo4nqgE1W02s { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xcSsldU65asDN0TlU7BuRXfMVc087PdX {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ecLPk8UFWfaxfLvKTXcNoTIc0Xopk7Kd {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #SmLrpOx6maq2OwODwTiT0g4h7xoEXKzf {  }
 }@media only screen and (max-width: 763px) { #BuLBBlahVohWlbACK659sJ3TcyKRPxuJ { display:block; }
 }@media only screen and (max-width: 763px) { #FdwcR0d6Pc20g2CnOVw9TOTUHZ6iCmPD { display:block; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ZM6zFXhOaVdac4lhmn6T8wTgZceyLc2r {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #hGQgPnT1XHeKsyx95zP7HF1EcUs3F2g9 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #GlQcZQuJTWB8QXPH8z0uvXBv7IAg4W2K {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #vnMDkKkHkRwSfUVZkOko3WD2zaQs6oDd {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #DghFQt4UzNCViUvtqm4wl3lTNBogRA91 {  }
 }@media only screen and (max-width: 763px) { #nFS8set9mdDTZUnuZmO5RW47GEzdJuNT { top:1.625rem;left:33.75rem;width:14rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSiOu4hwJAk6goMfKyTTxZo0592Vz3S5 { width:8.625rem;height:1.0625rem;top:43rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSn9Do4yr9xgDT8fGVRHas1aLX5IMPQ { display:block; }
 }@media only screen and (max-width: 763px) { #clReg8IRpzxT2iUzWNt4fu6pVkCSo6yX { top:0rem;left:26.25rem;width:21.5rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRidHbS2VCV9KRKMZXQOfVnv44P9FndX { width:23.3125rem;height:3.8125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRr6qkc33pDma5FNfsLXObt0g2bvJ2Af { display:block; }
 }@media only screen and (max-width: 763px) { #hFVuLTTZdOJOrgb2EMVr2PPvk0FVN27H { width:23.3125rem;height:3.8125rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOkbhgL2ZCev2ETOiwdC1coBOVARU7dr { display:block; }
 }@media only screen and (max-width: 763px) { #ODzrSCCJuhOCgIuSOlBNlAtqS5TurW50 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NdkEBsvmVhxwVek6o5TDOJ5inSrcvcxO { display:block; }
 }@media only screen and (max-width: 763px) { #z14HIvZQsDz4p3z4CwUU59G2FbnbTbot { display:block; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiv3DpNJlR8xigpcHCHbeVUkfsbr9PZE { top:1.625rem;left:0rem;width:47.75rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR { display:block; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZWyDrAi3JMlHmOXgds614kzhoJA1a7G { width:18.75rem;height:2.8125rem;top:1rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7yXlpz94c0Jb9qb5RHdI0qhM4Z5SmF { display:block; }
 }@media only screen and (max-width: 763px) { #pu1z40FFT0HdgUKSywamEoDfTq1G1dCX { width:18.75rem;height:2.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsUI8eUtpBOfIFKXaUOJm87MstGkOl9 { display:block; }
 }@media only screen and (max-width: 763px) { #BTg1RodTuI7ywcJcB5T2XkpolTST2OJV { width:18.75rem;height:2.8125rem;top:1rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPNOobdWlM6JB6AcHbcotmaDKJp00vRL { display:block; }
 }@media only screen and (max-width: 763px) { #W4JQU5R2AMu7J2atBu4tlphk3iIFo79x { display:block; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM4HR25eU37X2v8IyoQUJAlTr2fEQ8iI { top:2rem;left:6.5rem;width:34.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4sGlBnGdFGR1n3P9pBP8326nTDLISdM { display:block; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4iDJhi6olu7N1Hzix4i6a6kW0B2CynJ { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZxPpf5NDgQuzDwUiNHDHosa0qVPWrE { top:9.4375rem;left:18.3125rem;width:29.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAq2mMsEEhTpKPJhPtQv2LJAOkTJBo9 { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxee4RSca0kI0QIQLDBnuOlnudMHsfUA { display:block; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzhbgNKi6T7yvxSfN6H2ySzJQ6AIUJoR { top:8.75rem;left:0rem;width:29.4375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9ovgg5UxyJAzkOim80Qh4zOup8HAWS { top:0rem;left:8.875rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBF9w8mxDgGniGCmNQzkZfagII4Xeld { top:6.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI { display:block; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQsP1uE6A54tPEAWpv1rhlsqMWn97ptJ { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMTNT0b3K0qO0sOOTrkF1OiO8hNBQu0 { top:9.9375rem;left:18.3125rem;width:29.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtCHTCtGnDFTtEszJw9iHfRBqTZ42Xub { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX { display:block; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrlVq55TqIiiuo40WCxawQwwyZOnSanG { top:7.125rem;left:0rem;width:29.4375rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKTwENbQ3oi6nJgay5VNe5SZB437dHR { top:0rem;left:8.875rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlFwuVllg9G580l7TKqxxsMvyFaWgJhG { top:5.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM { display:block; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1J5UQURHDqHbQn9ENIweMSQbgHsIIFr { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UR6R2nNU6klKFGbdD3Pt8lbWlMl6Q8 { top:10.0625rem;left:18.3125rem;width:29.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyPmkSZBb0usWMgk0qnzF6B5oIAyNRsf { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd { display:block; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LANkdPETxuC7ZmRQgLqbE3cQ7xZCT3nG { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3IWTkPXqJ0EnUwfhBzaVTOFZo6G3UJ { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2cVxK9cMQ12qOXq7AwLnqToTQGgRTTw { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBUCLiTAy9ckbz4D1xdbmawwdm4VuKm { top:2rem;left:24.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azOLEd03VKETHu7rZTO2Ut86R4LAP7ye { top:2rem;left:25.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw { display:block; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTVzT2kDQcaJPNxe0OacoeQqXUXOcAtO { width:25rem;height:3.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0OgGTRacJESXqwB4A2oGi80iJIrzeR { display:block; }
 }@media only screen and (max-width: 763px) { #rKxhocoWpHO9R5M994SB2ozkcZn7J3MF { width:25rem;height:3.6875rem;top:1.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUl4QXA2iNWt4hFn0ocV24G9a0q7xpdI { display:block; }
 }@media only screen and (max-width: 763px) { #tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q { display:block; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeJCSyoTh0Iqi8wfr97FIMVOIlncRtDH { width:36.5625rem;height:19.5rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8XQld1gFup3L9p6V2W4iFCocCeVVWvB { width:20.5rem;height:15.25rem;top:18.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE0KQEz5qXLcdatDFPxQwqBqbwbmZKbm { width:17.5625rem;height:12.8125rem;top:20.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGKzVWHlaFPCVybXeLVTVb52AVCqtAUT { width:13rem;height:9.75rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drJhTV2fI2lT95Pg2nTiFTUgx4CuWhOQ { width:13rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUtmFVk82fQtgNuLuDFhcW9WA2Zd2fVu { width:20.5rem;height:15.25rem;top:0rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOxTfNc04STKze16EGbW1ptSC6lZlLzZ { width:17.5625rem;height:12.8125rem;top:20.5625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyqrrSswc4zWpMK9adtZhFcTIWLIQJnG { width:13rem;height:9.6875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN { display:block; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo1o5e9O4xtlMWJlelXrhabBO42mWBzl { top:2rem;left:10.34375rem;width:27.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV { display:block; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqwFmJ9Ak89cZE0bFelhsrkFMgmIee9S { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #esFhnaKdEdOrdTLrU46d0tPLAGQ2MJvu { top:8.8125rem;left:18.3125rem;width:29.4375rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bVindMMrIBpziKLABBl8TSf1oIdJp6 { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH { display:block; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF4UU2OqbN8l5kNyiwIbQsU1JwKeQfTV { top:8.625rem;left:0rem;width:29.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN9QGr1Bl9T5iNcRk2wa2Uy9WTyNx8n7 { top:0rem;left:8.875rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enH8RIJXegV3ziM2uZrBJglteIb3EovR { top:5.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi { display:block; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlhxlXwoBVMQRG8ZXTDDXXCeSM4UTwmm { top:0rem;left:0rem;width:38.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbG8t0LWfoQ9uMHiTTSEC15NmZVheZT { top:8.875rem;left:19.375rem;width:28.375rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHUT4l7rPa7xTfLXd6OkP7OgfDocTqG { top:6.25rem;left:0rem;width:39.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt { display:block; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbsdDbTyvp8inrcI5VVrLBOXBQx69lZo { top:0rem;left:8.875rem;width:38.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o23z6eMPWUuvRTd2Ne2kl8WcKyWhigpp { top:10.9375rem;left:0rem;width:29.4375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiQQ3ngRgaxOXX9oUZUlHy6oybqn9E2 { top:6.3125rem;left:0rem;width:39.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd { display:block; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4P3Z4tMWru55bBBgZ4IVndZSGAMRmpW { top:0rem;left:0rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LCWrNmOUTEksCGZvs4wDAoWOEtE21R { top:7.875rem;left:18.3125rem;width:29.4375rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86coupNvG215f2ebsCvHapT1hH8KznK { top:5.25rem;left:0rem;width:39.25rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI { display:block; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHITHsKXdTxmxPpXlMcIbdVv6uPaZxcO { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGMa7KlMSZ73ETVutEzI0015WuhgZiew { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFB3cFwSB2C4IkF8wzorWlzMLDbw1gi { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiN8cyEzbnTIEMrw3nN5q3cQdzx8Sw81 { top:2rem;left:24.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiS96eHcWhtd6qdGqcx5AogV14736lPX { top:2rem;left:25.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt { display:block; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrWq2MUefeWw5Ug01ccl6NFQxGhS73S4 { width:25rem;height:3.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLL9hNFm8GsTx59RbPIOpzc3vqVB6JEu { display:block; }
 }@media only screen and (max-width: 763px) { #hlZT6cTnAKOHWHAfQsmGiv2NytAEkQ06 { width:25rem;height:3.6875rem;top:1.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACuSQaylVtOO8CrZNBH3GZEvA9Hbl5bb { display:block; }
 }@media only screen and (max-width: 763px) { #c3CJAJIoscJcKcyGwq47KvT8DNZXFukp { display:block; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXwy0KSX81II3OAmiReZavKuenkFXP4e { width:36.625rem;height:19.5rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgSWVAAsiF0kQ7GuSm4ciWUxOqkLl3B8 { width:20.3125rem;height:15.1875rem;top:18.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7xeqnXiQ7yDJkuAOVgtm66KphVqzyS0 { width:17.5625rem;height:13.125rem;top:20.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxb9g7LCEpBnTHrk1tvfsf6Zo48giX0U { width:13.125rem;height:9.75rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OASN2VgEgtSmRVwlLMgvQzwwRMdXpWMn { width:13.1875rem;height:9.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWvlc0xzluwxeTX4mT5549a68MNge8Lf { width:20.5rem;height:15.375rem;top:0rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7kNy2RUTnO7k65NQm4ttQ7KUXdHvJ3 { width:17.5625rem;height:13.125rem;top:20.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdGH7XKRCwvRLTDG6MgFst3lTandLNw { width:13.1875rem;height:9.875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cur3oNcrXJxkVIfAyhyJoODK92gE3TTM { display:block; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOIfEZ0Ug3qzcmiZiw6V19F7IVhw8OdA { top:2rem;left:6.5rem;width:34.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqoG9LnOMq47QOoyFAt9yTovfezZoBM { display:block; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDcTwhxCMaw8kgby8IgIuBOJGIS3wUZ0 { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglLvG0Sn58u1u2Ral640G1Kxek4qD9X { top:8.8125rem;left:18.3125rem;width:29.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzDuzW0C4LoWVJ8xEOQ7KE2FkXVoXFy { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F { display:block; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTx7DZOWpvOlbdnzgDfvfd66TX4ftwkS { top:8.625rem;left:0rem;width:29.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAlfldvQlHeBbI4SxTtnPXGKDck7JUH { top:0rem;left:8.875rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wvTVKFBvrePukwU6xARxkdAZwRCDTT { top:5.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ { display:block; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv1yL3c05Uzb9VG47B5dKOEAFWGwpR4Z { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5naHbRTepmOVDrXtVT6qzGn31NVAIMM { top:10.75rem;left:18.3125rem;width:29.4375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScARE3BwpTAhkW2JZCnlTNbkAQ1L6Rd { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 { display:block; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLTHsatax8F9H7QHknXMcAlpyzEiazsc { top:8.625rem;left:0rem;width:29.4375rem;height:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o30sCmv5lTH9P89tIXvboORZo2WX8DbG { top:0rem;left:8.875rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbypf3l7Pd5ik08bUcCiFRgWXRpDHZJx { top:5.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHywMC69RsJTopqwWaIkwhlkrlMy860 { display:block; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oISeVS7NkPCtSiefOTcJFKAvRFyNNWnl { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e6G31I9GozVc1GCFifw4O5iPR3uD8d { top:10.0625rem;left:18.3125rem;width:29.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGZEKCxtJtXuyz69pSBVTP2sTe1RMNdg { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd { display:block; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPbc8EtMuTzmdTsJrpN7km2FP4Fpxe9n { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSNqiF9kgIMsU8JPZTwyqJ85QVmud4II { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTN5IHl2IWXHRXKoVrGOyxCZZGAPrkym { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgnan8KKTNIhPA4IpiEHQFxQUQpPJTIs { top:2rem;left:24.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3yx9FMG0i9Fd3SMB04uPerTCfdREozX { top:2rem;left:25.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH { display:block; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8p1xoTNR8GwZFcMImzV0CUsea3WCEKo { width:36.625rem;height:19.5rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtKLlMFcQRCcnzR0iUH6lyJRkPUlrzC { width:20.5rem;height:15.25rem;top:18.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccM1iGLSOLr23fV2NGpQgE72vRSVfl5O { width:17.5625rem;height:12.8125rem;top:20.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbpumTEGiuixwFz8cVWnM1BNG8VUWsWc { width:13.125rem;height:9.75rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RDRTsGqxSXhNOfis2kTx3MkbiaQq6o { width:13.125rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibOeKIn3LxxWi7KcOIyLr0ydHTAOz2l { width:20.5rem;height:15.25rem;top:0rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dotpfSvTfH8XBTiz1sD0Ewt5TF2TwxSc { width:17.5625rem;height:12.8125rem;top:20.4375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf6Kk4nhvouhe0GNdrWnyMwlX4qZJaCv { width:13.125rem;height:9.75rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVZuuZKllCSAIz6XHXDssKAMpuzmduTk { display:block; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFNk3bEHnypdKKab59F8u8QqsX5z3qrT { top:1.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L { display:block; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgnWDV9hsB7ndQoGrs7wpiAuhrekUmU9 { width:10.9375rem;height:1.0625rem;top:42.0625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUbcbl6B99cRzGC4AXL7sMeq1WFSeDd { display:block; }
 }@media only screen and (max-width: 763px) { #rlWxDqI5f7Ll8aiP7azVt1hBqLmLA2o5 { top:4.375rem;left:0rem;width:20.625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3gOxGpyXNlXeWUKtKwBW1x8cvZNPMvI { top:3rem;left:0rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jend0NTvpxBOQdy4scfwaP1GzdfcZNnw { width:14.25rem;height:2.3125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6rHGX1kwL6csI1pigT89789bAbDtgq { display:block; }
 }@media only screen and (max-width: 763px) { #PTOZPy5rr3GcihsOAHcNvNZE7Z3KtbA2 { top:8.6875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZy34T0x0DRt9DUmeyKdrnDATv8T4at { top:8.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3V1Q5217HQt1zE643PT4T5Jgq77pAC { top:11.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3BeuoJ0durJ2rxHAuDDstMWBxNqLIu { top:11.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEKJGlABkrO0yQQ2oAmoKdP6QFAT5vp { top:19.4375rem;left:0rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4z0o9UohRwCC97Uw55CXxxCcxFphbMq { width:6.4375rem;height:1.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuIpS8mRoTOlhteAxTocIUHtMJB0fy8V { display:block; }
 }@media only screen and (max-width: 763px) { #CAko9nyg7LhtJRowK2xvEGkomQ42gRNE { width:10.9375rem;height:1.375rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCySO7UAo38MSrUGVmZsPlDrTmadyqHx { display:block; }
 }@media only screen and (max-width: 763px) { #nZAR7T9UOHcgmMEKB7vgEparw4ckmEWd { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3qu70fTxkEV5BoN8ez5Ph1g5bEIFyNv { width:12.8125rem;height:1.0625rem;top:43.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccktW7yDF3QuNM0vQLlQsDdlATBPVtG { display:block; }
 }@media only screen and (max-width: 763px) { #QOeobd5IFHgqzhah1uo1QG2kOPG0GfwE { top:3rem;left:11.1875rem;width:23.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsUs14kW3Z93W37n4EGVL3ZVy4AdTdr { top:4.375rem;left:12.65625rem;width:20.4375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5WMQmmN2oiJvpg0z6HXAm3n4n8Bm6kG { top:8.9375rem;left:13rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVvdJziDp4HTb0TXAXfo0hSMEJxuE7xF { top:9.0625rem;left:13.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw7cDPK2BGTmPmiln3ettUCBLydAz54v { width:16.0625rem;height:1.375rem;top:9.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNK42rBIVJnkSGBDVkl7p1s7AiNEPex4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTTmRcvcTGJxVPKplN9Jw8klZL5DCKoF { top:11.4375rem;left:13rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZaUmvObxoGJnJRrKImw7J7gXsVsk231 { top:11.5625rem;left:13.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcqOkqwl2AOSxxVvK4Td4DJQ4oM8vQ0w { width:7.3125rem;height:1.375rem;top:11.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3sOgeUtBAo2fikUvJ3JE02SZ1hbf3xe { display:block; }
 }@media only screen and (max-width: 763px) { #tLLTGKXHXaGAeH1l6S1Dpaus4hJZyhq6 { top:19.4375rem;left:11.1875rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLLXOquGigtFTG6r6cTaiF3npPetTXw { width:14.25rem;height:2.3125rem;top:15.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzPx4bm9wJ0NWswaQ7bLcnV8Z94sVFk1 { display:block; }
 }@media only screen and (max-width: 763px) { #XJue4cMIFT4GTVowH7pFU5LwHexc16XT { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 {display:block;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #fZdGI5STqrMrGqD4G9TyePmNq20WFMeR {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #wW7XiOfuv1zlpoBRDObxzPZ6I3CepJCN { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #rsdTlpaPoxqSIPArshLgEOqTPizPoVXB {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #hfW8TpMzzpfEEGe3B3fefdUuRsBCb1Pb {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #SVKtPPQcWFPh90D26blCTB0AThgACcTy { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #icwcER6JFGL5DePaIxrCDTe9rbSUfFZn {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #T074p4EcMt2C1DcznZfVu0tKgTLGdLfR {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CTw0CTMmyDaUJA7P6VzfTpVZsl08VR27 { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #gsbEzIdXXRJDim7yixUPBiGzgP6kFM1G {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #q8z6VcO9yuz8VUnQecDzJM4TZUxRvkzh {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #HN0f7UzkESyK6XKX6Te7oPnI5FWVgEfk { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #nGWf5GnL4eiQVfTctTlNan9IhL24Comb {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CSgyb891ffXlxCIuhoBze24zsv76nN0f {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #yKJa7uMQIv7dL7ChMmTyUxM80WZs3JKP { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #x6n7AR4ThGMQr6g2QZ7nHTwvemkInG69 {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #tG6IyzoOwqWhsJBCu6CmTBmmGHmHlKx3 {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #c9PLubPSR3aBpNZlPCfDCcbT8mlvs6iu {  }
 }@media only screen and (max-width: 763px) { #WTIUvNzLDPTLgVPaMzBdKA9fi71pP4fq { display:block; }
 }@media only screen and (max-width: 763px) { #SU67NPIFFVpIG3bAWZwodOi1vRW7TbbX { display:block; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #mfIg3PicUso3OOk41TXEMOTmthHGUEcX {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #qcJpRLh0rwOSnCJ0WzqZEVms7CV90o6B {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #TRUMCKEcAiQ0GXyC5zcGWvz1LruIPB3m {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #g60ZGpgyuXaeiHLPK5Teb7duW4EplcdZ {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #OQfOXLTJZLkTqL2rkMciP5cVtBEmOd66 {  }
 }@media only screen and (max-width: 763px) { #aTz0ZBS7BoLvyn6MPTKMogsL9VmIhEQT { top:0rem;left:27.3125rem;width:20.3125rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiL4EKkDpaeMzA0ZqZu0w73gkmo2iKzz { top:1.5rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS { display:block; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfO6NWzHnA0S6r6wW5wis3ZBxn9riQtB { width:9.25rem;height:3.4375rem;top:1.8125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWK311ugOwA9DymKlhR5wyWJsDZsd1Uq { display:block; }
 }@media only screen and (max-width: 763px) { #Izs5cwqDFNQ0fmvZE12auNtQzzf53Fdg { width:10.375rem;height:3.4375rem;top:1.8125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8OFfERHUSPMELcMDWLVgN16LsGFBMkb { display:block; }
 }@media only screen and (max-width: 763px) { #FuuM7LNlv07oXmg7xRnbS0mfopQTFRtf { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL { display:block; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P48yGAV1kD4Rwpv1GxzSxG75FK4E7sUS { top:1.375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz { display:block; }#zmiBGZeTfQodg4HcEug9gaFPrKGm8gRz > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:17.6875rem; }
#vUmbms4kGGUlUq1wPxJoWo6hChU2MLnV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:15.5625rem; }
#vXGqrVpPxuJ2c8nI2N2T7vcOA53G9zkP > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #mhSEPQTf1yODvDmhNFTtebnKOPSFWLen { width:10.0625rem;height:2.3125rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLEsETGgSNNrkOOympMVaUbRbKeyBndk { display:block; }
 }@media only screen and (max-width: 763px) { #TJlqETFraetFWScnODhhtTlmqo1n5hSE { display:block; }#TJlqETFraetFWScnODhhtTlmqo1n5hSE > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqPlsZX98EoungQLf56g2sSxiTwdXqsR { width:4.0625rem;height:2.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWnw4tbdWn95XKE1GpqHgssEbHcrUnBn { width:7.25rem;height:2.8125rem;top:6.125rem;left:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdQUNV7CkKhHoBEt7zeLyMTH1yLQQ4nV { display:block; }
 }@media only screen and (max-width: 763px) { #kfsqCTfHyOhc9hH2SC1ZCpo0Ofrf15Cf { width:10.0625rem;height:2.8125rem;top:11.8125rem;left:4.96875rem;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #hxgQU9TWPTsJFwDkIy3x4ez4dQ4T8Dz8 { display:block; }
 }@media only screen and (max-width: 763px) { #e0gwOrUVAJdJ7tBzFS0h7Oi1HbhetU8K { width:11.6875rem;height:3.0625rem;top:11.8125rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2fgkXyIhZIrwk6uAhQSgurmVqu6MfBC { display:block; }
 }@media only screen and (max-width: 763px) { #JzLPL0AE7uwt1e3uZRPeco0NGUbLFUUi { width:12rem;height:2.8125rem;top:0.65625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeHCQ0Xi6Kcx6EMOPaCatIXqztBHKn6m { display:block; }
 }@media only screen and (max-width: 763px) { #csG1UlW1ImDHpLIbTPAzs408ENkfuN7b { width:7.25rem;height:2.8125rem;top:14.875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF2oqnI8cpnkZCko0QVHhoim8tHXSlTD { display:block; }
 }@media only screen and (max-width: 763px) { #dCVyxTmBOv8BwzV1z8p9sMWMPTkL6UNR { width:12.5rem;height:2.8125rem;top:9rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJP0vDVWQ2JUqs8u6rlfuvimAL2fo61 { display:block; }
 }@media only screen and (max-width: 763px) { #AA9xLncL5JnQbqoTaoETTkLl6WvMdcPt { width:12rem;height:2.8125rem;top:3.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVfDx7efpfC5apIGzs0pf0pdCZzV86DZ { display:block; }
 }@media only screen and (max-width: 763px) { #CwakxQTROq4iAd3qTAqwVPslPuGNIOMv { width:10.125rem;height:2.8125rem;top:6.1875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVB33SvXmqh6r38dIULBfhNzLDugw4I { display:block; }
 }@media only screen and (max-width: 763px) { #Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { background-color: transparent; background-image: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container > .video-iframe-container { display: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container { display: none; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .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); }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { border-width: 0; border-radius: 0; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gx1awRbxNzCyG7GJJWL1rPrGS6lttdOa > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AToX5TkcubBQ7eT7yhqS8v9vZQnzXFc2 { width:15.125rem;height:3.9875rem;top:1.4437503814698rem;left:2.4375rem;font-size:1.8125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.08);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b93fe485-51e0-4803-af7b-a13b2c0884d8/CHR3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.adaptive-delivery-prevent-bg, #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.lazyload, #TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT.lazyloading { background-image: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { background-color: transparent; background-image: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container > .video-iframe-container { display: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container { display: none; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .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); }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { border-width: 0; border-radius: 0; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVwpZoVK9KhtPEK1urO2C5k1wRbAauvT > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay4666cZtcRwfMpsSBr1JvP74UCTTHz9 { width:12.5rem;height:1.99375rem;top:1.8187503814698rem;left:0.3125rem;font-size:1.8125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.08);text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wHEeDzHIiKdBxeQmJK7OuwKIwPKodLOM { width:15.75rem;height:2.8875rem;top:3.8125rem;left:0.3125rem;font-size:1.3125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.56);text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-text {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-select {padding-top: 0; padding-bottom: 0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.5625rem;font-size:1rem;overflow:hidden; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container:first-of-type{padding-top:0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .widget-container:last-of-type{padding-bottom:0;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t  { width:17.5rem;height:auto;top:2.8562498092651rem;left:0rem; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t {display:block;}#htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t { width:17.5rem;height:auto;top:2.8562498092651rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #i9A1XIdHT6BXx4SVzEGyv76wqd2rw8Sy {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #r8g9GCtpnUXBCVrmMTiEClVO4nHqTDEe { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xdOykND9CLFRd4uFN2WFAAT3cd0TkJK8 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #BiDTqzFuBxTkTEunAkSQPlrNJuS3ZRIt {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aKaCctK35JdrlGdn8BpOq8WALOv5RAMO { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ENMSuncTs3uMNGnlcghkpm2xn2kQS2x5 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #A5STXOnNB5o22ZUBz86AoJz5TFXy3idC {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #wz2O5AE2esGenxf8mVvTFvzbpLWGSI2c { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #CrUt2ws2z7JPUS0xD3t3v0mz9cHRoFN1 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #uPqMNAfRWVtoONTRtCy1NWbXFPpvQcXI {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #z2dD8wbGyLUxLRauTINhGW5s5tEHX7eG { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #aAGldyTd4QT418JzxN2dAOqTL2n7glNW {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HkbHtwy2lCdzL2U6kRm8scWIc1lkf6zp {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #HPZxP25nA025rJAsftv6VEpgK55XVgTo { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #soIsq7o6vKvUe9HXHmh2Th9PLvZUDqwq {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #nTXLreNUdhVLvqOxucTU6vtBvnlAP6Xt {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ehtZvXIaByCRHGihMxodAo4nqgE1W02s { display:none; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #xcSsldU65asDN0TlU7BuRXfMVc087PdX {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ecLPk8UFWfaxfLvKTXcNoTIc0Xopk7Kd {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #SmLrpOx6maq2OwODwTiT0g4h7xoEXKzf {  }
 }@media only screen and (max-width: 763px) { #BuLBBlahVohWlbACK659sJ3TcyKRPxuJ { display:block; }
 }@media only screen and (max-width: 763px) { #FdwcR0d6Pc20g2CnOVw9TOTUHZ6iCmPD { display:block; }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #ZM6zFXhOaVdac4lhmn6T8wTgZceyLc2r {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #hGQgPnT1XHeKsyx95zP7HF1EcUs3F2g9 {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #GlQcZQuJTWB8QXPH8z0uvXBv7IAg4W2K {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #vnMDkKkHkRwSfUVZkOko3WD2zaQs6oDd {  }
 }@media only screen and (max-width: 763px) { #htr2TzAxQTS1EKVfDax4cZqFb4Kx1E4t #DghFQt4UzNCViUvtqm4wl3lTNBogRA91 {  }
 }@media only screen and (max-width: 763px) { #nFS8set9mdDTZUnuZmO5RW47GEzdJuNT { width:19.0625rem;height:1.54375rem;top:1.3125rem;left:0.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSiOu4hwJAk6goMfKyTTxZo0592Vz3S5 { width:7.9375rem;height:1.0625rem;top:36.003124237061rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSn9Do4yr9xgDT8fGVRHas1aLX5IMPQ { display:block; }
 }@media only screen and (max-width: 763px) { #clReg8IRpzxT2iUzWNt4fu6pVkCSo6yX { width:19.875rem;height:38.0625rem;top:0rem;left:0rem;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tRidHbS2VCV9KRKMZXQOfVnv44P9FndX { width:14.4375rem;height:2.6875rem;top:18.8125rem;left:2.78125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRr6qkc33pDma5FNfsLXObt0g2bvJ2Af { display:block; }
 }@media only screen and (max-width: 763px) { #hFVuLTTZdOJOrgb2EMVr2PPvk0FVN27H { width:14.4375rem;height:2.6875rem;top:17rem;left:6.96875rem;font-size:0.875rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #EOkbhgL2ZCev2ETOiwdC1coBOVARU7dr { display:block; }
 }@media only screen and (max-width: 763px) { #ODzrSCCJuhOCgIuSOlBNlAtqS5TurW50 { top:10.4375rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15051;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:toyotatype;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdkEBsvmVhxwVek6o5TDOJ5inSrcvcxO { display:block; }
 }@media only screen and (max-width: 763px) { #z14HIvZQsDz4p3z4CwUU59G2FbnbTbot { display:block; }#z14HIvZQsDz4p3z4CwUU59G2FbnbTbot > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiv3DpNJlR8xigpcHCHbeVUkfsbr9PZE { width:18.75rem;height:17.55rem;top:1.1875rem;left:0.625rem;font-size:0.8125rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR { display:block; }#NxHGZUTQb2TLSDGW0zmrMBk46aHo8JqR > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZWyDrAi3JMlHmOXgds614kzhoJA1a7G { width:18.75rem;height:2.8125rem;top:8.25rem;left:0.625rem;font-size:1rem;background-color:#e3001f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dG7yXlpz94c0Jb9qb5RHdI0qhM4Z5SmF { display:block; }
 }@media only screen and (max-width: 763px) { #pu1z40FFT0HdgUKSywamEoDfTq1G1dCX { width:18.75rem;height:2.8125rem;top:0.75rem;left:0.625rem;font-size:1rem;background-color:#e3001f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aUsUI8eUtpBOfIFKXaUOJm87MstGkOl9 { display:block; }
 }@media only screen and (max-width: 763px) { #BTg1RodTuI7ywcJcB5T2XkpolTST2OJV { width:18.75rem;height:2.8125rem;top:4.5rem;left:0.625rem;font-size:1rem;background-color:#e3001f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oPNOobdWlM6JB6AcHbcotmaDKJp00vRL { display:block; }
 }@media only screen and (max-width: 763px) { #W4JQU5R2AMu7J2atBu4tlphk3iIFo79x { display:block; }#W4JQU5R2AMu7J2atBu4tlphk3iIFo79x > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM4HR25eU37X2v8IyoQUJAlTr2fEQ8iI { width:17.3125rem;height:4.875rem;top:1.59375rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4sGlBnGdFGR1n3P9pBP8326nTDLISdM { display:block; }#i4sGlBnGdFGR1n3P9pBP8326nTDLISdM > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4iDJhi6olu7N1Hzix4i6a6kW0B2CynJ { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZxPpf5NDgQuzDwUiNHDHosa0qVPWrE { width:16.875rem;height:14.625rem;top:15.494791030884rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAq2mMsEEhTpKPJhPtQv2LJAOkTJBo9 { width:18.0625rem;height:18.0625rem;top:13.719793319702rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #xxee4RSca0kI0QIQLDBnuOlnudMHsfUA { display:block; }#xxee4RSca0kI0QIQLDBnuOlnudMHsfUA > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzhbgNKi6T7yvxSfN6H2ySzJQ6AIUJoR { width:16.875rem;height:18.28125rem;top:1.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9ovgg5UxyJAzkOim80Qh4zOup8HAWS { width:20rem;height:14.875rem;top:16.418750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBF9w8mxDgGniGCmNQzkZfagII4Xeld { width:18.0625rem;height:16.8125rem;top:0.6875rem;left:0.90625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI { display:block; }#Xb0NnFPO62N3ae1JinABQaVTEzJ9GuyI > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQsP1uE6A54tPEAWpv1rhlsqMWn97ptJ { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMTNT0b3K0qO0sOOTrkF1OiO8hNBQu0 { width:16.875rem;height:12.1875rem;top:15.494791030884rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtCHTCtGnDFTtEszJw9iHfRBqTZ42Xub { width:18.0625rem;height:18.0625rem;top:13.719793319702rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX { display:block; }#rcQmRn0Qw4EzqvqyCNd4ZOeWhUs8tFNX > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrlVq55TqIiiuo40WCxawQwwyZOnSanG { width:16.875rem;height:17.0625rem;top:1.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKTwENbQ3oi6nJgay5VNe5SZB437dHR { width:20rem;height:14.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlFwuVllg9G580l7TKqxxsMvyFaWgJhG { width:18.0625rem;height:18.875rem;top:0.6875rem;left:0.90625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM { display:block; }#VfdibLmzmC8kox6mrHkJ8E1BvqbTcvZM > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1J5UQURHDqHbQn9ENIweMSQbgHsIIFr { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4UR6R2nNU6klKFGbdD3Pt8lbWlMl6Q8 { width:16.875rem;height:12.1875rem;top:15.494791030884rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyPmkSZBb0usWMgk0qnzF6B5oIAyNRsf { width:18.0625rem;height:18.0625rem;top:13.719793319702rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd { display:block; }#HNX6EPgQhzfxwvQ0ztB1lraK767C4KRd > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LANkdPETxuC7ZmRQgLqbE3cQ7xZCT3nG { width:0.625rem;height:0.625rem;top:1.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3IWTkPXqJ0EnUwfhBzaVTOFZo6G3UJ { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2cVxK9cMQ12qOXq7AwLnqToTQGgRTTw { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBUCLiTAy9ckbz4D1xdbmawwdm4VuKm { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azOLEd03VKETHu7rZTO2Ut86R4LAP7ye { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw { display:block; }#lxkDpkFP51dW2e3kFNvZ6fepc8acqiBw > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTVzT2kDQcaJPNxe0OacoeQqXUXOcAtO { width:18.875rem;height:3.6875rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0OgGTRacJESXqwB4A2oGi80iJIrzeR { display:block; }
 }@media only screen and (max-width: 763px) { #rKxhocoWpHO9R5M994SB2ozkcZn7J3MF { width:18.875rem;height:3.6875rem;top:6.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUl4QXA2iNWt4hFn0ocV24G9a0q7xpdI { display:block; }
 }@media only screen and (max-width: 763px) { #tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q { display:block; }#tQvST82Q0BLCQ98Tu6dCHSp31ekp9s6q > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeJCSyoTh0Iqi8wfr97FIMVOIlncRtDH { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8XQld1gFup3L9p6V2W4iFCocCeVVWvB { width:11.6875rem;height:8.6875rem;top:20.65625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bE0KQEz5qXLcdatDFPxQwqBqbwbmZKbm { width:20rem;height:14.5625rem;top:30.09375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iGKzVWHlaFPCVybXeLVTVb52AVCqtAUT { width:7.125rem;height:5.3125rem;top:17.59375rem;left:12.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #drJhTV2fI2lT95Pg2nTiFTUgx4CuWhOQ { width:7.125rem;height:5.25rem;top:11.1875rem;left:12.889851485149rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUtmFVk82fQtgNuLuDFhcW9WA2Zd2fVu { width:11.6875rem;height:8.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOxTfNc04STKze16EGbW1ptSC6lZlLzZ { width:20rem;height:14.5625rem;top:45.59375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EyqrrSswc4zWpMK9adtZhFcTIWLIQJnG { width:7.125rem;height:5.375rem;top:23.75rem;left:12.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN { display:block; }#hU2iLE39FbGRvrMlBNlv3M4lFZEnmftN > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo1o5e9O4xtlMWJlelXrhabBO42mWBzl { width:17.3125rem;height:4.875rem;top:0.78125rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV { display:block; }#ogO3bcHuaoixCGE1zmel9Z4aR4UlcQQV > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqwFmJ9Ak89cZE0bFelhsrkFMgmIee9S { width:20rem;height:14.91961414791rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esFhnaKdEdOrdTLrU46d0tPLAGQ2MJvu { width:16.875rem;height:14.625rem;top:17.857291221619rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bVindMMrIBpziKLABBl8TSf1oIdJp6 { width:18.0625rem;height:18.375rem;top:15.032287597656rem;left:1rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH { display:block; }#r55xCBMEpTuobtnCNfbOs6s63Vbr9pTH > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bF4UU2OqbN8l5kNyiwIbQsU1JwKeQfTV { width:16.875rem;height:12.1875rem;top:1.625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN9QGr1Bl9T5iNcRk2wa2Uy9WTyNx8n7 { width:20rem;height:13.9229375rem;top:16.418750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enH8RIJXegV3ziM2uZrBJglteIb3EovR { width:18.0625rem;height:16.8125rem;top:0.6875rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi { display:block; }#M3FWeIu47CdJkob0kMn4RSOKIFGI5yDi > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlhxlXwoBVMQRG8ZXTDDXXCeSM4UTwmm { width:20rem;height:14.983922829582rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbG8t0LWfoQ9uMHiTTSEC15NmZVheZT { width:16.875rem;height:15.84375rem;top:17.234375rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XPHUT4l7rPa7xTfLXd6OkP7OgfDocTqG { width:18.0625rem;height:18.5625rem;top:15.078125rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt { display:block; }#H7EDxXJBoIQVtkUq9QpBZ5c9AiqW3bKt > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbsdDbTyvp8inrcI5VVrLBOXBQx69lZo { width:20rem;height:14.984375rem;top:15.018749237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o23z6eMPWUuvRTd2Ne2kl8WcKyWhigpp { width:16.875rem;height:10.96875rem;top:1.875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiQQ3ngRgaxOXX9oUZUlHy6oybqn9E2 { width:18.0625rem;height:14.75rem;top:1.125rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd { display:block; }#FoHQU7x3pqFbM0Cq4AQ9We0fMvie5Nzd > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4P3Z4tMWru55bBBgZ4IVndZSGAMRmpW { width:20rem;height:13.922829581994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LCWrNmOUTEksCGZvs4wDAoWOEtE21R { width:16.875rem;height:17.0625rem;top:15.954166412354rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86coupNvG215f2ebsCvHapT1hH8KznK { width:18.0625rem;height:20.0625rem;top:13.766662597656rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI { display:block; }#TuhOSBXccIIBkyRH1CnuBTu1oWKnb0bI > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHITHsKXdTxmxPpXlMcIbdVv6uPaZxcO { width:0.625rem;height:0.625rem;top:1.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGMa7KlMSZ73ETVutEzI0015WuhgZiew { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFB3cFwSB2C4IkF8wzorWlzMLDbw1gi { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiN8cyEzbnTIEMrw3nN5q3cQdzx8Sw81 { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiS96eHcWhtd6qdGqcx5AogV14736lPX { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt { display:block; }#Oe5zrcEJXdhaFdl77JrN4okKftrh0xrt > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrWq2MUefeWw5Ug01ccl6NFQxGhS73S4 { width:18.875rem;height:3.6875rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLL9hNFm8GsTx59RbPIOpzc3vqVB6JEu { display:block; }
 }@media only screen and (max-width: 763px) { #hlZT6cTnAKOHWHAfQsmGiv2NytAEkQ06 { width:18.875rem;height:3.6875rem;top:6.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACuSQaylVtOO8CrZNBH3GZEvA9Hbl5bb { display:block; }
 }@media only screen and (max-width: 763px) { #c3CJAJIoscJcKcyGwq47KvT8DNZXFukp { display:block; }#c3CJAJIoscJcKcyGwq47KvT8DNZXFukp > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXwy0KSX81II3OAmiReZavKuenkFXP4e { width:20rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgSWVAAsiF0kQ7GuSm4ciWUxOqkLl3B8 { width:11.5rem;height:8.4375rem;top:20.65625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #L7xeqnXiQ7yDJkuAOVgtm66KphVqzyS0 { width:20rem;height:14.875rem;top:30.09375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jxb9g7LCEpBnTHrk1tvfsf6Zo48giX0U { width:6.9375rem;height:5.1875rem;top:17.28125rem;left:12.916158536586rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OASN2VgEgtSmRVwlLMgvQzwwRMdXpWMn { width:7rem;height:5.1875rem;top:11.1875rem;left:12.889851485149rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWvlc0xzluwxeTX4mT5549a68MNge8Lf { width:11.6875rem;height:8.75rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7kNy2RUTnO7k65NQm4ttQ7KUXdHvJ3 { width:20rem;height:14.9375rem;top:45.59375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VHdGH7XKRCwvRLTDG6MgFst3lTandLNw { width:7.3125rem;height:5.4375rem;top:23.5625rem;left:12.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cur3oNcrXJxkVIfAyhyJoODK92gE3TTM { display:block; }#cur3oNcrXJxkVIfAyhyJoODK92gE3TTM > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOIfEZ0Ug3qzcmiZiw6V19F7IVhw8OdA { width:17.3125rem;height:7.3125rem;top:0.390625rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiqoG9LnOMq47QOoyFAt9yTovfezZoBM { display:block; }#kiqoG9LnOMq47QOoyFAt9yTovfezZoBM > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDcTwhxCMaw8kgby8IgIuBOJGIS3wUZ0 { width:20rem;height:14.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglLvG0Sn58u1u2Ral640G1Kxek4qD9X { width:16.875rem;height:15.84375rem;top:16.641666412354rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzDuzW0C4LoWVJ8xEOQ7KE2FkXVoXFy { width:18.0625rem;height:18rem;top:15.032287597656rem;left:1rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F { display:block; }#dmvJpgMpaGHx0xDXh5G9UHinLLlpyr2F > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTx7DZOWpvOlbdnzgDfvfd66TX4ftwkS { width:16.875rem;height:13.40625rem;top:1.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAlfldvQlHeBbI4SxTtnPXGKDck7JUH { width:20rem;height:14.875rem;top:16.418750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wvTVKFBvrePukwU6xARxkdAZwRCDTT { width:18.0625rem;height:16.8125rem;top:0.6875rem;left:0.90625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ { display:block; }#mELQk7EJcfOSrtJ32pRoDbkLCN6I1GWQ > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv1yL3c05Uzb9VG47B5dKOEAFWGwpR4Z { width:20rem;height:14.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5naHbRTepmOVDrXtVT6qzGn31NVAIMM { width:16.875rem;height:10.96875rem;top:17.857291221619rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aScARE3BwpTAhkW2JZCnlTNbkAQ1L6Rd { width:18.0625rem;height:15.8125rem;top:15.032287597656rem;left:1rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 { display:block; }#ld0ndOrpZTXi0v6TWJtAEkmtfyWGFhW4 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLTHsatax8F9H7QHknXMcAlpyzEiazsc { width:16.875rem;height:14.625rem;top:1.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o30sCmv5lTH9P89tIXvboORZo2WX8DbG { width:20rem;height:14.875rem;top:18.543750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbypf3l7Pd5ik08bUcCiFRgWXRpDHZJx { width:18.0625rem;height:18.5rem;top:0.6875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwHywMC69RsJTopqwWaIkwhlkrlMy860 { display:block; }#LwHywMC69RsJTopqwWaIkwhlkrlMy860 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oISeVS7NkPCtSiefOTcJFKAvRFyNNWnl { width:20rem;height:14.8125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6e6G31I9GozVc1GCFifw4O5iPR3uD8d { width:16.875rem;height:13.40625rem;top:15.632291793823rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGZEKCxtJtXuyz69pSBVTP2sTe1RMNdg { width:18.0625rem;height:16.125rem;top:14.219787597656rem;left:1rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd { display:block; }#ZsWk9MbfSh0AkLrNFwtOIqaDSlMTCxrd > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPbc8EtMuTzmdTsJrpN7km2FP4Fpxe9n { width:0.625rem;height:0.625rem;top:1.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSNqiF9kgIMsU8JPZTwyqJ85QVmud4II { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTN5IHl2IWXHRXKoVrGOyxCZZGAPrkym { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgnan8KKTNIhPA4IpiEHQFxQUQpPJTIs { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3yx9FMG0i9Fd3SMB04uPerTCfdREozX { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH { display:block; }#WZwcbUvbK724xEzDM0vuRDEzg6f9fhRH > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8p1xoTNR8GwZFcMImzV0CUsea3WCEKo { width:20rem;height:10.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtKLlMFcQRCcnzR0iUH6lyJRkPUlrzC { width:11.6875rem;height:8.6875rem;top:20.65625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ccM1iGLSOLr23fV2NGpQgE72vRSVfl5O { width:20rem;height:14.625rem;top:30.09375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EbpumTEGiuixwFz8cVWnM1BNG8VUWsWc { width:7rem;height:5.125rem;top:17.59375rem;left:12.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T7RDRTsGqxSXhNOfis2kTx3MkbiaQq6o { width:7rem;height:5.1875rem;top:11.1875rem;left:12.889851485149rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibOeKIn3LxxWi7KcOIyLr0ydHTAOz2l { width:11.6875rem;height:8.6875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dotpfSvTfH8XBTiz1sD0Ewt5TF2TwxSc { width:20rem;height:14.5625rem;top:45.59375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uf6Kk4nhvouhe0GNdrWnyMwlX4qZJaCv { width:7rem;height:5.1875rem;top:23.75rem;left:12.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVZuuZKllCSAIz6XHXDssKAMpuzmduTk { display:block; }#iVZuuZKllCSAIz6XHXDssKAMpuzmduTk > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFNk3bEHnypdKKab59F8u8QqsX5z3qrT { width:19.0625rem;height:11.2125rem;top:0.625rem;left:0.46875rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.adaptive-delivery-prevent-bg, #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.lazyload, #ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L.lazyloading { background-image: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { background-color: transparent; background-image: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container > .video-iframe-container { display: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row > .video-iframe-container { display: none; }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .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); }#ifcro61PKTVVfTGrT6Tg5WKXQlo9yL6L > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgnWDV9hsB7ndQoGrs7wpiAuhrekUmU9 { width:10.4375rem;height:1.1875rem;top:96.625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUbcbl6B99cRzGC4AXL7sMeq1WFSeDd { display:block; }
 }@media only screen and (max-width: 763px) { #rlWxDqI5f7Ll8aiP7azVt1hBqLmLA2o5 { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3gOxGpyXNlXeWUKtKwBW1x8cvZNPMvI { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jend0NTvpxBOQdy4scfwaP1GzdfcZNnw { width:16.625rem;height:2.3125rem;top:12.5rem;left:1.6875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6rHGX1kwL6csI1pigT89789bAbDtgq { display:block; }
 }@media only screen and (max-width: 763px) { #PTOZPy5rr3GcihsOAHcNvNZE7Z3KtbA2 { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvZy34T0x0DRt9DUmeyKdrnDATv8T4at { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM3V1Q5217HQt1zE643PT4T5Jgq77pAC { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK3BeuoJ0durJ2rxHAuDDstMWBxNqLIu { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEKJGlABkrO0yQQ2oAmoKdP6QFAT5vp { width:20rem;height:14.9375rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4z0o9UohRwCC97Uw55CXxxCcxFphbMq { width:6.4375rem;height:1.125rem;top:10rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuIpS8mRoTOlhteAxTocIUHtMJB0fy8V { display:block; }
 }@media only screen and (max-width: 763px) { #CAko9nyg7LhtJRowK2xvEGkomQ42gRNE { width:10.5625rem;height:1.3125rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCySO7UAo38MSrUGVmZsPlDrTmadyqHx { display:block; }
 }@media only screen and (max-width: 763px) { #nZAR7T9UOHcgmMEKB7vgEparw4ckmEWd { width:20rem;height:10.8125rem;top:16.1875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #w3qu70fTxkEV5BoN8ez5Ph1g5bEIFyNv { width:12.375rem;height:1.0625rem;top:98.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccktW7yDF3QuNM0vQLlQsDdlATBPVtG { display:block; }
 }@media only screen and (max-width: 763px) { #QOeobd5IFHgqzhah1uo1QG2kOPG0GfwE { width:20rem;height:14.3125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsUs14kW3Z93W37n4EGVL3ZVy4AdTdr { width:18.25rem;height:2.7625rem;top:29.5625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5WMQmmN2oiJvpg0z6HXAm3n4n8Bm6kG { width:2.375rem;height:2.375rem;top:33.875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVvdJziDp4HTb0TXAXfo0hSMEJxuE7xF { width:2.1875rem;height:2.1875rem;top:33.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw7cDPK2BGTmPmiln3ettUCBLydAz54v { width:16.0625rem;height:1.375rem;top:34.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNK42rBIVJnkSGBDVkl7p1s7AiNEPex4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTTmRcvcTGJxVPKplN9Jw8klZL5DCKoF { width:2.4375rem;height:2.4375rem;top:36.375rem;left:1.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZaUmvObxoGJnJRrKImw7J7gXsVsk231 { width:2.1875rem;height:2.1875rem;top:36.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcqOkqwl2AOSxxVvK4Td4DJQ4oM8vQ0w { width:7.3125rem;height:1.375rem;top:36.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3sOgeUtBAo2fikUvJ3JE02SZ1hbf3xe { display:block; }
 }@media only screen and (max-width: 763px) { #tLLTGKXHXaGAeH1l6S1Dpaus4hJZyhq6 { width:20rem;height:14.9375rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXLLXOquGigtFTG6r6cTaiF3npPetTXw { width:16.625rem;height:2.3125rem;top:39.4375rem;left:1.3125rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IzPx4bm9wJ0NWswaQ7bLcnV8Z94sVFk1 { display:block; }
 }@media only screen and (max-width: 763px) { #XJue4cMIFT4GTVowH7pFU5LwHexc16XT { width:20rem;height:10.8125rem;top:43.125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.1875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.25rem;font-weight:300;font-style:normal;font-size:0.6875rem;overflow:hidden; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.5625rem;font-size:1rem;overflow:hidden; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]:-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]::-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]:-ms-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 [class*="-text"]::-webkit-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container:first-of-type{padding-top:0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .widget-container:last-of-type{padding-bottom:0;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0  { width:17.5rem;height:auto;top:58.315625190735rem;left:0rem; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 {display:block;}#aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 { width:17.5rem;height:auto;top:58.315625190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #fZdGI5STqrMrGqD4G9TyePmNq20WFMeR {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #wW7XiOfuv1zlpoBRDObxzPZ6I3CepJCN { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #rsdTlpaPoxqSIPArshLgEOqTPizPoVXB {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #hfW8TpMzzpfEEGe3B3fefdUuRsBCb1Pb {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #SVKtPPQcWFPh90D26blCTB0AThgACcTy { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #icwcER6JFGL5DePaIxrCDTe9rbSUfFZn {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #T074p4EcMt2C1DcznZfVu0tKgTLGdLfR {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CTw0CTMmyDaUJA7P6VzfTpVZsl08VR27 { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #gsbEzIdXXRJDim7yixUPBiGzgP6kFM1G {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #q8z6VcO9yuz8VUnQecDzJM4TZUxRvkzh {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #HN0f7UzkESyK6XKX6Te7oPnI5FWVgEfk { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #nGWf5GnL4eiQVfTctTlNan9IhL24Comb {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #CSgyb891ffXlxCIuhoBze24zsv76nN0f {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #yKJa7uMQIv7dL7ChMmTyUxM80WZs3JKP { display:none; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #x6n7AR4ThGMQr6g2QZ7nHTwvemkInG69 {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #tG6IyzoOwqWhsJBCu6CmTBmmGHmHlKx3 {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #c9PLubPSR3aBpNZlPCfDCcbT8mlvs6iu {  }
 }@media only screen and (max-width: 763px) { #WTIUvNzLDPTLgVPaMzBdKA9fi71pP4fq { display:block; }
 }@media only screen and (max-width: 763px) { #SU67NPIFFVpIG3bAWZwodOi1vRW7TbbX { display:block; }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #mfIg3PicUso3OOk41TXEMOTmthHGUEcX {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #qcJpRLh0rwOSnCJ0WzqZEVms7CV90o6B {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #TRUMCKEcAiQ0GXyC5zcGWvz1LruIPB3m {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #g60ZGpgyuXaeiHLPK5Teb7duW4EplcdZ {  }
 }@media only screen and (max-width: 763px) { #aEFftDsOW2GcCfO0kbzKdDZaBpv5cFQ0 #OQfOXLTJZLkTqL2rkMciP5cVtBEmOd66 {  }
 }@media only screen and (max-width: 763px) { #aTz0ZBS7BoLvyn6MPTKMogsL9VmIhEQT { width:19.875rem;height:44.75rem;top:55.75rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KiL4EKkDpaeMzA0ZqZu0w73gkmo2iKzz { width:15.5rem;height:1.54375rem;top:56.77187538147rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS { display:block; }#WR6tA4iiWo89bQ4WaQtiV1DUPsqObzRS > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfO6NWzHnA0S6r6wW5wis3ZBxn9riQtB { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWK311ugOwA9DymKlhR5wyWJsDZsd1Uq { display:block; }
 }@media only screen and (max-width: 763px) { #Izs5cwqDFNQ0fmvZE12auNtQzzf53Fdg { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8OFfERHUSPMELcMDWLVgN16LsGFBMkb { display:block; }
 }@media only screen and (max-width: 763px) { #FuuM7LNlv07oXmg7xRnbS0mfopQTFRtf { width:4.0625rem;height:2.625rem;top:5.625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL { display:block; }#QTKbz9WhqGXcEMMNNl69i7lD9bhbA3FL > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P48yGAV1kD4Rwpv1GxzSxG75FK4E7sUS { width:20rem;height:2.68125rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }