.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:225,225,225;--color-primary-1:155,155,155;--color-primary-2:55,55,55;--color-primary-3:28,28,28;--color-primary-4:8,8,8;--color-secondary-0:251,217,236;--color-secondary-1:243,128,191;--color-secondary-2:230,0,126;--color-secondary-3:115,0,63;--color-secondary-4:35,0,19;--color-tertiary-0:255,255,255;--color-tertiary-1:252,251,251;--color-tertiary-2:244,243,241;--color-tertiary-3:122,122,121;--color-tertiary-4:24,24,24;--headlines-font-family:"Jost";--paragraphs-font-family:"Jost"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/775b2375-f8d3-4bd0-a35b-2d61731a5d9a/chesspawnpiecesshadowboardbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.adaptive-delivery-prevent-bg, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyload, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyloading { background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { background-color: transparent; background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { border-width: 0; border-radius: 0; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { color:rgba(var(--color-primary-2),1);display:block;width:64.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:7.0703125rem;left:0rem;height:10.8623125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { color:rgba(var(--color-primary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:12.50976875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hzW8aoJZ2f0HW64eUa7ACFeeA5LKTdhw { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.4375rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#TAEpTk2STxgDxo9TxV0fFLHEwCutrsbC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:36.125rem;left:0rem;display:block; }
#OTKI2D2RTwbve3maZPOa4EeN9Eu4rDd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1uxKbF35fRvUXkh62llQqFQzgyanQeC { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.125rem;left:18.25rem;display:block; }
#n15nRT0FLNuKgeFP3lMSH6XIUTRqecEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HOpCxswpOPaApXp4KkCB3iIADU8fUGcJ { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.125rem;top:44.1748046875rem;left:0rem;overflow:hidden;display:block; }
#A4p31nyULQx0yaIOdvCRIsm52V1VnlR8 { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.9375rem;top:44.9248046875rem;left:6.0625rem;overflow:hidden;display:block; }
#cU9Zufe0TNLsqRqUy14eeCSgpaMPnVEb { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.8125rem;top:44.3623046875rem;left:12.75rem;overflow:hidden;display:block; }
#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container { background-color: transparent; background-image: none; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container > .video-iframe-container { display: none; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row > .video-iframe-container { display: none; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .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); }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container { border-width: 0; border-radius: 0; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Z49oTpQiRrKuXTyw9687g9UWyKloe47q { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container { background-color: transparent; background-image: none; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container > .video-iframe-container { display: none; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row > .video-iframe-container { display: none; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .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); }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container { border-width: 0; border-radius: 0; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#QTaTxlDsgTE4Pg2o6a3a2vvucGoMb0NU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:2.8125rem;left:1.75rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8QrATOx3zp85K16sQOS5bDfpGRATGN4 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.25rem;left:0rem;display:block; }
#FbSKDKlK0peiX1zfoFuscm2pq19Wf0tJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:2.8125rem;left:26.8125rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsGBxIQ93D8yFqS6e3d0ZN9FqkvkyvVA { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.25rem;left:25rem;display:block; }
#VVunZtvaaq7b8T9ZLvJ2TUqx3RbGDzqe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:2.875rem;left:51.75rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKeOHD7DVhZTWGULZioTXPfaxcVWLwm5 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.3125rem;left:50rem;display:block; }
#CIsIfRc9EauofOJcVuLQBboclb7KnrmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container { background-color: transparent; background-image: none; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container > .video-iframe-container { display: none; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row > .video-iframe-container { display: none; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .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); }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container { border-width: 0; border-radius: 0; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#wE2qvlW6kn2SMXSwC7sIhVAHAFETGNmr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:2.8125rem;left:1.75rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oPFiRIdfyZUMR33wW9Po1Dg5fxmHbCrz { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.25rem;left:0rem;display:block; }
#rctt48NphdsPk42O3upoXDUl5NIMuIX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:2.8125rem;left:26.8125rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MLWyKdLQTqKyOqh0BZr7izU5pvJI884H { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.25rem;left:25rem;display:block; }
#eaM3zEnZKn0tzpOvUc4l7rnomFg1duUK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:2.875rem;left:51.75rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#te5sQBu26XyZBmfMfnZP3QIeLbdyi6kq { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.3125rem;left:50rem;display:block; }
#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW { position:relative;display:block; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW { background-color: transparent; background-image: none; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row .container > .video-iframe-container { display: none; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row > .video-iframe-container { display: none; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .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); }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW { border-width: 0; border-radius: 0; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .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; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .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:37.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; }#wzq6kCnuzJqGWL21IJdJ6qoxkyKs6xIg { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZNT8ysAVJA0m12lCbH7isG4XxLe4z18F { color:rgba(var(--color-primary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ufVzXM3wd8LVOP1c5QSr1BGrbGa3aHPe { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:16.3125rem;border-top-right-radius:16.3125rem;border-bottom-left-radius:16.3125rem;border-bottom-right-radius:16.3125rem;box-shadow: none;height:33.3125rem;width:50.5rem;top:1.5rem;left:37.65625rem;overflow:hidden;display:block; }
#HpBlBcynm4mXtPu50Fo2opiQWLaMTW4H { color:rgba(var(--color-primary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:19.375rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PKgPgpT1TKZc5VuQATDQr7yb02NvC9qa { color:rgba(var(--color-primary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:28.76220703125rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container { background-color: transparent; background-image: none; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container > .video-iframe-container { display: none; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row > .video-iframe-container { display: none; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .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); }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container { border-width: 0; border-radius: 0; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#g2sfhuhcccqrc4GvOXtTS60HnQRvNEs8 { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.375rem;left:9.375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb { 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; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container { background-color: transparent; background-image: none; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container > .video-iframe-container { display: none; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row > .video-iframe-container { display: none; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .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); }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container { border-width: 0; border-radius: 0; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#rFbi1ROODLmTdrWA6dx5ICnuWVGBWCAH { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0.125rem;display:block; }
#FNewZIz1IxvQk4zFTXnlwGUBhN2c3nsX { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0.125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBrqSSJITHpBOb5NOs1ZFii4yyZlx9bJ { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#opJRxGXnfcEC773fiJxFvhgaeuZT13Nh { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:25rem;display:block; }
#LIaQusg69qKXRq9AbrnzdWTNpgTXSUEH { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:0.5625rem;left:26.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4ut6k6zF0ymmO9r8cI1pESzv8NAvA3H { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:6.5625rem;left:25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NmyB3fGDyB0cfkJQtouMHoBsQw3twQRN { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:50rem;display:block; }
#QgsnWyw6NaUsmx7l9OnS5XPwo3ZntD8y { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:0.5625rem;left:51.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aE5TpxCMCRVSB3A9lW2gPm3MLvXCQ1UR { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:6.5625rem;left:50rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t5h95r4vr9IdqPk15SSR18ASdGZaw4cI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:14.875rem;left:28.96875rem;display:block; }
#B1dVhRbqb4TB06E0bEMlate1vNv1KiLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy { position:relative;display:block; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy { background-color: transparent; background-image: none; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row .container > .video-iframe-container { display: none; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row > .video-iframe-container { display: none; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .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); }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy { border-width: 0; border-radius: 0; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .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; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .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:18.75rem;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; }#kvbddz56q6wCEnaFeJqc1TmHau0u1i3B { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOlx10sGZPXiutpAASg1r7EMoIPfvP1z { color:rgba(var(--color-primary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bEchePrBaAgQIPQmAba45U3JIl0CEKiR { color:rgba(var(--color-primary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:3.9375rem;left:40.1875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sscnsiB75yvhlmai8ffOgS0bCSrrrSc7 { color:rgba(var(--color-primary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:40.1875rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KDmXC3P99k0HSXmzDnM6xeNehPRr51fJ { box-sizing:content-box;height:8.625rem;width:0.8125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.412109375rem;left:38.375rem;display:block; }
#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi { position:relative;display:block; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi { background-color: transparent; background-image: none; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row .container > .video-iframe-container { display: none; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row > .video-iframe-container { display: none; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .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); }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi { border-width: 0; border-radius: 0; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .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; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .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:18.75rem;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; }#NcnfmnuI2l6SO7LMUHMbUe6hLNqeQ0CP { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.8125rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Np1nVaJNIiwB6NOh0dZBxZ8MOEcXZXsH { color:rgba(var(--color-primary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:0.5625rem;left:1.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lsnyR0hidLc7gevQL1UzPO4moN52XKyC { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#IsWeNbapT5NHZQNOBCePftvamPTGtpnF { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:28.8125rem;display:block; }
#Tni0qaZkArRtvNUBmbm8sT0SVNnOOCfs { color:rgba(var(--color-primary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:0.5625rem;left:30.5625rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6Etw84AFtwwODJqINq0yg9mxdwv0XlZ { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:6.5625rem;left:30.625rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKTHgPbkMJnF7dn6UkHeZ0znW0bOew7E { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:57.5625rem;display:block; }
#cvuAyTPycxsfwwwTMZiUyAHsux52N12Z { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:0.5625rem;left:59.3125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ESO30VMo8IpLtTxAPyP0Z6cV7uPByu57 { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:59.375rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { 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; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { background-color: transparent; background-image: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .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); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { border-width: 0; border-radius: 0; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { color:rgba(var(--color-primary-2),1);display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:4.8125rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:29.75rem;width:44.9375rem;top:1.125rem;left:40.875rem;overflow:hidden;display:block; }
#ZMWHSVZE2lowWGe8cdsWe0GVV2rGZ4O7 { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:14.8125rem;left:2.1875rem;height:10.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVrw55gCLH48TwrUdUlr8qqlxwkHGiZr { color:rgba(var(--color-primary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:34.6875rem;left:2.1875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rz5AChogMwnNrx5ShfkiTbZ05UiOCub6 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.125rem;left:0rem;display:block; }
#emBDMxv4cgByJEOUAuX9uosCK2BU4CKg { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:15.1875rem;left:0rem; }
#TdWDvkt6e6xGpIdMzCsD08flmROQdzcO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:16.875rem;left:0rem; }
#N4Pu2oNdpEXHfIbsQMvhPT7XlOKI4nQn { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:18.5625rem;left:0rem; }
#xSPa0kq09r4pnwOfQzg3NyIw7Ksixdiy { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.1875rem;left:0rem; }
#mBg7hbHsacgRBKA2tIScucNUaHLOepWB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:23.5625rem;left:0rem; }
#TTeXoXhTpPdH8Kso7o9HUdgreIx6IzG9 { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:34.6875rem;left:23.4375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKaSpFhTqC3RPWyFIk7pE8rod72WMmil { color:rgba(var(--color-primary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:34.6875rem;left:52.375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMw0hfXCD8eGpcQCBRBKWpT63LsRWVFq { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.125rem;left:22rem;display:block; }
#CBsD0KTtTXNGXczPTW0EeUHMeWxIFtXP { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.125rem;left:50.25rem;display:block; }
#RezA8yP6TSeGmLk28NT5eg9SsFParWQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container { background-color: transparent; background-image: none; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container > .video-iframe-container { display: none; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row > .video-iframe-container { display: none; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .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); }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container { border-width: 0; border-radius: 0; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#QKnpxynoLbBeduAO8Fl8v4L7JtNllomq { color:rgba(var(--color-primary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:6.0625rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8C1W5MsMBt5gNGrukOawQ5ELsTskhSh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.375rem;top:3.75rem;left:37.5rem;overflow:hidden;display:block; }
#hs7ryoP1BH3odzJdDehZlpNpxPi5pmTy { position:absolute;display:block;z-index:15028;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:4.375rem;width:4.375rem;top:2.6875rem;left:45.5625rem;overflow:hidden;display:block; }
#JvWPKV4uvnLlKyL7vFdHsoOTDtPWsorD { position:absolute;display:block;z-index:15029;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:4.375rem;width:4.375rem;top:2.6875rem;left:52.875rem;overflow:hidden;display:block; }
#BSwQJVT29iXPNeD7fRCL5LkfKI9qZhWA { position:absolute;display:block;z-index:15031;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:4.375rem;width:4.375rem;top:2.6875rem;left:59.5625rem;overflow:hidden;display:block; }
#qXVw24y37PB3A6WXqXJRHPLQ2uJOvMBT { position:absolute;display:block;z-index:15035;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:4.375rem;width:4.375rem;top:2.6875rem;left:66.375rem;overflow:hidden;display:block; }
#Qcz1xMGq4SwekA9SEyEHmbeXyAgBx6rG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:9.5rem;left:37.5rem;overflow:hidden;display:block; }
#T0EGwwVqPFNxu4JVIZZvzaWNtorMwvBw { position:absolute;display:block;z-index:15030;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:4.375rem;width:4.375rem;top:9.5rem;left:45.5625rem;overflow:hidden;display:block; }
#F6ftGsTiCencvvZTqlmWPTBl7eNDZ9wl { position:absolute;display:block;z-index:15027;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:4.375rem;width:4.375rem;top:9.5rem;left:52.875rem;overflow:hidden;display:block; }
#AWUNPn842m1cqLuu8pbw0EQSWiWIlctU { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.3125rem;top:9.6875rem;left:65.9375rem;overflow:hidden;display:block; }
#nKw1xpQKtCXF9lR71H21w341J9zKoUOy { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.4375rem;top:17.1875rem;left:37.5rem;overflow:hidden;display:block; }
#afWQdtquy8TLrUTu795bq6sIrOte1kBh { position:absolute;display:block;z-index:15031;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:4.375rem;width:4.375rem;top:9.375rem;left:59.5625rem;overflow:hidden;display:block; }
#W4pZ5NPn3ufSeA2d59zomb9tzGhxpSmF { position:absolute;display:block;z-index:15032;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:4.375rem;width:4.375rem;top:15.4375rem;left:45.6875rem;overflow:hidden;display:block; }
#WxC09bwlHa63h3V8oBhXLcyNFfWOnHnx { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:13.9375rem;left:0rem;height:3.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tz9dboLofT9T54D1t0EQkftz9pQ2XneF { position:absolute;display:block;z-index:15033;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:4.375rem;width:4rem;top:15.125rem;left:52.875rem;overflow:hidden;display:block; }
#zkTbX5x3GrlFEGwa3fZicCc8l7DDR7tW { position:absolute;display:block;z-index:15034;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:4.375rem;width:4rem;top:15.1875rem;left:59.75rem;overflow:hidden;display:block; }
#TAOGU6C66LBWWciAfykBtG46A6AwQEVO { position:absolute;display:block;z-index:15035;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:4.375rem;width:4rem;top:15.1875rem;left:66.5625rem;overflow:hidden;display:block; }
#abqNC2BtydweKmhTTKOBRVt12Pu2c01X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container { background-color: transparent; background-image: none; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container > .video-iframe-container { display: none; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row > .video-iframe-container { display: none; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .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); }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container { border-width: 0; border-radius: 0; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#EdmOfHLQGr5d8vSw8CW64i0W8FkTJ5Zc { position:absolute;display:block;z-index:15026;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.25rem;width:4.1875rem;top:3.75rem;left:54.15625rem;overflow:hidden;display:block; }
#ohSHSyve93wmnU5cuNURk7aCQCVTRpmi { position:absolute;display:block;z-index:15028;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:0.875rem;width:6.0625rem;top:10.375rem;left:44.46875rem;overflow:hidden;display:block; }
#RwpOpNNcr8DiJVzwRvTAz8qE27hERKRL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:4.375rem;top:3.96875rem;left:61.59375rem;overflow:hidden;display:block; }
#TceEnTNTTOyCHm6ummT3GPN3VSOh0lPd { position:absolute;display:block;z-index:15031;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.1875rem;width:4.375rem;top:3.78125rem;left:37.5rem;overflow:hidden;display:block; }
#sBvH1neT7zpdDAJGezeswkp1JKT8evAk { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.8125rem;top:4.25rem;left:68.5rem;overflow:hidden;display:block; }
#D7VfxziEUHGnCF4aAwxXRcZbLDI9EZt5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:5.4375rem;top:9.5rem;left:37.5rem;overflow:hidden;display:block; }
#BF2E1DafVNOkeh7wyPr6Fz2Ltp6VH8o2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:6.625rem;top:3.21875rem;left:44.46875rem;overflow:hidden;display:block; }
#lv8r3hJM2NPp8eSToO9wcBL7aWpbhiOt { position:absolute;display:block;z-index:15027;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.5rem;width:6.0625rem;top:9.5rem;left:52.875rem;overflow:hidden;display:block; }
#dfN6Bf6vTnsNo9pf71n68KiTucVZ0gDS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.6875rem;top:9.96875rem;left:60.9375rem;overflow:hidden;display:block; }
#SBoEqvkQouGTd2QVztBzsP2OXPfJDFlS { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9.09375rem;left:69.90625rem;overflow:hidden;display:block; }
#cvJXZiqrkLrNoQ7H41UTEv0Z5u0THft6 { color:rgba(var(--color-primary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:13.9375rem;left:0rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dIET1ieMJCEF78QnRwL8kCflUshamSko { color:rgba(var(--color-primary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:6.0625rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { background-color: transparent; background-image: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container > .video-iframe-container { display: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row > .video-iframe-container { display: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .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); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { border-width: 0; border-radius: 0; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#X47uJZ6nJnFXa9UTPe1y8ryJCVM4en2X { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.6875rem;left:39.375rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qSPClV9vH6Kx4Kemb4pwa3FsltJyi6EI { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:16.3125rem;border-top-right-radius:16.3125rem;border-bottom-left-radius:16.3125rem;border-bottom-right-radius:16.3125rem;box-shadow: none;height:61.0625rem;width:40.5rem;top:2.53125rem;left:-3.7745485327314rem;overflow:hidden;display:block; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-form-header {  }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:31.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:31.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:30.4375rem;overflow:hidden;font-style:normal; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-container:first-of-type{padding-top:0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-container:last-of-type{padding-bottom:0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:22.625rem;left:38.8125rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.875rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 {display:block;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:22.625rem;left:38.8125rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #T2ep8uGt3gBIdlKmmkkCUQxpGFBoGC6O { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rKIo0TmIH00rWLPXGISKvIqi1cqbsTz7 { position:relative;display:block; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #DsueAPlq335gygT8dzcWzApFVqpzc3MQ { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #OWp75e4ggHfeAoBFt651lQkLGQiTn4Ai { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #IuMIAvNNHfyhRWKXMG3AgUzgEzn1awMx { position:relative;display:block; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ufe8tzad9f5oL6E5P4L2MTABFVsd0azq { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #sSTvD1OeXXbLtBRn4vPgOW8HkAkxyXvS { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #tOf1mrGPbB8Hiy5DauTXDkvwKBg4bGQm { position:relative;display:block; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #V6TB4e3VUfVDg7n7nZ5Tfip0Jn1p5JcN { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #JWG1eMRlipiCPIhcNQDMfaZTv0vuUd3O { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ZbCBvhahu0cKMcaGsvLKFAg1Gc3zosrC { position:relative;display:block; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #My0OFin77O2x7FF73SkSmCzeOvFX8Fs8 { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rcVzeCqzAZr6NbIFrtuBF91DUso0vMAt { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #MizceaMkFk6z01ixFz9nbngHmIuq35Ic { position:relative;z-index:2; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #lLfka5IR8a6AmrnTaWldHCGc6B26c7lQ { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #PA5LQUodR4min4CM2anTd1e4Z5y2uRsD { position:relative; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #HDZkT3cxRwngCKapTS62mDirmMnv0JKh { position:relative; }
#uIf6Q5xXTxXLZVJ6E3Ks8AiUoGWOISN8 { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.7;letter-spacing:0;top:15.3125rem;left:39.5rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefee;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; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container { background-color: transparent; background-image: none; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container > .video-iframe-container { display: none; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row > .video-iframe-container { display: none; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .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); }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container { border-width: 0; border-radius: 0; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#zTcqyn1LXtsIosUSMnqdsPb0mgBFXxOy { color:rgba(var(--color-primary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:6.0625rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqTLa77tfWxyshG9iyqlIx2xRU8E0euB { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:13.9375rem;left:0rem;height:3.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dAfqKtc4IEd4T1w52EPAdxDxnxzpIe3P { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:36rem;width:28.6875rem;top:0rem;left:46.3125rem;overflow:hidden;display:block; }
#aUBFnIlQATiKDbLFxH8wThqny6MFwMsT { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:20.0625rem;left:0rem;display:block; }
#Pyyohthd5xTHH8bVTB3REsNCIreSz19X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDxl1brNZv6FFHVT28f6Dy7VbZ0yqmna { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:20.0625rem;left:15.5rem;display:block; }
#OxQTLGakyhWSIfVHnOicgiXS02aFtLBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwqFG3o8sacKy7U1KnJS5AD9XKDL30NO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:25.875rem;left:0rem;display:block; }
#VAuLwW17HMeB2ExiVQgEvzmItyB9l0FG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWFVzwitOy94olyd8kcuTFmxSAany4y2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:25.875rem;left:25.25rem;display:block; }
#BU0Evvfi7ITxh0e521MBOG9xTb7ARCVu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iO0KX7ZKgBIAt4RVG6172vSmZvCna8Xg { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:25.875rem;left:13.96875rem;display:block; }
#zw8Cp5IP8CaGBmfsQfWDTaLU7smgcNn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxyWLlHtiWP6TaC7su8AGMPMk1SLIVqe { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:20.0625rem;left:25.5rem;display:block; }
#L7gcwsLssSDR4zIu6EAD3MWLT1Uerx2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { background-color: transparent; background-image: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .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); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { border-width: 0; border-radius: 0; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:18rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnGvd0srai3pUlW386eI4UKMUc0uhie5 { color:rgba(var(--color-primary-1),0.6);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18rem;height:6.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.75rem;left:57.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:6.3125rem;left:57.875rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.125rem;left:58.6875rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#c2mF7agRBnPTO0yUs3mifMB0ccdEoaJQ { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.1875rem;top:3.1494140625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { top:7.0625rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { top:20.125rem;left:0rem;width:33.8125rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzW8aoJZ2f0HW64eUa7ACFeeA5LKTdhw { width:8.4375rem;height:2.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAEpTk2STxgDxo9TxV0fFLHEwCutrsbC { width:17.0625rem;height:3.4375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTKI2D2RTwbve3maZPOa4EeN9Eu4rDd9 { display:block; }
 }@media only screen and (max-width: 763px) { #e1uxKbF35fRvUXkh62llQqFQzgyanQeC { width:16.3125rem;height:3.4375rem;top:36.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n15nRT0FLNuKgeFP3lMSH6XIUTRqecEx { display:block; }
 }@media only screen and (max-width: 763px) { #HOpCxswpOPaApXp4KkCB3iIADU8fUGcJ { width:4.125rem;height:3.875rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4p31nyULQx0yaIOdvCRIsm52V1VnlR8 { width:4.9375rem;height:2.375rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU9Zufe0TNLsqRqUy14eeCSgpaMPnVEb { width:6.8125rem;height:3.5625rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O { display:block; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z49oTpQiRrKuXTyw9687g9UWyKloe47q { top:2.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa { display:block; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTaTxlDsgTE4Pg2o6a3a2vvucGoMb0NU { top:2.8125rem;left:0rem;width:17.0625rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8QrATOx3zp85K16sQOS5bDfpGRATGN4 { width:5.1875rem;height:5.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSKDKlK0peiX1zfoFuscm2pq19Wf0tJ { top:2.8125rem;left:15.875rem;width:15.1875rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGBxIQ93D8yFqS6e3d0ZN9FqkvkyvVA { width:5.1875rem;height:5.1875rem;top:2.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVunZtvaaq7b8T9ZLvJ2TUqx3RbGDzqe { top:2.875rem;left:29.25rem;width:18.5rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKeOHD7DVhZTWGULZioTXPfaxcVWLwm5 { width:5.1875rem;height:5.1875rem;top:2.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsIfRc9EauofOJcVuLQBboclb7KnrmR { display:block; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE2qvlW6kn2SMXSwC7sIhVAHAFETGNmr { top:2.8125rem;left:0rem;width:21.0625rem;height:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiRIdfyZUMR33wW9Po1Dg5fxmHbCrz { width:5.1875rem;height:5.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rctt48NphdsPk42O3upoXDUl5NIMuIX5 { top:2.8125rem;left:15.875rem;width:18.5rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWyKdLQTqKyOqh0BZr7izU5pvJI884H { width:5.1875rem;height:5.1875rem;top:2.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaM3zEnZKn0tzpOvUc4l7rnomFg1duUK { top:2.875rem;left:25.125rem;width:19.8125rem;height:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5sQBu26XyZBmfMfnZP3QIeLbdyi6kq { width:5.1875rem;height:5.1875rem;top:2.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW { display:block; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzq6kCnuzJqGWL21IJdJ6qoxkyKs6xIg { top:2.5rem;left:0rem;width:33.75rem;height:6.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNT8ysAVJA0m12lCbH7isG4XxLe4z18F { top:10.8125rem;left:0rem;width:33.375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVzXM3wd8LVOP1c5QSr1BGrbGa3aHPe { width:47.75rem;height:31.498452970297rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpBlBcynm4mXtPu50Fo2opiQWLaMTW4H { top:19.375rem;left:0rem;width:29.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKgPgpT1TKZc5VuQATDQr7yb02NvC9qa { top:28.75rem;left:0rem;width:33.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV { display:block; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2sfhuhcccqrc4GvOXtTS60HnQRvNEs8 { top:3.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb { display:block; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFbi1ROODLmTdrWA6dx5ICnuWVGBWCAH { width:5.1875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNewZIz1IxvQk4zFTXnlwGUBhN2c3nsX { top:6.5625rem;left:0rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBrqSSJITHpBOb5NOs1ZFii4yyZlx9bJ { top:0.5625rem;left:0rem;width:16.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJRxGXnfcEC773fiJxFvhgaeuZT13Nh { width:5.1875rem;height:5.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIaQusg69qKXRq9AbrnzdWTNpgTXSUEH { top:0.5625rem;left:15.4375rem;width:16.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ut6k6zF0ymmO9r8cI1pESzv8NAvA3H { top:6.5625rem;left:10.0625rem;width:21.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmyB3fGDyB0cfkJQtouMHoBsQw3twQRN { width:5.1875rem;height:5.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgsnWyw6NaUsmx7l9OnS5XPwo3ZntD8y { top:0.5625rem;left:31.3125rem;width:16.3125rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE5TpxCMCRVSB3A9lW2gPm3MLvXCQ1UR { top:6.5625rem;left:25.9375rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5h95r4vr9IdqPk15SSR18ASdGZaw4cI { width:17.0625rem;height:3.4375rem;top:14.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dVhRbqb4TB06E0bEMlate1vNv1KiLo { display:block; }
 }@media only screen and (max-width: 763px) { #x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy { display:block; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvbddz56q6wCEnaFeJqc1TmHau0u1i3B { top:2.5rem;left:0rem;width:33.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOlx10sGZPXiutpAASg1r7EMoIPfvP1z { top:7.6875rem;left:0rem;width:29.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEchePrBaAgQIPQmAba45U3JIl0CEKiR { top:3.9375rem;left:23.875rem;width:23.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sscnsiB75yvhlmai8ffOgS0bCSrrrSc7 { top:6.75rem;left:14.375rem;width:33.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmXC3P99k0HSXmzDnM6xeNehPRr51fJ { width:0.8125rem;height:8.625rem;top:4.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi { display:block; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcnfmnuI2l6SO7LMUHMbUe6hLNqeQ0CP { top:6.5625rem;left:0rem;width:15.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np1nVaJNIiwB6NOh0dZBxZ8MOEcXZXsH { top:0.5625rem;left:0rem;width:15.25rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsnyR0hidLc7gevQL1UzPO4moN52XKyC { width:5.1875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWeNbapT5NHZQNOBCePftvamPTGtpnF { width:5.1875rem;height:5.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tni0qaZkArRtvNUBmbm8sT0SVNnOOCfs { top:0.5625rem;left:16.5625rem;width:15.1875rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Etw84AFtwwODJqINq0yg9mxdwv0XlZ { top:6.5625rem;left:16.125rem;width:15.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTHgPbkMJnF7dn6UkHeZ0znW0bOew7E { width:5.1875rem;height:5.1875rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvuAyTPycxsfwwwTMZiUyAHsux52N12Z { top:0.5625rem;left:32.5625rem;width:15.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESO30VMo8IpLtTxAPyP0Z6cV7uPByu57 { top:6.5625rem;left:32rem;width:15.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { top:4.8125rem;left:0rem;width:45.875rem;height:6.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { width:44.9375rem;height:29.75rem;top:1.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWHSVZE2lowWGe8cdsWe0GVV2rGZ4O7 { top:14.8125rem;left:0rem;width:33.1875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrw55gCLH48TwrUdUlr8qqlxwkHGiZr { top:34.6875rem;left:0rem;width:14rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz5AChogMwnNrx5ShfkiTbZ05UiOCub6 { width:5.1875rem;height:5.1875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emBDMxv4cgByJEOUAuX9uosCK2BU4CKg { width:1rem;height:1rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdWDvkt6e6xGpIdMzCsD08flmROQdzcO { width:1rem;height:1rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Pu2oNdpEXHfIbsQMvhPT7XlOKI4nQn { width:1rem;height:1rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSPa0kq09r4pnwOfQzg3NyIw7Ksixdiy { width:1rem;height:1rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBg7hbHsacgRBKA2tIScucNUaHLOepWB { width:1rem;height:1rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeXoXhTpPdH8Kso7o9HUdgreIx6IzG9 { top:34.6875rem;left:9.8125rem;width:21.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKaSpFhTqC3RPWyFIk7pE8rod72WMmil { top:34.6875rem;left:25.125rem;width:22.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMw0hfXCD8eGpcQCBRBKWpT63LsRWVFq { width:5.1875rem;height:5.1875rem;top:33.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBsD0KTtTXNGXczPTW0EeUHMeWxIFtXP { width:5.1875rem;height:5.1875rem;top:33.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RezA8yP6TSeGmLk28NT5eg9SsFParWQB { display:block; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKnpxynoLbBeduAO8Fl8v4L7JtNllomq { top:6.0625rem;left:0rem;width:24.5625rem;height:6.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8C1W5MsMBt5gNGrukOawQ5ELsTskhSh { width:5.375rem;height:2.3125rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7ryoP1BH3odzJdDehZlpNpxPi5pmTy { width:4.375rem;height:4.375rem;top:2.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWPKV4uvnLlKyL7vFdHsoOTDtPWsorD { width:4.375rem;height:4.375rem;top:2.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwQJVT29iXPNeD7fRCL5LkfKI9qZhWA { width:4.375rem;height:4.375rem;top:2.6875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVw24y37PB3A6WXqXJRHPLQ2uJOvMBT { width:4.375rem;height:4.375rem;top:2.6875rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcz1xMGq4SwekA9SEyEHmbeXyAgBx6rG { width:4.375rem;height:4.375rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0EGwwVqPFNxu4JVIZZvzaWNtorMwvBw { width:4.375rem;height:4.375rem;top:9.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ftGsTiCencvvZTqlmWPTBl7eNDZ9wl { width:4.375rem;height:4.375rem;top:9.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUNPn842m1cqLuu8pbw0EQSWiWIlctU { width:5.3125rem;height:2.875rem;top:9.6875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKw1xpQKtCXF9lR71H21w341J9zKoUOy { width:5.4375rem;height:2.3125rem;top:17.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWQdtquy8TLrUTu795bq6sIrOte1kBh { width:4.375rem;height:4.375rem;top:9.375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4pZ5NPn3ufSeA2d59zomb9tzGhxpSmF { width:4.375rem;height:4.375rem;top:15.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxC09bwlHa63h3V8oBhXLcyNFfWOnHnx { top:13.9375rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9dboLofT9T54D1t0EQkftz9pQ2XneF { width:4rem;height:4.375rem;top:15.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTbX5x3GrlFEGwa3fZicCc8l7DDR7tW { width:4rem;height:4.375rem;top:15.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOGU6C66LBWWciAfykBtG46A6AwQEVO { width:4rem;height:4.375rem;top:15.1875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqNC2BtydweKmhTTKOBRVt12Pu2c01X { display:block; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdmOfHLQGr5d8vSw8CW64i0W8FkTJ5Zc { width:4.1875rem;height:2.25rem;top:3.75rem;left:33.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohSHSyve93wmnU5cuNURk7aCQCVTRpmi { width:6.0625rem;height:0.875rem;top:10.375rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpOpNNcr8DiJVzwRvTAz8qE27hERKRL { width:4.375rem;height:1.8125rem;top:3.9375rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceEnTNTTOyCHm6ummT3GPN3VSOh0lPd { width:4.375rem;height:2.1875rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvH1neT7zpdDAJGezeswkp1JKT8evAk { width:5.8125rem;height:1.25rem;top:4.25rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VfxziEUHGnCF4aAwxXRcZbLDI9EZt5 { width:5.4375rem;height:2.625rem;top:9.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF2E1DafVNOkeh7wyPr6Fz2Ltp6VH8o2 { width:6.625rem;height:3.3125rem;top:3.1875rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8r3hJM2NPp8eSToO9wcBL7aWpbhiOt { width:6.0625rem;height:2.5rem;top:9.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfN6Bf6vTnsNo9pf71n68KiTucVZ0gDS { width:5.6875rem;height:1.25rem;top:9.9375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBoEqvkQouGTd2QVztBzsP2OXPfJDFlS { width:3rem;height:3rem;top:9.0625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJXZiqrkLrNoQ7H41UTEv0Z5u0THft6 { top:13.9375rem;left:0rem;width:33.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIET1ieMJCEF78QnRwL8kCflUshamSko { top:6.0625rem;left:0rem;width:28.6875rem;height:6.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV { display:block; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X47uJZ6nJnFXa9UTPe1y8ryJCVM4en2X { top:2.6875rem;left:14.5rem;width:33.25rem;height:10.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPClV9vH6Kx4Kemb4pwa3FsltJyi6EI { width:40.5rem;height:61.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-regular-label { width:31.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-textarea { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-button { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-checkbox-label { width:30.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1  { width:31.875rem;height:auto;top:22.625rem;left:13.375rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .radio-container { width:31.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 {display:block;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 { width:31.875rem;height:auto;top:22.625rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #T2ep8uGt3gBIdlKmmkkCUQxpGFBoGC6O {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rKIo0TmIH00rWLPXGISKvIqi1cqbsTz7 {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #DsueAPlq335gygT8dzcWzApFVqpzc3MQ {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #OWp75e4ggHfeAoBFt651lQkLGQiTn4Ai {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #IuMIAvNNHfyhRWKXMG3AgUzgEzn1awMx {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ufe8tzad9f5oL6E5P4L2MTABFVsd0azq {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #sSTvD1OeXXbLtBRn4vPgOW8HkAkxyXvS {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #tOf1mrGPbB8Hiy5DauTXDkvwKBg4bGQm {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #V6TB4e3VUfVDg7n7nZ5Tfip0Jn1p5JcN {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #JWG1eMRlipiCPIhcNQDMfaZTv0vuUd3O {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ZbCBvhahu0cKMcaGsvLKFAg1Gc3zosrC {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #My0OFin77O2x7FF73SkSmCzeOvFX8Fs8 {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rcVzeCqzAZr6NbIFrtuBF91DUso0vMAt {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #MizceaMkFk6z01ixFz9nbngHmIuq35Ic {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #lLfka5IR8a6AmrnTaWldHCGc6B26c7lQ {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #PA5LQUodR4min4CM2anTd1e4Z5y2uRsD {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #HDZkT3cxRwngCKapTS62mDirmMnv0JKh {  }
 }@media only screen and (max-width: 763px) { #uIf6Q5xXTxXLZVJ6E3Ks8AiUoGWOISN8 { top:15.3125rem;left:14.5625rem;width:33.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW { display:block; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTcqyn1LXtsIosUSMnqdsPb0mgBFXxOy { top:6.0625rem;left:0rem;width:24.5625rem;height:6.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTLa77tfWxyshG9iyqlIx2xRU8E0euB { top:13.9375rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAfqKtc4IEd4T1w52EPAdxDxnxzpIe3P { width:28.6875rem;height:36rem;top:0rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBFnIlQATiKDbLFxH8wThqny6MFwMsT { width:14.75rem;height:3.4375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyyohthd5xTHH8bVTB3REsNCIreSz19X { display:block; }
 }@media only screen and (max-width: 763px) { #PDxl1brNZv6FFHVT28f6Dy7VbZ0yqmna { width:9.125rem;height:3.4375rem;top:20.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxQTLGakyhWSIfVHnOicgiXS02aFtLBQ { display:block; }
 }@media only screen and (max-width: 763px) { #PwqFG3o8sacKy7U1KnJS5AD9XKDL30NO { width:13.125rem;height:3.4375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuLwW17HMeB2ExiVQgEvzmItyB9l0FG { display:block; }
 }@media only screen and (max-width: 763px) { #oWFVzwitOy94olyd8kcuTFmxSAany4y2 { width:12.3125rem;height:3.4375rem;top:25.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0Evvfi7ITxh0e521MBOG9xTb7ARCVu { display:block; }
 }@media only screen and (max-width: 763px) { #iO0KX7ZKgBIAt4RVG6172vSmZvCna8Xg { width:10.1875rem;height:3.4375rem;top:25.875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw8Cp5IP8CaGBmfsQfWDTaLU7smgcNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #pxyWLlHtiWP6TaC7su8AGMPMk1SLIVqe { width:12.0625rem;height:3.4375rem;top:20.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7gcwsLssSDR4zIu6EAD3MWLT1Uerx2g { display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:17.125rem;height:1.75rem;top:3.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:20.8125rem;height:6.375rem;top:6.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.75rem;top:3.75rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:6.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { width:1.375rem;height:1.375rem;top:7.125rem;left:45.0625rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #c2mF7agRBnPTO0yUs3mifMB0ccdEoaJQ { width:9.1875rem;height:3rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/775b2375-f8d3-4bd0-a35b-2d61731a5d9a/chesspawnpiecesshadowboardbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.adaptive-delivery-prevent-bg, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyload, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyloading { background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { background-color: transparent; background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { width:20rem;height:10.1738125rem;top:6.4375rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { width:20rem;height:21.4453rem;top:18.3125rem;left:0rem;font-size:1.375rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzW8aoJZ2f0HW64eUa7ACFeeA5LKTdhw { width:8.4375rem;height:2.75rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAEpTk2STxgDxo9TxV0fFLHEwCutrsbC { width:16.1875rem;height:3.4375rem;top:41.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTKI2D2RTwbve3maZPOa4EeN9Eu4rDd9 { display:block; }
 }@media only screen and (max-width: 763px) { #e1uxKbF35fRvUXkh62llQqFQzgyanQeC { width:16.3125rem;height:3.4375rem;top:46.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n15nRT0FLNuKgeFP3lMSH6XIUTRqecEx { display:block; }
 }@media only screen and (max-width: 763px) { #HOpCxswpOPaApXp4KkCB3iIADU8fUGcJ { width:4.625rem;height:4.375rem;top:50.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4p31nyULQx0yaIOdvCRIsm52V1VnlR8 { width:4.9375rem;height:2.375rem;top:56.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU9Zufe0TNLsqRqUy14eeCSgpaMPnVEb { width:6.8125rem;height:3.5625rem;top:60.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O { display:block; }#sqm5OoZIhIzwTWfTIDJisF1uEhGP6P0O > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z49oTpQiRrKuXTyw9687g9UWyKloe47q { width:20rem;height:7.8369375rem;top:2.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa { display:block; }#R6lhx5kHZOCtI1ZahqsN1wlFqDTDviqa > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTaTxlDsgTE4Pg2o6a3a2vvucGoMb0NU { width:15.25rem;height:8.9355625rem;top:2.75rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z8QrATOx3zp85K16sQOS5bDfpGRATGN4 { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSKDKlK0peiX1zfoFuscm2pq19Wf0tJ { width:15.1875rem;height:7.1484375rem;top:14.8125rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VsGBxIQ93D8yFqS6e3d0ZN9FqkvkyvVA { width:5.1875rem;height:5.1875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVunZtvaaq7b8T9ZLvJ2TUqx3RbGDzqe { width:15.0625rem;height:8.9355625rem;top:26rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lKeOHD7DVhZTWGULZioTXPfaxcVWLwm5 { width:5.1875rem;height:5.1875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsIfRc9EauofOJcVuLQBboclb7KnrmR { display:block; }#CIsIfRc9EauofOJcVuLQBboclb7KnrmR > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE2qvlW6kn2SMXSwC7sIhVAHAFETGNmr { width:15.25rem;height:10.722625rem;top:2.75rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPFiRIdfyZUMR33wW9Po1Dg5fxmHbCrz { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rctt48NphdsPk42O3upoXDUl5NIMuIX5 { width:15.1875rem;height:8.9355625rem;top:16.5rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MLWyKdLQTqKyOqh0BZr7izU5pvJI884H { width:5.1875rem;height:5.1875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaM3zEnZKn0tzpOvUc4l7rnomFg1duUK { width:15.0625rem;height:12.50975rem;top:28.9375rem;left:1.3125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #te5sQBu26XyZBmfMfnZP3QIeLbdyi6kq { width:5.1875rem;height:5.1875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW { display:block; }#M8bLqRKIGSufcz4NrpAhWsIbT0zldhpW > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzq6kCnuzJqGWL21IJdJ6qoxkyKs6xIg { width:20rem;height:6.599125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNT8ysAVJA0m12lCbH7isG4XxLe4z18F { width:20rem;height:8.7744375rem;top:9.0966875rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ufVzXM3wd8LVOP1c5QSr1BGrbGa3aHPe { width:20rem;height:13.193069306931rem;top:39.4873125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpBlBcynm4mXtPu50Fo2opiQWLaMTW4H { width:20rem;height:8.7744375rem;top:19.1181875rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PKgPgpT1TKZc5VuQATDQr7yb02NvC9qa { width:17.4375rem;height:9.098625rem;top:29.1396875rem;left:1.25rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV { display:block; }#yRaudpWr6TMcxBNm5FzNkzhf3pNnnkFV > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2sfhuhcccqrc4GvOXtTS60HnQRvNEs8 { width:20rem;height:5.2246125rem;top:3.5244140625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb { display:block; }#xsDbHpiAaThHg3x8Zm2tZ0fgvc8PwkAb > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFbi1ROODLmTdrWA6dx5ICnuWVGBWCAH { width:5.1875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNewZIz1IxvQk4zFTXnlwGUBhN2c3nsX { width:17.4375rem;height:5.19921875rem;top:6.44921875rem;left:1.84375rem;font-size:1rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBrqSSJITHpBOb5NOs1ZFii4yyZlx9bJ { width:16.3125rem;height:3.57421875rem;top:0.806640625rem;left:1.84375rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #opJRxGXnfcEC773fiJxFvhgaeuZT13Nh { width:5.1875rem;height:5.1875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIaQusg69qKXRq9AbrnzdWTNpgTXSUEH { width:16.3125rem;height:3.57421875rem;top:15.494140625rem;left:1.84375rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I4ut6k6zF0ymmO9r8cI1pESzv8NAvA3H { width:18rem;height:3.8994125rem;top:21.09765625rem;left:2rem;font-size:1rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmyB3fGDyB0cfkJQtouMHoBsQw3twQRN { width:5.1875rem;height:5.1875rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgsnWyw6NaUsmx7l9OnS5XPwo3ZntD8y { width:16.3125rem;height:3.57421875rem;top:29.0625rem;left:2.4375rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aE5TpxCMCRVSB3A9lW2gPm3MLvXCQ1UR { width:17.375rem;height:5.19921875rem;top:34.875rem;left:2.625rem;font-size:1rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t5h95r4vr9IdqPk15SSR18ASdGZaw4cI { width:17.0625rem;height:3.4375rem;top:42.88671875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dVhRbqb4TB06E0bEMlate1vNv1KiLo { display:block; }
 }@media only screen and (max-width: 763px) { #x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy { display:block; }#x1RX3lMI6rhLykRP1tAbe4qio5a2iWPy > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvbddz56q6wCEnaFeJqc1TmHau0u1i3B { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOlx10sGZPXiutpAASg1r7EMoIPfvP1z { width:20rem;height:4.38720625rem;top:6.898925rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bEchePrBaAgQIPQmAba45U3JIl0CEKiR { width:16.3125rem;height:3.57421875rem;top:14.0625rem;left:1.8125rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sscnsiB75yvhlmai8ffOgS0bCSrrrSc7 { width:17.4375rem;height:14.297875rem;top:18.875rem;left:1.25rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDmXC3P99k0HSXmzDnM6xeNehPRr51fJ { width:0.8125rem;height:13.375rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi { display:block; }#Ea1KkUZ8gnOFqoHoDNZA61RLULdb8dvi > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcnfmnuI2l6SO7LMUHMbUe6hLNqeQ0CP { width:17.4375rem;height:6.499rem;top:8.1875rem;left:1.3125rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Np1nVaJNIiwB6NOh0dZBxZ8MOEcXZXsH { width:15.25rem;height:3.574225rem;top:2.5625rem;left:2.375rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lsnyR0hidLc7gevQL1UzPO4moN52XKyC { width:5.1875rem;height:5.1875rem;top:1.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWeNbapT5NHZQNOBCePftvamPTGtpnF { width:5.1875rem;height:5.1875rem;top:16.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tni0qaZkArRtvNUBmbm8sT0SVNnOOCfs { width:15.1875rem;height:3.574225rem;top:17.25rem;left:2.4375rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6Etw84AFtwwODJqINq0yg9mxdwv0XlZ { width:17.4375rem;height:6.499rem;top:23.1875rem;left:1.3125rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKTHgPbkMJnF7dn6UkHeZ0znW0bOew7E { width:5.1875rem;height:5.1875rem;top:31.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvuAyTPycxsfwwwTMZiUyAHsux52N12Z { width:15.0625rem;height:3.574225rem;top:32.6875rem;left:2.5rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ESO30VMo8IpLtTxAPyP0Z6cV7uPByu57 { width:17.4375rem;height:5.19921875rem;top:37.9375rem;left:1.3125rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:20rem;height:68.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { width:19.9375rem;height:9.2621875rem;top:3.5rem;left:0rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { width:20rem;height:13.25rem;top:12.2509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWHSVZE2lowWGe8cdsWe0GVV2rGZ4O7 { width:18.1875rem;height:17.53125rem;top:27.78125rem;left:1.8125rem;font-size:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrw55gCLH48TwrUdUlr8qqlxwkHGiZr { width:14rem;height:1.7871125rem;top:48.2001953125rem;left:1.8125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rz5AChogMwnNrx5ShfkiTbZ05UiOCub6 { width:5.1875rem;height:5.1875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emBDMxv4cgByJEOUAuX9uosCK2BU4CKg { display:flex;width:1rem;height:1rem;top:28.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TdWDvkt6e6xGpIdMzCsD08flmROQdzcO { display:flex;width:1rem;height:1rem;top:31.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Pu2oNdpEXHfIbsQMvhPT7XlOKI4nQn { display:flex;width:1rem;height:1rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xSPa0kq09r4pnwOfQzg3NyIw7Ksixdiy { display:flex;width:1rem;height:1rem;top:36.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mBg7hbHsacgRBKA2tIScucNUaHLOepWB { display:flex;width:1rem;height:1rem;top:42.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTeXoXhTpPdH8Kso7o9HUdgreIx6IzG9 { width:16.4375rem;height:3.57421875rem;top:53.744140625rem;left:1.78125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BKaSpFhTqC3RPWyFIk7pE8rod72WMmil { width:16.4375rem;height:3.57421875rem;top:60.681640625rem;left:1.78125rem;font-size:1.375rem;z-index:15010;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TMw0hfXCD8eGpcQCBRBKWpT63LsRWVFq { width:5.1875rem;height:5.1875rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBsD0KTtTXNGXczPTW0EeUHMeWxIFtXP { width:5.1875rem;height:5.1875rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RezA8yP6TSeGmLk28NT5eg9SsFParWQB { display:block; }#RezA8yP6TSeGmLk28NT5eg9SsFParWQB > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKnpxynoLbBeduAO8Fl8v4L7JtNllomq { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8C1W5MsMBt5gNGrukOawQ5ELsTskhSh { width:5.375rem;height:2.3125rem;top:12.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7ryoP1BH3odzJdDehZlpNpxPi5pmTy { width:4.375rem;height:4.375rem;top:11.046875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWPKV4uvnLlKyL7vFdHsoOTDtPWsorD { width:4.375rem;height:4.375rem;top:11.046875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwQJVT29iXPNeD7fRCL5LkfKI9qZhWA { width:4.375rem;height:4.375rem;top:16.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVw24y37PB3A6WXqXJRHPLQ2uJOvMBT { width:4.375rem;height:4.375rem;top:16.609375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcz1xMGq4SwekA9SEyEHmbeXyAgBx6rG { width:4.375rem;height:4.375rem;top:16.609375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0EGwwVqPFNxu4JVIZZvzaWNtorMwvBw { width:4.375rem;height:4.375rem;top:21.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ftGsTiCencvvZTqlmWPTBl7eNDZ9wl { width:4.375rem;height:4.375rem;top:21.609375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUNPn842m1cqLuu8pbw0EQSWiWIlctU { width:5.3125rem;height:2.875rem;top:28.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKw1xpQKtCXF9lR71H21w341J9zKoUOy { width:5.4375rem;height:2.3125rem;top:28.421875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWQdtquy8TLrUTu795bq6sIrOte1kBh { width:4.375rem;height:4.375rem;top:27.671875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4pZ5NPn3ufSeA2d59zomb9tzGhxpSmF { width:4.375rem;height:4.375rem;top:32.046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxC09bwlHa63h3V8oBhXLcyNFfWOnHnx { width:20rem;height:5.09911875rem;top:4.69921875rem;left:0rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz9dboLofT9T54D1t0EQkftz9pQ2XneF { width:4rem;height:4.375rem;top:32.046875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTbX5x3GrlFEGwa3fZicCc8l7DDR7tW { width:4rem;height:4.375rem;top:32.046875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOGU6C66LBWWciAfykBtG46A6AwQEVO { width:4rem;height:4.375rem;top:21.609375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqNC2BtydweKmhTTKOBRVt12Pu2c01X { display:block; }#abqNC2BtydweKmhTTKOBRVt12Pu2c01X > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdmOfHLQGr5d8vSw8CW64i0W8FkTJ5Zc { width:4.1875rem;height:2.25rem;top:9.56640625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohSHSyve93wmnU5cuNURk7aCQCVTRpmi { width:6.0625rem;height:0.875rem;top:20.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpOpNNcr8DiJVzwRvTAz8qE27hERKRL { width:4.375rem;height:1.8125rem;top:15.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceEnTNTTOyCHm6ummT3GPN3VSOh0lPd { width:4.375rem;height:2.1875rem;top:9.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBvH1neT7zpdDAJGezeswkp1JKT8evAk { width:5.8125rem;height:1.25rem;top:15.94140625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7VfxziEUHGnCF4aAwxXRcZbLDI9EZt5 { width:4.375rem;height:2.1875rem;top:15.47265625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF2E1DafVNOkeh7wyPr6Fz2Ltp6VH8o2 { width:4.375rem;height:2.3125rem;top:9.53515625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8r3hJM2NPp8eSToO9wcBL7aWpbhiOt { width:5.75rem;height:2.375rem;top:19.65625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfN6Bf6vTnsNo9pf71n68KiTucVZ0gDS { width:5.6875rem;height:1.25rem;top:20.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBoEqvkQouGTd2QVztBzsP2OXPfJDFlS { width:3rem;height:3rem;top:23.34765625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJXZiqrkLrNoQ7H41UTEv0Z5u0THft6 { width:20rem;height:1.69970625rem;top:6.8984375rem;left:0rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIET1ieMJCEF78QnRwL8kCflUshamSko { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV { background-color:#ffffff;background-image:none;display:block; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { background-color: transparent; background-image: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container > .video-iframe-container { display: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row > .video-iframe-container { display: none; }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .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); }#erdvXU8kZVREt2Q5CF1geXwtGy4lvzvV > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X47uJZ6nJnFXa9UTPe1y8ryJCVM4en2X { width:20rem;height:6.599125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSPClV9vH6Kx4Kemb4pwa3FsltJyi6EI { width:20rem;height:30.1543125rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1  { width:17.5rem;height:auto;top:20.263671875rem;left:0rem; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 {display:block;}#xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 { width:17.5rem;height:auto;top:20.263671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #T2ep8uGt3gBIdlKmmkkCUQxpGFBoGC6O {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rKIo0TmIH00rWLPXGISKvIqi1cqbsTz7 {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #DsueAPlq335gygT8dzcWzApFVqpzc3MQ {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #OWp75e4ggHfeAoBFt651lQkLGQiTn4Ai {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #IuMIAvNNHfyhRWKXMG3AgUzgEzn1awMx {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ufe8tzad9f5oL6E5P4L2MTABFVsd0azq {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #sSTvD1OeXXbLtBRn4vPgOW8HkAkxyXvS {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #tOf1mrGPbB8Hiy5DauTXDkvwKBg4bGQm {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #V6TB4e3VUfVDg7n7nZ5Tfip0Jn1p5JcN {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #JWG1eMRlipiCPIhcNQDMfaZTv0vuUd3O {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #ZbCBvhahu0cKMcaGsvLKFAg1Gc3zosrC {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #My0OFin77O2x7FF73SkSmCzeOvFX8Fs8 {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #rcVzeCqzAZr6NbIFrtuBF91DUso0vMAt {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #MizceaMkFk6z01ixFz9nbngHmIuq35Ic {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #lLfka5IR8a6AmrnTaWldHCGc6B26c7lQ {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #PA5LQUodR4min4CM2anTd1e4Z5y2uRsD {  }
 }@media only screen and (max-width: 763px) { #xDWSpAPVnKm0dZdQ5zD407iZ2NprldX1 #HDZkT3cxRwngCKapTS62mDirmMnv0JKh {  }
 }@media only screen and (max-width: 763px) { #uIf6Q5xXTxXLZVJ6E3Ks8AiUoGWOISN8 { width:20rem;height:8.4985625rem;top:11.466796875rem;left:0rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW { display:block; }#s4GeNgDXKQC05v4k8WvcTx1vb3TObTcW > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTcqyn1LXtsIosUSMnqdsPb0mgBFXxOy { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqTLa77tfWxyshG9iyqlIx2xRU8E0euB { width:20rem;height:5.09911875rem;top:5.6484375rem;left:0rem;font-size:1rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAfqKtc4IEd4T1w52EPAdxDxnxzpIe3P { width:20rem;height:25.098039215686rem;top:40.40234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBFnIlQATiKDbLFxH8wThqny6MFwMsT { width:14.75rem;height:3.4375rem;top:11.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyyohthd5xTHH8bVTB3REsNCIreSz19X { display:block; }
 }@media only screen and (max-width: 763px) { #PDxl1brNZv6FFHVT28f6Dy7VbZ0yqmna { width:9.125rem;height:3.4375rem;top:16.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxQTLGakyhWSIfVHnOicgiXS02aFtLBQ { display:block; }
 }@media only screen and (max-width: 763px) { #PwqFG3o8sacKy7U1KnJS5AD9XKDL30NO { width:13.125rem;height:3.4375rem;top:25.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuLwW17HMeB2ExiVQgEvzmItyB9l0FG { display:block; }
 }@media only screen and (max-width: 763px) { #oWFVzwitOy94olyd8kcuTFmxSAany4y2 { width:12.3125rem;height:3.4375rem;top:34.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0Evvfi7ITxh0e521MBOG9xTb7ARCVu { display:block; }
 }@media only screen and (max-width: 763px) { #iO0KX7ZKgBIAt4RVG6172vSmZvCna8Xg { width:10.1875rem;height:3.4375rem;top:30.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw8Cp5IP8CaGBmfsQfWDTaLU7smgcNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #pxyWLlHtiWP6TaC7su8AGMPMk1SLIVqe { width:12.0625rem;height:3.4375rem;top:20.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7gcwsLssSDR4zIu6EAD3MWLT1Uerx2g { display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.79980625rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:6.39844375rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.79980625rem;top:20.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.375rem;height:1.375rem;top:24.3125rem;left:0.8125rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #c2mF7agRBnPTO0yUs3mifMB0ccdEoaJQ { width:9.1875rem;height:3rem;top:2rem;left:4.46875rem;display:block; }
 }